#include <visor.h>
Diagrama de herencias de VISOR
Métodos públicos | |
VISOR () | |
virtual | ~VISOR () |
virtual void | pintar_gl (void) |
virtual BOOLEAN | pintar_raytracing_criollo (IMAGEN_RGB *Imagen) |
OJO: Esto retorna FALSE si no esta implementada esa version de visualizacion. | |
virtual BOOLEAN | pintar_povray (IMAGEN_RGB *Imagen, char *archivo, BOOLEAN modo_interactivo) |
OJO: Esto retorna FALSE si no esta implementada esa version de visualizacion. | |
virtual int | procesar_teclado (EVENTO_GUI *e) |
virtual int | procesar_mouse (EVENTO_GUI *e) |
virtual void | procesar_resize (int x, int y, int x_tam, int y_tam) |
virtual int | procesar_comando (int idc) |
virtual char * | reportar_menu (void) |
virtual char * | reportar_botonera (void) |
int | metodo_de_visualizacion (void) |
LISTA< VISOR_SENSOR * > * | sensores (void) |
virtual BOOLEAN | leer (TOKENIZADOR *Sabiondo) |
virtual void | grabar (FILE *fd) |
Métodos protegidos | |
BOOLEAN | leer_visor_subordinado (TOKENIZADOR *Sabiondo, char *cad) |
void | pintar_visores_subordinados_gl (CAMARA *C) |
Atributos protegidos | |
CAMARA | camara |
int | _metodo_de_visualizacion |
LISTA< VISOR_SENSOR * > | lista_visores_subordinados |
|
Definición en la línea 51 del archivo visor.C. References _metodo_de_visualizacion, y MDV_ZBUFFER. |
|
Definición en la línea 56 del archivo visor.C. References LISTA< VISOR_SENSOR * >::elim(), lista_visores_subordinados, y LISTA< VISOR_SENSOR * >::tam(). |
Here is the call graph for this function:
|
Definición en la línea 177 del archivo visor.C. Referenciado por VISTA::grabar(). |
|
Reimplementado en VISOR_SENSOR, VISOR_SENSOR_FLOAT, VISOR_SENSOR_VECTOR, VISOR_CAMPO_VECTORIAL, y VISOR_GEOMETRIA. Definición en la línea 204 del archivo visor.C. References des_comille(), leer_visor_subordinado(), TOKENIZADOR::siguiente_token(), TK_ABRIR, TK_CADENA, TK_CERRAR, TK_DESCONOCIDO, y TK_IDENTIFICADOR. |
Here is the call graph for this function:
|
Definición en la línea 183 del archivo visor.C. References LISTA< VISOR_SENSOR * >::anx(), VISOR_SENSOR::leer(), y lista_visores_subordinados. Referenciado por VISOR_GEOMETRIA::leer(), VISOR_CAMPO_VECTORIAL::leer(), y leer(). |
Here is the call graph for this function:
|
Definición en la línea 67 del archivo visor.C. References _metodo_de_visualizacion. Referenciado por VISTA::VISTA(). |
|
Reimplementado en VISOR_SENSOR, VISOR_SENSOR_FLOAT, VISOR_SENSOR_VECTOR, VISOR_CAMPO_VECTORIAL, y VISOR_GEOMETRIA. Definición en la línea 86 del archivo visor.C. References camara, lista_visores_subordinados, pintar_visores_subordinados_gl(), y LISTA< VISOR_SENSOR * >::tam(). Referenciado por VISTA::pintar_nucleo(). |
Here is the call graph for this function:
|
OJO: Esto retorna FALSE si no esta implementada esa version de visualizacion. Las subclases de VISOR que requieran este metodo de visualizacion deberan sobrecargar este metodo y hacer que retorna TRUE. Definición en la línea 123 del archivo visor.C. Referenciado por VISTA::pintar_nucleo(). |
|
OJO: Esto retorna FALSE si no esta implementada esa version de visualizacion. Las subclases de VISOR que requieran este metodo de visualizacion deberan sobrecargar este metodo y hacer que retorna TRUE. Definición en la línea 112 del archivo visor.C. Referenciado por VISTA::pintar_nucleo(). |
|
Definición en la línea 75 del archivo visor.C. References lista_visores_subordinados, y LISTA< VISOR_SENSOR * >::tam(). Referenciado por VISOR_GEOMETRIA::pintar_gl(), VISOR_CAMPO_VECTORIAL::pintar_gl(), y pintar_gl(). |
Here is the call graph for this function:
|
Definición en la línea 157 del archivo visor.C. Referenciado por VISTA::procesar_comando(). |
|
Reimplementado en VISOR_GEOMETRIA. Definición en la línea 141 del archivo visor.C. Referenciado por VISTA::procesar_mouse(). |
|
Reimplementado en VISOR_CAMPO_VECTORIAL, y VISOR_GEOMETRIA. Definición en la línea 147 del archivo visor.C. References camara, y CAMARA::procesar_resize(). Referenciado por VISTA::procesar_resize(). |
Here is the call graph for this function:
|
Reimplementado en VISOR_CAMPO_VECTORIAL, y VISOR_GEOMETRIA. Definición en la línea 135 del archivo visor.C. References camara, y CAMARA::procesar_teclado(). Referenciado por VISTA::procesar_teclado(). |
Here is the call graph for this function:
|
Definición en la línea 169 del archivo visor.C. Referenciado por VISTA::reportar_botonera(). |
|
Definición en la línea 163 del archivo visor.C. Referenciado por VISTA::reportar_menu(). |
|
Definición en la línea 237 del archivo visor.C. References lista_visores_subordinados. |
|
Definición en la línea 59 del archivo visor.h. Referenciado por metodo_de_visualizacion(), y VISOR(). |
|
|
Definición en la línea 60 del archivo visor.h. Referenciado por leer_visor_subordinado(), pintar_gl(), pintar_visores_subordinados_gl(), sensores(), y ~VISOR(). |