|
|||||||||
| 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 InstrRIB

java.lang.Objectorg.pqt.autorib.instr.InstrRequest
org.pqt.autorib.instr.InstrBlockRequest
org.pqt.autorib.instr.InstrRIB
- public class InstrRIB
- extends InstrBlockRequest
Add RIB to the header of a global options section, or to the frame options section - nb this class is used by GlobalRIB, FrameRIB
| Field Summary |
| Fields inherited from class org.pqt.autorib.instr.InstrBlockRequest |
content |
| Fields inherited from class org.pqt.autorib.instr.InstrRequest |
requestID, requestName |
| Constructor Summary | |
InstrRIB(InstrWReader in)
|
|
| Method Summary | |
void |
process(java.util.Vector header,
org.pqt.autorib.rib.RIBOptionRec options)
append RIB to the header for the RIB file (the part that comes before any FrameBegin) or the header for the frame (ie between FrameBegin and WorldBegin). |
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.InstrBlockRequest |
filter, filter, process, process |
| Methods inherited from class org.pqt.autorib.instr.InstrRequest |
checkShaderType, readRequestName, writeRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
InstrRIB
public InstrRIB(InstrWReader in) throws java.io.IOException, org.pqt.autorib.tokenizer.FormatException
| Method Detail |
read
public final 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(java.util.Vector header, org.pqt.autorib.rib.RIBOptionRec options)
- append RIB to the header for the RIB file (the part that comes
before any FrameBegin) or the header for the frame (ie between
FrameBegin and WorldBegin).
|
|||||||||
| Home >> All >> org >> pqt >> autorib >> [ instr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC