<SlopeAlgorithms> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » SlopeAlgorithms

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ComputeFilteredNormalsComputes normalized normals from floating point elevation data.
int32ComputeNormalMapComputes a normal map by quantizing into RGB colorspace an array of normalized normal values. Note that you should not submit an array of worldspace normals. Submit an array of normals computed with the ComputeFilteredNormals data interface.
int32ComputeOpennessComputes topographics openness from an array of floating point elevation data and quantizes the results into RGB colorspace ( although only 8-bits of information are explicitly required ).
int32ComputeSlopeAngleMapConverts a <Float32Array> containing slope angles into a <ColorArray> containing quantized values from 0-255. 0 is 0 degrees and 255 is 90 degrees.
int32ComputeSlopeAnglesPopulates the <Float64Array> submitted to this function with the slope angle ( in degrees from 0.0 to 90.0 ) of each normal in the <Float64VectorArray> submitted to this function. Note that the <Float64VectorArray> should contain normalized normals as computed by the ComputeFilteredNormals data interface. Do not submit worldspace normals to this function.
int32ComputeWorldspaceNormalsComputes worldspace normals from the elevation data contained in the <Float32Array> submitted to this function.
int32ConvertElevationToGrayscaleQuantizes 32-bit elevation data to RGB colorspace.
int32MapSlopeAnglesToColorsMaps grayscale slope angle colors onto a different 256-color palette.