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

Component: Per edge Flags More...

#include <component.h>

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

Public Types

typedef int FlagType
 

Public Member Functions

int & Flags ()
 
int Flags () const
 
template<class LeftV >
void ImportData (const LeftV &left)
 

Static Public Member Functions

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

Detailed Description

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

Component: Per edge 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: