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

Method GetInput

IO/XML/vtkXMLHyperTreeGridWriter.cxx:38–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37//------------------------------------------------------------------------------
38vtkHyperTreeGrid* vtkXMLHyperTreeGridWriter::GetInput()
39{
40 return static_cast<vtkHyperTreeGrid*>(this->Superclass::GetInput());
41}
42
43//------------------------------------------------------------------------------
44const char* vtkXMLHyperTreeGridWriter::GetDefaultFileExtension()

Callers 6

WriteDataMethod · 0.95
WriteGridMethod · 0.95
WriteTrees_0Method · 0.95
WriteTrees_1Method · 0.95
WriteTrees_2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected