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