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

Method GetVxComponent

Filters/Extraction/vtkExtractVectorComponents.cxx:38–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36// this method returns the same information as the GetOutput() method with an
37// index of 0.)
38vtkDataSet* vtkExtractVectorComponents::GetVxComponent()
39{
40 return this->GetOutput(0);
41}
42
43//------------------------------------------------------------------------------
44// Get the output dataset representing velocity y-component. If output is nullptr

Callers 1

extractVectors.pyFile · 0.80

Calls 1

GetOutputMethod · 0.45

Tested by

no test coverage detected