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
fc7335b5
Commit
fc7335b5
authored
12 years ago
by
Luc Hermitte
Browse files
Options
Downloads
Patches
Plain Diff
REFAC: file that shouldn't have existed there in the first place
parent
d21b89ed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/UtilitiesAdapters/OGRAdapters/otbGeometriesProjectionFilter.h
+0
-66
0 additions, 66 deletions
...itiesAdapters/OGRAdapters/otbGeometriesProjectionFilter.h
with
0 additions
and
66 deletions
Code/UtilitiesAdapters/OGRAdapters/otbGeometriesProjectionFilter.h
deleted
100644 → 0
+
0
−
66
View file @
d21b89ed
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbGeometriesProjectionFilter_h
#define __otbGeometriesProjectionFilter_h
#include
"otbGeometriesToGeometriesFilter.h"
namespace
otb
{
class
ITK_EXPORT
GeometriesProjectionFilter
:
public
GeometriesToGeometriesFilter
{
public:
/**\name Standard ITK typedefs */
//@{
typedef
GeometriesProjectionFilter
Self
;
typedef
itk
::
ProcessObject
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
//@}
/**\name I/O typedefs */
//@{
typedef
SuperClass
::
InputGeometriesType
InputGeometriesType
;
typedef
SuperClass
::
InputGeometriesPointer
InputGeometriesPointer
;
typedef
SuperClass
::
OutputGeometriesType
OutputGeometriesType
;
typedef
SuperClass
::
OutputGeometriesPointer
OutputGeometriesPointer
;
//@}
/**\name Standard macros */
//@{
/** Method for creation through the object factory. */
itkNewMacro
(
Self
);
/** Run-time type information (and related methods). */
itkTypeMacro
(
GeometriesProjectionFilter
,
GeometriesToGeometriesFilter
);
//@}
protected:
GeometriesProjectionFilter
();
virtual
~
GeometriesProjectionFilter
();
virtual
DoProcessLayer
(
ogr
::
Layer
const
&
source
,
ogr
::
Layer
&
destination
);
};
}
// end namespace otb
#ifndef OTB_MANUAL_INSTANTIATION
#include
"otbGeometriesProjectionFilter.txx"
#endif
#endif // __otbGeometriesProjectionFilter_h
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