#include <InputDimension.h>
Public Methods | |
InputDimension (void) | |
void | addFile (const std::string &p_file) |
void | setName (const std::string &p_name) |
void | setIsFrozen (const bool p_isfrozen) |
std::string | getName (void) |
const std::vector< std::string > | getFiles (void) const |
const bool | getIsFrozen (void) const |
|
Default constructor. The Dimension is not frozen as default. |
|
Add a file name containing Fragment definitions. |
|
Return the list of files that need to be parsed to extract their Fragment. |
|
Return 'true' if this Dimension is request to not be pruned during optimization. |
|
Return the name of this Dimension. |
|
Set wether or not this Dimension is to be optimized. Default: not frozen. |
|
Set the name of the dimension. |