|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
#include <mitkSurfaceOperation.h>


Public Member Functions | |
| SurfaceOperation (mitk::OperationType operationType, vtkPolyData *polyData, unsigned int t) | |
| ~SurfaceOperation () override | |
| vtkPolyData * | GetVtkPolyData () |
| unsigned int | GetTimeStep () |
Public Member Functions inherited from mitk::Operation | |
| mitkClassMacroNoParent (Operation) virtual bool IsValid() const | |
| virtual | ~Operation ()=default |
| OperationType | GetOperationType () |
Additional Inherited Members | |
Protected Member Functions inherited from mitk::Operation | |
| Operation (OperationType operationType) | |
| Operation (const Operation &)=default | |
| Operation (Operation &&)=default | |
| Operation & | operator= (const Operation &)=default |
| Operation & | operator= (Operation &&)=default |
Protected Attributes inherited from mitk::Operation | |
| OperationType | m_OperationType |
Definition at line 26 of file mitkSurfaceOperation.h.
| mitk::SurfaceOperation::SurfaceOperation | ( | mitk::OperationType | operationType, |
| vtkPolyData * | polyData, | ||
| unsigned int | t | ||
| ) |
|
override |
| unsigned int mitk::SurfaceOperation::GetTimeStep | ( | ) |
| vtkPolyData* mitk::SurfaceOperation::GetVtkPolyData | ( | ) |