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

Public Member Functions

RAYSTOPINFOoperator= (const RAYSTOPINFO &r)
 
 RAYSTOPINFO (const RAYSTOPINFO &r)
 

Public Attributes

COLOR_RGBA Color
 
signed int Reserved
 
short SubVolumeMax
 
short SubVolumeMin
 
short VoxelValue
 
VERTEX3D vtx
 

Detailed Description

Object that holds the results of a ShootRay() or ShootRayFast() function call.

Member Data Documentation

signed int RAYSTOPINFO::Reserved

Reserved for future use.

short RAYSTOPINFO::SubVolumeMax

Maximum value in the subvolume. If you called ShootRayFast(), this field will be invalid. Although, you will not likely need this value unless you plan on using connectivity segmentation.

short RAYSTOPINFO::SubVolumeMin

Minimum value in the subvolume. If you called ShootRayFast(), this field will be invalid. Although, you will not likely need this value unless you plan on using connectivity segmentation.

short RAYSTOPINFO::VoxelValue

Scalar voxel value at the point vtx.

VERTEX3D RAYSTOPINFO::vtx

Coordinates in volume coordinates where the ray stopped.