MeVisLabToolboxReference
ml::CSOCmdMoveContour Class Reference

Class for undo/redo of the moving of a contour. More...

#include <CSOUndoRedoCommands.h>

Inheritance diagram for ml::CSOCmdMoveContour:
ml::CSOCommand

List of all members.

Public Member Functions

 CSOCmdMoveContour (const CSOListPtr &csoList, CSO *cso, Vector3 fromPos, Vector3 toPos, int fromTPI, int toTPI)
 Constructor.
 ~CSOCmdMoveContour ()
 Destructor.
virtual int execute ()
 Method is executed on undo/redo.

Detailed Description

Class for undo/redo of the moving of a contour.

Definition at line 209 of file CSOUndoRedoCommands.h.


Constructor & Destructor Documentation

ml::CSOCmdMoveContour::CSOCmdMoveContour ( const CSOListPtr &  csoList,
CSO cso,
Vector3  fromPos,
Vector3  toPos,
int  fromTPI,
int  toTPI 
)

Constructor.

ml::CSOCmdMoveContour::~CSOCmdMoveContour ( )

Destructor.


Member Function Documentation

virtual int ml::CSOCmdMoveContour::execute ( ) [virtual]

Method is executed on undo/redo.

Implements ml::CSOCommand.


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