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

Method SetInputData

IO/Parallel/vtkEnSightWriter.cxx:148–151  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Specify the input data or filter.

Source from the content-addressed store, hash-verified

146//------------------------------------------------------------------------------
147// Specify the input data or filter.
148void vtkEnSightWriter::SetInputData(vtkUnstructuredGrid* input)
149{
150 this->SetInputDataInternal(0, input);
151}
152
153//------------------------------------------------------------------------------
154// Specify the input data or filter.

Callers 12

TestPIOReader.pyFile · 0.45
RequestDataMethod · 0.45
updateVtuDataMethod · 0.45
SubGridMethod · 0.45
MarshallDataSetMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by 1