Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
bdb6260d
Commit
bdb6260d
authored
16 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
Correction : remplacement ITK_Common_EXPORT par ITK_EXPORT.
+ dos2unix
parent
560581de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/IO/otbImageGeometryHandler.cxx
+7
-7
7 additions, 7 deletions
Code/IO/otbImageGeometryHandler.cxx
Code/IO/otbImageGeometryHandler.h
+7
-4
7 additions, 4 deletions
Code/IO/otbImageGeometryHandler.h
with
14 additions
and
11 deletions
Code/IO/otbImageGeometryHandler.cxx
+
7
−
7
View file @
bdb6260d
...
...
@@ -18,7 +18,7 @@
/*!
*
* PURPOSE:
*2 m
�
thodes n
�
cessaires pour l'ortho (au niveau de l'instanciation des mod
�
les de capteurs).
*2 m
e
thodes n
e
cessaires pour l'ortho (au niveau de l'instanciation des mod
e
les de capteurs).
*
*
*/
...
...
@@ -31,7 +31,7 @@ namespace otb
/* Constructeurs */
/***************************/
// Constructeur par d
�
fault
// Constructeur par d
e
fault
ImageGeometryHandler
::
ImageGeometryHandler
()
{
//handler = new ImageGeometryHandler();
...
...
@@ -57,10 +57,10 @@ ImageGeometryHandler::~ImageGeometryHandler()
}
/***************************/
/* M
�
thodes */
/* M
e
thodes */
/***************************/
//Ouvrir le fichier: On sp
�
cifie le nom de l'image en param
�
tres
//Encapsulation de la m
�
thode "open"
//Ouvrir le fichier: On sp
e
cifie le nom de l'image en param
e
tres
//Encapsulation de la m
e
thode "open"
void
ImageGeometryHandler
::
SetFileName
(
char
*
src
)
{
otbDebugMacro
(
<<
"Creation handler... "
);
...
...
@@ -71,8 +71,8 @@ void ImageGeometryHandler::SetFileName(char *src)
}
}
// R
�
cup
�
ration de la g
�
om
�
trie de l'image:
//Encapsulation de la m
�
thode "getImageGeometry"
// R
e
cup
e
ration de la g
e
om
e
trie de l'image:
//Encapsulation de la m
e
thode "getImageGeometry"
ossimKeywordlist
ImageGeometryHandler
::
GetGeometryKeywordlist
()
{
otbDebugMacro
(
<<
"Get geometry handler "
);
...
...
This diff is collapsed.
Click to expand it.
Code/IO/otbImageGeometryHandler.h
+
7
−
4
View file @
bdb6260d
...
...
@@ -52,7 +52,7 @@
namespace
otb
{
class
ITK
Common
_EXPORT
ImageGeometryHandler
:
public
itk
::
Object
class
ITK_EXPORT
ImageGeometryHandler
:
public
itk
::
Object
{
public
:
//Dclaration des types:
...
...
@@ -62,11 +62,14 @@ public :
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
static
Pointer
New
()
{
Pointer
n
=
new
Self
;
n
->
UnRegister
();
return
n
;
}
static
Pointer
New
()
{
Pointer
n
=
new
Self
;
n
->
UnRegister
();
return
n
;
}
itkTypeMacro
(
ImageGeometryHandler
,
Object
);
//itkNewMacro( Self );
/***********************************/
/* Dclaration des mthodes */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment