*----------------------------- VFADJ ------------------------------*/ More...
#include <component_occ.h>

Public Types | |
| typedef T::FacePointer | FacePointer |
| typedef T::VertType | VertType |
Public Member Functions | |
| FacePointer & | Fp () |
| int & | Zp () |
Static Public Member Functions | |
| static bool | HasVFAdjacency () |
Private Attributes | |
| T::FacePointer | _fp |
| int | _zp |
*----------------------------- VFADJ ------------------------------*/
Definition at line 252 of file vertex/component_occ.h.
| typedef T::FacePointer vcg::vertex::VFAdjOcc< T >::FacePointer |
Definition at line 255 of file vertex/component_occ.h.
| typedef T::VertType vcg::vertex::VFAdjOcc< T >::VertType |
Definition at line 254 of file vertex/component_occ.h.
| FacePointer& vcg::vertex::VFAdjOcc< T >::Fp | ( | ) | [inline] |
Definition at line 256 of file vertex/component_occ.h.
| static bool vcg::vertex::VFAdjOcc< T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 258 of file vertex/component_occ.h.
| int& vcg::vertex::VFAdjOcc< T >::Zp | ( | ) | [inline] |
Definition at line 257 of file vertex/component_occ.h.
T::FacePointer vcg::vertex::VFAdjOcc< T >::_fp [private] |
Definition at line 260 of file vertex/component_occ.h.
int vcg::vertex::VFAdjOcc< T >::_zp [private] |
Definition at line 261 of file vertex/component_occ.h.