Medical Imaging Interaction Toolkit
2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
|
Extract an arbitrarily oriented 2-d image from a 3-d image. More...
#include <mitkExtractSliceFilter2.h>
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const override |
virtual const char * | GetClassName () const |
void | SetInput (const InputImageType *image) override |
void | SetInput (unsigned int index, const InputImageType *image) override |
const PlaneGeometry * | GetOutputGeometry () const |
void | SetOutputGeometry (PlaneGeometry::Pointer outputGeometry) |
Interpolator | GetInterpolator () const |
void | SetInterpolator (Interpolator interpolator) |
![]() | |
Pointer | Clone () const |
InputImageType * | GetInput (void) |
InputImageType * | GetInput (unsigned int idx) |
const InputImageType * | GetInput (void) const |
const InputImageType * | GetInput (unsigned int idx) const |
![]() | |
Pointer | Clone () const |
OutputType * | GetOutput () |
Get the output data of this image source object. More... | |
const OutputType * | GetOutput () const |
OutputType * | GetOutput (DataObjectPointerArraySizeType idx) |
const OutputType * | GetOutput (DataObjectPointerArraySizeType idx) const |
itk::DataObject::Pointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
Make a DataObject of the correct type to used as the specified output. More... | |
itk::DataObject::Pointer | MakeOutput (const DataObjectIdentifierType &name) override |
virtual vtkImageData * | GetVtkImageData () |
virtual const vtkImageData * | GetVtkImageData () const |
![]() | |
OutputType * | GetOutput () |
const OutputType * | GetOutput () const |
OutputType * | GetOutput (DataObjectPointerArraySizeType idx) |
const OutputType * | GetOutput (DataObjectPointerArraySizeType idx) const |
virtual void | GraftOutput (OutputType *output) |
Graft the specified BaseData onto this BaseDataSource's output. More... | |
virtual void | GraftOutput (const DataObjectIdentifierType &key, OutputType *output) |
virtual void | GraftNthOutput (unsigned int idx, OutputType *output) |
Graft the specified base data object onto this BaseDataSource's idx'th output. More... | |
bool | Updating () const |
Access itk::ProcessObject::m_Updating. More... | |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
![]() | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
![]() | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
Method for creation through the object factory. More... | |
![]() | |
static const char * | GetStaticNameOfClass () |
Additional Inherited Members | |
![]() | |
ImageToImageFilter () | |
~ImageToImageFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateInputRequestedRegion () override |
![]() | |
ImageSource () | |
~ImageSource () override | |
void | GenerateData () override |
A version of GenerateData() specific for image processing filters. More... | |
virtual void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) |
If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). More... | |
void | PrepareOutputs () override |
This method is intentionally left blank. More... | |
virtual void | BeforeThreadedGenerateData () |
If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). More... | |
virtual void | AfterThreadedGenerateData () |
If an imaging filter needs to perform processing after all processing threads have completed, the filter can can provide an implementation for AfterThreadedGenerateData(). More... | |
virtual unsigned int | SplitRequestedRegion (unsigned int i, unsigned int num, OutputImageRegionType &splitRegion) |
Split the output's RequestedRegion into "num" pieces, returning region "i" as "splitRegion". More... | |
![]() | |
BaseDataSource () | |
~BaseDataSource () override | |
![]() | |
static itk::ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Static function used as a "callback" by the MultiThreader. More... | |
![]() | |
static Pointer | New () |
Extract an arbitrarily oriented 2-d image from a 3-d image.
Use ExtractSliceFilter2::SetOutputGeometry to specify the orientation of the 2-d output image.
If a pixel of the 2-d output image isn't located within the bounds of the 3-d input image, it is set to the lowest possible pixel value.
Cubic interpolation is considerably slow on the first update for a newly set input image. Subsequent filter updates with cubic interpolation are faster by several orders of magnitude as long as the input image was neither changed nor modified.
This filter is completely based on ITK compared to the VTK-based mitk::ExtractSliceFilter. It is more robust, easy to use, and produces an mitk::Image with valid geometry. Generally it is not as fast as mitk::ExtractSliceFilter, though.
Definition at line 40 of file mitkExtractSliceFilter2.h.
typedef itk::SmartPointer<const Self> mitk::ExtractSliceFilter2::ConstPointer |
Definition at line 50 of file mitkExtractSliceFilter2.h.
Definition at line 50 of file mitkExtractSliceFilter2.h.
Definition at line 50 of file mitkExtractSliceFilter2.h.
Definition at line 50 of file mitkExtractSliceFilter2.h.
Enumerator | |
---|---|
NearestNeighbor | |
Linear | |
Cubic |
Definition at line 43 of file mitkExtractSliceFilter2.h.
|
inlineoverridevirtual |
Reimplemented from mitk::ImageToImageFilter.
Definition at line 50 of file mitkExtractSliceFilter2.h.
|
virtual |
Reimplemented from mitk::ImageToImageFilter.
Interpolator mitk::ExtractSliceFilter2::GetInterpolator | ( | ) | const |
const PlaneGeometry* mitk::ExtractSliceFilter2::GetOutputGeometry | ( | ) | const |
|
inlinestatic |
Definition at line 50 of file mitkExtractSliceFilter2.h.
|
static |
|
overridevirtual |
Set/Get the image input of this process object.
Reimplemented from mitk::ImageToImageFilter.
|
overridevirtual |
Reimplemented from mitk::ImageToImageFilter.
void mitk::ExtractSliceFilter2::SetInterpolator | ( | Interpolator | interpolator | ) |
void mitk::ExtractSliceFilter2::SetOutputGeometry | ( | PlaneGeometry::Pointer | outputGeometry | ) |