java.lang.Object
org.pqt.autorib.rib.RIBRequest
org.pqt.autorib.rib.RIBPrimitive
org.pqt.autorib.rib.RIBGeneralPointsPoly
- All Implemented Interfaces:
- java.lang.Cloneable
- public class RIBGeneralPointsPoly
- extends RIBPrimitive
Class for storing RIB PointsGeneralPolygons requests,
- Version:
- $Header: /home/CVSRepository/autoribnew/org/pqt/autorib/rib/RIBGeneralPointsPoly.java,v 1.1 2003/12/02 17:10:42 remote Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nloops
protected org.pqt.autorib.tokenizer.Token nloops
- stores
nvertices
protected org.pqt.autorib.tokenizer.Token nvertices
vertids
protected org.pqt.autorib.tokenizer.Token vertids
RIBGeneralPointsPoly
public RIBGeneralPointsPoly()
RIBGeneralPointsPoly
public RIBGeneralPointsPoly(org.pqt.autorib.tokenizer.Tokenizer in)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.IOException
read
public void read(org.pqt.autorib.tokenizer.Tokenizer in)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.IOException
- Description copied from class:
RIBRequest
- read an RIB call and store it
- Specified by:
read in class RIBRequest
getLocalBounds
public org.pqt.autorib.util.Bounds3D getLocalBounds()
- Description copied from class:
RIBPrimitive
- Calculate the bounding box for this primitive, or return one previously
calculated, in object space
- Specified by:
getLocalBounds in class RIBPrimitive
writeOther
public void writeOther(java.io.Writer out)
throws java.io.IOException
- Description copied from class:
RIBRequest
- This method is overridden by subclasses to allow them
to actually do the writing out of the Request
and associated parameters etc. It is called whenever
any of the Write methods above are called.
- Specified by:
writeOther in class RIBRequest