ITK  5.2.0
Insight Toolkit
Classes | Public Types | Public Member Functions | List of all members
itk::VTKImageExportBase Class Referenceabstract

#include <itkVTKImageExportBase.h>

+ Inheritance diagram for itk::VTKImageExportBase:
+ Collaboration diagram for itk::VTKImageExportBase:

Classes

class  CallbackTypeProxy
 

Public Types

using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = VTKImageExportBase
 
using Superclass = ProcessObject
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

void * GetCallbackUserData ()
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx)
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
MultiThreaderTypeGetMultiThreader () const
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void PrepareOutputs ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 
using UpdateInformationCallbackType = void(*)(void *)
 
using PipelineModifiedCallbackType = int(*)(void *)
 
using WholeExtentCallbackType = int *(*)(void *)
 
using SpacingCallbackType = double *(*)(void *)
 
using OriginCallbackType = double *(*)(void *)
 
using DirectionCallbackType = double *(*)(void *)
 
using ScalarTypeCallbackType = const char *(*)(void *)
 
using NumberOfComponentsCallbackType = int(*)(void *)
 
using PropagateUpdateExtentCallbackType = void(*)(void *, int *)
 
using UpdateDataCallbackType = void(*)(void *)
 
using DataExtentCallbackType = int *(*)(void *)
 
using BufferPointerCallbackType = void *(*)(void *)
 
using FloatSpacingCallbackType = float *(*)(void *)
 
using FloatOriginCallbackType = float *(*)(void *)
 
using DataObjectPointer = DataObject::Pointer
 
ModifiedTimeType m_LastPipelineMTime
 
UpdateInformationCallbackType GetUpdateInformationCallback () const
 
PipelineModifiedCallbackType GetPipelineModifiedCallback () const
 
WholeExtentCallbackType GetWholeExtentCallback () const
 
CallbackTypeProxy GetSpacingCallback () const
 
CallbackTypeProxy GetOriginCallback () const
 
DirectionCallbackType GetDirectionCallback () const
 
ScalarTypeCallbackType GetScalarTypeCallback () const
 
NumberOfComponentsCallbackType GetNumberOfComponentsCallback () const
 
PropagateUpdateExtentCallbackType GetPropagateUpdateExtentCallback () const
 
UpdateDataCallbackType GetUpdateDataCallback () const
 
DataExtentCallbackType GetDataExtentCallback () const
 
BufferPointerCallbackType GetBufferPointerCallback () const
 
 VTKImageExportBase ()
 
 ~VTKImageExportBase () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void UpdateInformationCallback ()
 
virtual int PipelineModifiedCallback ()
 
virtual void UpdateDataCallback ()
 
virtual int * WholeExtentCallback ()=0
 
virtual double * SpacingCallback ()=0
 
virtual double * OriginCallback ()=0
 
virtual double * DirectionCallback ()=0
 
virtual float * FloatSpacingCallback ()=0
 
virtual float * FloatOriginCallback ()=0
 
virtual const char * ScalarTypeCallback ()=0
 
virtual int NumberOfComponentsCallback ()=0
 
virtual void PropagateUpdateExtentCallback (int *)=0
 
virtual int * DataExtentCallback ()=0
 
virtual void * BufferPointerCallback ()=0
 
static void UpdateInformationCallbackFunction (void *)
 
static int PipelineModifiedCallbackFunction (void *)
 
static int * WholeExtentCallbackFunction (void *)
 
static double * SpacingCallbackFunction (void *)
 
static double * OriginCallbackFunction (void *)
 
static double * DirectionCallbackFunction (void *)
 
static float * FloatSpacingCallbackFunction (void *)
 
static float * FloatOriginCallbackFunction (void *)
 
static const char * ScalarTypeCallbackFunction (void *)
 
static int NumberOfComponentsCallbackFunction (void *)
 
static void PropagateUpdateExtentCallbackFunction (void *, int *)
 
static void UpdateDataCallbackFunction (void *)
 
static int * DataExtentCallbackFunction (void *)
 
static void * BufferPointerCallbackFunction (void *)
 

Additional Inherited Members

- 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 ()
 
- Protected Member Functions inherited from itk::ProcessObject
 ProcessObject ()
 
 ~ProcessObject () override
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void AddInput (DataObject *input)
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
virtual void SetPrimaryInput (DataObject *object)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual void SetPrimaryOutput (DataObject *object)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
virtual void AddOutput (DataObject *output)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
virtual void VerifyPreconditions () ITKv5_CONST
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateData ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void ThreaderUpdateProgressOff ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 
- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ProcessObject
bool m_Updating
 
TimeStamp m_OutputInformationMTime
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Detailed Description

Superclass for VTKImageExport instantiations.

VTKImageExportBase provides the functions that serve as callbacks given to vtkImageImport to connect the end of an ITK pipeline to the beginning of a VTK pipeline.

See also
VTKImageExport

Definition at line 38 of file itkVTKImageExportBase.h.

Member Typedef Documentation

◆ BufferPointerCallbackType

The function pointer type expected for a callback.

Definition at line 68 of file itkVTKImageExportBase.h.

◆ ConstPointer

Definition at line 47 of file itkVTKImageExportBase.h.

◆ DataExtentCallbackType

The function pointer type expected for a callback.

Definition at line 67 of file itkVTKImageExportBase.h.

◆ DataObjectPointer

The function pointer type expected for a callback.

Definition at line 143 of file itkVTKImageExportBase.h.

◆ DirectionCallbackType

using itk::VTKImageExportBase::DirectionCallbackType = double * (*)(void *)

The function pointer type expected for a callback.

Definition at line 62 of file itkVTKImageExportBase.h.

◆ FloatOriginCallbackType

The function pointer type expected for a callback.

Definition at line 73 of file itkVTKImageExportBase.h.

◆ FloatSpacingCallbackType

Compatibility for VTK older than 4.4.

Definition at line 72 of file itkVTKImageExportBase.h.

◆ NumberOfComponentsCallbackType

The function pointer type expected for a callback.

Definition at line 64 of file itkVTKImageExportBase.h.

◆ OriginCallbackType

using itk::VTKImageExportBase::OriginCallbackType = double * (*)(void *)

The function pointer type expected for a callback.

Definition at line 61 of file itkVTKImageExportBase.h.

◆ PipelineModifiedCallbackType

The function pointer type expected for a callback.

Definition at line 58 of file itkVTKImageExportBase.h.

◆ Pointer

Definition at line 46 of file itkVTKImageExportBase.h.

◆ PropagateUpdateExtentCallbackType

The function pointer type expected for a callback.

Definition at line 65 of file itkVTKImageExportBase.h.

◆ ScalarTypeCallbackType

using itk::VTKImageExportBase::ScalarTypeCallbackType = const char * (*)(void *)

The function pointer type expected for a callback.

Definition at line 63 of file itkVTKImageExportBase.h.

◆ Self

Standard class type aliases.

Definition at line 44 of file itkVTKImageExportBase.h.

◆ SpacingCallbackType

using itk::VTKImageExportBase::SpacingCallbackType = double * (*)(void *)

The function pointer type expected for a callback.

Definition at line 60 of file itkVTKImageExportBase.h.

◆ Superclass

Definition at line 45 of file itkVTKImageExportBase.h.

◆ UpdateDataCallbackType

The function pointer type expected for a callback.

Definition at line 66 of file itkVTKImageExportBase.h.

◆ UpdateInformationCallbackType

The function pointer type expected for a callback.

Definition at line 57 of file itkVTKImageExportBase.h.

◆ WholeExtentCallbackType

The function pointer type expected for a callback.

Definition at line 59 of file itkVTKImageExportBase.h.

Constructor & Destructor Documentation

◆ VTKImageExportBase()

itk::VTKImageExportBase::VTKImageExportBase ( )
protected

The function pointer type expected for a callback.

◆ ~VTKImageExportBase()

itk::VTKImageExportBase::~VTKImageExportBase ( )
overrideprotecteddefault

The function pointer type expected for a callback.

Member Function Documentation

◆ BufferPointerCallback()

virtual void* itk::VTKImageExportBase::BufferPointerCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ BufferPointerCallbackFunction()

static void* itk::VTKImageExportBase::BufferPointerCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ DataExtentCallback()

virtual int* itk::VTKImageExportBase::DataExtentCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ DataExtentCallbackFunction()

static int* itk::VTKImageExportBase::DataExtentCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ DirectionCallback()

virtual double* itk::VTKImageExportBase::DirectionCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ DirectionCallbackFunction()

static double* itk::VTKImageExportBase::DirectionCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ FloatOriginCallback()

virtual float* itk::VTKImageExportBase::FloatOriginCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ FloatOriginCallbackFunction()

static float* itk::VTKImageExportBase::FloatOriginCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ FloatSpacingCallback()

virtual float* itk::VTKImageExportBase::FloatSpacingCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ FloatSpacingCallbackFunction()

static float* itk::VTKImageExportBase::FloatSpacingCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ GetBufferPointerCallback()

BufferPointerCallbackType itk::VTKImageExportBase::GetBufferPointerCallback ( ) const

The function pointer type expected for a callback.

◆ GetCallbackUserData()

void* itk::VTKImageExportBase::GetCallbackUserData ( )

Returns the user data to set for the vtkImageImport callbacks.

◆ GetDataExtentCallback()

DataExtentCallbackType itk::VTKImageExportBase::GetDataExtentCallback ( ) const

The function pointer type expected for a callback.

◆ GetDirectionCallback()

DirectionCallbackType itk::VTKImageExportBase::GetDirectionCallback ( ) const

The function pointer type expected for a callback.

◆ GetNameOfClass()

virtual const char* itk::VTKImageExportBase::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

Reimplemented in itk::VTKImageExport< TInputImage >.

◆ GetNumberOfComponentsCallback()

NumberOfComponentsCallbackType itk::VTKImageExportBase::GetNumberOfComponentsCallback ( ) const

The function pointer type expected for a callback.

◆ GetOriginCallback()

CallbackTypeProxy itk::VTKImageExportBase::GetOriginCallback ( ) const

The function pointer type expected for a callback.

◆ GetPipelineModifiedCallback()

PipelineModifiedCallbackType itk::VTKImageExportBase::GetPipelineModifiedCallback ( ) const

The function pointer type expected for a callback.

◆ GetPropagateUpdateExtentCallback()

PropagateUpdateExtentCallbackType itk::VTKImageExportBase::GetPropagateUpdateExtentCallback ( ) const

The function pointer type expected for a callback.

◆ GetScalarTypeCallback()

ScalarTypeCallbackType itk::VTKImageExportBase::GetScalarTypeCallback ( ) const

The function pointer type expected for a callback.

◆ GetSpacingCallback()

CallbackTypeProxy itk::VTKImageExportBase::GetSpacingCallback ( ) const

The function pointer type expected for a callback.

◆ GetUpdateDataCallback()

UpdateDataCallbackType itk::VTKImageExportBase::GetUpdateDataCallback ( ) const

The function pointer type expected for a callback.

◆ GetUpdateInformationCallback()

UpdateInformationCallbackType itk::VTKImageExportBase::GetUpdateInformationCallback ( ) const

Get a pointer to function to set as a callback in vtkImageImport.

◆ GetWholeExtentCallback()

WholeExtentCallbackType itk::VTKImageExportBase::GetWholeExtentCallback ( ) const

The function pointer type expected for a callback.

◆ NumberOfComponentsCallback()

virtual int itk::VTKImageExportBase::NumberOfComponentsCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ NumberOfComponentsCallbackFunction()

static int itk::VTKImageExportBase::NumberOfComponentsCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ OriginCallback()

virtual double* itk::VTKImageExportBase::OriginCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ OriginCallbackFunction()

static double* itk::VTKImageExportBase::OriginCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ PipelineModifiedCallback()

virtual int itk::VTKImageExportBase::PipelineModifiedCallback ( )
protectedvirtual

The function pointer type expected for a callback.

◆ PipelineModifiedCallbackFunction()

static int itk::VTKImageExportBase::PipelineModifiedCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ PrintSelf()

void itk::VTKImageExportBase::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

The function pointer type expected for a callback.

Reimplemented from itk::ProcessObject.

◆ PropagateUpdateExtentCallback()

virtual void itk::VTKImageExportBase::PropagateUpdateExtentCallback ( int *  )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ PropagateUpdateExtentCallbackFunction()

static void itk::VTKImageExportBase::PropagateUpdateExtentCallbackFunction ( void *  ,
int *   
)
staticprivate

The function pointer type expected for a callback.

◆ ScalarTypeCallback()

virtual const char* itk::VTKImageExportBase::ScalarTypeCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ ScalarTypeCallbackFunction()

static const char* itk::VTKImageExportBase::ScalarTypeCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ SpacingCallback()

virtual double* itk::VTKImageExportBase::SpacingCallback ( )
protectedpure virtual

The function pointer type expected for a callback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ SpacingCallbackFunction()

static double* itk::VTKImageExportBase::SpacingCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ UpdateDataCallback()

virtual void itk::VTKImageExportBase::UpdateDataCallback ( )
protectedvirtual

The function pointer type expected for a callback.

◆ UpdateDataCallbackFunction()

static void itk::VTKImageExportBase::UpdateDataCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

◆ UpdateInformationCallback()

virtual void itk::VTKImageExportBase::UpdateInformationCallback ( )
protectedvirtual

The function pointer type expected for a callback.

◆ UpdateInformationCallbackFunction()

static void itk::VTKImageExportBase::UpdateInformationCallbackFunction ( void *  )
staticprivate

Actual function sent to VTK as a callback. Casts the user data to a VTKImageExportBase pointer and invokes the corresponding virtual method in that instance.

◆ WholeExtentCallback()

virtual int* itk::VTKImageExportBase::WholeExtentCallback ( )
protectedpure virtual

These callbacks are image-type specific, and are implemented in VTKImageExport.

Implemented in itk::VTKImageExport< TInputImage >.

◆ WholeExtentCallbackFunction()

static int* itk::VTKImageExportBase::WholeExtentCallbackFunction ( void *  )
staticprivate

The function pointer type expected for a callback.

Member Data Documentation

◆ m_LastPipelineMTime

ModifiedTimeType itk::VTKImageExportBase::m_LastPipelineMTime
private

PipelineMTime from the last call to PipelineModifiedCallback.

Definition at line 237 of file itkVTKImageExportBase.h.


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