MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetPointsArray

Method GetPointsArray

Examples/Catalyst/CxxFullExample/FEDataStructures.cxx:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79double* Grid::GetPointsArray()
80{
81 if (this->Points.empty())
82 {
83 return nullptr;
84 }
85 return &(this->Points[0]);
86}
87
88double* Grid::GetPoint(size_t pointId)
89{

Callers 1

BuildVTKGridFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected