Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::HexahedronCell< TCellInterface > Class Template Reference
[Mesh Representation Objects]

#include <itkHexahedronCell.h>

Inheritance diagram for itk::HexahedronCell< TCellInterface >:

Inheritance graph
[legend]
Collaboration diagram for itk::HexahedronCell< TCellInterface >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef VertexCell< TCellInterface > VertexType
typedef VertexType::SelfAutoPointer VertexAutoPointer
typedef LineCell< TCellInterface > EdgeType
typedef EdgeType::SelfAutoPointer EdgeAutoPointer
typedef QuadrilateralCell<
TCellInterface > 
FaceType
typedef FaceType::SelfAutoPointer FaceAutoPointer
enum  {
  NumberOfPoints = 8, NumberOfVertices = 8, NumberOfEdges = 12, NumberOfFaces = 6,
  CellDimension = 3
}

Public Member Functions

virtual const char * GetClassName () const
 itkCellVisitMacro (HEXAHEDRON_CELL)
 HexahedronCell ()
 ~HexahedronCell ()
 itkCellCommonTypedefs (HexahedronCell)
 itkCellInheritedTypedefs (TCellInterface)
virtual CellGeometry GetType (void) const
virtual void MakeCopy (CellAutoPointer &) const
virtual unsigned int GetDimension (void) const
virtual unsigned int GetNumberOfPoints (void) const
virtual CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const
virtual bool GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &)
virtual void SetPointIds (PointIdConstIterator first)
virtual void SetPointIds (PointIdConstIterator first, PointIdConstIterator last)
virtual void SetPointId (int localId, PointIdentifier)
virtual PointIdIterator PointIdsBegin (void)
virtual PointIdConstIterator PointIdsBegin (void) const
virtual PointIdIterator PointIdsEnd (void)
virtual PointIdConstIterator PointIdsEnd (void) const
virtual CellFeatureCount GetNumberOfVertices (void) const
virtual CellFeatureCount GetNumberOfEdges (void) const
virtual CellFeatureCount GetNumberOfFaces (void) const
virtual bool GetVertex (CellFeatureIdentifier, VertexAutoPointer &)
virtual bool GetEdge (CellFeatureIdentifier, EdgeAutoPointer &)
virtual bool GetFace (CellFeatureIdentifier, FaceAutoPointer &)

Protected Attributes

PointIdentifier m_PointIds [NumberOfPoints]

Detailed Description

template<typename TCellInterface>
class itk::HexahedronCell< TCellInterface >

HexahedronCell represents a hexahedron for a Mesh.

Template parameters for HexahedronCell:

TPixelType = The type associated with a point, cell, or boundary for use in storing its data.

TCellTraits = Type information of mesh containing cell.

Definition at line 43 of file itkHexahedronCell.h.


Member Typedef Documentation

template<typename TCellInterface>
typedef EdgeType::SelfAutoPointer itk::HexahedronCell< TCellInterface >::EdgeAutoPointer
 

Definition at line 60 of file itkHexahedronCell.h.

template<typename TCellInterface>
typedef LineCell< TCellInterface > itk::HexahedronCell< TCellInterface >::EdgeType
 

The type of boundary for this triangle's edges. Definition at line 59 of file itkHexahedronCell.h.

template<typename TCellInterface>
typedef FaceType::SelfAutoPointer itk::HexahedronCell< TCellInterface >::FaceAutoPointer
 

Definition at line 64 of file itkHexahedronCell.h.

template<typename TCellInterface>
typedef QuadrilateralCell< TCellInterface > itk::HexahedronCell< TCellInterface >::FaceType
 

The type of boundary for this hexahedron's faces. Definition at line 63 of file itkHexahedronCell.h.

template<typename TCellInterface>
typedef VertexType::SelfAutoPointer itk::HexahedronCell< TCellInterface >::VertexAutoPointer
 

Definition at line 56 of file itkHexahedronCell.h.

template<typename TCellInterface>
typedef VertexCell< TCellInterface > itk::HexahedronCell< TCellInterface >::VertexType
 

The type of boundary for this triangle's vertices. Definition at line 55 of file itkHexahedronCell.h.


Member Enumeration Documentation

template<typename TCellInterface>
anonymous enum
 

Hexahedron-specific topology numbers.

Enumeration values:
NumberOfPoints 
NumberOfVertices 
NumberOfEdges 
NumberOfFaces 
CellDimension 
Definition at line 67 of file itkHexahedronCell.h.


Constructor & Destructor Documentation

template<typename TCellInterface>
itk::HexahedronCell< TCellInterface >::HexahedronCell  )  [inline]
 

Definition at line 107 of file itkHexahedronCell.h.

template<typename TCellInterface>
itk::HexahedronCell< TCellInterface >::~HexahedronCell  )  [inline]
 

Definition at line 108 of file itkHexahedronCell.h.


Member Function Documentation

template<typename TCellInterface>
virtual bool itk::HexahedronCell< TCellInterface >::GetBoundaryFeature int  dimension,
CellFeatureIdentifier  ,
CellAutoPointer & 
[virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual const char* itk::HexahedronCell< TCellInterface >::GetClassName  )  const [virtual]
 

Standard part of every itk Object.

template<typename TCellInterface>
virtual unsigned int itk::HexahedronCell< TCellInterface >::GetDimension void   )  const [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual bool itk::HexahedronCell< TCellInterface >::GetEdge CellFeatureIdentifier  ,
EdgeAutoPointer
[virtual]
 

Hexahedron-specific interface.

template<typename TCellInterface>
virtual bool itk::HexahedronCell< TCellInterface >::GetFace CellFeatureIdentifier  ,
FaceAutoPointer
[virtual]
 

Hexahedron-specific interface.

template<typename TCellInterface>
virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfBoundaryFeatures int  dimension  )  const [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfEdges void   )  const [virtual]
 

Hexahedron-specific interface.

template<typename TCellInterface>
virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfFaces void   )  const [virtual]
 

Hexahedron-specific interface.

template<typename TCellInterface>
virtual unsigned int itk::HexahedronCell< TCellInterface >::GetNumberOfPoints void   )  const [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual CellFeatureCount itk::HexahedronCell< TCellInterface >::GetNumberOfVertices void   )  const [virtual]
 

Hexahedron-specific interface.

template<typename TCellInterface>
virtual CellGeometry itk::HexahedronCell< TCellInterface >::GetType void   )  const [inline, virtual]
 

Implement the standard CellInterface. Definition at line 74 of file itkHexahedronCell.h.

template<typename TCellInterface>
virtual bool itk::HexahedronCell< TCellInterface >::GetVertex CellFeatureIdentifier  ,
VertexAutoPointer
[virtual]
 

Hexahedron-specific interface.

template<typename TCellInterface>
itk::HexahedronCell< TCellInterface >::itkCellCommonTypedefs HexahedronCell< TCellInterface >   ) 
 

Standard class typedefs.

template<typename TCellInterface>
itk::HexahedronCell< TCellInterface >::itkCellInheritedTypedefs TCellInterface   ) 
 

Standard class typedefs.

template<typename TCellInterface>
itk::HexahedronCell< TCellInterface >::itkCellVisitMacro HEXAHEDRON_CELL   ) 
 

Visitor interface

template<typename TCellInterface>
virtual void itk::HexahedronCell< TCellInterface >::MakeCopy CellAutoPointer &   )  const [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual PointIdConstIterator itk::HexahedronCell< TCellInterface >::PointIdsBegin void   )  const [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual PointIdIterator itk::HexahedronCell< TCellInterface >::PointIdsBegin void   )  [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual PointIdConstIterator itk::HexahedronCell< TCellInterface >::PointIdsEnd void   )  const [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual PointIdIterator itk::HexahedronCell< TCellInterface >::PointIdsEnd void   )  [virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual void itk::HexahedronCell< TCellInterface >::SetPointId int  localId,
PointIdentifier 
[virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual void itk::HexahedronCell< TCellInterface >::SetPointIds PointIdConstIterator  first,
PointIdConstIterator  last
[virtual]
 

Implement the standard CellInterface.

template<typename TCellInterface>
virtual void itk::HexahedronCell< TCellInterface >::SetPointIds PointIdConstIterator  first  )  [virtual]
 

Implement the standard CellInterface.


Member Data Documentation

template<typename TCellInterface>
PointIdentifier itk::HexahedronCell< TCellInterface >::m_PointIds[NumberOfPoints] [protected]
 

Store the number of points needed for a hexahedron. Definition at line 104 of file itkHexahedronCell.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:03:28 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000