#include <component.h>
Public Member Functions | |
const int & | cEFi () const |
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 |
Definition at line 369 of file edge/component.h.
vcg::edge::EFAdj< T >::EFAdj | ( | ) | [inline] |
Definition at line 371 of file edge/component.h.
const int& vcg::edge::EFAdj< T >::cEFi | ( | ) | const [inline] |
Definition at line 375 of file edge/component.h.
const T::FacePointer vcg::edge::EFAdj< T >::cEFp | ( | ) | const [inline] |
Definition at line 373 of file edge/component.h.
int& vcg::edge::EFAdj< T >::EFi | ( | ) | [inline] |
Definition at line 374 of file edge/component.h.
T::FacePointer& vcg::edge::EFAdj< T >::EFp | ( | ) | [inline] |
Definition at line 372 of file edge/component.h.
static bool vcg::edge::EFAdj< T >::HasEFAdjacency | ( | ) | [inline, static] |
Definition at line 378 of file edge/component.h.
static bool vcg::edge::EFAdj< T >::HasEFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 379 of file edge/component.h.
void vcg::edge::EFAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 377 of file edge/component.h.
static void vcg::edge::EFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 380 of file edge/component.h.
T::FacePointer vcg::edge::EFAdj< T >::_fp [private] |
Definition at line 383 of file edge/component.h.
int vcg::edge::EFAdj< T >::_zp [private] |
Definition at line 384 of file edge/component.h.