25#ifndef __BITPIT_CELL_TPP__
26#define __BITPIT_CELL_TPP__
46template<
class QualifiedCell>
57template<
class QualifiedCell>
60 return static_cast<QualifiedCell &
>(this->getElement());
82template<
class QualifiedCell>
93template<
class QualifiedCell>
96 return static_cast<QualifiedCell &
>(this->getElement());
The ElementHalfEdge class defines element half-edge items.
The ElementHalfFace class defines element half-faces.
QualifiedCellHalfEdge(QualifiedCell &cell, int edge, Winding winding=Winding::WINDING_NATURAL)
QualifiedCell & getCell() const
QualifiedCellHalfFace(QualifiedCell &cell, int face, Winding winding=Winding::WINDING_NATURAL)
QualifiedCell & getCell() const