#include <component.h>
Public Member Functions | |
const int | Flags () const |
int & | Flags () |
Return the vector of Flags(), senza effettuare controlli sui bit. | |
Static Public Member Functions | |
static bool | HasFlags () |
static bool | HasFlagsOcc () |
static void | Name (std::vector< std::string > &name) |
Definition at line 148 of file tetrahedron/component.h.
const int vcg::tetra::EmptyBitFlags< T >::Flags | ( | ) | const [inline] |
Definition at line 152 of file tetrahedron/component.h.
int& vcg::tetra::EmptyBitFlags< T >::Flags | ( | ) | [inline] |
Return the vector of Flags(), senza effettuare controlli sui bit.
Definition at line 151 of file tetrahedron/component.h.
static bool vcg::tetra::EmptyBitFlags< T >::HasFlags | ( | ) | [inline, static] |
Definition at line 153 of file tetrahedron/component.h.
static bool vcg::tetra::EmptyBitFlags< T >::HasFlagsOcc | ( | ) | [inline, static] |
Definition at line 154 of file tetrahedron/component.h.
static void vcg::tetra::EmptyBitFlags< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 155 of file tetrahedron/component.h.