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

Function GetData

Common/DataModel/vtkPixelExtent.h:69–69  ·  view source on GitHub ↗

* Direct access to internal data. */

Source from the content-addressed store, hash-verified

67 * Direct access to internal data.
68 */
69 int* GetData() { return this->Data; }
70 const int* GetData() const { return this->Data; }
71
72 template <typename T>

Callers 15

GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70
GetDataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected