|
|||||||||
| Home >> All >> org >> pqt >> autorib >> [ instr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.pqt.autorib.instr
Class InstrReflMap

java.lang.Objectorg.pqt.autorib.instr.InstrRequest
org.pqt.autorib.instr.InstrReflMap
- public class InstrReflMap
- extends InstrRequest
| Field Summary | |
private float |
normalSense
|
private java.lang.String |
paramName
|
private org.pqt.autorib.util.Point[] |
plane
|
private int |
priority
|
private java.lang.String |
reflFileName
|
private java.lang.String |
shaderType
|
private InstrState |
state
|
| Fields inherited from class org.pqt.autorib.instr.InstrRequest |
requestID, requestName |
| Constructor Summary | |
InstrReflMap(InstrWReader in)
|
|
| Method Summary | |
void |
process(InstrWReader rw,
org.pqt.autorib.rib.RIBObjectGroup object)
Apply this instruction to an object group |
void |
read(InstrWReader in)
read the instruction 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, readRequestName, writeRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
state
private InstrState state
shaderType
private java.lang.String shaderType
paramName
private java.lang.String paramName
plane
private org.pqt.autorib.util.Point[] plane
normalSense
private float normalSense
reflFileName
private java.lang.String reflFileName
priority
private int priority
| Constructor Detail |
InstrReflMap
public InstrReflMap(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
- Description copied from class:
InstrRequest - read the instruction call and store it
- Specified by:
readin classInstrRequest
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:
writein classInstrRequest
process
public void process(InstrWReader rw, org.pqt.autorib.rib.RIBObjectGroup object) throws org.pqt.autorib.tokenizer.FormatException, java.io.IOException
- Description copied from class:
InstrRequest - Apply this instruction to an object group
- Overrides:
processin classInstrRequest
|
|||||||||
| Home >> All >> org >> pqt >> autorib >> [ instr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC