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

Quick Search    Search Deep

org.pqt.autorib.instr
Class InstrSixSnaps  view InstrSixSnaps download InstrSixSnaps.java

java.lang.Object
  extended byorg.pqt.autorib.instr.InstrRequest
      extended byorg.pqt.autorib.instr.InstrSixSnaps

public class InstrSixSnaps
extends InstrRequest

Handles the sixsnaps instruction which generates six views of a group of objects along the cardinal axes


Field Summary
protected static org.pqt.autorib.util.Matrix changeHandedness
          Lh to Rh transform
private  int mapSize
           
private  java.lang.String[] names
           
private static org.pqt.autorib.util.Point[] offsets
           
(package private)  java.util.Vector omitVector
          stores the names of objects to omit or include
private  int priority
           
private  java.lang.String rgba
           
private  float scale
           
private  InstrState state
           
private static org.pqt.autorib.util.Point[] up
           
 
Fields inherited from class org.pqt.autorib.instr.InstrRequest
requestID, requestName
 
Constructor Summary
InstrSixSnaps(InstrWReader in)
           
 
Method Summary
 void process(org.pqt.autorib.rib.RIBWReader rib)
           
 void read(InstrWReader in)
          read a call and store it
 void write(java.io.Writer out)
          write out this instruction and its parameters - used for debugging only
 
Methods inherited from class org.pqt.autorib.instr.InstrRequest
checkShaderType, process, process, readRequestName, writeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeHandedness

protected static org.pqt.autorib.util.Matrix changeHandedness
Lh to Rh transform


omitVector

java.util.Vector omitVector
stores the names of objects to omit or include


offsets

private static final org.pqt.autorib.util.Point[] offsets

up

private static final org.pqt.autorib.util.Point[] up

names

private java.lang.String[] names

state

private InstrState state

scale

private float scale

mapSize

private int mapSize

rgba

private java.lang.String rgba

priority

private int priority
Constructor Detail

InstrSixSnaps

public InstrSixSnaps(InstrWReader in)
              throws java.io.IOException,
                     org.pqt.autorib.tokenizer.FormatException
Method Detail

read

public void read(InstrWReader in)
          throws java.io.IOException,
                 org.pqt.autorib.tokenizer.FormatException
read a call and store it

Specified by:
read in class InstrRequest

write

public void write(java.io.Writer out)
           throws java.io.IOException
Description copied from class: InstrRequest
write out this instruction and its parameters - used for debugging only

Specified by:
write in class InstrRequest

process

public void process(org.pqt.autorib.rib.RIBWReader rib)
             throws org.pqt.autorib.tokenizer.FormatException,
                    java.io.IOException