Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Superclass of all classes having one or more Images as input and generating PlanarFigures as output. More...
#include <mitkImageToPlanarFigureFilter.h>
Public Types | |
typedef mitk::Image | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef SlicedData::RegionType | InputImageRegionType |
![]() | |
typedef mitk::PlanarFigure | OutputType |
typedef OutputType::Pointer | OutputTypePointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
![]() | |
typedef BaseDataSource | Self |
typedef itk::ProcessObject | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef BaseData | OutputType |
typedef itk::DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
Public Member Functions | |
mitkClassMacro (ImageToPlanarFigureFilter, PlanarFigureSource) | |
virtual void | SetInput (const InputImageType *image) |
virtual void | SetInput (unsigned int, const InputImageType *image) |
const InputImageType * | GetInput (void) |
const InputImageType * | GetInput (unsigned int idx) |
![]() | |
mitkClassMacro (PlanarFigureSource, BaseDataSource) static Pointer New() | |
Pointer | Clone () const |
virtual mitkBaseDataSourceGetOutputDeclarations itk::DataObject::Pointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
virtual itk::DataObject::Pointer | MakeOutput (const DataObjectIdentifierType &name) override |
void | GenerateInputRequestedRegion () override |
![]() | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () 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... | |
Protected Member Functions | |
ImageToPlanarFigureFilter () | |
~ImageToPlanarFigureFilter () | |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
virtual void | GenerateInputRequestedRegion () override |
![]() | |
PlanarFigureSource () | |
virtual | ~PlanarFigureSource () |
![]() | |
BaseDataSource () | |
virtual | ~BaseDataSource () |
Additional Inherited Members | |
![]() | |
static const char * | GetStaticNameOfClass () |
![]() | |
static Pointer | New () |
Superclass of all classes having one or more Images as input and generating PlanarFigures as output.
Definition at line 30 of file mitkImageToPlanarFigureFilter.h.
Definition at line 40 of file mitkImageToPlanarFigureFilter.h.
Definition at line 39 of file mitkImageToPlanarFigureFilter.h.
Definition at line 41 of file mitkImageToPlanarFigureFilter.h.
Some convenient typedefs.
Definition at line 38 of file mitkImageToPlanarFigureFilter.h.
|
protected |
Definition at line 19 of file mitkImageToPlanarFigureFilter.cpp.
|
protected |
Definition at line 25 of file mitkImageToPlanarFigureFilter.cpp.
|
overrideprotectedvirtual |
What is the input requested region that is required to produce the output requested region? The base assumption for image processing filters is that the input requested region can be set to match the output requested region. If a filter requires more input (for instance a filter that uses neighborhoods needs more input than output to avoid introducing artificial boundary conditions) or less input (for instance a magnify filter) will have to override this method. In doing so, it should call its superclass' implementation as its first step. Note that this imaging filters operate differently than the classes to this point in the class hierachy. Up till now, the base assumption has been that the largest possible region will be requested of the input.
Definition at line 75 of file mitkImageToPlanarFigureFilter.cpp.
const mitk::ImageToPlanarFigureFilter::InputImageType * mitk::ImageToPlanarFigureFilter::GetInput | ( | void | ) |
Definition at line 55 of file mitkImageToPlanarFigureFilter.cpp.
const mitk::ImageToPlanarFigureFilter::InputImageType * mitk::ImageToPlanarFigureFilter::GetInput | ( | unsigned int | idx | ) |
Definition at line 68 of file mitkImageToPlanarFigureFilter.cpp.
mitk::ImageToPlanarFigureFilter::mitkClassMacro | ( | ImageToPlanarFigureFilter | , |
PlanarFigureSource | |||
) |
|
overrideprotectedvirtual |
Definition at line 80 of file mitkImageToPlanarFigureFilter.cpp.
|
virtual |
Definition at line 32 of file mitkImageToPlanarFigureFilter.cpp.
|
virtual |
Connect one of the operands for pixel-wise addition
Definition at line 41 of file mitkImageToPlanarFigureFilter.cpp.