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

Method WriteData

IO/Export/vtkJSONDataSetWriter.cxx:298–302  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

296
297//------------------------------------------------------------------------------
298void vtkJSONDataSetWriter::WriteData()
299{
300 vtkDataSet* dataset = this->GetInput();
301 this->Write(dataset);
302}
303
304//------------------------------------------------------------------------------
305struct vtkJSONDataSetWriterFunctor

Callers

nothing calls this directly

Calls 2

GetInputMethod · 0.95
WriteMethod · 0.95

Tested by

no test coverage detected