Fovia's Java Client/Server API
Public Attributes | List of all members
com.fovia.hdrcsrv.RAYWALLINFO Class Reference

Public Attributes

boolean bValueGoesUp
 
RAYWALLSAMPLE Extremes [] = new RAYWALLSAMPLE[] { new RAYWALLSAMPLE(), new RAYWALLSAMPLE() }
 
RAYSTOPINFO Stop = new RAYSTOPINFO()
 

Detailed Description

Object that holds the results of a ShootRayGetWall()

Member Data Documentation

boolean com.fovia.hdrcsrv.RAYWALLINFO.bValueGoesUp

TRUE or FALSE depending on if the gradient increases or decreases after the first inflection point.

RAYWALLSAMPLE com.fovia.hdrcsrv.RAYWALLINFO.Extremes[] = new RAYWALLSAMPLE[] { new RAYWALLSAMPLE(), new RAYWALLSAMPLE() }

The voxel coordinates and values of the two detected points where the voxel value gradient changes slope.

RAYSTOPINFO com.fovia.hdrcsrv.RAYWALLINFO.Stop = new RAYSTOPINFO()

The RAYSTOPINFO structure for the point where the ray stops (inflection point 2).