VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkImageImport Class Reference

Import data from a C array. More...

#include <vtkImageImport.h>

Inheritance diagram for vtkImageImport:
[legend]
Collaboration diagram for vtkImageImport:
[legend]

Public Types

typedef vtkImageAlgorithm 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 *)
 
- Public Types inherited from vtkImageAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkImageImportNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void CopyImportVoidPointer (void *ptr, vtkIdType size)
 
void SetImportVoidPointer (void *ptr, int save)
 
void SetImportVoidPointer (void *ptr)
 
void * GetImportVoidPointer ()
 
virtual void SetDataScalarType (int)
 
void SetDataScalarTypeToDouble ()
 
void SetDataScalarTypeToFloat ()
 
void SetDataScalarTypeToInt ()
 
void SetDataScalarTypeToShort ()
 
void SetDataScalarTypeToUnsignedShort ()
 
void SetDataScalarTypeToUnsignedChar ()
 
virtual int GetDataScalarType ()
 
const char * GetDataScalarTypeAsString ()
 
virtual void SetNumberOfScalarComponents (int)
 
virtual int GetNumberOfScalarComponents ()
 
virtual void SetDataExtent (int, int, int, int, int, int)
 
virtual void SetDataExtent (int[6])
 
virtual intGetDataExtent ()
 
virtual void GetDataExtent (int &, int &, int &, int &, int &, int &)
 
virtual void GetDataExtent (int[6])
 
void SetDataExtentToWholeExtent ()
 
virtual void SetDataSpacing (double, double, double)
 
virtual void SetDataSpacing (double[3])
 
virtual doubleGetDataSpacing ()
 
virtual void GetDataSpacing (double &, double &, double &)
 
virtual void GetDataSpacing (double[3])
 
virtual void SetDataOrigin (double, double, double)
 
virtual void SetDataOrigin (double[3])
 
virtual doubleGetDataOrigin ()
 
virtual void GetDataOrigin (double &, double &, double &)
 
virtual void GetDataOrigin (double[3])
 
virtual void SetWholeExtent (int, int, int, int, int, int)
 
virtual void SetWholeExtent (int[6])
 
virtual intGetWholeExtent ()
 
virtual void GetWholeExtent (int &, int &, int &, int &, int &, int &)
 
virtual void GetWholeExtent (int[6])
 
virtual int RequestUpdateExtent (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual void SetScalarArrayName (const char *)
 
virtual char * GetScalarArrayName ()
 
virtual void SetUpdateInformationCallback (UpdateInformationCallbackType)
 
virtual UpdateInformationCallbackType GetUpdateInformationCallback ()
 
virtual void SetPipelineModifiedCallback (PipelineModifiedCallbackType)
 
virtual PipelineModifiedCallbackType GetPipelineModifiedCallback ()
 
virtual void SetWholeExtentCallback (WholeExtentCallbackType)
 
virtual WholeExtentCallbackType GetWholeExtentCallback ()
 
virtual void SetSpacingCallback (SpacingCallbackType)
 
virtual SpacingCallbackType GetSpacingCallback ()
 
virtual void SetOriginCallback (OriginCallbackType)
 
virtual OriginCallbackType GetOriginCallback ()
 
virtual void SetScalarTypeCallback (ScalarTypeCallbackType)
 
virtual ScalarTypeCallbackType GetScalarTypeCallback ()
 
virtual void SetNumberOfComponentsCallback (NumberOfComponentsCallbackType)
 
virtual NumberOfComponentsCallbackType GetNumberOfComponentsCallback ()
 
virtual void SetPropagateUpdateExtentCallback (PropagateUpdateExtentCallbackType)
 
virtual PropagateUpdateExtentCallbackType GetPropagateUpdateExtentCallback ()
 
virtual void SetUpdateDataCallback (UpdateDataCallbackType)
 
virtual UpdateDataCallbackType GetUpdateDataCallback ()
 
virtual void SetDataExtentCallback (DataExtentCallbackType)
 
virtual DataExtentCallbackType GetDataExtentCallback ()
 
virtual void SetBufferPointerCallback (BufferPointerCallbackType)
 
virtual BufferPointerCallbackType GetBufferPointerCallback ()
 
virtual void SetCallbackUserData (void *)
 
virtual void * GetCallbackUserData ()
 
int InvokePipelineModifiedCallbacks ()
 
void InvokeUpdateInformationCallbacks ()
 
void InvokeExecuteInformationCallbacks ()
 
void InvokeExecuteDataCallbacks ()
 
void LegacyCheckWholeExtent ()
 
- Public Member Functions inherited from vtkImageAlgorithm
vtkImageAlgorithmNewInstance () const
 
vtkImageDataGetOutput ()
 
vtkImageDataGetOutput (int)
 
virtual void SetOutput (vtkDataObject *d)
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
vtkDataObjectGetInput (int port)
 
vtkDataObjectGetInput ()
 
vtkImageDataGetImageDataInput (int port)
 
virtual void AddInputData (vtkDataObject *)
 
virtual void AddInputData (int, vtkDataObject *)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkImageImportNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageImportSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkImageAlgorithm
static int IsTypeOf (const char *type)
 
static vtkImageAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkImageImport ()
 
 ~vtkImageImport ()
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual void ExecuteDataWithInformation (vtkDataObject *d, vtkInformation *outInfo)
 
- Protected Member Functions inherited from vtkImageAlgorithm
 vtkImageAlgorithm ()
 
 ~vtkImageAlgorithm ()
 
virtual void CopyInputArrayAttributesToOutput (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual void ExecuteData (vtkDataObject *output)
 
virtual void Execute ()
 
virtual void AllocateOutputData (vtkImageData *out, vtkInformation *outInfo, int *uExtent)
 
virtual vtkImageDataAllocateOutputData (vtkDataObject *out, vtkInformation *outInfo)
 
virtual void CopyAttributeData (vtkImageData *in, vtkImageData *out, vtkInformationVector **inputVector)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

void * ImportVoidPointer
 
int SaveUserArray
 
int NumberOfScalarComponents
 
int DataScalarType
 
int WholeExtent [6]
 
int DataExtent [6]
 
double DataSpacing [3]
 
double DataOrigin [3]
 
char * ScalarArrayName
 
void * CallbackUserData
 
UpdateInformationCallbackType UpdateInformationCallback
 
PipelineModifiedCallbackType PipelineModifiedCallback
 
WholeExtentCallbackType WholeExtentCallback
 
SpacingCallbackType SpacingCallback
 
OriginCallbackType OriginCallback
 
ScalarTypeCallbackType ScalarTypeCallback
 
NumberOfComponentsCallbackType NumberOfComponentsCallback
 
PropagateUpdateExtentCallbackType PropagateUpdateExtentCallback
 
UpdateDataCallbackType UpdateDataCallback
 
DataExtentCallbackType DataExtentCallback
 
BufferPointerCallbackType BufferPointerCallback
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Import data from a C array.

vtkImageImport provides methods needed to import image data from a source independent of VTK, such as a simple C array or a third-party pipeline. Note that the VTK convention is for the image voxel index (0,0,0) to be the lower-left corner of the image, while most 2D image formats use the upper-left corner. You can use vtkImageFlip to correct the orientation after the image has been loaded into VTK. Note that is also possible to import the raw data from a Python string instead of from a C array. The array applies on scalar point data only, not on cell data.

See also
vtkImageExport
Tests:
vtkImageImport (Tests)

Definition at line 40 of file vtkImageImport.h.

Member Typedef Documentation

Definition at line 44 of file vtkImageImport.h.

typedef void(* vtkImageImport::UpdateInformationCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 152 of file vtkImageImport.h.

typedef int(* vtkImageImport::PipelineModifiedCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 153 of file vtkImageImport.h.

typedef int*(* vtkImageImport::WholeExtentCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 154 of file vtkImageImport.h.

typedef double*(* vtkImageImport::SpacingCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 155 of file vtkImageImport.h.

typedef double*(* vtkImageImport::OriginCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 156 of file vtkImageImport.h.

typedef const char*(* vtkImageImport::ScalarTypeCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 157 of file vtkImageImport.h.

typedef int(* vtkImageImport::NumberOfComponentsCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 158 of file vtkImageImport.h.

typedef void(* vtkImageImport::PropagateUpdateExtentCallbackType) (void *, int *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 159 of file vtkImageImport.h.

typedef void(* vtkImageImport::UpdateDataCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 160 of file vtkImageImport.h.

typedef int*(* vtkImageImport::DataExtentCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 161 of file vtkImageImport.h.

typedef void*(* vtkImageImport::BufferPointerCallbackType) (void *)

These are function pointer types for the pipeline connection callbacks. See further documentation on each individual callback.

Definition at line 162 of file vtkImageImport.h.

Constructor & Destructor Documentation

vtkImageImport::vtkImageImport ( )
protected
vtkImageImport::~vtkImageImport ( )
protected

Member Function Documentation

static vtkImageImport* vtkImageImport::New ( )
static
static int vtkImageImport::IsTypeOf ( const char *  type)
static
virtual int vtkImageImport::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageAlgorithm.

static vtkImageImport* vtkImageImport::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkImageImport::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkImageAlgorithm.

vtkImageImport* vtkImageImport::NewInstance ( ) const
void vtkImageImport::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

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 vtkImageAlgorithm.

void vtkImageImport::CopyImportVoidPointer ( void *  ptr,
vtkIdType  size 
)

Import data and make an internal copy of it. If you do not want VTK to copy the data, then use SetImportVoidPointer instead (do not use both). Give the size of the data array in bytes.

void vtkImageImport::SetImportVoidPointer ( void *  ptr)

Set the pointer from which the image data is imported. VTK will not make its own copy of the data, it will access the data directly from the supplied array. VTK will not attempt to delete the data nor modify the data.

void* vtkImageImport::GetImportVoidPointer ( )
inline

Set the pointer from which the image data is imported. VTK will not make its own copy of the data, it will access the data directly from the supplied array. VTK will not attempt to delete the data nor modify the data.

Definition at line 58 of file vtkImageImport.h.

void vtkImageImport::SetImportVoidPointer ( void *  ptr,
int  save 
)

Set the pointer from which the image data is imported. Set save to 1 (the default) unless you want VTK to delete the array via C++ delete when the vtkImageImport object is deallocated. VTK will not make its own copy of the data, it will access the data directly from the supplied array.

virtual void vtkImageImport::SetDataScalarType ( int  )
virtual

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

void vtkImageImport::SetDataScalarTypeToDouble ( )
inline

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

Definition at line 72 of file vtkImageImport.h.

void vtkImageImport::SetDataScalarTypeToFloat ( )
inline

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

Definition at line 73 of file vtkImageImport.h.

void vtkImageImport::SetDataScalarTypeToInt ( )
inline

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

Definition at line 74 of file vtkImageImport.h.

void vtkImageImport::SetDataScalarTypeToShort ( )
inline

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

Definition at line 75 of file vtkImageImport.h.

void vtkImageImport::SetDataScalarTypeToUnsignedShort ( )
inline

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

Definition at line 76 of file vtkImageImport.h.

void vtkImageImport::SetDataScalarTypeToUnsignedChar ( )
inline

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

Definition at line 78 of file vtkImageImport.h.

virtual int vtkImageImport::GetDataScalarType ( )
virtual

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

const char* vtkImageImport::GetDataScalarTypeAsString ( )
inline

Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.

Definition at line 81 of file vtkImageImport.h.

virtual void vtkImageImport::SetNumberOfScalarComponents ( int  )
virtual

Set/Get the number of scalar components, for RGB images this must be

  1. Default: 1.
virtual int vtkImageImport::GetNumberOfScalarComponents ( )
virtual

Set/Get the number of scalar components, for RGB images this must be

  1. Default: 1.
virtual void vtkImageImport::SetDataExtent ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
)
virtual

Get/Set the extent of the data buffer. The dimensions of your data must be equal to (extent[1]-extent[0]+1) * (extent[3]-extent[2]+1) * (extent[5]-DataExtent[4]+1). For example, for a 2D image use (0,width-1, 0,height-1, 0,0).

virtual void vtkImageImport::SetDataExtent ( int  [6])
virtual

Get/Set the extent of the data buffer. The dimensions of your data must be equal to (extent[1]-extent[0]+1) * (extent[3]-extent[2]+1) * (extent[5]-DataExtent[4]+1). For example, for a 2D image use (0,width-1, 0,height-1, 0,0).

virtual int* vtkImageImport::GetDataExtent ( )
virtual

Get/Set the extent of the data buffer. The dimensions of your data must be equal to (extent[1]-extent[0]+1) * (extent[3]-extent[2]+1) * (extent[5]-DataExtent[4]+1). For example, for a 2D image use (0,width-1, 0,height-1, 0,0).

virtual void vtkImageImport::GetDataExtent ( int ,
int ,
int ,
int ,
int ,
int  
)
virtual

Get/Set the extent of the data buffer. The dimensions of your data must be equal to (extent[1]-extent[0]+1) * (extent[3]-extent[2]+1) * (extent[5]-DataExtent[4]+1). For example, for a 2D image use (0,width-1, 0,height-1, 0,0).

virtual void vtkImageImport::GetDataExtent ( int  [6])
virtual

Get/Set the extent of the data buffer. The dimensions of your data must be equal to (extent[1]-extent[0]+1) * (extent[3]-extent[2]+1) * (extent[5]-DataExtent[4]+1). For example, for a 2D image use (0,width-1, 0,height-1, 0,0).

void vtkImageImport::SetDataExtentToWholeExtent ( )
inline

Get/Set the extent of the data buffer. The dimensions of your data must be equal to (extent[1]-extent[0]+1) * (extent[3]-extent[2]+1) * (extent[5]-DataExtent[4]+1). For example, for a 2D image use (0,width-1, 0,height-1, 0,0).

Definition at line 99 of file vtkImageImport.h.

virtual void vtkImageImport::SetDataSpacing ( double  ,
double  ,
double   
)
virtual

Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).

virtual void vtkImageImport::SetDataSpacing ( double  [3])
virtual

Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).

virtual double* vtkImageImport::GetDataSpacing ( )
virtual

Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).

virtual void vtkImageImport::GetDataSpacing ( double ,
double ,
double  
)
virtual

Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).

virtual void vtkImageImport::GetDataSpacing ( double  [3])
virtual

Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).

virtual void vtkImageImport::SetDataOrigin ( double  ,
double  ,
double   
)
virtual

Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0). Default: (0.0, 0.0, 0.0).

virtual void vtkImageImport::SetDataOrigin ( double  [3])
virtual

Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0). Default: (0.0, 0.0, 0.0).

virtual double* vtkImageImport::GetDataOrigin ( )
virtual

Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0). Default: (0.0, 0.0, 0.0).

virtual void vtkImageImport::GetDataOrigin ( double ,
double ,
double  
)
virtual

Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0). Default: (0.0, 0.0, 0.0).

virtual void vtkImageImport::GetDataOrigin ( double  [3])
virtual

Set/Get the origin of the data, i.e. the coordinates (usually in mm) of voxel (0,0,0). Default: (0.0, 0.0, 0.0).

virtual void vtkImageImport::SetWholeExtent ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
)
virtual

Get/Set the whole extent of the image. This is the largest possible extent. Set the DataExtent to the extent of the image in the buffer pointed to by the ImportVoidPointer.

virtual void vtkImageImport::SetWholeExtent ( int  [6])
virtual

Get/Set the whole extent of the image. This is the largest possible extent. Set the DataExtent to the extent of the image in the buffer pointed to by the ImportVoidPointer.

virtual int* vtkImageImport::GetWholeExtent ( )
virtual

Get/Set the whole extent of the image. This is the largest possible extent. Set the DataExtent to the extent of the image in the buffer pointed to by the ImportVoidPointer.

virtual void vtkImageImport::GetWholeExtent ( int ,
int ,
int ,
int ,
int ,
int  
)
virtual

Get/Set the whole extent of the image. This is the largest possible extent. Set the DataExtent to the extent of the image in the buffer pointed to by the ImportVoidPointer.

virtual void vtkImageImport::GetWholeExtent ( int  [6])
virtual

Get/Set the whole extent of the image. This is the largest possible extent. Set the DataExtent to the extent of the image in the buffer pointed to by the ImportVoidPointer.

virtual int vtkImageImport::RequestUpdateExtent ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
virtual

Propagates the update extent through the callback if it is set.

Reimplemented from vtkImageAlgorithm.

virtual int vtkImageImport::ComputePipelineMTime ( vtkInformation request,
vtkInformationVector **  inInfoVec,
vtkInformationVector outInfoVec,
int  requestFromOutputPort,
unsigned long *  mtime 
)
virtual

Override vtkAlgorithm

Reimplemented from vtkAlgorithm.

virtual void vtkImageImport::SetScalarArrayName ( const char *  )
virtual

Set/get the scalar array name for this data set. Initial value is "scalars".

virtual char* vtkImageImport::GetScalarArrayName ( )
virtual

Set/get the scalar array name for this data set. Initial value is "scalars".

virtual void vtkImageImport::SetUpdateInformationCallback ( UpdateInformationCallbackType  )
virtual

Set/Get the callback for propagating UpdateInformation calls to a third-party pipeline. The callback should make sure that the third-party pipeline information is up to date.

virtual UpdateInformationCallbackType vtkImageImport::GetUpdateInformationCallback ( )
virtual

Set/Get the callback for propagating UpdateInformation calls to a third-party pipeline. The callback should make sure that the third-party pipeline information is up to date.

virtual void vtkImageImport::SetPipelineModifiedCallback ( PipelineModifiedCallbackType  )
virtual

Set/Get the callback for checking whether the third-party pipeline has been modified since the last invocation of the callback. The callback should return 1 for modified, and 0 for not modified. The first call should always return modified.

virtual PipelineModifiedCallbackType vtkImageImport::GetPipelineModifiedCallback ( )
virtual

Set/Get the callback for checking whether the third-party pipeline has been modified since the last invocation of the callback. The callback should return 1 for modified, and 0 for not modified. The first call should always return modified.

virtual void vtkImageImport::SetWholeExtentCallback ( WholeExtentCallbackType  )
virtual

Set/Get the callback for getting the whole extent of the input image from a third-party pipeline. The callback should return a vector of six integers describing the extent of the whole image (x1 x2 y1 y2 z1 z2).

virtual WholeExtentCallbackType vtkImageImport::GetWholeExtentCallback ( )
virtual

Set/Get the callback for getting the whole extent of the input image from a third-party pipeline. The callback should return a vector of six integers describing the extent of the whole image (x1 x2 y1 y2 z1 z2).

virtual void vtkImageImport::SetSpacingCallback ( SpacingCallbackType  )
virtual

Set/Get the callback for getting the spacing of the input image from a third-party pipeline. The callback should return a vector of three double values describing the spacing (dx dy dz).

virtual SpacingCallbackType vtkImageImport::GetSpacingCallback ( )
virtual

Set/Get the callback for getting the spacing of the input image from a third-party pipeline. The callback should return a vector of three double values describing the spacing (dx dy dz).

virtual void vtkImageImport::SetOriginCallback ( OriginCallbackType  )
virtual

Set/Get the callback for getting the origin of the input image from a third-party pipeline. The callback should return a vector of three double values describing the origin (x0 y0 z0).

virtual OriginCallbackType vtkImageImport::GetOriginCallback ( )
virtual

Set/Get the callback for getting the origin of the input image from a third-party pipeline. The callback should return a vector of three double values describing the origin (x0 y0 z0).

virtual void vtkImageImport::SetScalarTypeCallback ( ScalarTypeCallbackType  )
virtual

Set/Get the callback for getting the scalar value type of the input image from a third-party pipeline. The callback should return a string with the name of the type.

virtual ScalarTypeCallbackType vtkImageImport::GetScalarTypeCallback ( )
virtual

Set/Get the callback for getting the scalar value type of the input image from a third-party pipeline. The callback should return a string with the name of the type.

virtual void vtkImageImport::SetNumberOfComponentsCallback ( NumberOfComponentsCallbackType  )
virtual

Set/Get the callback for getting the number of components of the input image from a third-party pipeline. The callback should return an integer with the number of components.

virtual NumberOfComponentsCallbackType vtkImageImport::GetNumberOfComponentsCallback ( )
virtual

Set/Get the callback for getting the number of components of the input image from a third-party pipeline. The callback should return an integer with the number of components.

virtual void vtkImageImport::SetPropagateUpdateExtentCallback ( PropagateUpdateExtentCallbackType  )
virtual

Set/Get the callback for propagating the pipeline update extent to a third-party pipeline. The callback should take a vector of six integers describing the extent. This should cause the third-party pipeline to provide data which contains at least this extent after the next UpdateData callback.

virtual PropagateUpdateExtentCallbackType vtkImageImport::GetPropagateUpdateExtentCallback ( )
virtual

Set/Get the callback for propagating the pipeline update extent to a third-party pipeline. The callback should take a vector of six integers describing the extent. This should cause the third-party pipeline to provide data which contains at least this extent after the next UpdateData callback.

virtual void vtkImageImport::SetUpdateDataCallback ( UpdateDataCallbackType  )
virtual

Set/Get the callback for propagating UpdateData calls to a third-party pipeline. The callback should make sure the third-party pipeline is up to date.

virtual UpdateDataCallbackType vtkImageImport::GetUpdateDataCallback ( )
virtual

Set/Get the callback for propagating UpdateData calls to a third-party pipeline. The callback should make sure the third-party pipeline is up to date.

virtual void vtkImageImport::SetDataExtentCallback ( DataExtentCallbackType  )
virtual

Set/Get the callback for getting the data extent of the input image from a third-party pipeline. The callback should return a vector of six integers describing the extent of the buffered portion of the image (x1 x2 y1 y2 z1 z2). The buffer location should be set with the BufferPointerCallback.

virtual DataExtentCallbackType vtkImageImport::GetDataExtentCallback ( )
virtual

Set/Get the callback for getting the data extent of the input image from a third-party pipeline. The callback should return a vector of six integers describing the extent of the buffered portion of the image (x1 x2 y1 y2 z1 z2). The buffer location should be set with the BufferPointerCallback.

virtual void vtkImageImport::SetBufferPointerCallback ( BufferPointerCallbackType  )
virtual

Set/Get the callback for getting a pointer to the data buffer of an image from a third-party pipeline. The callback should return a pointer to the beginning of the buffer. The extent of the buffer should be set with the DataExtentCallback.

virtual BufferPointerCallbackType vtkImageImport::GetBufferPointerCallback ( )
virtual

Set/Get the callback for getting a pointer to the data buffer of an image from a third-party pipeline. The callback should return a pointer to the beginning of the buffer. The extent of the buffer should be set with the DataExtentCallback.

virtual void vtkImageImport::SetCallbackUserData ( void *  )
virtual

Set/Get the user data which will be passed as the first argument to all of the third-party pipeline callbacks.

virtual void* vtkImageImport::GetCallbackUserData ( )
virtual

Set/Get the user data which will be passed as the first argument to all of the third-party pipeline callbacks.

int vtkImageImport::InvokePipelineModifiedCallbacks ( )

Invoke the appropriate callbacks

void vtkImageImport::InvokeUpdateInformationCallbacks ( )

Invoke the appropriate callbacks

void vtkImageImport::InvokeExecuteInformationCallbacks ( )

Invoke the appropriate callbacks

void vtkImageImport::InvokeExecuteDataCallbacks ( )

Invoke the appropriate callbacks

void vtkImageImport::LegacyCheckWholeExtent ( )

Invoke the appropriate callbacks

virtual int vtkImageImport::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

Subclasses can reimplement this method to collect information from their inputs and set information for their outputs.

Reimplemented from vtkImageAlgorithm.

virtual void vtkImageImport::ExecuteDataWithInformation ( vtkDataObject output,
vtkInformation outInfo 
)
protectedvirtual

This is a convenience method that is implemented in many subclasses instead of RequestData. It is called by RequestData.

Reimplemented from vtkImageAlgorithm.

Member Data Documentation

void* vtkImageImport::ImportVoidPointer
protected

Definition at line 286 of file vtkImageImport.h.

int vtkImageImport::SaveUserArray
protected

Definition at line 287 of file vtkImageImport.h.

int vtkImageImport::NumberOfScalarComponents
protected

Definition at line 289 of file vtkImageImport.h.

int vtkImageImport::DataScalarType
protected

Definition at line 290 of file vtkImageImport.h.

int vtkImageImport::WholeExtent[6]
protected

Definition at line 292 of file vtkImageImport.h.

int vtkImageImport::DataExtent[6]
protected

Definition at line 293 of file vtkImageImport.h.

double vtkImageImport::DataSpacing[3]
protected

Definition at line 294 of file vtkImageImport.h.

double vtkImageImport::DataOrigin[3]
protected

Definition at line 295 of file vtkImageImport.h.

char* vtkImageImport::ScalarArrayName
protected

Definition at line 297 of file vtkImageImport.h.

void* vtkImageImport::CallbackUserData
protected

Definition at line 298 of file vtkImageImport.h.

UpdateInformationCallbackType vtkImageImport::UpdateInformationCallback
protected

Definition at line 301 of file vtkImageImport.h.

PipelineModifiedCallbackType vtkImageImport::PipelineModifiedCallback
protected

Definition at line 302 of file vtkImageImport.h.

WholeExtentCallbackType vtkImageImport::WholeExtentCallback
protected

Definition at line 303 of file vtkImageImport.h.

SpacingCallbackType vtkImageImport::SpacingCallback
protected

Definition at line 304 of file vtkImageImport.h.

OriginCallbackType vtkImageImport::OriginCallback
protected

Definition at line 305 of file vtkImageImport.h.

ScalarTypeCallbackType vtkImageImport::ScalarTypeCallback
protected

Definition at line 306 of file vtkImageImport.h.

NumberOfComponentsCallbackType vtkImageImport::NumberOfComponentsCallback
protected

Definition at line 307 of file vtkImageImport.h.

PropagateUpdateExtentCallbackType vtkImageImport::PropagateUpdateExtentCallback
protected

Definition at line 308 of file vtkImageImport.h.

UpdateDataCallbackType vtkImageImport::UpdateDataCallback
protected

Definition at line 309 of file vtkImageImport.h.

DataExtentCallbackType vtkImageImport::DataExtentCallback
protected

Definition at line 310 of file vtkImageImport.h.

BufferPointerCallbackType vtkImageImport::BufferPointerCallback
protected

Definition at line 311 of file vtkImageImport.h.


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