Skip to content
Snippets Groups Projects
Commit 78a44ccf authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

nomsg

parent 187fc250
No related branches found
No related tags found
No related merge requests found
% Please do NOT edit this file.
% It has been automatically generated
% by a perl script from the original cxx sources
% in the Insight/Examples directory
% Any changes should be made in the file
% /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/Installation/HelloWorld.cxx
Le code source se trouve dans le fichier\\
\texttt{Examples/Installation/HelloWorld.cxx}.
Cet exemple permet d'afficher sur la sortie standard un petit message de 'Bonjour'
\small
\begin{verbatim}
#include "otbBonjour.h"
#include <iostream>
#include <iostream>
#include <string>
int main()
{
otb::Bonjour lBonjour;
std::string lString = lBonjour.getMessage();
std::cout << "Message : "<<lString<<std::endl;
return 0;
}
\end{verbatim}
\normalsize
Ce code permet d'afficher sur la sortie standard, le message enregistre dans la classe \code{otb::Bonjour}.
#Add a dependency of "CircleMeanOutput.png" on "Circle.png".
ADD_GENERATED_FIG_DEPS( "CircleMeanOutput.png" "Circle.png" )
# Cmake macro to invoke: /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/Data/MeanImageFilter /Circle.png /CircleMeanOutput.png 10 10
RUN_EXAMPLE( "MeanImageFilter" "CircleMeanOutput.png" "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/StartExamples/MeanImageFilter.cxx" /Circle.png /CircleMeanOutput.png 10 10 )
CONVERT_IMG( "Circle.png" "Circle.eps" "" )
ADD_DEP_TEX_ON_EPS_FIGS( "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/Generated" "Circle.eps" )
CONVERT_IMG( "CircleMeanOutput.png" "CircleMeanOutput.eps" "" )
ADD_DEP_TEX_ON_EPS_FIGS( "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/Generated" "CircleMeanOutput.eps" )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment