Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
8f85f3d2
Commit
8f85f3d2
authored
Nov 19, 2020
by
Julien Osman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: Move GDALRPCTransformer to IO/IOGDAL so it can interact with DEMHandler
parent
5389d9e5
Pipeline
#6193
failed with stages
in 94 minutes and 38 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
Modules/Filtering/Projection/include/otbGenericRSResampleImageFilter.hxx
...ng/Projection/include/otbGenericRSResampleImageFilter.hxx
+0
-1
Modules/IO/IOGDAL/include/otbGDALRPCTransformer.h
Modules/IO/IOGDAL/include/otbGDALRPCTransformer.h
+2
-3
Modules/IO/IOGDAL/test/CMakeLists.txt
Modules/IO/IOGDAL/test/CMakeLists.txt
+1
-1
No files found.
Modules/Filtering/Projection/include/otbGenericRSResampleImageFilter.hxx
View file @
8f85f3d2
...
...
@@ -24,7 +24,6 @@
#include "otbGenericRSResampleImageFilter.h"
#include "itkMetaDataObject.h"
#include "otbMetaDataKey.h"
#include "itkProgressAccumulator.h"
...
...
Modules/IO/IOGDAL/include/otbGDALRPCTransformer.h
View file @
8f85f3d2
...
...
@@ -20,7 +20,6 @@
#ifndef otbGDALRPCTransformer_h
#define otbGDALRPCTransformer_h
#include "OTBGdalAdaptersExport.h"
#include "itkPoint.h"
#include "gdal_alg.h"
...
...
@@ -42,10 +41,10 @@ namespace otb
* RPCParam structure defined in the otbGeometryMetadata.h file. They
* are quite similar to what can be found in GDALRPCInfo.
*
* \ingroup OTB
GdalAdapters
* \ingroup OTB
IOGDAL
*/
class
OTBGdalAdapters_EXPORT
GDALRPCTransformer
class
GDALRPCTransformer
{
public:
...
...
Modules/IO/IOGDAL/test/CMakeLists.txt
View file @
8f85f3d2
...
...
@@ -263,7 +263,7 @@ foreach(INPUTFILE_PIXELTYPE ${INPUTFILE_PIXELTYPES_LIST})
endforeach
()
otb_add_test
(
NAME TuGDALRPCTransformerTest
COMMAND otb
GdalAdaptersTestDriver
COMMAND otb
IOGDALTestDriver
otbGDALRPCTransformerTest
${
INPUTDATA
}
/TuGDALRPCTransformerTest_DEM.tif
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment