ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes | Public Types | Public Member Functions | Protected Types | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
itk::VTKImageExportBase Class Referenceabstract

#include <itkVTKImageExportBase.h>

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

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 37 of file itkVTKImageExportBase.h.

Classes

class  CallbackTypeProxy
 

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef VTKImageExportBase Self
 
typedef ProcessObject Superclass
 
typedef void(* UpdateInformationCallbackType )(void *)
 
typedef int(* PipelineModifiedCallbackType )(void *)
 
typedef int *(* WholeExtentCallbackType )(void *)
 
typedef double *(* SpacingCallbackType )(void *)
 
typedef double *(* OriginCallbackType )(void *)
 
typedef const char *(* ScalarTypeCallbackType )(void *)
 
typedef int(* NumberOfComponentsCallbackType )(void *)
 
typedef void(* PropagateUpdateExtentCallbackType )(void *, int *)
 
typedef void(* UpdateDataCallbackType )(void *)
 
typedef int *(* DataExtentCallbackType )(void *)
 
typedef void *(* BufferPointerCallbackType )(void *)
 
typedef float *(* FloatSpacingCallbackType )(void *)
 
typedef float *(* FloatOriginCallbackType )(void *)
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

BufferPointerCallbackType GetBufferPointerCallback () const
 
void * GetCallbackUserData ()
 
DataExtentCallbackType GetDataExtentCallback () const
 
virtual const char * GetNameOfClass () const
 
NumberOfComponentsCallbackType GetNumberOfComponentsCallback () const
 
CallbackTypeProxy GetOriginCallback () const
 
PipelineModifiedCallbackType GetPipelineModifiedCallback () const
 
PropagateUpdateExtentCallbackType GetPropagateUpdateExtentCallback () const
 
ScalarTypeCallbackType GetScalarTypeCallback () const
 
CallbackTypeProxy GetSpacingCallback () const
 
UpdateDataCallbackType GetUpdateDataCallback () const
 
UpdateInformationCallbackType GetUpdateInformationCallback () const
 
WholeExtentCallbackType GetWholeExtentCallback () 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 ()
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
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)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
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 SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual 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
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Protected Types

typedef DataObject::Pointer DataObjectPointer
 

Protected Member Functions

virtual void * BufferPointerCallback ()=0
 
virtual int * DataExtentCallback ()=0
 
virtual float * FloatOriginCallback ()=0
 
virtual float * FloatSpacingCallback ()=0
 
virtual int NumberOfComponentsCallback ()=0
 
virtual double * OriginCallback ()=0
 
virtual int PipelineModifiedCallback ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void PropagateUpdateExtentCallback (int *)=0
 
virtual const char * ScalarTypeCallback ()=0
 
virtual double * SpacingCallback ()=0
 
virtual void UpdateDataCallback ()
 
virtual void UpdateInformationCallback ()
 
 VTKImageExportBase ()
 
virtual int * WholeExtentCallback ()=0
 
 ~VTKImageExportBase ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
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
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
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 num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- 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 ()
 

Private Member Functions

void operator= (const Self &)
 
 VTKImageExportBase (const Self &)
 

Static Private Member Functions

static void * BufferPointerCallbackFunction (void *)
 
static int * DataExtentCallbackFunction (void *)
 
static float * FloatOriginCallbackFunction (void *)
 
static float * FloatSpacingCallbackFunction (void *)
 
static int NumberOfComponentsCallbackFunction (void *)
 
static double * OriginCallbackFunction (void *)
 
static int PipelineModifiedCallbackFunction (void *)
 
static void PropagateUpdateExtentCallbackFunction (void *, int *)
 
static const char * ScalarTypeCallbackFunction (void *)
 
static double * SpacingCallbackFunction (void *)
 
static void UpdateDataCallbackFunction (void *)
 
static void UpdateInformationCallbackFunction (void *)
 
static int * WholeExtentCallbackFunction (void *)
 

Private Attributes

ModifiedTimeType m_LastPipelineMTime
 

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 flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

typedef void*( * itk::VTKImageExportBase::BufferPointerCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 63 of file itkVTKImageExportBase.h.

Definition at line 44 of file itkVTKImageExportBase.h.

typedef int*( * itk::VTKImageExportBase::DataExtentCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 62 of file itkVTKImageExportBase.h.

Definition at line 125 of file itkVTKImageExportBase.h.

typedef float*( * itk::VTKImageExportBase::FloatOriginCallbackType)(void *)

Compatibility for VTK older than 4.4.

Definition at line 68 of file itkVTKImageExportBase.h.

typedef float*( * itk::VTKImageExportBase::FloatSpacingCallbackType)(void *)

Compatibility for VTK older than 4.4.

Definition at line 67 of file itkVTKImageExportBase.h.

typedef int( * itk::VTKImageExportBase::NumberOfComponentsCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 59 of file itkVTKImageExportBase.h.

typedef double*( * itk::VTKImageExportBase::OriginCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 57 of file itkVTKImageExportBase.h.

typedef int( * itk::VTKImageExportBase::PipelineModifiedCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 54 of file itkVTKImageExportBase.h.

Definition at line 43 of file itkVTKImageExportBase.h.

typedef void( * itk::VTKImageExportBase::PropagateUpdateExtentCallbackType)(void *, int *)

The function pointer type expected for a callback.

Definition at line 60 of file itkVTKImageExportBase.h.

typedef const char*( * itk::VTKImageExportBase::ScalarTypeCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 58 of file itkVTKImageExportBase.h.

Standard class typedefs.

Definition at line 41 of file itkVTKImageExportBase.h.

typedef double*( * itk::VTKImageExportBase::SpacingCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 56 of file itkVTKImageExportBase.h.

Definition at line 42 of file itkVTKImageExportBase.h.

typedef void( * itk::VTKImageExportBase::UpdateDataCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 61 of file itkVTKImageExportBase.h.

typedef void( * itk::VTKImageExportBase::UpdateInformationCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 53 of file itkVTKImageExportBase.h.

typedef int*( * itk::VTKImageExportBase::WholeExtentCallbackType)(void *)

The function pointer type expected for a callback.

Definition at line 55 of file itkVTKImageExportBase.h.

Constructor & Destructor Documentation

itk::VTKImageExportBase::VTKImageExportBase ( )
protected
itk::VTKImageExportBase::~VTKImageExportBase ( )
inlineprotected

Definition at line 122 of file itkVTKImageExportBase.h.

itk::VTKImageExportBase::VTKImageExportBase ( const Self )
private

Member Function Documentation

virtual void* itk::VTKImageExportBase::BufferPointerCallback ( )
protectedpure virtual
static void* itk::VTKImageExportBase::BufferPointerCallbackFunction ( void *  )
staticprivate
virtual int* itk::VTKImageExportBase::DataExtentCallback ( )
protectedpure virtual
static int* itk::VTKImageExportBase::DataExtentCallbackFunction ( void *  )
staticprivate
virtual float* itk::VTKImageExportBase::FloatOriginCallback ( )
protectedpure virtual
static float* itk::VTKImageExportBase::FloatOriginCallbackFunction ( void *  )
staticprivate
virtual float* itk::VTKImageExportBase::FloatSpacingCallback ( )
protectedpure virtual
static float* itk::VTKImageExportBase::FloatSpacingCallbackFunction ( void *  )
staticprivate
BufferPointerCallbackType itk::VTKImageExportBase::GetBufferPointerCallback ( ) const
void* itk::VTKImageExportBase::GetCallbackUserData ( )

Returns the user data to set for the vtkImageImport callbacks.

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

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

Reimplemented in itk::VTKImageExport< TInputImage >.

NumberOfComponentsCallbackType itk::VTKImageExportBase::GetNumberOfComponentsCallback ( ) const
CallbackTypeProxy itk::VTKImageExportBase::GetOriginCallback ( ) const
PipelineModifiedCallbackType itk::VTKImageExportBase::GetPipelineModifiedCallback ( ) const
PropagateUpdateExtentCallbackType itk::VTKImageExportBase::GetPropagateUpdateExtentCallback ( ) const
ScalarTypeCallbackType itk::VTKImageExportBase::GetScalarTypeCallback ( ) const
CallbackTypeProxy itk::VTKImageExportBase::GetSpacingCallback ( ) const
UpdateDataCallbackType itk::VTKImageExportBase::GetUpdateDataCallback ( ) const
UpdateInformationCallbackType itk::VTKImageExportBase::GetUpdateInformationCallback ( ) const

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

WholeExtentCallbackType itk::VTKImageExportBase::GetWholeExtentCallback ( ) const
virtual int itk::VTKImageExportBase::NumberOfComponentsCallback ( )
protectedpure virtual
static int itk::VTKImageExportBase::NumberOfComponentsCallbackFunction ( void *  )
staticprivate
void itk::VTKImageExportBase::operator= ( const Self )
private
virtual double* itk::VTKImageExportBase::OriginCallback ( )
protectedpure virtual
static double* itk::VTKImageExportBase::OriginCallbackFunction ( void *  )
staticprivate
virtual int itk::VTKImageExportBase::PipelineModifiedCallback ( )
protectedvirtual
static int itk::VTKImageExportBase::PipelineModifiedCallbackFunction ( void *  )
staticprivate
virtual void itk::VTKImageExportBase::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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::ProcessObject.

Reimplemented in itk::VTKImageExport< TInputImage >.

virtual void itk::VTKImageExportBase::PropagateUpdateExtentCallback ( int *  )
protectedpure virtual
static void itk::VTKImageExportBase::PropagateUpdateExtentCallbackFunction ( void *  ,
int *   
)
staticprivate
virtual const char* itk::VTKImageExportBase::ScalarTypeCallback ( )
protectedpure virtual
static const char* itk::VTKImageExportBase::ScalarTypeCallbackFunction ( void *  )
staticprivate
virtual double* itk::VTKImageExportBase::SpacingCallback ( )
protectedpure virtual
static double* itk::VTKImageExportBase::SpacingCallbackFunction ( void *  )
staticprivate
virtual void itk::VTKImageExportBase::UpdateDataCallback ( )
protectedvirtual
static void itk::VTKImageExportBase::UpdateDataCallbackFunction ( void *  )
staticprivate
virtual void itk::VTKImageExportBase::UpdateInformationCallback ( )
protectedvirtual
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.

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

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

Implemented in itk::VTKImageExport< TInputImage >.

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

Member Data Documentation

ModifiedTimeType itk::VTKImageExportBase::m_LastPipelineMTime
private

PipelineMTime from the last call to PipelineModifiedCallback.

Definition at line 190 of file itkVTKImageExportBase.h.


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