00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef COIN_SOANNOTATION_H
00021
#define COIN_SOANNOTATION_H
00022
00023
#include <Inventor/nodes/SoSubNode.h>
00024
#include <Inventor/nodes/SoSeparator.h>
00025
00026
00027 class COIN_DLL_API SoAnnotation :
public SoSeparator {
00028
typedef SoSeparator inherited;
00029
00030 SO_NODE_HEADER(SoAnnotation);
00031
00032
public:
00033
static void initClass(
void);
00034 SoAnnotation(
void);
00035
00036
virtual void GLRender(
SoGLRenderAction * action);
00037
virtual void GLRenderBelowPath(
SoGLRenderAction * action);
00038
virtual void GLRenderInPath(
SoGLRenderAction * action);
00039
virtual void GLRenderOffPath(
SoGLRenderAction * action);
00040
00041
protected:
00042
virtual ~SoAnnotation();
00043 };
00044
00045
#endif // !COIN_SOANNOTATION_H