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;
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition: SbVec2f.h:39
The SoBumpMapCoordinateElement class is yet to be documented.
Definition: SoBumpMapCoordinateElement.h:30
int32_t numcoords
Definition: SoBumpMapCoordinateElement.h:50
const SbVec2f * coords
Definition: SoBumpMapCoordinateElement.h:51
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:30
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35