1 #ifndef COIN_SOBUMPMAPCOORDINATEELEMENT_H 2 #define COIN_SOBUMPMAPCOORDINATEELEMENT_H 27 #include <Inventor/elements/SoReplacedElement.h> 28 #include <Inventor/SbVec2f.h> 35 static void initClass(
void);
42 const int32_t numcoords,
const SbVec2f * coords);
45 int32_t getNum(
void)
const;
46 const SbVec2f &
get(
const int index)
const;
47 const SbVec2f * getArrayPtr(
void)
const;
55 #endif // !COIN_SOBUMPMAPCOORDINATEELEMENT_H The SbVec2f class is a 2 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec2f.h:39
const SbVec2f * coords
Definition: SoBumpMapCoordinateElement.h:51
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
int32_t numcoords
Definition: SoBumpMapCoordinateElement.h:50
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:30
The SoBumpMapCoordinateElement class is yet to be documented.FIXME: write doc.
Definition: SoBumpMapCoordinateElement.h:30