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

Method GetInput

IO/ParallelXML/vtkXMLPDataSetWriter.cxx:36–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34
35//------------------------------------------------------------------------------
36vtkDataSet* vtkXMLPDataSetWriter::GetInput()
37{
38 return static_cast<vtkDataSet*>(this->Superclass::GetInput());
39}
40
41//------------------------------------------------------------------------------
42int vtkXMLPDataSetWriter::WriteInternal()

Callers 1

WriteInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected