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

Function GetDataSetName

IO/XML/vtkXMLMultiGroupDataReader.h:33–33  ·  view source on GitHub ↗

Get the name of the data set being read.

Source from the content-addressed store, hash-verified

31
32 // Get the name of the data set being read.
33 const char* GetDataSetName() override { return "vtkMultiGroupDataSet"; }
34
35private:
36 vtkXMLMultiGroupDataReader(const vtkXMLMultiGroupDataReader&) = delete;

Callers 1

vtkXMLWriter.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected