basic/geometry/vrml_reader/VrmlScale.h

Go to the documentation of this file.
00001 #ifndef _VRMLSCALE_H_
00002 #define _VRMLSCALE_H_
00003 
00004 #include "VrmlBaseHasMatrix.h"
00005 
00006 class VrmlScale : public VrmlBaseHasMatrix
00007 {
00008 public:
00009         //data
00010 
00011         //methods
00012         virtual void Parse( char*& buffer );
00013 //      virtual void Render( VrmlStack& stack ) const;
00014 //      virtual IGS_Object* RenderToIGS( VrmlStack& stack ) const;
00015 
00016 protected:
00017 };
00018 
00019 
00020 #endif

Generated on Sat Apr 1 21:30:34 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO