md3.md3view
Class MD3GLModelVisitor

java.lang.Object
  |
  +--md3.md3model.MD3ModelVisitor
        |
        +--md3.md3view.MD3GLModelVisitor
Direct Known Subclasses:
MD3GLModelChangeCurrentFrameVisitor, MD3GLModelDrawModelVisitor, MD3GLModelExportDXFVisitor, MD3GLModelExportObjVisitor, MD3GLModelExportPlgVisitor, MD3GLModelExportRawVisitor, MD3GLModelExportVRML97Visitor, MD3GLModelRefreshTextureVisitor, MD3GLModelUploadTextureVisitor

public abstract class MD3GLModelVisitor
extends MD3ModelVisitor

Abstract superclass of all classes that represent objects that can visit MD3GLModel objects. This class extends the normal MD3ModelVisitor to alow it to only visit MD3GLModel objects that contain OpenGL specific state.

Author:
Erwin Vervaet (erwin@cs.kuleuven.ac.be)

Constructor Summary
MD3GLModelVisitor()
           
 
Method Summary
abstract  void visit(MD3GLModel model)
          Visit a MD3GLModel object.
 void visit(MD3Model model)
          Visit a MD3Model object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD3GLModelVisitor

public MD3GLModelVisitor()
Method Detail

visit

public abstract void visit(MD3GLModel model)

Visit a MD3GLModel object.

Parameters:
model - The object to visit.

visit

public void visit(MD3Model model)
Description copied from class: MD3ModelVisitor

Visit a MD3Model object.

Overrides:
visit in class MD3ModelVisitor
Tags copied from class: MD3ModelVisitor
Parameters:
model - The object to visit.