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

Method WriteArrayAsRAW

IO/Export/vtkJSONDataSetWriter.cxx:380–386  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

378
379//------------------------------------------------------------------------------
380bool vtkJSONDataSetWriter::WriteArrayAsRAW(vtkDataArray* array, const char* filePath)
381{
382 vtkNew<vtkJSONDataSetWriter> writer;
383 vtkNew<vtkSingleFileArchiver> archiver;
384 writer->SetArchiver(archiver);
385 return writer->WriteArrayContents(array, filePath);
386}
387
388//------------------------------------------------------------------------------
389void vtkJSONDataSetWriter::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 1

WriteArrayContentsMethod · 0.80

Tested by

no test coverage detected