28 #ifndef itkDeformableSimplexMesh3DBalloonForceFilter_h
29 #define itkDeformableSimplexMesh3DBalloonForceFilter_h
51 template<
typename TInputMesh,
typename TOutputMesh >
84 typedef typename InputMeshType::PixelType
PixelType;
89 itkSetMacro(Kappa,
double);
90 itkGetConstMacro(Kappa,
double);
101 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
106 virtual void ComputeExternalForce(
SimplexMeshGeometry *data,
const GradientImageType *gradientImage) ITK_OVERRIDE;
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkDeformableSimplexMesh3DBalloonForceFilter.hxx"
121 #endif // itkDeformableSimplexMesh3DBalloonForceFilter_h
Light weight base class for most itk classes.
ImageBaseType::PointType PointType
handle geometric properties for vertices of a simplx mesh
Control indentation during Print() invocation.
Templated n-dimensional image class.