|
Medical Imaging Interaction Toolkit
2024.06.00
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 | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| itkTypeMacroNoParent (Operation) Operation(OperationType operationType) | |
| virtual | ~Operation () |
| OperationType | GetOperationType () |
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 () |
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 | ( | ) |