1#ifndef COIN_SOVOLUMEDETAIL_H
2#define COIN_SOVOLUMEDETAIL_H
37#include <Inventor/misc/SoState.h>
38#include <Inventor/nodes/SoNode.h>
39#include <Inventor/details/SoDetail.h>
40#include <Inventor/details/SoSubDetail.h>
41#include <Inventor/SbLinear.h>
43#include <VolumeViz/C/basic.h>
57 void getProfileObjectPos(
SbVec3f profile[2])
const;
58 int getProfileDataPos(
SbVec3s profile[2] = 0)
const;
59 unsigned int getProfileValue(
int index,
61 SbBool flag = FALSE)
const;
63 SbBool getFirstNonTransparentValue(
unsigned int * value,
65 SbBool flag = FALSE)
const;
77 class SoVolumeDetailP * pimpl;
78 friend class SoVolumeDetailP;
virtual SoDetail * copy(void) const=0
static void initClass(void)
The SoVolumeDetail stores ray intersection information through a volume.
Definition: SoVolumeDetail.h:45