1#ifndef COIN_SOLINEHIGHLIGHTRENDERACTION_H
2#define COIN_SOLINEHIGHLIGHTRENDERACTION_H
36#include <Inventor/actions/SoGLRenderAction.h>
37#include <Inventor/SbColor.h>
39class SoLineHighlightRenderActionP;
55 virtual void apply(
const SoPathList & pathlist, SbBool obeysrules = FALSE);
76 friend class SoLineHighlightRenderActionP;
The SbColor class contains the red, green and blue components which make up a color value.
Definition SbColor.h:39
Definition SbPimplPtr.h:55
The SbViewportRegion class is a viewport within a full window.
Definition SbViewportRegion.h:40
virtual void apply(SoNode *root)
Definition SoAction.cpp:463
SoGLRenderAction(const SbViewportRegion &viewportregion)
Definition SoGLRenderAction.cpp:699
static void initClass(void)
Definition SoGLRenderAction.cpp:642
void setLineWidth(const float width)
Definition SoLineHighlightRenderAction.cpp:330
SoLineHighlightRenderAction(void)
Definition SoLineHighlightRenderAction.cpp:166
void setLinePattern(uint16_t pattern)
Definition SoLineHighlightRenderAction.cpp:311
float getLineWidth(void) const
Definition SoLineHighlightRenderAction.cpp:339
void setVisible(const SbBool visible)
Definition SoLineHighlightRenderAction.cpp:274
uint16_t getLinePattern(void) const
Definition SoLineHighlightRenderAction.cpp:320
SbBool hlVisible
Definition SoLineHighlightRenderAction.h:66
const SbColor & getColor(void)
Definition SoLineHighlightRenderAction.cpp:301
void setColor(const SbColor &color)
Definition SoLineHighlightRenderAction.cpp:292
SbBool isVisible(void) const
Definition SoLineHighlightRenderAction.cpp:283
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoPathList class is a container for pointers to SoPath objects.
Definition SoPathList.h:40
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52