18 #ifndef itkHexahedronCell_h
19 #define itkHexahedronCell_h
43 template<
typename TCellInterface >
75 virtual CellGeometry
GetType(
void) const ITK_OVERRIDE
76 {
return Superclass::HEXAHEDRON_CELL; }
77 virtual void MakeCopy(CellAutoPointer &) const ITK_OVERRIDE;
80 virtual
unsigned int GetDimension(
void) const ITK_OVERRIDE;
86 virtual
bool GetBoundaryFeature(
int dimension, CellFeatureIdentifier, CellAutoPointer &) ITK_OVERRIDE;
87 virtual
void SetPointIds(PointIdConstIterator first) ITK_OVERRIDE;
89 virtual
void SetPointIds(PointIdConstIterator first, PointIdConstIterator last) ITK_OVERRIDE;
91 virtual
void SetPointId(
int localId, PointIdentifier) ITK_OVERRIDE;
94 virtual PointIdConstIterator
PointIdsBegin(
void) const ITK_OVERRIDE;
96 virtual PointIdIterator
PointIdsEnd(
void) ITK_OVERRIDE;
98 virtual PointIdConstIterator
PointIdsEnd(
void) const ITK_OVERRIDE;
117 InterpolationWeightType *) ITK_OVERRIDE;
128 void EvaluateLocation(
int &itkNotUsed(subId), PointsContainer * points, CoordRepType pcoords[3],
129 CoordRepType x[3], InterpolationWeightType * weights);
134 for (
unsigned int i = 0; i < itkGetStaticConstMacro(NumberOfPoints); i++ )
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkHexahedronCell.hxx"
virtual CellFeatureCount GetNumberOfEdges() const
Represents a line segment for a Mesh.
virtual bool GetBoundaryFeature(int dimension, CellFeatureIdentifier, CellAutoPointer &) override
VertexType::SelfAutoPointer VertexAutoPointer
EdgeType::SelfAutoPointer EdgeAutoPointer
An abstract interface for cells.
FaceType::SelfAutoPointer FaceAutoPointer
virtual CellFeatureCount GetNumberOfFaces() const
void operator=(const Self &)
virtual void SetPointIds(PointIdConstIterator first) override
virtual bool EvaluatePosition(CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override
virtual CellGeometry GetType(void) const override
Holds data defining the topological connections of the vertices and edges of a HexahedronCell.
Represents a hexahedron for a Mesh.
virtual unsigned int GetDimension(void) const override
QuadrilateralCell< TCellInterface > FaceType
virtual void SetPointId(int localId, PointIdentifier) override
itkCellCommonTypedefs(HexahedronCell)
void InterpolationDerivs(CoordRepType pcoords[3], CoordRepType derivs[24])
virtual CellFeatureCount GetNumberOfVertices() const
virtual bool GetFace(CellFeatureIdentifier, FaceAutoPointer &)
itkCellVisitMacro(Superclass::HEXAHEDRON_CELL)
itkCellInheritedTypedefs(TCellInterface)
virtual PointIdIterator PointIdsEnd(void) override
PointIdentifier m_PointIds[NumberOfPoints]
Represents a single vertex for a Mesh.
LineCell< TCellInterface > EdgeType
virtual PointIdIterator PointIdsBegin(void) override
virtual void MakeCopy(CellAutoPointer &) const override
virtual unsigned int GetNumberOfPoints(void) const override
void InterpolationFunctions(CoordRepType pcoords[3], InterpolationWeightType sf[8])
virtual bool GetVertex(CellFeatureIdentifier, VertexAutoPointer &)
Represents a quadrilateral for a Mesh.
virtual bool GetEdge(CellFeatureIdentifier, EdgeAutoPointer &)
void EvaluateLocation(int &, PointsContainer *points, CoordRepType pcoords[3], CoordRepType x[3], InterpolationWeightType *weights)
virtual CellFeatureCount GetNumberOfBoundaryFeatures(int dimension) const override
VertexCell< TCellInterface > VertexType