#include "MRHistoryAction.h"
#include "MRMesh.h"
#include "MRMeshDiff.h"
#include "MRObjectMesh.h"
#include <cassert>
Go to the source code of this file.
|
| class | MR::CmpOld |
| | argument of this type indicates that the object is already in new state, and the following argument is old state
|
| |
| class | MR::SetNew |
| | argument of this type indicates that the object is in old state, and the following argument is new state to be set
|
| |
| class | MR::PartialChangeMeshAction |
| | Undo action for efficiently storage of partial change in mesh (e.g. a modification of small region)
|
| |
| class | MR::PartialChangeMeshPointsAction |
| | Undo action for efficiently storage of partial change in mesh points (e.g. a modification of small region)
|
| |
| class | MR::PartialChangeMeshTopologyAction |
| | Undo action for efficiently storage of partial change in mesh topology (e.g. a modification of small region)
|
| |