#include <component.h>
Public Member Functions | |
const int & | cEFi () const |
const T::FacePointer | cEFp () const |
int & | EFi () |
T::FacePointer & | EFp () |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
Static Public Member Functions | |
static bool | HasEFAdjacency () |
static bool | HasEFAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Definition at line 356 of file edge/component.h.
const int& vcg::edge::EmptyEFAdj< T >::cEFi | ( | ) | const [inline] |
Definition at line 361 of file edge/component.h.
const T::FacePointer vcg::edge::EmptyEFAdj< T >::cEFp | ( | ) | const [inline] |
Definition at line 359 of file edge/component.h.
int& vcg::edge::EmptyEFAdj< T >::EFi | ( | ) | [inline] |
Definition at line 360 of file edge/component.h.
T::FacePointer& vcg::edge::EmptyEFAdj< T >::EFp | ( | ) | [inline] |
Definition at line 358 of file edge/component.h.
static bool vcg::edge::EmptyEFAdj< T >::HasEFAdjacency | ( | ) | [inline, static] |
Definition at line 364 of file edge/component.h.
static bool vcg::edge::EmptyEFAdj< T >::HasEFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 365 of file edge/component.h.
void vcg::edge::EmptyEFAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
static void vcg::edge::EmptyEFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::edge::VertexRef< Arity1< EdgeBase< MyUsedTypes >, vcg::edge::Mark > >, vcg::edge::VertexRef< EdgeBase< MyUsedTypes > >, vcg::edge::Mark< EdgeBase< MyUsedTypes > >, vcg::edge::BitFlags< Arity2< EdgeBase< MyUsedTypes >, vcg::edge::Mark, vcg::edge::VertexRef > >, and vcg::edge::EVAdj< Arity1< EdgeBase< MyUsedTypes >, edge::VertexRef > >.
Definition at line 366 of file edge/component.h.