$darkmode
Component: Per vertex Flags More...
#include <component.h>
 Public Types | |
| typedef int | FlagType | 
Public Member Functions | |
| const int & | Flags () const | 
| int & | Flags () | 
| int | cFlags () const | 
| template<class RightValueType > | |
| void | ImportData (const RightValueType &rVert) | 
Static Public Member Functions | |
| static bool | HasFlags () | 
| static void | Name (std::vector< std::string > &name) | 
Component: Per vertex Flags
This component stores a 32 bit array of bit flags. These bit flags are used for keeping track of selection, deletion, visiting etc.