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

Method GetRectilinearGridOutput

IO/XML/vtkXMLGenericDataObjectReader.cxx:389–392  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

387
388//------------------------------------------------------------------------------
389vtkRectilinearGrid* vtkXMLGenericDataObjectReader::GetRectilinearGridOutput()
390{
391 return vtkRectilinearGrid::SafeDownCast(this->GetOutput());
392}
393
394//------------------------------------------------------------------------------
395vtkStructuredGrid* vtkXMLGenericDataObjectReader::GetStructuredGridOutput()

Callers

nothing calls this directly

Calls 1

GetOutputMethod · 0.95

Tested by

no test coverage detected