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

Method GetData

Rendering/ParallelLIC/vtkParallelTimer.cxx:89–89  ·  view source on GitHub ↗

Description: Access state and internal data.

Source from the content-addressed store, hash-verified

87 // Description:
88 // Access state and internal data.
89 const char* GetData() const { return this->Data; }
90 char* GetData() { return this->Data; }
91 size_t GetSize() const { return this->At; }
92 size_t GetCapacity() const { return this->Size; }

Callers 15

RenderChildrenMethod · 0.45
BuildBufferObjectsMethod · 0.45
RenderMethod · 0.45
RenderBackgroundMethod · 0.45
BuildBufferObjectsMethod · 0.45
UpdateShiftScaleMethod · 0.45
UpdateVBOMethod · 0.45

Calls

no outgoing calls