|
typedef ImageToImageFilter | Self |
|
typedef ImageSource | Superclass |
|
typedef itk::SmartPointer< Self > | Pointer |
|
typedef itk::SmartPointer< const Self > | ConstPointer |
|
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
|
typedef mitk::Image | InputImageType |
|
typedef InputImageType::Pointer | InputImagePointer |
|
typedef InputImageType::ConstPointer | InputImageConstPointer |
|
typedef SlicedData::RegionType | InputImageRegionType |
|
typedef ImageSource | Self |
|
typedef BaseDataSource | Superclass |
|
typedef itk::SmartPointer< Self > | Pointer |
|
typedef itk::SmartPointer< const Self > | ConstPointer |
|
typedef mitk::Image | OutputImageType |
| Some convenient typedefs. More...
|
|
typedef OutputImageType | OutputType |
|
typedef OutputImageType::Pointer | OutputImagePointer |
|
typedef SlicedData::RegionType | OutputImageRegionType |
|
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 |
|
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 () |
|
| 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 | AllocateOutputs () |
| The GenerateData method normally allocates the buffers for all of the outputs of a filter. 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 () |
|