#include <component.h>

Public Member Functions | |
| T::EdgePointer const | cVEp () const |
| template<class LeftV > | |
| void | ImportData (const LeftV &left) |
| VEAdj () | |
| int & | VEi () |
| T::EdgePointer & | VEp () |
Static Public Member Functions | |
| static bool | HasVEAdjacency () |
| static bool | HasVEAdjacencyOcc () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| T::EdgePointer | _ep |
| int | _zp |
Definition at line 431 of file vertex/component.h.
| vcg::vertex::VEAdj< T >::VEAdj | ( | ) | [inline] |
Definition at line 433 of file vertex/component.h.
| T::EdgePointer const vcg::vertex::VEAdj< T >::cVEp | ( | ) | const [inline] |
Definition at line 435 of file vertex/component.h.
| static bool vcg::vertex::VEAdj< T >::HasVEAdjacency | ( | ) | [inline, static] |
Definition at line 439 of file vertex/component.h.
| static bool vcg::vertex::VEAdj< T >::HasVEAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 440 of file vertex/component.h.
| void vcg::vertex::VEAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 438 of file vertex/component.h.
| static void vcg::vertex::VEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 441 of file vertex/component.h.
| int& vcg::vertex::VEAdj< T >::VEi | ( | ) | [inline] |
Definition at line 436 of file vertex/component.h.
| T::EdgePointer& vcg::vertex::VEAdj< T >::VEp | ( | ) | [inline] |
Definition at line 434 of file vertex/component.h.
T::EdgePointer vcg::vertex::VEAdj< T >::_ep [private] |
Definition at line 444 of file vertex/component.h.
int vcg::vertex::VEAdj< T >::_zp [private] |
Definition at line 445 of file vertex/component.h.