Ignore:
Timestamp:
Jan 18, 2007, 7:21:49 PM (19 years ago)
Author:
cmv
Message:

suite adaptation travail reza 2D et adapteur + adaptation aux modifs HistoErr cmv 18/01/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomhistadapter.cc

    r3145 r3149  
    1414
    1515#include "servnobjm.h"
     16#include "strutilxx.h"
    1617
    1718#ifndef SANS_EVOLPLANCK
     
    331332PIDrawer* NOMAdapter_Histo2D::GetDrawer(string & dopt)
    332333{
    333 dopt = "thinline " + dopt;  // $CHECK$ CMV : faut-il ajouter thinline
     334dopt = "thinline " + dopt;
    334335return( new PIHisto2D(new Histo2DWrapper(mHis, false), true) );
    335336}
     
    338339P2DArrayAdapter* NOMAdapter_Histo2D::Get2DArray(string & dopt)
    339340{
    340 // DEL return (new POH2DAdapter(mHis, false) ); -- A SUPPRIMER
    341341Histo2DWrapper* hwp = new Histo2DWrapper(mHis, false);
    342 // $CHECK$ CMV  : pour les options hbincont hbinerr ...
    343 // On peut decoder les options si on veut, par exemple avec :
    344 // vector<string> vopts;
    345 // FillVStringFrString(string const & dopt, vector<string>& vopts,char sep = ' ')
    346 // hwp->DecodeOptionString(vopts, false);
     342vector<string> vopts;
     343FillVStringFrString(dopt,vopts,' ');
     344hwp->DecodeOptionString(vopts,false);
    347345return hwp;
    348346}
Note: See TracChangeset for help on using the changeset viewer.