#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 226 of file hedge_component.h.
| vcg::hedge::HHAdj< T >::HHAdj | ( | ) | [inline] |
Definition at line 228 of file hedge_component.h.
| T::EdgePointer vcg::hedge::HHAdj< T >::cHHp | ( | const int & | i | ) | [inline] |
Definition at line 230 of file hedge_component.h.
| static bool vcg::hedge::HHAdj< T >::HasHHAdjacency | ( | ) | [inline, static] |
Definition at line 234 of file hedge_component.h.
| static bool vcg::hedge::HHAdj< T >::HasHHAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 235 of file hedge_component.h.
| int& vcg::hedge::HHAdj< T >::HHi | ( | const int & | i | ) | [inline] |
Definition at line 231 of file hedge_component.h.
| T::EdgePointer& vcg::hedge::HHAdj< T >::HHp | ( | const int & | i | ) | [inline] |
Definition at line 229 of file hedge_component.h.
| void vcg::hedge::HHAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 233 of file hedge_component.h.
| static void vcg::hedge::HHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 236 of file hedge_component.h.
T::HEdgePointer vcg::hedge::HHAdj< T >::_ep[2] [private] |
Definition at line 239 of file hedge_component.h.
int vcg::hedge::HHAdj< T >::_zp[2] [private] |
Definition at line 240 of file hedge_component.h.