Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
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
Orekit
Rugged
Commits
083f33c9
Commit
083f33c9
authored
11 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Javadoc.
parent
5c3a0448
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rugged-core/src/main/java/org/orekit/rugged/core/duvenhage/MinMaxTreeTile.java
+3
-3
3 additions, 3 deletions
...java/org/orekit/rugged/core/duvenhage/MinMaxTreeTile.java
with
3 additions
and
3 deletions
rugged-core/src/main/java/org/orekit/rugged/core/duvenhage/MinMaxTreeTile.java
+
3
−
3
View file @
083f33c9
...
...
@@ -125,7 +125,7 @@ public class MinMaxTreeTile extends SimpleTile {
* @param i1 row index of first pixel
* @param j1 column index of first pixel
* @param i2 row index of second pixel
* @param j2 column index of se
d
on
c
pixel
* @param j2 column index of se
c
on
d
pixel
* @return largest level at which two pixels are merged in the same min/max sub-tile,
* or negative if they are never merged in the same sub-tile
* @see #getLevels()
...
...
@@ -161,12 +161,12 @@ public class MinMaxTreeTile extends SimpleTile {
* rows or columns which are not powers of 2 or with one
* dimension much larger than the other. As an example, starting
* from a 107 ⨉ 19 array, we get the following 9 levels, for a
* total of 2187 elements in
bot
h tree
s
:
* total of 2187 elements in
eac
h tree:
* </p>
* <p>
* <table border="0">
* <tr BGCOLOR="#EEEEFF"><font size="+1">
* <td>Level</td> <td>Dimension</td> <td>Start index</td> <td>End index</td></font></tr>
* <td>Level</td> <td>Dimension</td> <td>Start index</td> <td>End index
(inclusive)
</td></font></tr>
* <tr> <td>0</td> <td> 7 ⨉ 1</td> <td> 0</td> <td> 6</td> </tr>
* <tr> <td>1</td> <td> 7 ⨉ 2</td> <td> 7</td> <td> 20</td> </tr>
* <tr> <td>2</td> <td> 14 ⨉ 2</td> <td> 21</td> <td> 48</td> </tr>
...
...
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