org.hfbk.vis.visnode.VisHeightfield Class Reference

Inheritance diagram for org.hfbk.vis.visnode.VisHeightfield:

Inheritance graph
[legend]
Collaboration diagram for org.hfbk.vis.visnode.VisHeightfield:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VisHeightfield (Node node, Vector3f position)

Package Functions

abstract float[][] heightMap (float t)
void renderSelf ()

Package Attributes

float t

Detailed Description

Definition at line 6 of file VisHeightfield.java.


Constructor & Destructor Documentation

org.hfbk.vis.visnode.VisHeightfield.VisHeightfield ( Node  node,
Vector3f  position 
)

Definition at line 10 of file VisHeightfield.java.

References org.hfbk.vis.visnode.VisNode.node.


Member Function Documentation

abstract float [][] org.hfbk.vis.visnode.VisHeightfield.heightMap ( float  t  )  [package, pure virtual]

Implemented in org.hfbk.vis.visnode.VisFunction, and org.hfbk.vis.visnode.VisRiver.

Referenced by org.hfbk.vis.visnode.VisHeightfield.renderSelf().

Here is the caller graph for this function:

void org.hfbk.vis.visnode.VisHeightfield.renderSelf (  )  [package, virtual]

implement this to actually render this node itself. also used to update a node's state.

things not seen also do not update. this is sometimes akward, sometimes useful, eg. a movie not seen does not advance

Implements org.hfbk.vis.visnode.VisNode.

Reimplemented in org.hfbk.vis.visnode.VisRiver.

Definition at line 16 of file VisHeightfield.java.

References org.hfbk.vis.visnode.VisRoot.client, org.hfbk.vis.VisClient.dt, org.hfbk.vis.visnode.VisNode.getRoot(), org.hfbk.vis.visnode.VisHeightfield.heightMap(), and org.hfbk.vis.visnode.VisHeightfield.t.

Here is the call graph for this function:


Member Data Documentation

float org.hfbk.vis.visnode.VisHeightfield.t [package]

Reimplemented in org.hfbk.vis.visnode.VisRiver.

Definition at line 8 of file VisHeightfield.java.

Referenced by org.hfbk.vis.visnode.VisHeightfield.renderSelf().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:59:12 2009 for visclient by  doxygen 1.5.1