#include <component.h>
Public Member Functions | |
const T::CoordType & | cP (const int j) const |
T::VertexType * | cV (const int j) const |
template<class LeftF > | |
void | ImportData (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 | HasVertexRef () |
static void | Name (std::vector< std::string > &name) |
Definition at line 41 of file edge/component.h.
const T::CoordType& vcg::edge::EmptyVertexRef< T >::cP | ( | const int | j | ) | const [inline] |
Definition at line 50 of file edge/component.h.
T::VertexType* vcg::edge::EmptyVertexRef< T >::cV | ( | const int | j | ) | const [inline] |
Definition at line 47 of file edge/component.h.
static bool vcg::edge::EmptyVertexRef< T >::HasVertexRef | ( | ) | [inline, static] |
Definition at line 53 of file edge/component.h.
void vcg::edge::EmptyVertexRef< T >::ImportData | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 52 of file edge/component.h.
static void vcg::edge::EmptyVertexRef< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 54 of file edge/component.h.
const T::CoordType& vcg::edge::EmptyVertexRef< T >::P | ( | const int | j | ) | const [inline] |
Definition at line 49 of file edge/component.h.
T::CoordType& vcg::edge::EmptyVertexRef< T >::P | ( | const int | j | ) | [inline] |
Definition at line 48 of file edge/component.h.
T::VertexType* const& vcg::edge::EmptyVertexRef< T >::V | ( | const int | j | ) | const [inline] |
Definition at line 46 of file edge/component.h.
T::VertexType* & vcg::edge::EmptyVertexRef< T >::V | ( | const int | j | ) | [inline] |
Definition at line 45 of file edge/component.h.