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
4c56f4be
Commit
4c56f4be
authored
13 years ago
by
Cyrille Valladeau
Browse files
Options
Downloads
Plain Diff
MRG
parents
da158e75
3a748814
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Visualization/Viewer/View/otbViewerViewGroup.fl
+1
-0
1 addition, 0 deletions
Code/Visualization/Viewer/View/otbViewerViewGroup.fl
Testing/Code/Visualization/Viewer/CMakeLists.txt
+16
-23
16 additions, 23 deletions
Testing/Code/Visualization/Viewer/CMakeLists.txt
with
17 additions
and
23 deletions
Code/Visualization/Viewer/View/otbViewerViewGroup.fl
+
1
−
0
View file @
4c56f4be
...
...
@@ -312,5 +312,6 @@ OpenJpeg2000Image();}
Function {PackedViewMode()} {open return_type {virtual void}
} {comment {for fluid 1.3} {in_source not_in_header}}
Function {OpenJpeg2000Image()} {open selected return_type {virtual void}
Function {OpenJpeg2000Image()} {open selected return_type {virtual void}
} {comment {for fluid 1.3} {in_source not_in_header}}
}
This diff is collapsed.
Click to expand it.
Testing/Code/Visualization/Viewer/CMakeLists.txt
+
16
−
23
View file @
4c56f4be
IF
(
NOT OTB-Applications_DISABLE_CXX_TESTING
)
SET
(
BASELINE
${
OTB_DATA_ROOT
}
/Baseline/OTB-Applications/Images
)
SET
(
BASELINE_FILES
${
OTB_DATA_ROOT
}
/Baseline/OTB-Applications/Files
)
SET
(
INPUTDATA
${
OTB_DATA_ROOT
}
/Input
)
SET
(
TEMP
${
OTB-ApplicationsTesting_BINARY_DIR
}
/Temporary
)
#Tolerance sur diff pixel image
SET
(
TOL 0.0
)
IF
(
OTB_USE_VISU_GUI
)
SET
(
Viewer_TESTS
${
CXX_TEST_PATH
}
/otbViewerTests
)
# ------------ Model Tests ---------------------------
ADD_TEST
(
ivmTuModelTest
${
Image
Viewer_TESTS
}
otb
Image
ViewerModelTest
ADD_TEST
(
ivmTuModelTest
${
Viewer_TESTS
}
otbViewerModelTest
${
INPUTDATA
}
/poupees.tif
${
INPUTDATA
}
/amst.png
)
ADD_TEST
(
ivmTuModelTest_
WtihJEP
G2000Id
${
Image
Viewer_TESTS
}
ADD_TEST
(
ivmTuModelTest_
JPE
G2000Id
${
Viewer_TESTS
}
otbViewerModelWithAddNumTest
${
INPUTDATA
}
/bretagne.j2k
5
3
)
ADD_TEST
(
ivmTvViewTest
${
Image
Viewer_TESTS
}
otb
Image
ViewerViewTest
ADD_TEST
(
ivmTvViewTest
${
Viewer_TESTS
}
otbViewerViewTest
${
INPUTDATA
}
/poupees.tif
)
ADD_TEST
(
ivmTvViewTest_
WtihJEP
G2000
${
Image
Viewer_TESTS
}
otb
Image
ViewerViewTest
ADD_TEST
(
ivmTvViewTest_
JPE
G2000
Id
${
Viewer_TESTS
}
otbViewerViewTest
${
INPUTDATA
}
/bretagne.j2k:3
)
...
...
@@ -39,9 +40,10 @@ SET(Viewer_SRCS
otbViewerTests.cxx
otbViewerModelTest.cxx
otbViewerViewTest.cxx
${
OTB_SOURCE_DIR
}
/Code/Visualization/Viewer/
View
/otbViewer
ViewGUI.cxx
#
${OTB_SOURCE_DIR}/Code/Visualization/Viewer/
Model
/otbViewer
Model.h
${
OTB_SOURCE_DIR
}
/Code/Visualization/Viewer/Model/otbViewerModel.cxx
${
OTB_SOURCE_DIR
}
/Code/Visualization/Viewer/Controller/otbViewerController.cxx
${
OTB_SOURCE_DIR
}
/Code/Visualization/Viewer/View/otbViewerViewGUI.cxx
${
OTB_BINARY_DIR
}
/Code/Visualization/Viewer/otbViewerViewGroup.cxx
)
...
...
@@ -52,20 +54,11 @@ INCLUDE_DIRECTORIES(
${
OTB_BINARY_DIR
}
/Code/Visualization/Viewer
)
# Suppress warning Fl_RGB_Image deferencing pointeur
#IF(CMAKE_COMPILER_IS_GNUCXX)
# SET_SOURCE_FILES_PROPERTIES(
# ${Viewer_SRCS}
# otbViewerTests.cxx
# PROPERTIES COMPILE_FLAGS -fno-strict-aliasing)
#ENDIF(CMAKE_COMPILER_IS_GNUCXX)
OTB_ADD_EXECUTABLE
(
otbViewerTests
"
${
Viewer_SRCS
}
"
"OTBVisualization;OTBTesting"
)
ENDIF
(
OTB_USE_VISU_GUI
)
#INCLUDE_DIRECTORIES(${OTB_SOURCE_DIR}/Testing/Code)
#ADD_EXECUTABLE(otbViewerTests otbViewerTests.cxx ${Viewer_SRCS})
#TARGET_LINK_LIBRARIES(otbViewerTests otbViewer OTBTesting)
ENDIF
(
NOT OTB-Applications_DISABLE_CXX_TESTING
)
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