ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes
Mesh Representation Objects
Data Representation Objects
Collaboration diagram for Mesh Representation Objects:

Classes

class  itk::CellInterface< TPixelType, TCellTraits >
 An abstract interface for cells. More...
class  itk::CellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer >
 A simple utility class to define the cell type inside a mesh type structure definition. This just makes a copy of existing type information that is needed for a cell type template parameter. More...
class  itk::DefaultDynamicMeshTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeight, TCellPixelType >
 A simple structure that holds type information for a mesh and its cells. More...
class  itk::DefaultStaticMeshTraits< TPixelType, VPointDimension, VMaxTopologicalDimension, TCoordRep, TInterpolationWeight, TCellPixelType >
class  itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >
 This class extends the QuadEdge by adding a reference to the Origin. More...
class  itk::HexahedronCell< TCellInterface >
 Represents a hexahedron for a Mesh. More...
class  itk::HexahedronCellTopology
 Holds data defining the topological connections of the vertices and edges of a HexahedronCell. More...
class  itk::LineCell< TCellInterface >
 Represents a line segment for a Mesh. More...
class  itk::Mesh< TPixelType, VDimension, TMeshTraits >
 Implements the N-dimensional mesh structure. More...
class  itk::MeshRegion
 A mesh region represents an unstructured region of data. More...
class  itk::PolygonCell< TCellInterface >
 Represents a polygon in a Mesh. More...
class  itk::QuadEdge
 Base class for the implementation of a quad-edge data structure as proposed in "Guibas and Stolfi 1985". More...
class  itk::QuadraticEdgeCell< TCellInterface >
 Represents a second order line segment for a Mesh. More...
class  itk::QuadraticTriangleCell< TCellInterface >
 Represents a second order triangular patch for a Mesh. More...
class  itk::QuadraticTriangleCellTopology
 QuadraticTriangleCellTopology holds data defining the topological connections of the vertices and edges of a TriangleCell. More...
class  itk::QuadrilateralCell< TCellInterface >
 Represents a quadrilateral for a Mesh. More...
class  itk::QuadrilateralCellTopology
 Holds data defining the topological connections of the vertices and edges of a QuadrilateralCell. More...
class  itk::TetrahedronCell< TCellInterface >
 TetrahedronCell represents a tetrahedron for a Mesh. More...
class  itk::TetrahedronCellTopology
 TetrahedronCellTopology holds data defining the topological connections of the vertices and edges of a TetrahedronCell. More...
class  itk::TriangleCell< TCellInterface >
class  itk::TriangleCellTopology
class  itk::VertexCell< TCellInterface >
 Represents a single vertex for a Mesh. More...
class  itk::VoronoiDiagram2D< TCoordType >
 Implements the 2-Dimensional Voronoi Diagram. More...

Detailed Description

This category includes the objects required to represent meshes in ITK.