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

Method GetInput

IO/Export/vtkJSONDataSetWriter.cxx:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//------------------------------------------------------------------------------
50
51vtkDataSet* vtkJSONDataSetWriter::GetInput()
52{
53 return vtkDataSet::SafeDownCast(this->Superclass::GetInput());
54}
55
56//------------------------------------------------------------------------------
57

Callers 15

WriteDataMethod · 0.95
WriteActorMethod · 0.45
WriteTextureMethod · 0.45
WriteAnActorMethod · 0.45
WriteTextureFunction · 0.45
WriteActorMethod · 0.45
RenderBackgroundMethod · 0.45
WriteTextureMethod · 0.45
WriteTextureLODSeriesMethod · 0.45
WriteAnActorMethod · 0.45
WriteShapeBeginMethod · 0.45
WriteATextActor2DMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected