#include <component.h>
Public Member Functions | |
T::TetraPointer | cETp () |
ETAdj () | |
int & | ETi () |
T::TetraPointer & | ETp () |
Static Public Member Functions | |
static bool | HasETAdjacency () |
static bool | HasETAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::TetraPointer | _tp |
int | _zp |
Definition at line 337 of file edge/component.h.
vcg::edge::ETAdj< T >::ETAdj | ( | ) | [inline] |
Definition at line 339 of file edge/component.h.
T::TetraPointer vcg::edge::ETAdj< T >::cETp | ( | ) | [inline] |
Definition at line 341 of file edge/component.h.
int& vcg::edge::ETAdj< T >::ETi | ( | ) | [inline] |
Definition at line 342 of file edge/component.h.
T::TetraPointer& vcg::edge::ETAdj< T >::ETp | ( | ) | [inline] |
Definition at line 340 of file edge/component.h.
static bool vcg::edge::ETAdj< T >::HasETAdjacency | ( | ) | [inline, static] |
Definition at line 343 of file edge/component.h.
static bool vcg::edge::ETAdj< T >::HasETAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 344 of file edge/component.h.
static void vcg::edge::ETAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 345 of file edge/component.h.
T::TetraPointer vcg::edge::ETAdj< T >::_tp [private] |
Definition at line 348 of file edge/component.h.
int vcg::edge::ETAdj< T >::_zp [private] |
Definition at line 349 of file edge/component.h.