Main Page | Alphabetical List | Class List | File List | Class Members | File Members

_FilesOptions Struct Reference

Files information: paths, names and saving options. More...

#include <Segmentation.h>

List of all members.

Public Attributes

char ** list
 Array of strings (=filenames).

bool shouldPrint [FILES_NUMBER]
 Whether a file must be saved to disk.


Detailed Description

Files information: paths, names and saving options.

See also:
_FileName


Member Data Documentation

char** _FilesOptions::list
 

Array of strings (=filenames).

Dimension of the array, list[first dimension][second dimension]

  • first dimension: Sets the file whose name we want to work with. We can use an integer or rather the enum type _FileName.

  • second dimension: Once the first dimension is set. This one provides the character of the corresponding file name.

Example:
list[MEDIAN_FILE][3] is the char stored in the position 3 of MEDIAN_FILE file

bool _FilesOptions::shouldPrint[FILES_NUMBER]
 

Whether a file must be saved to disk.

Each position of this boolean vector is related to a file via the enum _FileName.

Example:
shouldPrint[MEDIAN_FILE] = true makes the program output the median filtered image in the file name stored in string list[MEDIAN_FILE]


The documentation for this struct was generated from the following file:
Generated on Wed Jul 14 17:25:05 2004 for Segmentation by doxygen 1.3.7