Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetEncodedNormals
Method
GetEncodedNormals
Rendering/Volume/vtkEncodedGradientEstimator.cxx:128–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
unsigned short* vtkEncodedGradientEstimator::GetEncodedNormals()
129
{
130
this->Update();
131
132
return this->EncodedNormals;
133
}
134
135
unsigned char* vtkEncodedGradientEstimator::GetGradientMagnitudes()
136
{
Callers
nothing calls this directly
Calls
1
Update
Method · 0.95
Tested by
no test coverage detected