#include <Inventor/SbLinear.h>
#include <Inventor/STL/map>
#include <Inventor/STL/list>
#include <Inventor/nodes/SoNode.h>
#include <Inventor/fields/SoSubField.h>
#include <Inventor/fields/SoSFNode.h>
#include <Inventor/fields/SoSFInt32.h>
#include <Inventor/fields/SoSFUInt32.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/fields/SoSFFilePathString.h>
#include <Inventor/threads/SbThread.h>
#include <LDM/nodes/SoDataSet.h>
#include <LDM/readers/SoVolumeReader.h>
#include <LDM/readers/SoVRLdmFileReader.h>
#include <LDM/SoLDMTopoOctree.h>
Go to the source code of this file.
Classes | |
class | SoVRLdmFileBorderReader |
LDM file reader with borders. More... | |
class | SoVRLdmFileBorderReader::SoLDMBorderTopoOctree |
Octree computation has changed between OIV8 and OIV9, this one recreate the behavior of OIV8 needed when reading ldm file with borders. |