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

Method GetVyComponent

Filters/Extraction/vtkExtractVectorComponents.cxx:48–51  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Get the output dataset representing velocity y-component. If output is nullptr then input hasn't been set, which is necessary for abstract objects. (Note: this method returns the same information as the GetOutput() method with an index of 1.)

Source from the content-addressed store, hash-verified

46// this method returns the same information as the GetOutput() method with an
47// index of 1.)
48vtkDataSet* vtkExtractVectorComponents::GetVyComponent()
49{
50 return this->GetOutput(1);
51}
52
53//------------------------------------------------------------------------------
54// Get the output dataset representing velocity z-component. If output is nullptr

Callers 2

RequestDataMethod · 0.95
extractVectors.pyFile · 0.80

Calls 1

GetOutputMethod · 0.45

Tested by

no test coverage detected