Fovia's C++ Client/Server API
Public Member Functions | Public Attributes | List of all members
RAYWALLINFO Struct Reference

Public Member Functions

RAYWALLINFOoperator= (const RAYWALLINFO &r)
 
 RAYWALLINFO (const RAYWALLINFO &r)
 

Public Attributes

signed int bValueGoesUp
 
RAYWALLSAMPLE Extremes [2]
 
RAYSTOPINFO Stop
 

Detailed Description

Object that holds the results of a ShootRayGetWall()

Member Data Documentation

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).