#include <Inventor/SbLinear.h>
#include <Inventor/SbBox.h>
#include <LDM/SoLDMTileID.h>
#include <Inventor/STL/vector>
#include <Inventor/STL/map>
#include <Inventor/devices/SoBufferObject.h>
#include <Inventor/devices/SoCpuBufferObject.h>
#include <LDM/nodes/SoLDMResourceParameters.h>
Go to the source code of this file.
Classes | |
class | SoLDMDataAccess |
Volume data access methods. More... | |
struct | SoLDMDataAccess::DataInfoBox |
Information about data returned for an arbitrary box (subvolume). More... | |
struct | SoLDMDataAccess::DataInfoTrace |
Information about data returned for an arbitrary trace (column of voxels). More... | |
struct | SoLDMDataAccess::DataInfoLine |
Information about data returned for an arbitrary line. More... | |
class | SoLDMDataAccess::DataInfoPolyLine |
Information about data returned for an arbitrary polyline. More... | |
struct | SoLDMDataAccess::DataInfoPlane |
Information about data returned for an arbitrary plane. More... | |
struct | SoLDMDataAccess::DataInfo |
Information about returned data when directly accessing the data rather than copying the data. More... | |
struct | SoLDMDataAccess::CopyInfo |