MCPcopy Create free account
hub / github.com/Kitware/VTK / Blit

Method Blit

Common/DataModel/vtkPixelTransfer.h:62–67  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

60
61//-----------------------------------------------------------------------------
62inline int vtkPixelTransfer::Blit(
63 const vtkPixelExtent& ext, int nComps, int srcType, void* srcData, int destType, void* destData)
64{
65 return vtkPixelTransfer::Blit(
66 ext, ext, ext, ext, nComps, srcType, srcData, nComps, destType, destData);
67}
68
69//-----------------------------------------------------------------------------
70template <typename SOURCE_TYPE>

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
ShiftMethod · 0.45

Tested by

no test coverage detected