1 #ifndef COIN_SOTRANSFERFUNCTION_H
2 #define COIN_SOTRANSFERFUNCTION_H
27 #include <VolumeViz/nodes/SoVolumeRendering.h>
28 #include <Inventor/fields/SoMFFloat.h>
29 #include <Inventor/fields/SoSFEnum.h>
30 #include <Inventor/fields/SoSFInt32.h>
31 #include <Inventor/fields/SoSFUInt32.h>
68 void reMap(
int low,
int high);
69 SbBool hasTransparency(
void)
const;
74 virtual void doAction(SoAction * action);
75 virtual void GLRender(SoGLRenderAction * action);
76 virtual void callback(SoCallbackAction * action);
77 virtual void pick(SoPickAction * action);
89 friend class SoTransferFunctionP;
90 class SoTransferFunctionP * pimpl;
95 #endif // !COIN_SOTRANSFERFUNCTION_H