|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Operation, that holds everything necessary for an operation on a line. More...
#include <mitkLineOperation.h>


Public Member Functions | |
| mitkClassMacro (LineOperation, CellOperation) | |
| LineOperation (OperationType operationType, int cellId, Vector3D vector, int pIdA=-1, int pIdB=-1, int id=-1) | |
| constructor. More... | |
| LineOperation (OperationType operationType, int cellId=-1, int pIdA=-1, int pIdB=-1, int id=-1) | |
| ~LineOperation () override | |
| int | GetPIdA () |
| int | GetPIdB () |
| int | GetId () |
Public Member Functions inherited from mitk::CellOperation | |
| mitkClassMacro (CellOperation, Operation) | |
| CellOperation (OperationType operationType, int cellId, Vector3D vector) | |
| constructor More... | |
| CellOperation (OperationType operationType, int cellId) | |
| ~CellOperation () override | |
| int | GetCellId () |
| Vector3D | GetVector () |
Public Member Functions inherited from mitk::Operation | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| itkTypeMacroNoParent (Operation) Operation(OperationType operationType) | |
| virtual | ~Operation () |
| OperationType | GetOperationType () |
Protected Attributes | |
| int | m_PIdA |
| int | m_PIdB |
| int | m_Id |
Protected Attributes inherited from mitk::CellOperation | |
| int | m_CellId |
| Vector3D | m_Vector |
Protected Attributes inherited from mitk::Operation | |
| OperationType | m_OperationType |
Additional Inherited Members | |
Public Types inherited from mitk::Operation | |
| typedef Operation | Self |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Static Public Member Functions inherited from mitk::Operation | |
| static const char * | GetStaticNameOfClass () |
Operation, that holds everything necessary for an operation on a line.
Stores everything for de-/ selecting, inserting , moving and removing a line.
Definition at line 27 of file mitkLineOperation.h.
| mitk::LineOperation::LineOperation | ( | OperationType | operationType, |
| int | cellId, | ||
| Vector3D | vector, | ||
| int | pIdA = -1, |
||
| int | pIdB = -1, |
||
| int | id = -1 |
||
| ) |
constructor.
| operationType | is the type of that operation (see mitkOperation.h; e.g. move or add; Information for |
Definition at line 15 of file mitkLineOperation.cpp.
| mitk::LineOperation::LineOperation | ( | OperationType | operationType, |
| int | cellId = -1, |
||
| int | pIdA = -1, |
||
| int | pIdB = -1, |
||
| int | id = -1 |
||
| ) |
Definition at line 19 of file mitkLineOperation.cpp.
|
inlineoverride |
Definition at line 43 of file mitkLineOperation.h.
| int mitk::LineOperation::GetId | ( | ) |
Definition at line 34 of file mitkLineOperation.cpp.
References m_Id.
| int mitk::LineOperation::GetPIdA | ( | ) |
Definition at line 24 of file mitkLineOperation.cpp.
References m_PIdA.
| int mitk::LineOperation::GetPIdB | ( | ) |
Definition at line 29 of file mitkLineOperation.cpp.
References m_PIdB.
| mitk::LineOperation::mitkClassMacro | ( | LineOperation | , |
| CellOperation | |||
| ) |
|
protected |
Definition at line 54 of file mitkLineOperation.h.
Referenced by GetId().
|
protected |
Definition at line 52 of file mitkLineOperation.h.
Referenced by GetPIdA().
|
protected |
Definition at line 53 of file mitkLineOperation.h.
Referenced by GetPIdB().