#include <hedge_component.h>
Public Member Functions | |
T::EdgePointer | cHHp (const int &i) |
HHAdj () | |
int & | HHi (const int &i) |
T::EdgePointer & | HHp (const int &i) |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
Static Public Member Functions | |
static bool | HasHHAdjacency () |
static bool | HasHHAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::HEdgePointer | _ep [2] |
int | _zp [2] |
Definition at line 233 of file hedge_component.h.
vcg::hedge::HHAdj< T >::HHAdj | ( | ) | [inline] |
Definition at line 235 of file hedge_component.h.
T::EdgePointer vcg::hedge::HHAdj< T >::cHHp | ( | const int & | i | ) | [inline] |
Definition at line 237 of file hedge_component.h.
static bool vcg::hedge::HHAdj< T >::HasHHAdjacency | ( | ) | [inline, static] |
Definition at line 241 of file hedge_component.h.
static bool vcg::hedge::HHAdj< T >::HasHHAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 242 of file hedge_component.h.
int& vcg::hedge::HHAdj< T >::HHi | ( | const int & | i | ) | [inline] |
Definition at line 238 of file hedge_component.h.
T::EdgePointer& vcg::hedge::HHAdj< T >::HHp | ( | const int & | i | ) | [inline] |
Definition at line 236 of file hedge_component.h.
void vcg::hedge::HHAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 240 of file hedge_component.h.
static void vcg::hedge::HHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 243 of file hedge_component.h.
T::HEdgePointer vcg::hedge::HHAdj< T >::_ep[2] [private] |
Definition at line 246 of file hedge_component.h.
int vcg::hedge::HHAdj< T >::_zp[2] [private] |
Definition at line 247 of file hedge_component.h.