$darkmode
VCG Library
Public Types | Public Member Functions | Static Public Member Functions | List of all members
vcg::face::BitFlags< T > Class Template Reference

Component: Per face Flags More...

#include <component.h>

Inheritance diagram for vcg::face::BitFlags< T >:

Public Types

typedef int FlagType
 

Public Member Functions

int & Flags ()
 
int Flags () const
 
int cFlags () const
 
template<class RightValueType >
void ImportData (const RightValueType &rightF)
 
void Alloc (const int &ns)
 
void Dealloc ()
 

Static Public Member Functions

static bool HasFlags ()
 
static void Name (std::vector< std::string > &name)
 

Detailed Description

template<class T>
class vcg::face::BitFlags< T >

Component: Per face Flags

This component stores a 32 bit array of bit flags. These bit flags are used for keeping track of selection, deletion, visiting etc.

See also
Bit Flags for more details on common uses of flags.

The documentation for this class was generated from the following file: