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

Public Member Functions

short getVoxelValue ()
 
VERTEX3D getVtx ()
 
void read (hdrcSerializer ser) throws IOException
 
void setVoxelValue (short VoxelValue)
 
void setVtx (VERTEX3D vtx)
 

Public Attributes

long Reserved
 
short SubVolumeMax
 
short SubVolumeMin
 
short VoxelValue
 
VERTEX3D vtx = new VERTEX3D()
 

Detailed Description

Object that holds the results of an hdrcRenderEngineContext.shootRay() or hdrcRenderEngineContext.shootRayFast() function call.

Member Data Documentation

long com.fovia.hdrcsrv.RAYSTOPINFO.Reserved

Reserved for future use.

short com.fovia.hdrcsrv.RAYSTOPINFO.SubVolumeMax

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

short com.fovia.hdrcsrv.RAYSTOPINFO.SubVolumeMin

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

short com.fovia.hdrcsrv.RAYSTOPINFO.VoxelValue
VERTEX3D com.fovia.hdrcsrv.RAYSTOPINFO.vtx = new VERTEX3D()