#include <lightarray.h>

Public Member Functions | |
| LightArray () | |
| ~LightArray () | |
| int | getNumLights () |
| Light * | getLight (int i) |
| void | DeleteAll () |
| void | CreateLight () |
| void | Display () |
| void | Menu () |
Static Public Attributes | |
| static const char * | rcsid = "@(#) $Id: lightarray.cpp,v 1.4 2006/05/24 16:52:38 sean Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" |
| static int | debug = 0 |
Definition at line 9 of file lightarray.h.
| LightArray::LightArray | ( | ) |
Definition at line 18 of file lightarray.cpp.
| LightArray::~LightArray | ( | ) |
Definition at line 24 of file lightarray.cpp.
| int LightArray::getNumLights | ( | ) | [inline] |
Definition at line 35 of file lightarray.h.
| Light * LightArray::getLight | ( | int | i | ) | [inline] |
Definition at line 38 of file lightarray.h.
| void LightArray::DeleteAll | ( | ) |
Definition at line 31 of file lightarray.cpp.
| void LightArray::CreateLight | ( | ) |
Definition at line 39 of file lightarray.cpp.
| void LightArray::Display | ( | ) |
Definition at line 61 of file lightarray.cpp.
| void LightArray::Menu | ( | ) |
Definition at line 69 of file lightarray.cpp.
const char * LightArray::rcsid = "@(#) $Id: lightarray.cpp,v 1.4 2006/05/24 16:52:38 sean Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" [static] |
Definition at line 19 of file lightarray.h.
int LightArray::debug = 0 [static] |
Definition at line 20 of file lightarray.h.
1.5.3