MeshLib C++ Docs
Loading...
Searching...
No Matches

#include <MRMesh/MRChangeColoringActions.h>

Inheritance diagram for MR::ChangeFacesColorMapAction:

Public Types

using Obj = ObjectMeshHolder
Public Types inherited from MR::HistoryAction
enum class  Type { Type::Undo , Type::Redo }

Public Member Functions

 ChangeFacesColorMapAction (const std::string &name, const std::shared_ptr< ObjectMeshHolder > &obj)
 use this constructor to remember object's face colors before making any changes in them
 ChangeFacesColorMapAction (const std::string &name, const std::shared_ptr< ObjectMeshHolder > &obj, FaceColors &&newColorMap)
 use this constructor to remember object's face colors and immediate set new value
virtual std::string name () const override
virtual void action (HistoryAction::Type) override
 This function is called on history action (undo, redo, etc.)
virtual size_t heapBytes () const override
 returns the amount of memory this object occupies on heap
Public Member Functions inherited from MR::HistoryAction
virtual ~HistoryAction ()=default

Static Public Member Functions

static void setObjectDirty (const std::shared_ptr< ObjectMeshHolder > &obj)

Detailed Description

History action for faces color map change


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