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