|
Sim-LIT
2.0
|
Clase que representa una Imagen. More...
#include <Images.h>
Public Member Functions | |
| Images (vector< DataType * > list, int nType, int nwidth, int nheight, int nwblock, int nhblock, bool show_data) | |
| Images (string url, int nwblock, int nhblock, bool show_data) | |
| int | getWidthBlock () |
| int | getHeightBlock () |
| int | getWidth () |
| int | getHeight () |
| DataBlock ** | getMatrix () |
| int | getType () |
| vector< DataType * > | toList () |
| void | save (const char *destiny) |