#include <component.h>
Public Member Functions | |
const T::CoordType & | cP (const int j) const |
T::VertexType *const | cV (const int j) const |
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 48 of file tetrahedron/component.h.
const T::CoordType& vcg::tetra::EmptyVertexRef< T >::cP | ( | const int | j | ) | const [inline] |
Definition at line 57 of file tetrahedron/component.h.
T::VertexType* const vcg::tetra::EmptyVertexRef< T >::cV | ( | const int | j | ) | const [inline] |
Definition at line 54 of file tetrahedron/component.h.
static bool vcg::tetra::EmptyVertexRef< T >::HasVertexRef | ( | ) | [inline, static] |
Definition at line 58 of file tetrahedron/component.h.
static void vcg::tetra::EmptyVertexRef< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 59 of file tetrahedron/component.h.
const T::CoordType& vcg::tetra::EmptyVertexRef< T >::P | ( | const int | j | ) | const [inline] |
Definition at line 56 of file tetrahedron/component.h.
T::CoordType& vcg::tetra::EmptyVertexRef< T >::P | ( | const int | j | ) | [inline] |
Definition at line 55 of file tetrahedron/component.h.
T::VertexType* const& vcg::tetra::EmptyVertexRef< T >::V | ( | const int | j | ) | const [inline] |
Definition at line 53 of file tetrahedron/component.h.
T::VertexType* & vcg::tetra::EmptyVertexRef< T >::V | ( | const int | j | ) | [inline] |
Definition at line 52 of file tetrahedron/component.h.