| VTK
    9.0.1
    | 
#include <vtkPixelTransfer.h>
| Public Member Functions | |
| vtkPixelTransfer () | |
| Static Public Member Functions | |
| static int | Blit (const vtkPixelExtent &ext, int nComps, int srcType, void *srcData, int destType, void *destData) | 
| for memory to memory transfers.  More... | |
| static int | Blit (const vtkPixelExtent &srcWhole, const vtkPixelExtent &srcSubset, const vtkPixelExtent &destWhole, const vtkPixelExtent &destSubset, int nSrcComps, int srcType, void *srcData, int nDestComps, int destType, void *destData) | 
| for memory to memory transfers.  More... | |
| template<typename SOURCE_TYPE , typename DEST_TYPE > | |
| static int | Blit (const vtkPixelExtent &srcWhole, const vtkPixelExtent &srcSubset, const vtkPixelExtent &destWhole, const vtkPixelExtent &destSubset, int nSrcComps, SOURCE_TYPE *srcData, int nDestComps, DEST_TYPE *destData) | 
| for local memory to memory transfers  More... | |
pixel extents
Class to handle non-contiguous data transfers of data described by pixel extents within a process. For transferring data between processes see vtkPPixelTransfer.
Definition at line 36 of file vtkPixelTransfer.h.
| 
 | inline | 
Definition at line 39 of file vtkPixelTransfer.h.
| 
 | inlinestatic | 
for memory to memory transfers.
Convenience api for working with vtk type enum rather than c-data types and simple extents.
Definition at line 73 of file vtkPixelTransfer.h.
| 
 | static | 
for memory to memory transfers.
Convenience api for working with vtk type enum rather than c-data types.
| 
 | static | 
for local memory to memory transfers
Definition at line 97 of file vtkPixelTransfer.h.
 1.8.17
 1.8.17