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<
class TInputMesh,
class TOutputMesh >
131 itkSetMacro(Range,
int);
132 itkGetConstMacro(Range,
int);
148 itkSetConstObjectMacro(
Image, OriginalImageType);
155 void PrintSelf(std::ostream & os,
Indent indent)
const;
160 virtual void ComputeExternalForce(
SimplexMeshGeometry *data,
const GradientImageType *gradientImage);
168 double NextVoxel(
const double *pp,
int *ic,
double *x,
double *y,
double *z);
185 #ifndef ITK_MANUAL_INSTANTIATION
186 #include "itkDeformableSimplexMesh3DGradientConstraintForceFilter.hxx"