ITK
6.0.0
Insight Toolkit
|
#include <itkVTKImageImport.h>
Connect the end of an VTK pipeline to an ITK image pipeline.
VTKImageImport can be used at the beginning of an ITK image pipeline to connect with a VTK pipeline that ends with vtkImageExport. Callbacks provided by VTKImageImport are registered with vtkImageExport to connect the pipeline execution together. Once connected, update requests coming through the ITK pipeline are automatically propagated to the VTK pipeline.
Note that the VTK images are assumed to be of 1, 2, or 3 dimensions. Scalar value types can be one of: float, double, char, unsigned char, short, unsigned short, int, unsigned int, long, unsigned long. The images can also have pixel types with more than one component.
Definition at line 57 of file itkVTKImageImport.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
BufferPointerCallbackType | m_BufferPointerCallback { nullptr } |
void * | m_CallbackUserData { nullptr } |
DataExtentCallbackType | m_DataExtentCallback { nullptr } |
DirectionCallbackType | m_DirectionCallback { nullptr } |
FloatOriginCallbackType | m_FloatOriginCallback { nullptr } |
FloatSpacingCallbackType | m_FloatSpacingCallback { nullptr } |
NumberOfComponentsCallbackType | m_NumberOfComponentsCallback { nullptr } |
OriginCallbackType | m_OriginCallback { nullptr } |
PipelineModifiedCallbackType | m_PipelineModifiedCallback { nullptr } |
PropagateUpdateExtentCallbackType | m_PropagateUpdateExtentCallback { nullptr } |
ScalarTypeCallbackType | m_ScalarTypeCallback { nullptr } |
std::string | m_ScalarTypeName {} |
SpacingCallbackType | m_SpacingCallback { nullptr } |
UpdateDataCallbackType | m_UpdateDataCallback { nullptr } |
UpdateInformationCallbackType | m_UpdateInformationCallback { nullptr } |
WholeExtentCallbackType | m_WholeExtentCallback { nullptr } |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading { true } |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::VTKImageImport< TOutputImage >::BufferPointerCallbackType = void * (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 97 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::DataExtentCallbackType = int * (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 96 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::DirectionCallbackType = double * (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 91 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::FloatOriginCallbackType = float * (*)(void *) |
Compatibility for VTK older than 4.4.
Definition at line 102 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::FloatSpacingCallbackType = float * (*)(void *) |
Compatibility for VTK older than 4.4.
Definition at line 101 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::NumberOfComponentsCallbackType = int (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 93 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::OriginCallbackType = double * (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 90 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 75 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::OutputImageType = TOutputImage |
Convenient type alias from the output image.
Definition at line 74 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::OutputIndexType = typename OutputImageType::IndexType |
Definition at line 78 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 76 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::OutputRegionType = typename OutputImageType::RegionType |
Definition at line 79 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::OutputSizeType = typename OutputImageType::SizeType |
Definition at line 77 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::PipelineModifiedCallbackType = int (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 87 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 65 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::PropagateUpdateExtentCallbackType = void (*)(void *, int *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 94 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::ScalarTypeCallbackType = const char * (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 92 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::Self = VTKImageImport |
Standard class type aliases.
Definition at line 63 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::SpacingCallbackType = double * (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 89 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::Superclass = ImageSource<TOutputImage> |
Definition at line 64 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::UpdateDataCallbackType = void (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 95 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::UpdateInformationCallbackType = void (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 86 of file itkVTKImageImport.h.
using itk::VTKImageImport< TOutputImage >::WholeExtentCallbackType = int * (*)(void *) |
These are function pointer types for the pipeline connection callbacks.
Definition at line 88 of file itkVTKImageImport.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling DynamicThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter can be threaded, it should NOT provide a GenerateData() method but should provide a DynamicThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
Generate the information describing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.
Reimplemented from itk::ProcessObject.
|
virtual |
What to do when receiving BufferPointer().
|
virtual |
Specify callback data.
|
virtual |
What to do when receiving DataExtent().
|
virtual |
What to do when receiving SetDirection().
|
virtual |
What to do when receiving SetOrigin().
|
virtual |
What to do when receiving SetSpacing().
|
overridevirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
What to do when receiving SetNumberOfComponents().
|
virtual |
What to do when receiving SetOrigin().
|
virtual |
What to do when receiving PipelineModified().
|
virtual |
What to do when receiving PropagateUpdateExtent().
|
virtual |
What to do when receiving UpdateInformation().
|
virtual |
What to do when receiving SetSpacing().
|
virtual |
What to do when receiving UpdateData().
|
virtual |
What to do when receiving UpdateInformation().
|
virtual |
What to do when receiving SetWholeExtent().
itk::VTKImageImport< TOutputImage >::itkSetMacro2 | ( | CallbackUserData | , |
void * | |||
) |
Specify callback data.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
Send the requested region information back up the pipeline (to the filters that precede this one).
Reimplemented from itk::ProcessObject.
|
virtual |
What to do when receiving BufferPointer().
|
virtual |
What to do when receiving DataExtent().
|
virtual |
What to do when receiving SetDirection().
|
virtual |
What to do when receiving SetOrigin().
|
virtual |
What to do when receiving SetSpacing().
|
virtual |
What to do when receiving SetNumberOfComponents().
|
inline |
What to do when receiving SetOrigin().
Definition at line 138 of file itkVTKImageImport.h.
|
virtual |
What to do when receiving SetOrigin().
|
virtual |
What to do when receiving PipelineModified().
|
virtual |
What to do when receiving PropagateUpdateExtent().
|
virtual |
What to do when receiving UpdateInformation().
|
inline |
What to do when receiving SetSpacing().
Definition at line 126 of file itkVTKImageImport.h.
|
virtual |
What to do when receiving SetSpacing().
|
virtual |
What to do when receiving UpdateData().
|
virtual |
What to do when receiving UpdateInformation().
|
virtual |
What to do when receiving SetWholeExtent().
|
overrideprotectedvirtual |
Update the information describing the output data.
This method traverses up the pipeline gathering modified time information. On the way back down the pipeline, this method calls GenerateOutputInformation() to set any necessary information about the output data objects. For instance, a filter that shrinks an image will need to provide an implementation for GenerateOutputInformation() that changes the spacing of the pixels. Such filters should call their superclass' implementation of GenerateOutputInformation prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.
Reimplemented from itk::ProcessObject.
|
private |
Definition at line 217 of file itkVTKImageImport.h.
|
private |
Definition at line 203 of file itkVTKImageImport.h.
|
private |
Definition at line 216 of file itkVTKImageImport.h.
|
private |
Definition at line 211 of file itkVTKImageImport.h.
|
private |
Definition at line 210 of file itkVTKImageImport.h.
|
private |
Definition at line 208 of file itkVTKImageImport.h.
|
private |
Definition at line 213 of file itkVTKImageImport.h.
|
private |
Definition at line 209 of file itkVTKImageImport.h.
|
private |
Definition at line 205 of file itkVTKImageImport.h.
|
private |
Definition at line 214 of file itkVTKImageImport.h.
|
private |
Definition at line 212 of file itkVTKImageImport.h.
|
private |
Definition at line 219 of file itkVTKImageImport.h.
|
private |
Definition at line 207 of file itkVTKImageImport.h.
|
private |
Definition at line 215 of file itkVTKImageImport.h.
|
private |
Definition at line 204 of file itkVTKImageImport.h.
|
private |
Definition at line 206 of file itkVTKImageImport.h.
|
staticconstexpr |
The output image dimension.
Definition at line 82 of file itkVTKImageImport.h.