English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Launcher: TOutputFile.cxx File Reference
Uranie / Launcher v4.9.0
/* @license-end */
TOutputFile.cxx File Reference

Implementation of the class URANIE::Launcher::TOutputFile. More...

#include <stdlib.h>
#include <iostream>
#include "TRegexp.h"
#include "TMatrixT.h"
#include "TOutputFile.h"
#include "UExceptions.h"
Include dependency graph for TOutputFile.cxx:

Functions

 ClassImp (URANIE::Launcher::TOutputFile) namespace URANIE
 

Detailed Description

Implementation of the class URANIE::Launcher::TOutputFile.

Author
Fabrice Gaudier fabri.nosp@m.ce.g.nosp@m.audie.nosp@m.r@ce.nosp@m.a.fr
Date
mon oct 9th 14:52:50 CEST 2006
Modifications
  • F. Gaudier (2010-08-06 11:28:25)
    • change the deprecated setKey method by setFileKey method
  • F. Gaudier 2010-04-14 10:21:52 For the addAttribute method, test the cases
    1. if the keyList is not empty, 1.1 test if it contains one object 1.1.1 if the filename is the same than the current filename is good 1.1.2 else throw an error exception 1.2 if it contains more than one element, throw an error exception
    2. if the keyList is empty, applique the setFileKey method
  • F. Gaudier 2010-04-12 14:00:55 Increase the index indcrt in the searchOutput method
  • F. Gaudier 2010/02/23 throw an exceptions when the key of one attribute is not found in the output file set more readable log

Function Documentation

◆ ClassImp()