32#include <Inventor/STL/vector>
33#include <Inventor/STL/set>
34#include <Inventor/STL/pair>
40# ifndef OIV_DISABLE_AUTOLINK
41# pragma comment(lib,__LDMLIB)
66 typedef std::set<SoDataSet*>
DsSet;
<a href="IconLegend.html"><img src="extLDM.gif" alt="Large Data Management" border="0"></a> Data set...
std::pair< SoDataSet *, int > DataSetIdPair
Pair containing an SoDataset and its dataSetId.
std::vector< DataSetIdPair > DataSetIdPairList
List of DataSetIdPair.
std::set< SoDataSet * > DsSet
Set of SoDataSet.
std::vector< SoDataSet * > DsVector
Vector of SoDataSet.
DsVector::iterator DsVectorIt
Iterator for DsVector.
std::vector< SoLDMTileID > TileIdVector
Vector of SoLDMTileID.