Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
840d2f59
Commit
840d2f59
authored
Mar 01, 2016
by
Sean McBride
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed incorrect method signatures in 7.1 change notes
parent
09259e95
Pipeline
#8610
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Documentation/Doxygen/ChangesVTK-7-1.md
Documentation/Doxygen/ChangesVTK-7-1.md
+3
-3
No files found.
Documentation/Doxygen/ChangesVTK-7-1.md
View file @
840d2f59
...
...
@@ -43,10 +43,10 @@ The following new methods were added:
int Update(int port, vtkInformationVector* requests);
int Update(vtkInformation* requests);
int UpdatePiece(int piece, int numPieces, int ghostLevels, int
*
extents=0);
int UpdateExtent(
int piece, int numPieces, int ghostLevels,
int
*
extents=0);
int UpdatePiece(int piece, int numPieces, int ghostLevels,
const
int extents
[6]
=0);
int UpdateExtent(
const
int extents
[6]
=0);
int UpdateTimeStep(double time,
int piece=-1, int numPieces=1, int ghostLevels=0, int
*
extents=0);
int piece=-1, int numPieces=1, int ghostLevels=0,
const
int extents
[6]
=0);
### vtkStreamingDemandDrivenPipeline:
...
...
David Gobbi
@dgobbi
mentioned in commit
3f59a6ce
·
Mar 02, 2016
mentioned in commit
3f59a6ce
mentioned in commit 3f59a6ce52323532a58cdffdd813e616797603e4
Toggle commit list
David Gobbi
@dgobbi
Mentioned in commit
jfavre/vtk@3f59a6ce
·
Sep 27, 2016
Mentioned in commit
jfavre/vtk@3f59a6ce
Mentioned in commit jfavre/vtk@3f59a6ce52323532a58cdffdd813e616797603e4
Toggle commit list
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