28#ifndef itkDeformableSimplexMesh3DFilter_h
29#define itkDeformableSimplexMesh3DFilter_h
76template <
typename TInputMesh,
typename TOutputMesh>
154 itkSetMacro(Iterations,
int);
155 itkGetConstMacro(Iterations,
int);
159 itkSetMacro(Alpha,
double);
160 itkGetConstMacro(Alpha,
double);
164 itkSetMacro(Beta,
double);
165 itkGetConstMacro(Beta,
double);
169 itkSetMacro(Gamma,
double);
170 itkGetConstMacro(Gamma,
double);
174 itkSetMacro(Damping,
double);
175 itkGetConstMacro(Damping,
double);
179 itkSetMacro(Rigidity,
unsigned int);
180 itkGetConstMacro(Rigidity,
unsigned int);
187 itkGetConstMacro(ImageWidth,
int);
188 itkGetConstMacro(ImageHeight,
int);
189 itkGetConstMacro(ImageDepth,
int);
192 itkGetConstMacro(Step,
int);
259 L_Func(
const double r,
const double d,
const double phi,
double & output);
325#ifndef ITK_MANUAL_INSTANTIATION
326# include "itkDeformableSimplexMesh3DFilter.hxx"
A templated class holding a n-Dimensional covariant vector.
Templated n-dimensional image class.
Size< VImageDimension > SizeType
SmartPointer< Self > Pointer
Index< VImageDimension > IndexType
Control indentation during Print() invocation.
A wrapper of the STL "map" container.
handle geometric properties for vertices of a simplex mesh
itk::Point< double, 3 > PointType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....