Undo action for ObjectMesh points only (not topology) change.
More...
#include <MRChangeMeshAction.h>
Undo action for ObjectMesh points only (not topology) change.
◆ Obj
◆ ChangeMeshPointsAction() [1/2]
MR::ChangeMeshPointsAction::ChangeMeshPointsAction |
( |
std::string | name, |
|
|
const std::shared_ptr< ObjectMesh > & | obj ) |
|
inline |
use this constructor to remember object's mesh points before making any changes in it
◆ ChangeMeshPointsAction() [2/2]
MR::ChangeMeshPointsAction::ChangeMeshPointsAction |
( |
std::string | name, |
|
|
const std::shared_ptr< ObjectMesh > & | obj, |
|
|
VertCoords && | newCoords ) |
|
inline |
use this constructor to remember object's mesh points and immediate set new value
◆ action()
This function is called on history action (undo, redo, etc.)
Implements MR::HistoryAction.
◆ clonePoints()
const VertCoords & MR::ChangeMeshPointsAction::clonePoints |
( |
| ) |
const |
|
inline |
◆ heapBytes()
virtual size_t MR::ChangeMeshPointsAction::heapBytes |
( |
| ) |
const |
|
inlinenodiscardoverridevirtual |
returns the amount of memory this object occupies on heap
Implements MR::HistoryAction.
◆ name()
virtual std::string MR::ChangeMeshPointsAction::name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ obj()
const std::shared_ptr< ObjectMesh > & MR::ChangeMeshPointsAction::obj |
( |
| ) |
const |
|
inline |
◆ setObjectDirty()
static void MR::ChangeMeshPointsAction::setObjectDirty |
( |
const std::shared_ptr< ObjectMesh > & | obj | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: