| 198 | void SetVectorModeToUseVector() { this->SetVectorMode(VTK_USE_VECTOR); } |
| 199 | void SetVectorModeToUseNormal() { this->SetVectorMode(VTK_USE_NORMAL); } |
| 200 | void SetVectorModeToVectorRotationOff() { this->SetVectorMode(VTK_VECTOR_ROTATION_OFF); } |
| 201 | const char* GetVectorModeAsString(); |
| 202 | ///@} |
| 203 |
nothing calls this directly
no test coverage detected