00001 00002 00003 00005 00006 00011 00016 00021 // DefaultDFSInterpolationWalker.h // 00023 00024 #ifndef DEFAULTDFSINTERPOLATIONWALKER_H 00025 #define DEFAULTDFSINTERPOLATIONWALKER_H 00026 00027 #include "DFSInterpolationWalker.h" 00028 00029 namespace X3DTK { 00030 namespace X3D { 00031 00033 00034 class DefaultDFSInterpolationWalker : public DFSInterpolationWalker 00035 { 00036 public: 00038 DefaultDFSInterpolationWalker(); 00040 virtual ~DefaultDFSInterpolationWalker(); 00041 }; 00042 00043 } 00044 } 00045 00046 #endif