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

Method GetVzComponent

Filters/Extraction/vtkExtractVectorComponents.cxx:58–61  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Get the output dataset representing velocity z-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 2.)

Source from the content-addressed store, hash-verified

56// this method returns the same information as the GetOutput() method with an
57// index of 2.)
58vtkDataSet* vtkExtractVectorComponents::GetVzComponent()
59{
60 return this->GetOutput(2);
61}
62
63//------------------------------------------------------------------------------
64// Specify the input data or filter.

Callers 2

RequestDataMethod · 0.95
extractVectors.pyFile · 0.80

Calls 1

GetOutputMethod · 0.45

Tested by

no test coverage detected