#include <fondo.h>
Diagrama de herencias de FONDO_SENCILLO
Métodos públicos | |
FONDO_SENCILLO () | |
virtual | ~FONDO_SENCILLO () |
void | init (void) |
void | pintar_gl (CAMARA *Camara) |
void | pintar_povray (FILE *fd) |
BOOLEAN | leer (TOKENIZADOR *Sabiondo) |
Atributos privados | |
COLOR | _color |
|
|
|
|
|
Implements FONDO. |
|
Implements FONDO. Definición en la línea 156 del archivo fondo.C. References _color, COLOR::b, COLOR::g, COLOR::r, TOKENIZADOR::siguiente_token(), TK_ABRIR, TK_CERRAR, TK_DESCONOCIDO, TK_IDENTIFICADOR, TK_NUMERO, TK_VECTOR_FIN, y TK_VECTOR_INICIO. |
Here is the call graph for this function:
|
Implements FONDO. Definición en la línea 139 del archivo fondo.C. References _color. |
|
Reimplementado de FONDO. |
|
Definición en la línea 49 del archivo fondo.h. Referenciado por leer(), pintar_gl(), y pintar_povray(). |