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

Method GetUnstructuredGridOutput

IO/XML/vtkXMLGenericDataObjectReader.cxx:401–404  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

399
400//------------------------------------------------------------------------------
401vtkUnstructuredGrid* vtkXMLGenericDataObjectReader::GetUnstructuredGridOutput()
402{
403 return vtkUnstructuredGrid::SafeDownCast(this->GetOutput());
404}
405
406//------------------------------------------------------------------------------
407const char* vtkXMLGenericDataObjectReader::GetDataSetName()

Callers

nothing calls this directly

Calls 1

GetOutputMethod · 0.95

Tested by

no test coverage detected