9 #include "Tuto14MeshGenerator/config.hpp" 11 #include <fwData/Array.hpp> 12 #include <fwData/Mesh.hpp> 14 #include <fwDataTools/helper/Mesh.hpp> 16 #include <fwTools/Failed.hpp> 34 TUTO14MESHGENERATOR_API
void setParam( ::fwData::Mesh::sptr _mesh,
35 const unsigned int _step,
36 const unsigned int _amplitude);
41 TUTO14MESHGENERATOR_API
void initSimu();
46 TUTO14MESHGENERATOR_API
void computeSimu();
49 TUTO14MESHGENERATOR_API
void computeDeformation( ::fwData::Mesh::sptr _mesh,
50 const unsigned int _nbStep,
51 const unsigned int _amplitude );
58 unsigned int m_nbStep;
60 ::fwData::Mesh::wptr m_mesh;
61 ::fwDataTools::helper::Mesh::sptr m_meshHelper;
62 ::fwData::Array::sptr m_originPoints;
64 unsigned int m_amplitude;