|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkDeformableSimplexMesh3DBalloonForceFilter_h
29 #define itkDeformableSimplexMesh3DBalloonForceFilter_h
52 template <
typename TInputMesh,
typename TOutputMesh>
86 using PixelType =
typename InputMeshType::PixelType;
91 itkSetMacro(Kappa,
double);
92 itkGetConstMacro(Kappa,
double);
104 PrintSelf(std::ostream & os,
Indent indent)
const override;
110 ComputeExternalForce(
SimplexMeshGeometry * data,
const GradientImageType * gradientImage)
override;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 # include "itkDeformableSimplexMesh3DBalloonForceFilter.hxx"
125 #endif // itkDeformableSimplexMesh3DBalloonForceFilter_h
typename OutputMeshType::Pointer OutputMeshPointer
typename InputMeshType::Pointer InputMeshPointer
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
handle geometric properties for vertices of a simplx mesh
Light weight base class for most itk classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Templated n-dimensional image class.
TOutputMesh OutputMeshType