Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.pqt.autorib.rib.RIBParams

Uses of RIBParams in org.pqt.autorib.rib
 

Fields in org.pqt.autorib.rib declared as RIBParams
 RIBParams RIBShader.params
           
 RIBParams RIBPrimitive.params
           
 RIBParams RIBDisplay.params
           
 

Methods in org.pqt.autorib.rib with parameters of type RIBParams
static org.pqt.autorib.util.Bounds3D RIBPrimitive.calculateLocalPPwBounds(RIBParams params)
          a utility function that looks through a RIBParams record for either a "P" or "Pw" parameter and then calculates a bounding box based on these control points (we naively assume the bounding box of the control points is the same as or larger than the bounding box of the primitive itself
private  void RIBCombinedPoly.handleParameters(int threshold, int[] indices, int maxIndex, RIBParams params)
           
private  int[] RIBCombinedPoly.handlePoints(RIBParams params)
           
private  void RIBCombinedPoly.addParams(RIBParams params)
           
 

Constructors in org.pqt.autorib.rib with parameters of type RIBParams
RIBParams(RIBParams r)
          This creates a new set of parameters based on an existing set (which is cloned)