Project

General

Profile

Anomalie #39

Erreurs dans un code d'exemple de la doc

Added by Serge Koudoro over 15 years ago. Updated over 15 years ago.

Status:
Fermé
Priority:
Bas
Assignee:
-
Category:
old plone Bugs
Start date:
Due date:
% Done:

100%

Estimated time:

Description

Description:
----------------------------------------
A la page Morphee User Documentation -> Morpee Modules -> File Input Output
(http://rhodes.ensmp.fr/morphee_doc/core_cpp_interface/group__imageIO.html) le
code d'exemple contient plusieurs fautes.

#2 05/12/2007 09:55 (Tibs)
---------------------------------------------------------------------------
Change: status: "pending" -> "accepted"
Comment:
voui ce truc a été tapé a la va vite je me charge de corriger.

#1 30/11/2007 09:28 (jo)
---------------------------------------------------------------------------
Change: topic: "" > "UI"
Change: solution: "" -> " morphee::imageIO::intiImageIO();
> morphee::imageIO::initImageIO();
morphee::imageIO::intiImageIOExt();-> morphee::imageIO::initImageIOExt();
morphee::ImageInterface* im1 = morphee::imageIO::fileRead("myimage.png"); >
morphee::RES_C res; //du coup, pas la peine de le redeclarer plus bas
morphee::ImageInterface* im1;
res=morphee::imageIO::fileRead(im1, "myimage.png");
return RES_ERROR/RES_OK;
>??"
Change: importance: "medium" -> "low"
Change: title: "" -> "Erreurs dans un code d'exemple de la doc"
Change: description: "" -> "A la page Morphee User Documentation -> Morpee Modules -> File Input Output (http://rhodes.ensmp.fr/morphee_doc/core_cpp_interface/group__imageIO.html) le code d'exemple contient plusieurs fautes."

#1

Updated by Serge Koudoro over 15 years ago

  • Category set to old plone Bugs
  • Status changed from Nouveau to Résolu
  • Priority changed from Normal to Bas
  • % Done changed from 0 to 100
#2

Updated by Serge Koudoro over 15 years ago

  • Status changed from Résolu to Fermé

Also available in: Atom PDF