#include <arreglo.h>
Diagrama de herencias de ARREGLO< T >
Métodos públicos | |
ARREGLO (long int i) | |
void | init (void) |
void | elim (void) |
BOOLEAN | anx (T elem) |
long int | tam (void) |
T & | operator[] (long int i) |
T * | data (void) |
Atributos privados | |
long int | incremento |
long int | _tam |
long int | max_tam |
T * | Data |
|
|
|
Definición en la línea 36 del archivo arreglo.cc. References ARREGLO< T >::_tam, ARREGLO< T >::Data, ARREGLO< T >::incremento, y ARREGLO< T >::max_tam. Referenciado por ESPACIO_ABIERTO::anexar_objetos_rayables(), ESCENA_VTK::leer_tiras(), y MESH::promediar_normales_vertice(). |
|
|
|
Definición en la línea 56 del archivo arreglo.cc. References ARREGLO< T >::_tam, y ARREGLO< T >::Data. |
|
Definición en la línea 41 del archivo arreglo.h. Referenciado por ARREGLO< TRIANGULITO >::ARREGLO(). |
|
|
|
Definición en la línea 48 del archivo arreglo.h. Referenciado por RAYTRACER_CRIOLLO::ejecutar(), ESCENA_VTK::leer_tiras(), MESH::promediar_normales_vertice(), y RAYTRACER_CRIOLLO::seguimiento_rayo(). |
|
Definición en la línea 31 del archivo arreglo.h. Referenciado por ARREGLO< T >::anx(), ARREGLO< T >::elim(), ARREGLO< TRIANGULITO >::init(), y ARREGLO< TRIANGULITO >::tam(). |
|
Definición en la línea 33 del archivo arreglo.h. Referenciado por ARREGLO< T >::anx(), ARREGLO< TRIANGULITO >::data(), ARREGLO< T >::elim(), ARREGLO< TRIANGULITO >::init(), y ARREGLO< TRIANGULITO >::operator[](). |
|
Definición en la línea 30 del archivo arreglo.h. Referenciado por ARREGLO< T >::anx(), y ARREGLO< TRIANGULITO >::ARREGLO(). |
|
Definición en la línea 32 del archivo arreglo.h. Referenciado por ARREGLO< T >::anx(), ARREGLO< TRIANGULITO >::ARREGLO(), y ARREGLO< TRIANGULITO >::init(). |