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

Public Member Functions

PLANEEQF getPlane ()
 
int getStatus ()
 
int getType ()
 
void read (hdrcSerializer ser) throws IOException
 
void setPlane (PLANEEQF Plane)
 
void setStatus (int Status)
 
void setType (int Type)
 
String toString ()
 
void write (hdrcSerializer ser) throws IOException
 

Public Attributes

PLANEEQF Plane = new PLANEEQF()
 
int Status
 
int Type
 

Detailed Description

Specifies a cut plane.

Member Data Documentation

PLANEEQF com.fovia.hdrcsrv.CUT_PLANE_PARAMS.Plane = new PLANEEQF()

Plane equation. This is in the standard plane equation form ax + by + cz = d.

Referenced by com.fovia.hdrcsrv.RENDER_PARAMS.getDifferingParams().

int com.fovia.hdrcsrv.CUT_PLANE_PARAMS.Status

Plane status (enabled/disabled).

Referenced by com.fovia.hdrcsrv.RENDER_PARAMS.getDifferingParams().

int com.fovia.hdrcsrv.CUT_PLANE_PARAMS.Type

Reserved. This value is ignored.

Referenced by com.fovia.hdrcsrv.RENDER_PARAMS.getDifferingParams().