#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() [1/2]
vtkPixelTransfer::vtkPixelTransfer |
( |
| ) |
|
|
inline |
◆ ~vtkPixelTransfer() [1/2]
vtkPixelTransfer::~vtkPixelTransfer |
( |
| ) |
|
|
inline |
◆ vtkPixelTransfer() [2/2]
vtkPixelTransfer::vtkPixelTransfer |
( |
| ) |
|
|
inline |
◆ ~vtkPixelTransfer() [2/2]
vtkPixelTransfer::~vtkPixelTransfer |
( |
| ) |
|
|
inline |
◆ Blit() [1/6]
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.
◆ Blit() [2/6]
for memory to memory transfers. Conveinience api for working with vtk type enum rather than c-data types.
◆ Blit() [3/6]
template<typename SOURCE_TYPE , typename DEST_TYPE >
◆ Blit() [4/6]
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.
◆ Blit() [5/6]
for memory to memory transfers. Conveinience api for working with vtk type enum rather than c-data types.
◆ Blit() [6/6]
template<typename SOURCE_TYPE , typename DEST_TYPE >
for local memory to memory transfers
The documentation for this class was generated from the following file:
- dox/ws/builds/jenkins/ws/du2/components/vtk6/build/vtk6-6.3.0+dfsg1/Rendering/LIC/vtkPixelTransfer.h