Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
vcg::edge::BitFlags< T > Class Template Reference

Component: Per edge Flags More...

#include <component.h>

Inheritance diagram for vcg::edge::BitFlags< T >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef int FlagType

Public Member Functions

 BitFlags ()
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)

Private Attributes

int _flags

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:
Flags for more details on common uses of Flags.

Definition at line 187 of file edge/component.h.


Member Typedef Documentation

template<class T>
typedef int vcg::edge::BitFlags< T >::FlagType

Definition at line 190 of file edge/component.h.


Constructor & Destructor Documentation

template<class T>
vcg::edge::BitFlags< T >::BitFlags ( ) [inline]

Definition at line 189 of file edge/component.h.


Member Function Documentation

template<class T>
int& vcg::edge::BitFlags< T >::Flags ( ) [inline]

Definition at line 191 of file edge/component.h.

template<class T>
int vcg::edge::BitFlags< T >::Flags ( ) const [inline]

Definition at line 192 of file edge/component.h.

template<class T>
static bool vcg::edge::BitFlags< T >::HasFlags ( ) [inline, static]

Definition at line 195 of file edge/component.h.

template<class T>
template<class LeftV >
void vcg::edge::BitFlags< T >::ImportData ( const LeftV &  left) [inline]
template<class T>
static void vcg::edge::BitFlags< T >::Name ( std::vector< std::string > &  name) [inline, static]

Member Data Documentation

template<class T>
int vcg::edge::BitFlags< T >::_flags [private]

Definition at line 199 of file edge/component.h.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:24