Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
8761954e
Commit
8761954e
authored
Jan 10, 2020
by
Cédric Traizet
Browse files
BUG: GetMultiWriting has been replaced by IsMultiWritingEnabled()
parent
34aa1723
Pipeline
#3315
passed with stages
in 78 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py
View file @
8761954e
...
...
@@ -365,7 +365,7 @@ def render_deprecation_string(app):
return
""
def
render_multiwriting_string
(
app
):
if
app
.
Get
MultiWriting
():
if
app
.
Is
MultiWriting
Enabled
():
return
(
"This application has several output images and supports
\"
multi-writing
\"
. Instead of computing and writing each "
"image independently, the streamed image blocks are written in a synchronous way for each output. The output images will "
"be computed strip by strip, using the available RAM to compute the strip size, and a user defined streaming mode can be specified "
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment