MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ChangeXfAction Class Reference

#include <MRChangeXfAction.h>

+ Inheritance diagram for MR::ChangeXfAction:

Public Member Functions

 ChangeXfAction (const std::string &name, const std::shared_ptr< Object > &obj)
 use this constructor to remember object's transformation before making any changes in it
 
 ChangeXfAction (const std::string &name, const std::shared_ptr< Object > &obj, const AffineXf3f &newXf)
 use this constructor to remember object's transformation and immediately set new mesh
 
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
 
const std::shared_ptr< Object > & obj () const
 
- Public Member Functions inherited from MR::HistoryAction
virtual ~HistoryAction ()=default
 

Additional Inherited Members

- Public Types inherited from MR::HistoryAction
enum class  Type { Undo , Redo }
 

Detailed Description

History action for xf change

Constructor & Destructor Documentation

◆ ChangeXfAction() [1/2]

MR::ChangeXfAction::ChangeXfAction ( const std::string & name,
const std::shared_ptr< Object > & obj )
inline

use this constructor to remember object's transformation before making any changes in it

◆ ChangeXfAction() [2/2]

MR::ChangeXfAction::ChangeXfAction ( const std::string & name,
const std::shared_ptr< Object > & obj,
const AffineXf3f & newXf )
inline

use this constructor to remember object's transformation and immediately set new mesh

Member Function Documentation

◆ action()

virtual void MR::ChangeXfAction::action ( HistoryAction::Type actionType)
inlineoverridevirtual

This function is called on history action (undo, redo, etc.)

Implements MR::HistoryAction.

◆ heapBytes()

virtual size_t MR::ChangeXfAction::heapBytes ( ) const
inlinenodiscardoverridevirtual

returns the amount of memory this object occupies on heap

Implements MR::HistoryAction.

◆ name()

virtual std::string MR::ChangeXfAction::name ( ) const
inlineoverridevirtual

Implements MR::HistoryAction.

◆ obj()

const std::shared_ptr< Object > & MR::ChangeXfAction::obj ( ) const
inline

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