28#include <Inventor/SbPImpl.h>
29#include <Inventor/nodes/SoShape.h>
31#include <Inventor/fields/SoSFFilePathString.h>
32#include <Inventor/fields/SoSFImage.h>
33#include <Inventor/fields/SoSFEnum.h>
34#include <Inventor/fields/SoSFInt32.h>
35#include <Inventor/nodes/SoNode.h>
36#include <Inventor/nodes/SoTexture.h>
37#include <Inventor/image/SbRasterImage.h>
39#include <Inventor/sys/SoGLType.h>
45SO_PIMPL_PUBLIC_DECLARATION(
SoImage)
124 SO_PIMPL_PUBLIC_HEADER(
SoImage)
294 static void initClass();
295 static void exitClass();
298 virtual void notify( SoNotList *list );
301 virtual void generatePrimitives(
SoAction *action);
304 virtual SbBool readInstance(
SoInput *in,
unsigned short flags);
310 void commonConstructor();
Abstract base class for all actions.
Renders a scene graph using Open Inventor's Render Engine.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Counts number of...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Displays an imag...
SoSFImage image
Contains an in-memory representation of the image.
VertAlignment
Vertical alignment.
@ HALF
The image is middle justified.
@ BOTTOM
The image is bottom justified.
SoSFInt32 height
Height of image in pixels (optional).
SoSFEnum horAlignment
Horizontal alignment.
HorAlignment
Horizontal alignment.
@ LEFT
The image is left justified.
@ CENTER
The image is center justified.
SoSFInt32 width
Width of image in pixels (optional).
SoSFFilePathString filename
Names file from which to read image.
SoSFEnum vertAlignment
Vertical alignment.
Intersects objects with a ray cast into scene.
Field containing an enumerated value.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Field containing...
Field containing a 2D image.
Field containing a int32_t integer.
Abstract base class for all shape nodes.