Loading...
Searching...
No Matches
bitpit::QualifiedCellHalfEdge< QualifiedCell > Class Template Reference
Inheritance diagram for bitpit::QualifiedCellHalfEdge< QualifiedCell >:

Collaboration diagram for bitpit::QualifiedCellHalfEdge< QualifiedCell >:

Public Types | |
| typedef ElementHalfEdge< QualifiedCell >::Winding | Winding |
Public Types inherited from bitpit::ElementHalfEdge< QualifiedCell > | |
| typedef ElementHalfItem< QualifiedCell >::Winding | Winding |
Public Types inherited from bitpit::ElementHalfItem< QualifiedCell > | |
| enum | Winding |
Public Member Functions | |
| QualifiedCellHalfEdge (QualifiedCell &cell, int edge, Winding winding=Winding::WINDING_NATURAL) | |
| QualifiedCell & | getCell () const |
Public Member Functions inherited from bitpit::ElementHalfEdge< QualifiedCell > | |
| int | getEdge () const |
Public Member Functions inherited from bitpit::ElementHalfItem< QualifiedCell > | |
| const ConstProxyVector< long > & | getVertexIds () const |
| Winding | getWinding () const |
| bool | operator!= (const ElementHalfItem &other) const |
| bool | operator== (const ElementHalfItem &other) const |
| void | setWinding (Winding winding) |
Additional Inherited Members | |
Protected Member Functions inherited from bitpit::ElementHalfEdge< QualifiedCell > | |
| ElementHalfEdge (QualifiedCell &element, int edge, Winding winding) | |
Protected Member Functions inherited from bitpit::ElementHalfItem< QualifiedCell > | |
| ElementHalfItem (QualifiedCell &element, ConstProxyVector< long > &&vertexIds, ElementHalfItem< QualifiedCell >::Winding winding) | |
| QualifiedCell & | getElement () const |
Protected Attributes inherited from bitpit::ElementHalfEdge< QualifiedCell > | |
| int | m_edge |
Protected Attributes inherited from bitpit::ElementHalfItem< QualifiedCell > | |
| QualifiedCell & | m_element |
| std::size_t | m_firstVertexId |
| ConstProxyVector< long > | m_vertexIds |
| Winding | m_winding |
Detailed Description
template<typename QualifiedCell>
class bitpit::QualifiedCellHalfEdge< QualifiedCell >
class bitpit::QualifiedCellHalfEdge< QualifiedCell >
Member Typedef Documentation
◆ Winding
template<typename QualifiedCell>
| typedef ElementHalfEdge<QualifiedCell>::Winding bitpit::QualifiedCellHalfEdge< QualifiedCell >::Winding |
Constructor & Destructor Documentation
◆ QualifiedCellHalfEdge()
template<class QualifiedCell>
| bitpit::QualifiedCellHalfEdge< QualifiedCell >::QualifiedCellHalfEdge | ( | QualifiedCell & | cell, |
| int | edge, | ||
| Winding | winding = Winding::WINDING_NATURAL ) |
Member Function Documentation
◆ getCell()
template<class QualifiedCell>
| QualifiedCell & bitpit::QualifiedCellHalfEdge< QualifiedCell >::getCell | ( | ) | const |
The documentation for this class was generated from the following files:
1.13.2
Public Types inherited from