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