25 #ifndef WDATASETSINGLE_H
26 #define WDATASETSINGLE_H
30 #include <osg/ref_ptr>
32 #include <boost/shared_ptr.hpp>
36 #include "WGridRegular3D.h"
37 #include "WValueSet.h"
51 typedef boost::shared_ptr< WDataSetSingle >
SPtr;
56 typedef boost::shared_ptr< const WDataSetSingle >
ConstSPtr;
65 boost::shared_ptr< WGrid > newGrid );
108 boost::shared_ptr< WValueSetBase >
getValueSet()
const;
113 boost::shared_ptr< WGrid >
getGrid()
const;
145 virtual osg::ref_ptr< WDataTexture3D >
getTexture()
const;
152 virtual const std::string
getName()
const;
196 #endif // WDATASETSINGLE_H