iicm.vrml.pw
Class ElevationGrid

java.lang.Object
  |
  +--iicm.vrml.pw.Node
        |
        +--iicm.vrml.pw.Geometry
              |
              +--iicm.vrml.pw.ElevationGrid

public class ElevationGrid
extends Geometry


Field Summary
 SFBool ccw
           
 SFNode color
           
 SFBool colorPerVertex
           
 SFFloat creaseAngle
           
 MFFloat height
           
 SFNode normal
           
 SFBool normalPerVertex
           
 MFFloat set_height
           
 SFBool solid
           
 SFNode texCoord
           
 SFInt32 xDimension
           
 SFFloat xSpacing
           
 SFInt32 zDimension
           
 SFFloat zSpacing
           
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Method Summary
 java.lang.String nodeName()
          the node's name
 void traverse(Traverser t)
          must call appropriate method of Traverser for node traversal
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, readNode, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public SFNode color

normal

public SFNode normal

texCoord

public SFNode texCoord

set_height

public MFFloat set_height

height

public MFFloat height

ccw

public SFBool ccw

colorPerVertex

public SFBool colorPerVertex

normalPerVertex

public SFBool normalPerVertex

solid

public SFBool solid

creaseAngle

public SFFloat creaseAngle

xSpacing

public SFFloat xSpacing

zSpacing

public SFFloat zSpacing

xDimension

public SFInt32 xDimension

zDimension

public SFInt32 zDimension
Method Detail

nodeName

public java.lang.String nodeName()
Description copied from class: Node
the node's name
Overrides:
nodeName in class Node

traverse

public void traverse(Traverser t)
Description copied from class: Node
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class Node