Fovia C++ In-Process API
|
Public Member Functions | |
RAYWALLINFO & | operator= (const RAYWALLINFO &r) |
RAYWALLINFO (const RAYWALLINFO &r) | |
Public Attributes | |
signed int | bValueGoesUp |
RAYWALLSAMPLE | Extremes [2] |
RAYSTOPINFO | Stop |
Object that holds the results of a ShootRayGetWall()
signed int RAYWALLINFO::bValueGoesUp |
H_TRUE or H_FALSE depending on if the gradient increases or decreases after the first inflection point.
RAYWALLSAMPLE RAYWALLINFO::Extremes[2] |
The voxel coordinates and values of the two detected points where the voxel value gradient changes slope.
RAYSTOPINFO RAYWALLINFO::Stop |
The RAYSTOPINFO structure for the point where the ray stops (inflection point 2).