#include <component.h>
Public Types | |
typedef ::vcg::Point3< A > | NormalType |
Public Member Functions | |
const NormalType | cN (const int &) const |
NormalType | N (const int &) |
Return the vector of Flags(), senza effettuare controlli sui bit. | |
Static Public Member Functions | |
static bool | HasFaceNormal () |
static bool | HasFaceNormalOcc () |
static void | Name (std::vector< std::string > &name) |
Definition at line 115 of file tetrahedron/component.h.
typedef ::vcg::Point3<A> vcg::tetra::EmptyFaceNormal< A, T >::NormalType |
Definition at line 117 of file tetrahedron/component.h.
const NormalType vcg::tetra::EmptyFaceNormal< A, T >::cN | ( | const int & | ) | const [inline] |
Definition at line 120 of file tetrahedron/component.h.
static bool vcg::tetra::EmptyFaceNormal< A, T >::HasFaceNormal | ( | ) | [inline, static] |
Definition at line 121 of file tetrahedron/component.h.
static bool vcg::tetra::EmptyFaceNormal< A, T >::HasFaceNormalOcc | ( | ) | [inline, static] |
Definition at line 122 of file tetrahedron/component.h.
NormalType vcg::tetra::EmptyFaceNormal< A, T >::N | ( | const int & | ) | [inline] |
Return the vector of Flags(), senza effettuare controlli sui bit.
Definition at line 119 of file tetrahedron/component.h.
static void vcg::tetra::EmptyFaceNormal< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 123 of file tetrahedron/component.h.