#include <component.h>

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