#include <component.h>

Public Types | |
| typedef int | FlagType |
Public Member Functions | |
| BitFlags () | |
| int | Flags () const |
| int & | Flags () |
| template<class LeftV > | |
| void | ImportData (const LeftV &left) |
Static Public Member Functions | |
| static bool | HasFlags () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| int | _flags |
Definition at line 149 of file edge/component.h.
| typedef int vcg::edge::BitFlags< T >::FlagType |
Definition at line 152 of file edge/component.h.
| vcg::edge::BitFlags< T >::BitFlags | ( | ) | [inline] |
Definition at line 151 of file edge/component.h.
| int vcg::edge::BitFlags< T >::Flags | ( | ) | const [inline] |
Definition at line 154 of file edge/component.h.
| int& vcg::edge::BitFlags< T >::Flags | ( | ) | [inline] |
Definition at line 153 of file edge/component.h.
| static bool vcg::edge::BitFlags< T >::HasFlags | ( | ) | [inline, static] |
Definition at line 157 of file edge/component.h.
| void vcg::edge::BitFlags< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 156 of file edge/component.h.
| static void vcg::edge::BitFlags< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 158 of file edge/component.h.
int vcg::edge::BitFlags< T >::_flags [private] |
Definition at line 161 of file edge/component.h.