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