00001 #ifndef QBCOORDTOVEC3FCONNECTION_H
00002 #define QBCOORDTOVEC3FCONNECTION_H
00003
00004 #include "QbIncludes.h"
00005
00006 class QbCoordToVec3fConnection : public SoNode {
00007 SO_NODE_HEADER(QbCoordToVec3fConnection);
00008 typedef SoNode inherited;
00009 public:
00010 static void initClass(void);
00011 QbCoordToVec3fConnection(void);
00012
00013 SoSFNode coordinate3;
00014 SoSFInt32 coordIndex;
00015 SoSFVec3f point;
00016
00017 virtual void notify(SoNotList * list);
00018 };
00019
00020 #endif