Component: Edge-Face adjacency relation This component implement store the pointer to a face sharing this edge. More...
#include <component.h>
Public Member Functions | |
int | cEFi () const |
T::FacePointer | cEFp () const |
EFAdj () | |
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) |
Private Attributes | |
T::FacePointer | _fp |
int | _zp |
Component: Edge-Face adjacency relation This component implement store the pointer to a face sharing this edge.
Definition at line 344 of file edge/component.h.
vcg::edge::EFAdj< T >::EFAdj | ( | ) | [inline] |
Definition at line 346 of file edge/component.h.
int vcg::edge::EFAdj< T >::cEFi | ( | ) | const [inline] |
Definition at line 350 of file edge/component.h.
T::FacePointer vcg::edge::EFAdj< T >::cEFp | ( | ) | const [inline] |
Definition at line 348 of file edge/component.h.
int& vcg::edge::EFAdj< T >::EFi | ( | ) | [inline] |
Definition at line 349 of file edge/component.h.
T::FacePointer& vcg::edge::EFAdj< T >::EFp | ( | ) | [inline] |
Definition at line 347 of file edge/component.h.
static bool vcg::edge::EFAdj< T >::HasEFAdjacency | ( | ) | [inline, static] |
Definition at line 353 of file edge/component.h.
static bool vcg::edge::EFAdj< T >::HasEFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 354 of file edge/component.h.
void vcg::edge::EFAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 352 of file edge/component.h.
static void vcg::edge::EFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 355 of file edge/component.h.
T::FacePointer vcg::edge::EFAdj< T >::_fp [private] |
Definition at line 358 of file edge/component.h.
int vcg::edge::EFAdj< T >::_zp [private] |
Definition at line 359 of file edge/component.h.