VTK
|
Import data from a C array. More...
#include <vtkImageImport.h>
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 *) |
![]() | |
typedef vtkAlgorithm | Superclass |
![]() | |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | CopyImportVoidPointer (void *ptr, int 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 int * | GetDataExtent () |
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 double * | GetDataSpacing () |
virtual void | GetDataSpacing (double &, double &, double &) |
virtual void | GetDataSpacing (double[3]) |
virtual void | SetDataOrigin (double, double, double) |
virtual void | SetDataOrigin (double[3]) |
virtual double * | GetDataOrigin () |
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 int * | GetWholeExtent () |
virtual void | GetWholeExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetWholeExtent (int[6]) |
virtual int | RequestUpdateExtent (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
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 () |
![]() | |
vtkDataObject * | GetInput (int port) |
vtkDataObject * | GetInput () |
vtkImageData * | GetImageDataInput (int port) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int) |
virtual void | SetOutput (vtkDataObject *d) |
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | SetInput (vtkDataObject *) |
void | SetInput (int, vtkDataObject *) |
virtual void | AddInput (vtkDataObject *) |
virtual void | AddInput (int, vtkDataObject *) |
![]() | |
int | HasExecutive () |
vtkExecutive * | GetExecutive () |
virtual void | SetExecutive (vtkExecutive *executive) |
virtual int | ModifyRequest (vtkInformation *request, int when) |
vtkInformation * | GetInputPortInformation (int port) |
vtkInformation * | GetOutputPortInformation (int port) |
int | GetNumberOfInputPorts () |
int | GetNumberOfOutputPorts () |
void | UpdateProgress (double amount) |
vtkInformation * | GetInputArrayInformation (int idx) |
void | RemoveAllInputs () |
vtkDataObject * | GetOutputDataObject (int port) |
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
int | GetNumberOfInputConnections (int port) |
int | GetTotalNumberOfInputConnections () |
vtkAlgorithmOutput * | GetInputConnection (int port, int index) |
virtual void | Update () |
virtual void | UpdateInformation () |
virtual void | UpdateWholeExtent () |
void | ConvertTotalInputToPortConnection (int ind, int &port, int &conn) |
virtual double | ComputePriority () |
int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime) |
virtual vtkInformation * | GetInformation () |
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) |
vtkDataObject * | GetInputDataObject (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) |
vtkAlgorithmOutput * | GetOutputPort (int index) |
vtkAlgorithmOutput * | GetOutputPort () |
virtual void | SetReleaseDataFlag (int) |
virtual int | GetReleaseDataFlag () |
void | ReleaseDataFlagOn () |
void | ReleaseDataFlagOff () |
int | UpdateExtentIsEmpty (vtkDataObject *output) |
int | UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType) |
![]() | |
virtual void | DebugOn () |
virtual void | DebugOff () |
unsigned char | GetDebug () |
void | SetDebug (unsigned char 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) |
vtkCommand * | GetCommand (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) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &os) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkImageImport * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageImport * | SafeDownCast (vtkObject *o) |
Additional Inherited Members | |
![]() | |
int | AbortExecute |
![]() | |
static vtkInformationIntegerKey * | PORT_REQUIREMENTS_FILLED () |
![]() | |
static vtkExecutive * | DefaultExecutivePrototype |
![]() |
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.
Definition at line 39 of file vtkImageImport.h.
Definition at line 43 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 142 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 143 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 144 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 145 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 146 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 147 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 148 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 149 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 150 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 151 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 152 of file vtkImageImport.h.
|
protected |
|
protected |
|
static |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
|
virtual |
Reimplemented from vtkImageAlgorithm.
|
static |
Return 1 if this class type 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.
|
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 |
Reimplemented from vtkImageAlgorithm.
|
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, |
int | 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.
|
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 57 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 |
Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.
|
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 71 of file vtkImageImport.h.
|
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.
|
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.
|
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.
|
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.
|
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 77 of file vtkImageImport.h.
|
virtual |
Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short.
|
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 80 of file vtkImageImport.h.
|
virtual |
Set/Get the number of scalar components, for RGB images this must be
|
virtual |
Set/Get the number of scalar components, for RGB images this must be
|
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 |
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 |
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 |
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 |
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).
|
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 98 of file vtkImageImport.h.
|
virtual |
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).
|
virtual |
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).
|
virtual |
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).
|
virtual |
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).
|
virtual |
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0).
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Propagates the update extent through the callback if it is set.
Reimplemented from vtkImageAlgorithm.
|
virtual |
Set/get the scalar array name for this data set. Initial value is "scalars".
|
virtual |
Set/get the scalar array name for this data set. Initial value is "scalars".
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Set/Get the user data which will be passed as the first argument to all of the third-party pipeline callbacks.
|
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
|
protectedvirtual |
Reimplemented from vtkImageAlgorithm.
|
protectedvirtual |
This method is the old style execute method
Reimplemented from vtkImageAlgorithm.
|
protected |
Definition at line 276 of file vtkImageImport.h.
|
protected |
Definition at line 277 of file vtkImageImport.h.
|
protected |
Definition at line 279 of file vtkImageImport.h.
|
protected |
Definition at line 280 of file vtkImageImport.h.
|
protected |
Definition at line 282 of file vtkImageImport.h.
|
protected |
Definition at line 283 of file vtkImageImport.h.
|
protected |
Definition at line 284 of file vtkImageImport.h.
|
protected |
Definition at line 285 of file vtkImageImport.h.
|
protected |
Definition at line 287 of file vtkImageImport.h.
|
protected |
Definition at line 288 of file vtkImageImport.h.
|
protected |
Definition at line 291 of file vtkImageImport.h.
|
protected |
Definition at line 292 of file vtkImageImport.h.
|
protected |
Definition at line 293 of file vtkImageImport.h.
|
protected |
Definition at line 294 of file vtkImageImport.h.
|
protected |
Definition at line 295 of file vtkImageImport.h.
|
protected |
Definition at line 296 of file vtkImageImport.h.
|
protected |
Definition at line 297 of file vtkImageImport.h.
|
protected |
Definition at line 298 of file vtkImageImport.h.
|
protected |
Definition at line 299 of file vtkImageImport.h.
|
protected |
Definition at line 300 of file vtkImageImport.h.
|
protected |
Definition at line 301 of file vtkImageImport.h.