#include <Image.h>
Public Member Functions | |
| Image () | |
| Image (char *n) | |
| Image (double w, double h) | |
| Image (double w, double h, double s) | |
| ~Image () | |
| void | setColorRegions (Color_regions *c) |
| void | setTextureRegions (Texture_regions *t) |
| void | setLineRegions (Line_clusters *s) |
| char * | getName () |
| Color_regions * | getColorRegions () |
| Texture_regions * | getTextureRegions () |
| Line_clusters * | getLineRegions () |
| bool | hasStructure () |
| bool | hasTexture () |
| bool | hasColor () |
| void | setNumHtmlClusters (int num_clusters) |
| void | setHtmlClusters (Html_cluster **htmIN) |
| Html_cluster ** | getHmtlClusters () |
| int | getNumHtmlClusters () |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
returns ptr to the color regions for the image |
|
|
returns the html cluster for this image |
|
|
returns ptr to the structure regions for the image |
|
|
returns the name of the image |
|
|
returns the number of structure clusters for this image |
|
|
returns ptr to the texture regions for the image |
|
|
returns whether color has been defined for this image |
|
|
returns whether structure has been defined for this image |
|
|
returns whether texture has been defined for this image |
|
|
sets the color regions for the image |
|
|
sets the html clusters for this particular image |
|
|
sets the line regions for the image |
|
|
sets the number of structure clusters that are contained in this image |
|
|
sets the texture regions for the image |
1.3.3