#include <component.h>
Public Member Functions | |
BitFlags () | |
const int | Flags () const |
int & | Flags () |
Static Public Member Functions | |
static bool | HasFlags () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
int | _flags |
Definition at line 159 of file tetrahedron/component.h.
vcg::tetra::BitFlags< T >::BitFlags | ( | ) | [inline] |
Definition at line 161 of file tetrahedron/component.h.
const int vcg::tetra::BitFlags< T >::Flags | ( | ) | const [inline] |
Definition at line 163 of file tetrahedron/component.h.
int& vcg::tetra::BitFlags< T >::Flags | ( | ) | [inline] |
Definition at line 162 of file tetrahedron/component.h.
static bool vcg::tetra::BitFlags< T >::HasFlags | ( | ) | [inline, static] |
Definition at line 164 of file tetrahedron/component.h.
static void vcg::tetra::BitFlags< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 165 of file tetrahedron/component.h.
int vcg::tetra::BitFlags< T >::_flags [private] |
Definition at line 169 of file tetrahedron/component.h.