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

Method GetDataSetInput

IO/XML/vtkXMLWriter.cxx:718–721  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

716
717//------------------------------------------------------------------------------
718vtkDataSet* vtkXMLWriter::GetDataSetInput()
719{
720 return vtkDataSet::SafeDownCast(this->GetInput());
721}
722
723//------------------------------------------------------------------------------
724int vtkXMLWriter::StartFile()

Callers 15

ProcessRequestMethod · 0.45
WriteAPieceMethod · 0.45
WriteInlineModeMethod · 0.45
WriteAppendedPieceMethod · 0.45
WriteInlinePieceMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
vtkXMLWriter.hFile · 0.45
WritePDataMethod · 0.45

Calls 1

GetInputMethod · 0.95

Tested by

no test coverage detected