18 #ifndef __itkDeformableSimplexMesh3DGradientConstraintForceFilter_h
19 #define __itkDeformableSimplexMesh3DGradientConstraintForceFilter_h
45 ImageVoxel(
int *pos,
double *subpos,
double val,
double dist,
unsigned int ind)
50 this->
m_Spos[0] = subpos[0];
51 this->
m_Spos[1] = subpos[1];
52 this->
m_Spos[2] = subpos[2];
85 template<
typename TInputMesh,
typename TOutputMesh >
131 itkSetMacro(Range,
int);
132 itkGetConstMacro(Range,
int);
168 double NextVoxel(
const double *pp,
int *ic,
double *x,
double *y,
double *z);
185 #ifndef ITK_MANUAL_INSTANTIATION
186 #include "itkDeformableSimplexMesh3DGradientConstraintForceFilter.hxx"
ImageVoxel(int *pos, double *subpos, double val, double dist, unsigned int ind)
Light weight base class for most itk classes.
double GetValue(void) const
returns voxel value
signed long IndexValueType
void SetValue(const double val)
returns voxel position
unsigned int GetX(void) const
returns voxel X coordinate (voxel column)
Superclass::IndexType IndexType
unsigned int GetY(void) const
returns voxel Y coordinate (voxel row)
unsigned int GetZ(void) const
returns voxel Z coordinate (voxel plane)
handle geometric properties for vertices of a simplx mesh
double GetDistance(void) const
returns voxel distance to origin
Control indentation during Print() invocation.
Templated n-dimensional image class.