|
Fovia C++ In-Process API
|
Public Member Functions | |
| RAYSTOPINFO & | operator= (const RAYSTOPINFO &r) |
| RAYSTOPINFO (const RAYSTOPINFO &r) | |
Public Attributes | |
| COLOR_RGBA | Color |
| signed int | Reserved |
| short | SubVolumeMax |
| short | SubVolumeMin |
| short | VoxelValue |
| VERTEX3D | vtx |
Object that holds the results of a ShootRay() or ShootRayFast() function call.
| 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.
1.8.9.1