NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | List of all members
niftk::OpWipe Class Reference

Class to hold data to pass back to niftkGeneralSegmentorController to Undo/Redo the Wipe commands. More...

Inheritance diagram for niftk::OpWipe:
Inheritance graph
[legend]
Collaboration diagram for niftk::OpWipe:
Collaboration graph
[legend]

Public Types

typedef
itk::MIDASImageUpdateClearRegionProcessor
< mitk::Tool::DefaultSegmentationDataType, 3 > 
ProcessorType
 
typedef ProcessorType::Pointer ProcessorPointer
 

Public Member Functions

 OpWipe (mitk::OperationType type, bool redo, int sliceAxis, int sliceIndex, const std::vector< int > &region, mitk::PointSet::Pointer seeds, ProcessorPointer processor)
 
 ~OpWipe ()
 
int GetSliceAxis () const
 
int GetSliceIndex () const
 
std::vector< intGetRegion () const
 
mitk::PointSet::Pointer GetSeeds () const
 
ProcessorPointer GetProcessor () const
 
- Public Member Functions inherited from niftk::OpGeneralSegmentorBaseCommand
 OpGeneralSegmentorBaseCommand (mitk::OperationType type, bool redo)
 
 ~OpGeneralSegmentorBaseCommand ()
 
bool IsRedo () const
 

Additional Inherited Members

- Protected Attributes inherited from niftk::OpGeneralSegmentorBaseCommand
bool m_Redo
 

Detailed Description

Class to hold data to pass back to niftkGeneralSegmentorController to Undo/Redo the Wipe commands.

See also
niftkGeneralSegmentorController::DoWipe

Member Typedef Documentation

typedef itk::MIDASImageUpdateClearRegionProcessor<mitk::Tool::DefaultSegmentationDataType, 3> niftk::OpWipe::ProcessorType

Constructor & Destructor Documentation

niftk::OpWipe::OpWipe ( mitk::OperationType  type,
bool  redo,
int  sliceAxis,
int  sliceIndex,
const std::vector< int > &  region,
mitk::PointSet::Pointer  seeds,
ProcessorPointer  processor 
)
niftk::OpWipe::~OpWipe ( )

Member Function Documentation

OpWipe::ProcessorPointer niftk::OpWipe::GetProcessor ( ) const
std::vector< int > niftk::OpWipe::GetRegion ( ) const
mitk::PointSet::Pointer niftk::OpWipe::GetSeeds ( ) const
int niftk::OpWipe::GetSliceAxis ( ) const
int niftk::OpWipe::GetSliceIndex ( ) const

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