00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef COIN_SOTEXTURECOORDINATEDEFAULT_H
00021 #define COIN_SOTEXTURECOORDINATEDEFAULT_H
00022
00023 #include <Inventor/nodes/SoSubNode.h>
00024 #include <Inventor/nodes/SoTextureCoordinateFunction.h>
00025
00026
00027 class COIN_DLL_API SoTextureCoordinateDefault : public SoTextureCoordinateFunction {
00028 typedef SoTextureCoordinateFunction inherited;
00029
00030 SO_NODE_HEADER(SoTextureCoordinateDefault);
00031
00032 public:
00033 static void initClass(void);
00034 SoTextureCoordinateDefault(void);
00035
00036
00037 virtual void doAction(SoAction *action);
00038 virtual void GLRender(SoGLRenderAction * action);
00039 virtual void callback(SoCallbackAction * action);
00040 virtual void pick(SoPickAction * action);
00041
00042 protected:
00043 virtual ~SoTextureCoordinateDefault();
00044 };
00045
00046 #endif // !COIN_SOTEXTURECOORDINATEDEFAULT_H