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

Method GetInput

IO/Geometry/vtkBYUWriter.cxx:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350vtkPolyData* vtkBYUWriter::GetInput()
351{
352 return vtkPolyData::SafeDownCast(this->Superclass::GetInput());
353}
354
355vtkPolyData* vtkBYUWriter::GetInput(int port)
356{

Callers 5

WriteDataMethod · 0.95
WriteGeometryFileMethod · 0.95
WriteDisplacementFileMethod · 0.95
WriteScalarFileMethod · 0.95
WriteTextureFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected