$darkmode
The references to the two vertexes of a edge. More...
#include <component.h>
Public Types | |
typedef T::VertexType::CoordType | CoordType |
typedef T::VertexType::ScalarType | ScalarType |
Public Member Functions | |
T::VertexType *& | V (const int j) |
T::VertexType *const & | V (const int j) const |
T::VertexType * | cV (const int j) const |
CoordType & | P (const int j) |
Shortcuts to access points. | |
const CoordType & | P (const int j) const |
const CoordType & | cP (const int j) const |
T::VertexType *& | V0 (const int j) |
T::VertexType *& | V1 (const int j) |
const T::VertexType *const & | V0 (const int j) const |
const T::VertexType *const & | V1 (const int j) const |
const T::VertexType *const & | cV0 (const int j) const |
const T::VertexType *const & | cV1 (const int j) const |
CoordType & | P0 (const int j) |
Shortcuts to access points. | |
CoordType & | P1 (const int j) |
const CoordType & | P0 (const int j) const |
const CoordType & | P1 (const int j) const |
const CoordType & | cP0 (const int j) const |
const CoordType & | cP1 (const int j) const |
template<class LeftF > | |
void | ImportData (const LeftF &leftF) |
Static Public Member Functions | |
static bool | HasEVAdjacency () |
static bool | HasVertexRef () |
static void | Name (std::vector< std::string > &name) |
The references to the two vertexes of a edge.
Stored as pointers to the VertexType
|
inline |
Return the pointer to the ((j+1)%3)-th vertex of the face.
j | Index of the face vertex. |