#include <vtkPixelTransfer.h>
|
|
static int | Blit (const vtkPixelExtent &ext, int nComps, int srcType, void *srcData, int destType, void *destData) |
|
|
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) |
|
|
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) |
|
|
static int | Blit (const vtkPixelExtent &ext, int nComps, int srcType, void *srcData, int destType, void *destData) |
|
|
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) |
|
|
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) |
|
pixel extents
Class to handle non-contiguous data transfers of data described by pixel extents within a process. For transfering data between processes see vtkPPixelTransfer.
- See also
- vtkPixelExtent vtkPPixelTransfer
pixel extents
Class to handle non-contiguous data transfers of data described by pixel extents within a process. For transfering data between processes see vtkPPixelTransfer.
- See also
- vtkPixelExtent vtkPPixelTransfer
- Tests:
- vtkPixelTransfer (Tests)
Definition at line 35 of file vtkPixelTransfer.h.
vtkPixelTransfer::vtkPixelTransfer |
( |
| ) |
|
|
inline |
vtkPixelTransfer::~vtkPixelTransfer |
( |
| ) |
|
|
inline |
vtkPixelTransfer::vtkPixelTransfer |
( |
| ) |
|
|
inline |
vtkPixelTransfer::~vtkPixelTransfer |
( |
| ) |
|
|
inline |
for memory to memory transfers. Conveinience api for working with vtk type enum rather than c-data types and simple extents.
Definition at line 104 of file vtkPixelTransfer.h.
for memory to memory transfers. Conveinience api for working with vtk type enum rather than c-data types.
template<typename SOURCE_TYPE , typename DEST_TYPE >
static int vtkPixelTransfer::Blit |
( |
const vtkPixelExtent & |
ext, |
|
|
int |
nComps, |
|
|
int |
srcType, |
|
|
void * |
srcData, |
|
|
int |
destType, |
|
|
void * |
destData |
|
) |
| |
|
static |
for memory to memory transfers. Conveinience api for working with vtk type enum rather than c-data types and simple extents.
for memory to memory transfers. Conveinience api for working with vtk type enum rather than c-data types.
template<typename SOURCE_TYPE , typename DEST_TYPE >
for local memory to memory transfers
The documentation for this class was generated from the following file:
- /home/boeckb/code/depot/group-kitware/vtk/build-release/Utilities/Doxygen/dox/Rendering/LIC/vtkPixelTransfer.h