28 #ifndef itkDeformableSimplexMesh3DFilter_h
29 #define itkDeformableSimplexMesh3DFilter_h
75 template<
typename TInputMesh,
typename TOutputMesh >
158 itkSetMacro(Iterations,
int);
159 itkGetConstMacro(Iterations,
int);
163 itkSetMacro(Alpha,
double);
166 itkGetConstMacro(Alpha,
double);
169 itkSetMacro(Beta,
double);
172 itkGetConstMacro(Beta,
double);
175 itkSetMacro(Gamma,
double);
178 itkGetConstMacro(Gamma,
double);
181 itkSetMacro(Damping,
double);
184 itkGetConstMacro(Damping,
double);
187 itkSetMacro(Rigidity,
unsigned int);
190 itkGetConstMacro(Rigidity,
unsigned int);
196 itkGetConstMacro(ImageWidth,
int);
197 itkGetConstMacro(ImageHeight,
int);
198 itkGetConstMacro(ImageDepth,
int);
202 itkGetConstMacro(Step,
int);
208 void operator=(const
Self &) ITK_DELETE_FUNCTION;
261 bool L_Func(const
double r, const
double d, const
double phi,
double & output);
326 #ifndef ITK_MANUAL_INSTANTIATION
327 #include "itkDeformableSimplexMesh3DFilter.hxx"
330 #endif //itkDeformableSimplexMesh3DFilter_h
Light weight base class for most itk classes.
A wrapper of the STL "map" container.
signed long IndexValueType
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
A templated class holding a n-Dimensional vector.
Superclass::IndexType IndexType
Superclass::SizeType SizeType
handle geometric properties for vertices of a simplx mesh
Control indentation during Print() invocation.
A templated class holding a n-Dimensional covariant vector.
Templated n-dimensional image class.