Home
last modified time | relevance | path

Searched refs:EncodedNormals (Results 1 – 15 of 15) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkEncodedGradientEstimator.cxx37 this->EncodedNormals = NULL; in vtkEncodedGradientEstimator()
73 if ( this->EncodedNormals ) in ~vtkEncodedGradientEstimator()
75 delete [] this->EncodedNormals; in ~vtkEncodedGradientEstimator()
139 return *(this->EncodedNormals + xyzIndex); in GetEncodedNormalIndex()
161 return this->EncodedNormals; in GetEncodedNormals()
187 !this->EncodedNormals ) in Update()
203 if ( this->EncodedNormals ) in Update()
205 delete [] this->EncodedNormals; in Update()
206 this->EncodedNormals = NULL; in Update()
221 if ( !this->EncodedNormals ) in Update()
[all …]
H A DvtkVolumeTextureMapper.h68 unsigned short *GetEncodedNormals(){return this->EncodedNormals;}; in GetEncodedNormals()
123 unsigned short *EncodedNormals; variable
H A DvtkVolumeRayCastFunction.cxx77 staticInfo->EncodedNormals = in FunctionInitialize()
100 staticInfo->EncodedNormals = NULL; in FunctionInitialize()
H A DvtkVolumeTextureMapper.cxx221 this->EncodedNormals = in InitializeRender()
240 this->EncodedNormals = NULL; in InitializeRender()
H A DvtkVolumeRayCastFunction.h110 unsigned short *EncodedNormals; member
H A DvtkEncodedGradientEstimator.h159 unsigned short *EncodedNormals; variable
H A DvtkFiniteDifferenceGradientEstimator.cxx164 nptr = estimator->EncodedNormals + offset; in vtkComputeGradients()
H A DvtkVolumeRayCastIsosurfaceFunction.cxx420 encoded_normals = staticInfo->EncodedNormals; in vtkCastRay_NN()
746 encoded_normals = staticInfo->EncodedNormals; in vtkCastRay_Trilin()
H A DvtkVolumeRayCastCompositeFunction.cxx301 encoded_normals = staticInfo->EncodedNormals; in vtkCastRay_NN_Shaded()
949 encoded_normals = staticInfo->EncodedNormals; in vtkCastRay_TrilinSample_Shaded()
1858 encoded_normals = staticInfo->EncodedNormals; in vtkCastRay_TrilinVertices_Shaded()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkEncodedGradientEstimator.cxx36 this->EncodedNormals = nullptr; in vtkEncodedGradientEstimator()
67 delete[] this->EncodedNormals; in ~vtkEncodedGradientEstimator()
123 return *(this->EncodedNormals + xyzIndex); in GetEncodedNormalIndex()
136 return *(this->EncodedNormals + zIndex * zstep + yIndex * ystep + xIndex); in GetEncodedNormalIndex()
143 return this->EncodedNormals; in GetEncodedNormals()
167 this->InputData->GetMTime() > this->BuildTime || !this->EncodedNormals) in Update()
183 delete[] this->EncodedNormals; in Update()
184 this->EncodedNormals = nullptr; in Update()
196 if (!this->EncodedNormals) in Update()
198 this->EncodedNormals = new unsigned short[encodedSize]; in Update()
H A DvtkEncodedGradientEstimator.h201 unsigned short* EncodedNormals; variable
H A DvtkFiniteDifferenceGradientEstimator.cxx160 nptr = estimator->EncodedNormals + offset; in vtkComputeGradients()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkEncodedGradientEstimator.cxx37 this->EncodedNormals = nullptr; in vtkEncodedGradientEstimator()
73 delete [] this->EncodedNormals; in ~vtkEncodedGradientEstimator()
130 return *(this->EncodedNormals + xyzIndex); in GetEncodedNormalIndex()
145 return *(this->EncodedNormals + zIndex * zstep + yIndex * ystep + xIndex); in GetEncodedNormalIndex()
152 return this->EncodedNormals; in GetEncodedNormals()
178 !this->EncodedNormals ) in Update()
194 delete [] this->EncodedNormals; in Update()
195 this->EncodedNormals = nullptr; in Update()
207 if ( !this->EncodedNormals ) in Update()
209 this->EncodedNormals = new unsigned short[ encodedSize ]; in Update()
H A DvtkEncodedGradientEstimator.h201 unsigned short *EncodedNormals; variable
H A DvtkFiniteDifferenceGradientEstimator.cxx164 nptr = estimator->EncodedNormals + offset; in vtkComputeGradients()