| 77 | vtkGetMacro(VectorMode, int); |
| 78 | void SetVectorModeToPassVectors() { this->SetVectorMode(VTK_VECTOR_MODE_PASS_VECTORS); } |
| 79 | void SetVectorModeToComputeGradient() { this->SetVectorMode(VTK_VECTOR_MODE_COMPUTE_GRADIENT); } |
| 80 | void SetVectorModeToComputeVorticity() { this->SetVectorMode(VTK_VECTOR_MODE_COMPUTE_VORTICITY); } |
| 81 | const char* GetVectorModeAsString(); |
| 82 | ///@} |
nothing calls this directly
no test coverage detected