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

Method Initialize

Rendering/Parallel/vtkSynchronizedRenderers.cxx:673–678  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

671
672//------------------------------------------------------------------------------
673void vtkSynchronizedRenderers::vtkRawImage::Initialize(int dx, int dy, vtkUnsignedCharArray* data)
674{
675 this->Data = data;
676 this->Size[0] = dx;
677 this->Size[1] = dy;
678}
679
680//------------------------------------------------------------------------------
681void vtkSynchronizedRenderers::vtkRawImage::Allocate(int dx, int dy, int numcomps)

Callers 8

StartInteractorMethod · 0.45
StartRenderMethod · 0.45
SatelliteStartRenderMethod · 0.45
mainFunction · 0.45
ExecuteMethod · 0.45
TestParallelRenderingFunction · 0.45
PrmMagnifyFunction · 0.45

Calls

no outgoing calls

Tested by 4

mainFunction · 0.36
ExecuteMethod · 0.36
TestParallelRenderingFunction · 0.36