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

Method SetInputData

Filters/Parallel/vtkPieceRequestFilter.cxx:36–39  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

34
35//------------------------------------------------------------------------------
36void vtkPieceRequestFilter::SetInputData(vtkDataObject* input)
37{
38 this->SetInputData(0, input);
39}
40
41//------------------------------------------------------------------------------
42void vtkPieceRequestFilter::SetInputData(int index, vtkDataObject* input)

Callers 15

ExtractImageDataMethod · 0.45
ExtractPolyDataMethod · 0.45
ExtractStructuredGridMethod · 0.45
RequestDataMethod · 0.45
MarshallDataSetMethod · 0.45
ExtractCellsMethod · 0.45
ExtractZeroCellGridMethod · 0.45

Calls

no outgoing calls

Tested by 15

WriteDistributedDataSetFunction · 0.36
GetDataSetFunction · 0.36
WriteDistributedDataSetFunction · 0.36
GetDataSetFunction · 0.36
GetRectGridDataSetFunction · 0.36
TestProgrammableGlyphFunction · 0.36
TestPStreamAMRFunction · 0.36
TestPParticleTracerFunction · 0.36
TestPParticlePathFilterFunction · 0.36