#include <vtkImageImport.h>
Inheritance diagram for vtkImageImport:
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.
Definition at line 53 of file vtkImageImport.h.
|
Reimplemented from vtkImageSource. Definition at line 57 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 145 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 146 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 147 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 148 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 149 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 150 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 151 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 152 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 153 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 154 of file vtkImageImport.h. |
|
These are function pointer types for the pipeline connection callbacks. See furhter documentation on each individual callback. Definition at line 155 of file vtkImageImport.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageSource. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Reimplemented from vtkImageSource. |
|
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 vtkImageSource. |
|
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. |
|
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. |
|
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 71 of file vtkImageImport.h. |
|
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. |
|
Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short. |
|
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 85 of file vtkImageImport.h. References VTK_DOUBLE. |
|
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 86 of file vtkImageImport.h. References VTK_FLOAT. |
|
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 87 of file vtkImageImport.h. References VTK_INT. |
|
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 88 of file vtkImageImport.h. References VTK_SHORT. |
|
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 89 of file vtkImageImport.h. References VTK_UNSIGNED_SHORT. |
|
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 91 of file vtkImageImport.h. References VTK_UNSIGNED_CHAR. |
|
Set/Get the data type of pixels in the imported data. This is used as the scalar type of the Output. Default: Short. |
|
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 94 of file vtkImageImport.h. |
|
Set/Get the number of scalar components, for RGB images this must be 3. Default: 1. |
|
Set/Get the number of scalar components, for RGB images this must be 3. Default: 1. |
|
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). |
|
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). |
|
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). |
|
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). |
|
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). |
|
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 112 of file vtkImageImport.h. |
|
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0). |
|
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0). |
|
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0). |
|
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0). |
|
Set/Get the spacing (typically in mm) between image voxels. Default: (1.0, 1.0, 1.0). |
|
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). |
|
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). |
|
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). |
|
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). |
|
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). |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Propagates the update extent through the callback if it is set. Reimplemented from vtkSource. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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). |
|
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). |
|
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). |
|
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). |
|
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). |
|
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). |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Set/Get the user data which will be passed as the first argument to all of the third-party pipeline callbacks. |
|
Set/Get the user data which will be passed as the first argument to all of the third-party pipeline callbacks. |
|
Updates any global information about the data (like spacing for images) Reimplemented from vtkSource. |
|
Reimplemented from vtkSource. |
|
|
|
|
|
|
|
|
|
|
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method Reimplemented from vtkSource. |
|
Definition at line 275 of file vtkImageImport.h. |
|
Definition at line 276 of file vtkImageImport.h. |
|
Definition at line 278 of file vtkImageImport.h. |
|
Definition at line 279 of file vtkImageImport.h. |
|
Definition at line 281 of file vtkImageImport.h. |
|
Definition at line 282 of file vtkImageImport.h. |
|
Definition at line 283 of file vtkImageImport.h. |
|
Definition at line 284 of file vtkImageImport.h. |
|
Definition at line 286 of file vtkImageImport.h. |
|
Definition at line 289 of file vtkImageImport.h. |
|
Definition at line 290 of file vtkImageImport.h. |
|
Definition at line 291 of file vtkImageImport.h. |
|
Definition at line 292 of file vtkImageImport.h. |
|
Definition at line 293 of file vtkImageImport.h. |
|
Definition at line 294 of file vtkImageImport.h. |
|
Definition at line 295 of file vtkImageImport.h. |
|
Definition at line 296 of file vtkImageImport.h. |
|
Definition at line 297 of file vtkImageImport.h. |
|
Definition at line 298 of file vtkImageImport.h. |
|
Definition at line 299 of file vtkImageImport.h. |