#include <component_polygon.h>
Public Member Functions | |
void | Alloc (const int &ns) |
T::HEdgePointer const | cFHp (const int &) const |
void | Dealloc () |
T::HEdgePointer & | FHp (const int &) |
int | Next (const int &i) |
PolyInfo () | |
int | Prev (const int &i) |
const int & | VN () const |
Static Public Member Functions | |
static bool | HasFHAdjacency () |
static bool | HasPolyInfo () |
Protected Member Functions | |
void | SetVN (const int &n) |
Private Attributes | |
int | _ns |
Definition at line 65 of file component_polygon.h.
vcg::face::PolyInfo< T >::PolyInfo | ( | ) | [inline] |
Definition at line 69 of file component_polygon.h.
void vcg::face::PolyInfo< T >::Alloc | ( | const int & | ns | ) | [inline] |
Reimplemented in vcg::face::NormalAbs< vcg::Point3f, Arity6< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj, vcg::face::PFHAdj, vcg::face::BitFlags > >, vcg::face::BitFlags< Arity5< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj, vcg::face::PFHAdj > >, vcg::face::PFVAdj< Arity2< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj > >, vcg::face::PFVAdj< Arity1< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo > >, vcg::face::PFFAdj< Arity3< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj > >, and vcg::face::PFHAdj< Arity4< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj > >.
Definition at line 78 of file component_polygon.h.
T::HEdgePointer const vcg::face::PolyInfo< T >::cFHp | ( | const int & | ) | const [inline] |
Definition at line 83 of file component_polygon.h.
void vcg::face::PolyInfo< T >::Dealloc | ( | ) | [inline] |
Reimplemented in vcg::face::NormalAbs< vcg::Point3f, Arity6< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj, vcg::face::PFHAdj, vcg::face::BitFlags > >, vcg::face::BitFlags< Arity5< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj, vcg::face::PFHAdj > >, vcg::face::PFVAdj< Arity2< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj > >, vcg::face::PFVAdj< Arity1< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo > >, vcg::face::PFFAdj< Arity3< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj > >, and vcg::face::PFHAdj< Arity4< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj > >.
Definition at line 79 of file component_polygon.h.
T::HEdgePointer& vcg::face::PolyInfo< T >::FHp | ( | const int & | ) | [inline] |
Definition at line 82 of file component_polygon.h.
static bool vcg::face::PolyInfo< T >::HasFHAdjacency | ( | ) | [inline, static] |
Reimplemented in vcg::face::PFHAdj< Arity4< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj > >.
Definition at line 84 of file component_polygon.h.
static bool vcg::face::PolyInfo< T >::HasPolyInfo | ( | ) | [inline, static] |
Definition at line 74 of file component_polygon.h.
int vcg::face::PolyInfo< T >::Next | ( | const int & | i | ) | [inline] |
Definition at line 77 of file component_polygon.h.
int vcg::face::PolyInfo< T >::Prev | ( | const int & | i | ) | [inline] |
Definition at line 76 of file component_polygon.h.
void vcg::face::PolyInfo< T >::SetVN | ( | const int & | n | ) | [inline, protected] |
Definition at line 67 of file component_polygon.h.
const int& vcg::face::PolyInfo< T >::VN | ( | ) | const [inline] |
Definition at line 75 of file component_polygon.h.
int vcg::face::PolyInfo< T >::_ns [private] |
Definition at line 86 of file component_polygon.h.