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
Main Repositories
otb
Commits
ce62c60f
Commit
ce62c60f
authored
11 years ago
by
OTB Bot
Browse files
Options
Downloads
Patches
Plain Diff
STYLE
parent
80d07627
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/DisparityMap/otbMulti3DMapToDEMFilter.txx
+1
-1
1 addition, 1 deletion
Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
Code/IO/otbJPEG2000ImageIO.cxx
+3
-3
3 additions, 3 deletions
Code/IO/otbJPEG2000ImageIO.cxx
with
4 additions
and
4 deletions
Code/DisparityMap/otbMulti3DMapToDEMFilter.txx
+
1
−
1
View file @
ce62c60f
...
...
@@ -701,7 +701,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener
default:
itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode)
;
;
break;
}
}
...
...
This diff is collapsed.
Click to expand it.
Code/IO/otbJPEG2000ImageIO.cxx
+
3
−
3
View file @
ce62c60f
...
...
@@ -104,7 +104,7 @@ namespace otb
/** Compute offsets needed to read the data from the tile decoded and
* offsets needed to write into the output buffer.
*
*
* Please note that this function uses a bare pointer instead of a
* shared one because it is called within LoadTileData, which hides
* the opj_image_t pointer between a void * for proper hiding of
...
...
@@ -662,7 +662,7 @@ boost::shared_ptr<opj_image_t> JPEG2000TileCache::GetTile(unsigned int tileIndex
}
void
JPEG2000TileCache
::
RemoveOneTile
()
{
{
if
(
!
m_Cache
.
empty
())
{
m_Cache
.
pop_front
();
...
...
@@ -907,7 +907,7 @@ void JPEG2000ImageIO::Read(void* buffer)
// If we will read more tiles than the cache size, clear it
if
(
toReadTiles
.
size
()
>
m_TileCache
->
GetCacheSizeInTiles
())
{
{
m_TileCache
->
Clear
();
}
// Else if there is not enough rooms from new tiles
...
...
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