|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkDeformableSimplexMesh3DBalloonForceFilter_h
29 #define itkDeformableSimplexMesh3DBalloonForceFilter_h
52 template <
typename TInputMesh,
typename TOutputMesh>
78 using typename Superclass::GradientIndexType;
79 using typename Superclass::GradientIndexValueType;
80 using typename Superclass::GradientImageType;
86 using PixelType =
typename InputMeshType::PixelType;
92 itkSetMacro(Kappa,
double);
93 itkGetConstMacro(Kappa,
double);
106 PrintSelf(std::ostream & os,
Indent indent)
const override;
113 ComputeExternalForce(
SimplexMeshGeometry * data,
const GradientImageType * gradientImage)
override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkDeformableSimplexMesh3DBalloonForceFilter.hxx"
123 #endif // itkDeformableSimplexMesh3DBalloonForceFilter_h
SmartPointer< Self > Pointer
typename OutputMeshType::Pointer OutputMeshPointer
typename InputMeshType::Pointer InputMeshPointer
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
handle geometric properties for vertices of a simplex 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