Classes | |
class | itk::BalloonForceFilter< TInputMesh, TOutputMesh > |
BalloonForceFilter is used to apply balloon force and the potential force onto the 2D surface model embedded in a 3D space. More... | |
class | itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh > |
Generate a PointSet containing the narrow band around the edges of a input binary image. More... | |
class | itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh > |
ConformalFlatteningMeshFilter applies a conformal mapping from 3D to 2D. More... | |
class | itk::ConnectedRegionsMeshFilter< TInputMesh, TOutputMesh > |
Extract portions of a mesh that are connected at vertices. More... | |
class | DeformableMesh3D |
The DeformableMesh3DFilter is used to deform a mesh (deformable model) under a potential force in 2D or 3D. The potential force is derived from the gradient information in the medical image and it will make the model deform to fit to the boundary features. More... | |
class | itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh > |
Three-dimensional deformable model for image segmentation. More... | |
class | itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction > |
InteriorExteriorMeshFilter takes an itk::Mesh and extracts from it a Sub-Mesh such that all its points Evaluate > 0 in an itk::SpatialFunction provided by the user. More... | |
class | itk::MeshToMeshFilter< TInputMesh, TOutputMesh > |
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh data as input. Specifically, this class defines the SetInput() method for defining the input to a filter. More... | |
class | itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh > |
ParametricSpaceToImageSpaceMeshFilter takes an itk::Mesh on which the point Data is expected to contain itk::Index of itk::Image pixels associated with each point of the Mesh, and construct with them a new mesh whose points are in the coordinates of those pixels. More... | |
class | itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform > |
TransformMeshFilter applies a transform to all the points of a mesh. More... | |
class | itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDeformationField > |
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is represented as an image of Vectors. More... |
Mesh filters process input meshes and produce output meshes. Inputs are unmodified.