basic/geometry/vrml_reader/VrmlOneWordNode.h

Go to the documentation of this file.
00001 #ifndef _VRMLONEWORDNODE_H_
00002 #define _VRMLONEWORDNODE_H_
00003 
00004 #include "VrmlNode.h"
00005 
00006 class VrmlOneWordNode:
00007         public VrmlNode
00008 {
00009 public:
00010         void Parse( char*& buffer );
00011 
00012 protected:
00013 };
00014 
00015 #endif

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