![]() |
VCG Library
|
Per vertex Incremental Mark. More...
#include <component.h>
Inherits T.
Public Member Functions | |
const int & | IMark () const |
Return a const reference to the incremental mark value. | |
int & | IMark () |
Return a reference to the incremental mark value. | |
int | cIMark () const |
Return a const reference to the incremental mark value. | |
Per vertex Incremental Mark.
It is just an int that allows to efficently un-mark the whole mesh.
Definition at line 261 of file vertex/component.h.
|
inline |
Return a const reference to the incremental mark value.
Definition at line 269 of file vertex/component.h.
|
inline |
Return a const reference to the incremental mark value.
Definition at line 265 of file vertex/component.h.
|
inline |
Return a reference to the incremental mark value.
Definition at line 267 of file vertex/component.h.