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

Method GetInput

IO/ParallelXML/vtkXMLPHyperTreeGridWriter.cxx:33–36  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32//------------------------------------------------------------------------------
33vtkHyperTreeGrid* vtkXMLPHyperTreeGridWriter::GetInput()
34{
35 return vtkHyperTreeGrid::SafeDownCast(this->Superclass::GetInput());
36}
37
38//------------------------------------------------------------------------------
39const char* vtkXMLPHyperTreeGridWriter::GetDataSetName()

Callers 1

WritePieceInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected