Changeset 1207 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Sep 29, 2000, 4:26:15 PM (25 years ago)
Author:
ercodmgr
Message:
  • refonte de piaffiting avec les fits adapteurs
  • addapteur de fit pour les objets existants
  • entree des Image<T> dans les fits (retour !!!)

cmv 29/9/00

File:
1 edited

Legend:

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

    r1199 r1207  
    8989static string* TmpDir;  // Repertoire pour les compilations / link dynamique
    9090
    91 
    92 // Pour completer le nom de l'objet avec le nom du repertoire
    93 static void RemoveSpacesFromName(string & nom);
    94 static bool CheckDirName(string & nom);
    95 static int  ParseObjectName(string & nom, string & nomrep, string & nomobj);
    9691// ..................................................................
    9792
     
    13521347
    13531348/* Nouvelle-Fonction */
    1354 void RemoveSpacesFromName(string & nom)
     1349void NamedObjMgr::RemoveSpacesFromName(string & nom)
    13551350{
    13561351// on supprime les blancs de debut et de fin
     
    13641359
    13651360/* Nouvelle-Fonction */
    1366 bool CheckDirName(string & nom)
     1361bool NamedObjMgr::CheckDirName(string & nom)
    13671362{
    13681363RemoveSpacesFromName(nom);
     
    13761371
    13771372/* Nouvelle-Fonction */
    1378 int ParseObjectName(string & nom, string & nomrep, string & nomobj)
     1373int NamedObjMgr::ParseObjectName(string & nom, string & nomrep, string & nomobj)
    13791374{
    13801375RemoveSpacesFromName(nom);
Note: See TracChangeset for help on using the changeset viewer.