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

Function GetData

IO/CellGrid/vtkCellGridIOQuery.h:63–63  ·  view source on GitHub ↗

@name ResponderUtilities Responder utilities @{ Return the JSON object that is our source or target.

Source from the content-addressed store, hash-verified

61 ///@{
62 /// Return the JSON object that is our source or target.
63 nlohmann::json* GetData() { return this->Data; }
64
65 /// Return the JSON object that holds attribute data.
66 nlohmann::json* GetAttributeData() { return this->AttributeData; }

Callers 12

RequestDataMethod · 0.70
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected