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

Method GetInput

IO/CellGrid/vtkCellGridWriter.cxx:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45vtkCellGrid* vtkCellGridWriter::GetInput()
46{
47 return vtkCellGrid::SafeDownCast(this->Superclass::GetInputDataObject(0, 0));
48}
49
50vtkCellGrid* vtkCellGridWriter::GetInput(int port)
51{

Callers 3

WriteDataMethod · 0.95
WriteDataMethod · 0.45
WriteDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected