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

Method GetGradientMagnitudes

Rendering/Volume/vtkEncodedGradientEstimator.cxx:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135unsigned char* vtkEncodedGradientEstimator::GetGradientMagnitudes()
136{
137 this->Update();
138
139 return this->GradientMagnitudes;
140}
141
142void vtkEncodedGradientEstimator::Update()
143{

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected