1#ifndef COIN_SOLIGHTATTENUATIONELEMENT_H
2#define COIN_SOLIGHTATTENUATIONELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
37#include <Inventor/SbVec3f.h>
44 static void initClass(
void);
52 const SbVec3f & lightAttenuation);
54 static const SbVec3f & getDefault();
59 virtual void print(FILE * file)
const;
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:51
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoLightAttenuationElement class is yet to be documented.
Definition: SoLightAttenuationElement.h:39
SbVec3f lightAttenuation
Definition: SoLightAttenuationElement.h:62
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:39
virtual SoElement * copyMatchInfo() const
Definition: SoReplacedElement.cpp:107
virtual SbBool matches(const SoElement *element) const
Definition: SoReplacedElement.cpp:97
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:89
virtual void print(FILE *file) const
Definition: SoReplacedElement.cpp:118
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44