Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
unsigned char* vtkEncodedGradientEstimator::GetGradientMagnitudes()
136
{
137
this->Update();
138
139
return this->GradientMagnitudes;
140
}
141
142
void vtkEncodedGradientEstimator::Update()
143
{
Callers
nothing calls this directly
Calls
1
Update
Method · 0.95
Tested by
no test coverage detected