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

Method GetInput

IO/XML/vtkXMLPolyDataWriter.cxx:47–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

45
46//------------------------------------------------------------------------------
47vtkPolyData* vtkXMLPolyDataWriter::GetInput()
48{
49 return static_cast<vtkPolyData*>(this->Superclass::GetInput());
50}
51
52//------------------------------------------------------------------------------
53const char* vtkXMLPolyDataWriter::GetDataSetName()

Callers 6

WriteInlinePieceMethod · 0.95
WriteAppendedPieceMethod · 0.95
GetNumberOfInputCellsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected