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
Container Registry
Model registry
Operate
Environments
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
Cédric Traizet
otb
Commits
989a9f1f
Commit
989a9f1f
authored
16 years ago
by
Julien Michel
Browse files
Options
Downloads
Plain Diff
MRG: Merging heads
parents
2ff27871
3356942b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/IO/otbImageIOFactory.cxx
+13
-13
13 additions, 13 deletions
Code/IO/otbImageIOFactory.cxx
Code/IO/otbImageIOFactory.h
+1
-1
1 addition, 1 deletion
Code/IO/otbImageIOFactory.h
with
14 additions
and
14 deletions
Code/IO/otbImageIOFactory.cxx
+
13
−
13
View file @
989a9f1f
...
...
@@ -50,7 +50,7 @@ namespace otb
return
(
Superclass
::
CreateImageIO
(
path
,
mode
)
);
}
void
ImageIOFactory
::
RegisterBuiltInFactories
()
{
...
...
@@ -64,34 +64,34 @@ namespace otb
if
(
firstTime
)
{
// RAD Format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
RADImageIOFactory
::
New
()
);
itk
::
ObjectFactoryBase
::
RegisterFactory
(
RADImageIOFactory
::
New
()
);
// BSQ format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
BSQImageIOFactory
::
New
()
);
itk
::
ObjectFactoryBase
::
RegisterFactory
(
BSQImageIOFactory
::
New
()
);
// LUM format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
LUMImageIOFactory
::
New
()
);
itk
::
ObjectFactoryBase
::
RegisterFactory
(
LUMImageIOFactory
::
New
()
);
#ifdef OTB_COMPILE_JPEG2000
// JPEG2000 : New format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
JPEG2000ImageIOFactory
::
New
()
);
#endif
// GDAL : New format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
GDALImageIOFactory
::
New
()
);
itk
::
ObjectFactoryBase
::
RegisterFactory
(
GDALImageIOFactory
::
New
()
);
// MegaWave format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
MWImageIOFactory
::
New
()
);
// ONERA format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
ONERAImageIOFactory
::
New
()
);
itk
::
ObjectFactoryBase
::
RegisterFactory
(
ONERAImageIOFactory
::
New
()
);
// MSTAR Format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
MSTARImageIOFactory
::
New
()
);
#ifdef OTB_USE_CURL
// TileMap : New format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
TileMapImageIOFactory
::
New
()
);
#endif
#endif
firstTime
=
false
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Code/IO/otbImageIOFactory.h
+
1
−
1
View file @
989a9f1f
...
...
@@ -25,7 +25,7 @@
namespace
otb
{
/** \class ImageIOFactory
* \brief Cration
d'instances d'
objet
ImageIO utilisant les
object factory.
* \brief Cr
e
ation
of
obje
c
t
instance using
object factory.
*/
class
ITK_EXPORT
ImageIOFactory
:
public
itk
::
ImageIOFactory
{
...
...
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