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