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

Method GetDataArrayId

Rendering/VtkJS/vtkVtkJSSceneGraphSerializer.cxx:231–234  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

229
230//------------------------------------------------------------------------------
231std::string vtkVtkJSSceneGraphSerializer::GetDataArrayId(vtkIdType i) const
232{
233 return this->Internals->DataArrays.at(i).first;
234}
235
236//------------------------------------------------------------------------------
237vtkDataArray* vtkVtkJSSceneGraphSerializer::GetDataArray(vtkIdType i) const

Callers 1

WriteDataMethod · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected