#include <component_polygon.h>
Public Types | |
typedef T::FaceType | FaceType |
Public Member Functions | |
void | Alloc (const int &ns) |
const char & | cFFi (const int j) const |
T::FacePointer const | cFFp (const int j) const |
void | Dealloc () |
char & | FFi (const int j) |
T::FacePointer const | FFp (const int j) const |
T::FacePointer & | FFp (const int j) |
template<class LeftF > | |
void | ImportLocal (const LeftF &leftF) |
PFFAdj () | |
Static Public Member Functions | |
static bool | HasFFAdjacency () |
static bool | HasFFAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Public Attributes | |
char * | _ffiP |
T::FacePointer * | _ffpP |
Definition at line 242 of file component_polygon.h.
typedef T::FaceType vcg::face::PFFAdj< T >::FaceType |
Definition at line 244 of file component_polygon.h.
vcg::face::PFFAdj< T >::PFFAdj | ( | ) | [inline] |
Definition at line 245 of file component_polygon.h.
void vcg::face::PFFAdj< 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 > >, and vcg::face::PFHAdj< Arity4< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj > >.
Definition at line 254 of file component_polygon.h.
const char& vcg::face::PFFAdj< T >::cFFi | ( | const int | j | ) | const [inline] |
Definition at line 250 of file component_polygon.h.
T::FacePointer const vcg::face::PFFAdj< T >::cFFp | ( | const int | j | ) | const [inline] |
Definition at line 248 of file component_polygon.h.
void vcg::face::PFFAdj< 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 > >, and vcg::face::PFHAdj< Arity4< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj > >.
Definition at line 263 of file component_polygon.h.
char& vcg::face::PFFAdj< T >::FFi | ( | const int | j | ) | [inline] |
Definition at line 249 of file component_polygon.h.
T::FacePointer const vcg::face::PFFAdj< T >::FFp | ( | const int | j | ) | const [inline] |
Definition at line 247 of file component_polygon.h.
T::FacePointer& vcg::face::PFFAdj< T >::FFp | ( | const int | j | ) | [inline] |
Definition at line 246 of file component_polygon.h.
static bool vcg::face::PFFAdj< T >::HasFFAdjacency | ( | ) | [inline, static] |
Definition at line 270 of file component_polygon.h.
static bool vcg::face::PFFAdj< T >::HasFFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 271 of file component_polygon.h.
void vcg::face::PFFAdj< T >::ImportLocal | ( | const LeftF & | leftF | ) | [inline] |
Reimplemented in vcg::face::PFHAdj< Arity4< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj > >.
Definition at line 253 of file component_polygon.h.
static void vcg::face::PFFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
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::Normal3f< 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 > >, and vcg::face::PFHAdj< Arity4< FaceBase< PolyUsedTypes >, vcg::face::PolyInfo, vcg::face::PFVAdj, vcg::face::PFVAdj, vcg::face::PFFAdj > >.
Definition at line 272 of file component_polygon.h.
char* vcg::face::PFFAdj< T >::_ffiP |
Definition at line 276 of file component_polygon.h.
T::FacePointer* vcg::face::PFFAdj< T >::_ffpP |
Definition at line 275 of file component_polygon.h.