#include <component_polygon.h>
Public Types | |
typedef T::VertexType::CoordType | CoordType |
typedef T::VertexType::ScalarType | ScalarType |
Public Member Functions | |
void | Alloc (const int &ns) |
const T::CoordType & | cP (const int j) const |
T::VertexType * | cV (const int j) const |
void | Dealloc () |
template<class LeftF > | |
void | ImportLocal (const LeftF &leftF) |
const T::CoordType & | P (const int j) const |
T::CoordType & | P (const int j) |
T::VertexType *const & | V (const int j) const |
T::VertexType *& | V (const int j) |
Static Public Member Functions | |
static bool | HasFVAdjN () |
static void | Name (std::vector< std::string > &name) |
Definition at line 90 of file component_polygon.h.
typedef T::VertexType::CoordType vcg::face::PEmptyFVAdj< T >::CoordType |
Definition at line 92 of file component_polygon.h.
typedef T::VertexType::ScalarType vcg::face::PEmptyFVAdj< T >::ScalarType |
Definition at line 93 of file component_polygon.h.
void vcg::face::PEmptyFVAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 105 of file component_polygon.h.
const T::CoordType& vcg::face::PEmptyFVAdj< T >::cP | ( | const int | j | ) | const [inline] |
Definition at line 100 of file component_polygon.h.
T::VertexType* vcg::face::PEmptyFVAdj< T >::cV | ( | const int | j | ) | const [inline] |
Definition at line 97 of file component_polygon.h.
void vcg::face::PEmptyFVAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 106 of file component_polygon.h.
static bool vcg::face::PEmptyFVAdj< T >::HasFVAdjN | ( | ) | [inline, static] |
Definition at line 103 of file component_polygon.h.
void vcg::face::PEmptyFVAdj< T >::ImportLocal | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 102 of file component_polygon.h.
static void vcg::face::PEmptyFVAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 104 of file component_polygon.h.
const T::CoordType& vcg::face::PEmptyFVAdj< T >::P | ( | const int | j | ) | const [inline] |
Definition at line 99 of file component_polygon.h.
T::CoordType& vcg::face::PEmptyFVAdj< T >::P | ( | const int | j | ) | [inline] |
Definition at line 98 of file component_polygon.h.
T::VertexType* const& vcg::face::PEmptyFVAdj< T >::V | ( | const int | j | ) | const [inline] |
Definition at line 96 of file component_polygon.h.
T::VertexType* & vcg::face::PEmptyFVAdj< T >::V | ( | const int | j | ) | [inline] |
Definition at line 95 of file component_polygon.h.