1#ifndef COIN_SOLIGHTELEMENT_H
2#define COIN_SOLIGHTELEMENT_H
36#include <Inventor/elements/SoAccumulatedElement.h>
37#include <Inventor/lists/SoNodeList.h>
38#include <Inventor/lists/SbList.h>
39#include <Inventor/SbMatrix.h>
44 typedef SoAccumulatedElement inherited;
53 virtual void init(SoState * state);
54 virtual void push(SoState * state);
55 static void add(SoState *
const state,
SoLight *
const light,
68 class so_light_elem_flag {
70 so_light_elem_flag(
void) {
75 so_light_elem_flag didalloc;
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:47
static void initClass(void)
Definition SoAccumulatedElement.cpp:69
virtual void push(SoState *state)
Definition SoAccumulatedElement.cpp:92
virtual void init(SoState *state)
Definition SoAccumulatedElement.cpp:84
static void add(SoState *const state, SoLight *const light, const SbMatrix &matrix)
Definition SoLightElement.cpp:102
static const SoNodeList & getLights(SoState *const state)
Definition SoLightElement.cpp:126
SoNodeList lights
Definition SoLightElement.h:62
SoLightElement(void)
Definition SoLightElement.cpp:78
static const SbMatrix & getMatrix(SoState *const state, const int index)
Definition SoLightElement.cpp:140
SbList< SbMatrix > * matrixlist
Definition SoLightElement.h:63
The SoLight class is the base class for light emitting nodes.
Definition SoLight.h:41
The SoNodeList class is a container for pointers to SoNode objects.
Definition SoNodeList.h:40