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

Method GetEncodedNormalIndex

Rendering/Volume/vtkEncodedGradientEstimator.cxx:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109int vtkEncodedGradientEstimator::GetEncodedNormalIndex(vtkIdType xyzIndex)
110{
111 this->Update();
112 return *(this->EncodedNormals + xyzIndex);
113}
114
115int vtkEncodedGradientEstimator::GetEncodedNormalIndex(int xIndex, int yIndex, int zIndex)
116{

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected