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