MCPcopy Create free account
hub / github.com/Kitware/VTK / SetVectorModeToVectorRotationOff

Function SetVectorModeToVectorRotationOff

Filters/Generic/vtkGenericGlyph3DFilter.h:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetVectorModeMethod · 0.45

Tested by

no test coverage detected