Skip to content

Commit

Permalink
cherrypicking fix for functionfromimage3d to read scale and offset
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Jul 10, 2024
1 parent dc47f25 commit 8ba8b31
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ namespace NMR
m_pFunctionFromImage3D->setTileStyleV(m_tileStyleV);
m_pFunctionFromImage3D->setTileStyleW(m_tileStyleW);
m_pFunctionFromImage3D->setFilter(m_filter);
m_pFunctionFromImage3D->setOffset(m_offset);
m_pFunctionFromImage3D->setScale(m_scale);


// Parse Content
Expand Down

0 comments on commit 8ba8b31

Please sign in to comment.