27 #include "../common/WAssert.h"
28 #include "../common/WCondition.h"
29 #include "../common/WTransferable.h"
30 #include "exceptions/WDHException.h"
32 #include "WDataSetVector.h"
33 #include "WDataTexture3D.h"
40 m_properties( boost::shared_ptr<
WProperties >( new
WProperties(
"Data-Set Properties",
"Properties of a data-set" ) ) ),
41 m_infoProperties( boost::shared_ptr<
WProperties >( new
WProperties(
"Data-Set Info Properties",
"Data-set's information properties" ) ) ),
59 WAssert( filename !=
"",
"No filename set for data set." );
75 throw WDHException( std::string(
"This dataset does not provide a texture." ) );
85 return "Encapsulates the whole common feature set of all datasets.";
100 return boost::shared_ptr< WDataSetVector >();