#include <hedge_component.h>
Public Member Functions | |
T::FacePointer | cHFp () |
int & | EFi () |
HFAdj () | |
T::FacePointer & | HFp () |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
Static Public Member Functions | |
static bool | HasHFAdjacency () |
static bool | HasHFAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::FacePointer | _fp |
int | _zp |
Definition at line 347 of file hedge_component.h.
vcg::hedge::HFAdj< T >::HFAdj | ( | ) | [inline] |
Definition at line 349 of file hedge_component.h.
T::FacePointer vcg::hedge::HFAdj< T >::cHFp | ( | ) | [inline] |
Definition at line 351 of file hedge_component.h.
int& vcg::hedge::HFAdj< T >::EFi | ( | ) | [inline] |
Definition at line 352 of file hedge_component.h.
static bool vcg::hedge::HFAdj< T >::HasHFAdjacency | ( | ) | [inline, static] |
Definition at line 355 of file hedge_component.h.
static bool vcg::hedge::HFAdj< T >::HasHFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 356 of file hedge_component.h.
T::FacePointer& vcg::hedge::HFAdj< T >::HFp | ( | ) | [inline] |
Definition at line 350 of file hedge_component.h.
void vcg::hedge::HFAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 354 of file hedge_component.h.
static void vcg::hedge::HFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 357 of file hedge_component.h.
T::FacePointer vcg::hedge::HFAdj< T >::_fp [private] |
Definition at line 360 of file hedge_component.h.
int vcg::hedge::HFAdj< T >::_zp [private] |
Definition at line 361 of file hedge_component.h.