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

Function GetPointData

Common/DataModel/vtkDataSet.h:304–304  ·  view source on GitHub ↗

* Return a pointer to this dataset's point data. * THIS METHOD IS THREAD SAFE */

Source from the content-addressed store, hash-verified

302 * THIS METHOD IS THREAD SAFE
303 */
304 vtkPointData* GetPointData() { return this->PointData; }
305
306 /**
307 * Reclaim any extra memory used to store data.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected