51 static void initClass(
void);
57 void getProfileObjectPos(SbVec3f profile[2])
const;
58 int getProfileDataPos(SbVec3s profile[2] = 0)
const;
59 unsigned int getProfileValue(
int index,
60 SbVec3s * pos = 0, SbVec3f * objpos = 0,
61 SbBool flag = FALSE)
const;
63 SbBool getFirstNonTransparentValue(
unsigned int * value,
64 SbVec3s * pos = 0, SbVec3f * objpos = 0,
65 SbBool flag = FALSE)
const;
73 void setDetails(
const SbVec3f raystart,
const SbVec3f rayend,
74 SoState * state,
SoNode * caller);
77 class SoVolumeDetailP * pimpl;
78 friend class SoVolumeDetailP;