#include <hedge_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 hedge_component.h.
| typedef int vcg::hedge::BitFlags< T >::FlagType |
Definition at line 152 of file hedge_component.h.
| vcg::hedge::BitFlags< T >::BitFlags | ( | ) | [inline] |
Definition at line 151 of file hedge_component.h.
| int vcg::hedge::BitFlags< T >::Flags | ( | ) | const [inline] |
Definition at line 154 of file hedge_component.h.
| int& vcg::hedge::BitFlags< T >::Flags | ( | ) | [inline] |
Definition at line 153 of file hedge_component.h.
| static bool vcg::hedge::BitFlags< T >::HasFlags | ( | ) | [inline, static] |
Definition at line 157 of file hedge_component.h.
| void vcg::hedge::BitFlags< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Reimplemented in vcg::hedge::HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > >, vcg::hedge::HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > >, vcg::hedge::HNextAdj< HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > > >, vcg::hedge::HOppAdj< HNextAdj< HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > > > >, and vcg::hedge::HFAdj< HOppAdj< HNextAdj< HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > > > > >.
Definition at line 156 of file hedge_component.h.
| static void vcg::hedge::BitFlags< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::hedge::HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > >, vcg::hedge::HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > >, vcg::hedge::HNextAdj< HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > > >, vcg::hedge::HOppAdj< HNextAdj< HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > > > >, and vcg::hedge::HFAdj< HOppAdj< HNextAdj< HVAdj< HEAdj< Arity1< HEdgeBase< PolyUsedTypes >, hedge::BitFlags > > > > > >.
Definition at line 158 of file hedge_component.h.
int vcg::hedge::BitFlags< T >::_flags [private] |
Definition at line 161 of file hedge_component.h.