|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkLevelSetQuadEdgeMesh_h
20 #define itkLevelSetQuadEdgeMesh_h
34 template <
typename TMesh>
36 :
public LevelSetBase<typename TMesh::PointIdentifier, TMesh::PointDimension, typename TMesh::PixelType, TMesh>
73 EvaluateGradient(
const InputType & iP)
const;
78 EvaluateHessian(
const InputType & iP)
const;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkLevelSetQuadEdgeMesh.hxx"
122 #endif // itkLevelSetQuadEdgeMesh_h
typename Superclass::InputType InputType
Abstract base class for the representation of a level-set function.
typename Superclass::OutputType OutputType
typename Superclass::LevelSetDataType LevelSetDataType
Base class for the surface mesh representation of a level-set function.
typename Superclass::GradientType GradientType
typename TMesh::Pointer MeshPointer
typename Superclass::OutputRealType OutputRealType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Implements the N-dimensional mesh structure.
Base class for most ITK classes.
typename Superclass::HessianType HessianType
Base class for all data objects in ITK.