00001 00002 00003 00005 00006 00011 00016 00021 // X3DFunction.h // 00023 00024 #ifndef X3DFUNCTION_H 00025 #define X3DFUNCTION_H 00026 00027 namespace X3DTK { 00028 00030 00031 class X3DFunction 00032 { 00033 public: 00035 X3DFunction(); 00037 virtual ~X3DFunction() = 0; 00038 }; 00039 00040 } 00041 00042 #endif