#include <mt.h>
Public Attributes | |
std::vector< Cell * > | created |
std::vector< Cell * > | erased |
Update class for defining the history. Notice how the Update class holds pointers. You are responsible of holding the Cell structure and rebuild the structure if the pointers change.
Definition at line 78 of file mt.h.
std::vector<Cell *> vcg::MT< C >::Update::erased |