27#include <Inventor/nodes/SoSubNode.h>
28#include <Inventor/nodes/SoShape.h>
29#include <Inventor/fields/SoSFInt32.h>
30#include <Inventor/fields/SoSFEnum.h>
31#include <Inventor/fields/SoSFImage.h>
32#include <Inventor/fields/SoSFString.h>
44 static void initClass(
void);
78 int getReadStatus(
void);
79 void setReadStatus(SbBool flag);
87 const unsigned char * getImage(
SbVec2s & size,
int & nc);
88 SbBool loadFilename(
void);
91 SbBool resizedimagevalid;
94 SbBool testtransparency;
95 void testTransparency(
void);
96 static void filenameSensorCB(
void *,
SoSensor *);
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition: SbBox3f.h:37
The SbImage class is an abstract datatype for 2D and 3D images.
Definition: SbImage.h:36
The SbVec2s class is a 2 dimensional vector with short integer coordinates.
Definition: SbVec2s.h:37
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:37
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:67
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:41
The SoFieldSensor class detects changes to a field.
Definition: SoFieldSensor.h:29
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition: SoGLRenderAction.h:39
The SoGetPrimitiveCountAction class counts the primitives in a scene.
Definition: SoGetPrimitiveCountAction.h:32
The SoImage class draws a 2D image on the viewport.
Definition: SoImage.h:38
SoSFImage image
Definition: SoImage.h:63
VertAlignment
Definition: SoImage.h:47
@ HALF
Definition: SoImage.h:49
@ BOTTOM
Definition: SoImage.h:48
SoSFInt32 height
Definition: SoImage.h:60
SoSFString filename
Definition: SoImage.h:64
SoSFEnum horAlignment
Definition: SoImage.h:62
HorAlignment
Definition: SoImage.h:53
@ CENTER
Definition: SoImage.h:55
@ LEFT
Definition: SoImage.h:54
SoSFInt32 width
Definition: SoImage.h:59
SoSFEnum vertAlignment
Definition: SoImage.h:61
virtual SbBool readInstance(SoInput *in, unsigned short flags)
Definition: SoNode.cpp:1438
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:34
The SoRayPickAction class does ray intersection with scene graphs.
Definition: SoRayPickAction.h:40
The SoSFEnum class is a container for an enum value.
Definition: SoSFEnum.h:31
The SoSFImage class is used to store pixel images.
Definition: SoSFImage.h:32
The SoSFInt32 class is a container for a 32-bit integer value.
Definition: SoSFInt32.h:30
The SoSFString class is a container for an SbString.
Definition: SoSFString.h:31
The SoSensor class is the abstract base class for all sensors.
Definition: SoSensor.h:34
The SoShape class is the superclass for geometry shapes.
Definition: SoShape.h:43
virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er)=0
virtual void getPrimitiveCount(SoGetPrimitiveCountAction *action)
Definition: SoShape.cpp:1439
virtual void notify(SoNotList *nl)
Definition: SoShape.cpp:1511
virtual void GLRender(SoGLRenderAction *action)
Definition: SoShape.cpp:377
virtual void generatePrimitives(SoAction *action)=0
virtual void rayPick(SoRayPickAction *action)
Definition: SoShape.cpp:430
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35