Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
350
vtkPolyData* vtkBYUWriter::GetInput()
351
{
352
return vtkPolyData::SafeDownCast(this->Superclass::GetInput());
353
}
354
355
vtkPolyData* vtkBYUWriter::GetInput(int port)
356
{
Callers
5
WriteData
Method · 0.95
WriteGeometryFile
Method · 0.95
WriteDisplacementFile
Method · 0.95
WriteScalarFile
Method · 0.95
WriteTextureFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected