MCPcopy 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
128unsigned short* vtkEncodedGradientEstimator::GetEncodedNormals()
129{
130 this->Update();
131
132 return this->EncodedNormals;
133}
134
135unsigned char* vtkEncodedGradientEstimator::GetGradientMagnitudes()
136{

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected