1 #ifndef COIN_SOLINEHIGHLIGHTRENDERACTION_H
2 #define COIN_SOLINEHIGHLIGHTRENDERACTION_H
27 #include <Inventor/actions/SoGLRenderAction.h>
28 #include <Inventor/SbColor.h>
30 class SoLineHighlightRenderActionP;
38 static void initClass(
void);
46 virtual void apply(
const SoPathList & pathlist, SbBool obeysrules = FALSE);
47 void setVisible(
const SbBool visible);
48 SbBool isVisible(
void)
const;
49 void setColor(
const SbColor & color);
51 void setLinePattern(uint16_t pattern);
52 uint16_t getLinePattern(
void)
const;
53 void setLineWidth(
const float width);
54 float getLineWidth(
void)
const;
66 SbPimplPtr<SoLineHighlightRenderActionP> pimpl;
67 friend class SoLineHighlightRenderActionP;
74 #endif // !COIN_SOLINEHIGHLIGHTRENDERACTION_H