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

Function SetVectorModeToComputeGradient

Filters/General/vtkCellDerivatives.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 ///@}

Callers

nothing calls this directly

Calls 1

SetVectorModeMethod · 0.45

Tested by

no test coverage detected