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

#include <itkVTKImageExportBase.h>

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.

+ 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
 
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 *)
 
- 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 ()
 
const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
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 PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
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 SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- 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 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
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateData ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
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
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- 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
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

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

PipelineMTime from the last call to PipelineModifiedCallback.

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

Compatibility for VTK older than 4.4.

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ ~VTKImageExportBase()

itk::VTKImageExportBase::~VTKImageExportBase ( )
overrideprotecteddefault

PipelineMTime from the last call to PipelineModifiedCallback.

Member Function Documentation

◆ BufferPointerCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ BufferPointerCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ DataExtentCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ DataExtentCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ DirectionCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ DirectionCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ FloatOriginCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ FloatOriginCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ FloatSpacingCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ FloatSpacingCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetBufferPointerCallback()

BufferPointerCallbackType itk::VTKImageExportBase::GetBufferPointerCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetCallbackUserData()

void* itk::VTKImageExportBase::GetCallbackUserData ( )

Returns the user data to set for the vtkImageImport callbacks.

◆ GetDataExtentCallback()

DataExtentCallbackType itk::VTKImageExportBase::GetDataExtentCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetDirectionCallback()

DirectionCallbackType itk::VTKImageExportBase::GetDirectionCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetNameOfClass()

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

◆ GetNumberOfComponentsCallback()

NumberOfComponentsCallbackType itk::VTKImageExportBase::GetNumberOfComponentsCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetOriginCallback()

CallbackTypeProxy itk::VTKImageExportBase::GetOriginCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetPipelineModifiedCallback()

PipelineModifiedCallbackType itk::VTKImageExportBase::GetPipelineModifiedCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetPropagateUpdateExtentCallback()

PropagateUpdateExtentCallbackType itk::VTKImageExportBase::GetPropagateUpdateExtentCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetScalarTypeCallback()

ScalarTypeCallbackType itk::VTKImageExportBase::GetScalarTypeCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetSpacingCallback()

CallbackTypeProxy itk::VTKImageExportBase::GetSpacingCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetUpdateDataCallback()

UpdateDataCallbackType itk::VTKImageExportBase::GetUpdateDataCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ GetUpdateInformationCallback()

UpdateInformationCallbackType itk::VTKImageExportBase::GetUpdateInformationCallback ( ) const

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

◆ GetWholeExtentCallback()

WholeExtentCallbackType itk::VTKImageExportBase::GetWholeExtentCallback ( ) const

PipelineMTime from the last call to PipelineModifiedCallback.

◆ NumberOfComponentsCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ NumberOfComponentsCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ OriginCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ OriginCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ PipelineModifiedCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ PipelineModifiedCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ PrintSelf()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Reimplemented from itk::ProcessObject.

◆ PropagateUpdateExtentCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ PropagateUpdateExtentCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ ScalarTypeCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ ScalarTypeCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ SpacingCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

Implemented in itk::VTKImageExport< TInputImage >.

◆ SpacingCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ UpdateDataCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ UpdateDataCallbackFunction()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ UpdateInformationCallback()

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

PipelineMTime from the last call to PipelineModifiedCallback.

◆ 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

PipelineMTime from the last call to PipelineModifiedCallback.

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: