Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
399a6fed
Commit
399a6fed
authored
Apr 29, 2010
by
David Gobbi
Committed by
Marcus D. Hanwell
Jun 16, 2010
Browse files
COMP: all special object parameters should be in a BTX/ETX block
parent
915500d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkDistributedGraphHelper.h
View file @
399a6fed
...
...
@@ -96,6 +96,7 @@ class VTK_FILTERING_EXPORT vtkDistributedGraphHelper : public vtkObject
// Builds a distributed ID consisting of the given owner and the local ID.
vtkIdType
MakeDistributedId
(
int
owner
,
vtkIdType
local
);
//BTX
// Description:
// Set the pedigreeId -> processor distribution function that determines
// how vertices are distributed when they are associated with
...
...
@@ -105,7 +106,6 @@ class VTK_FILTERING_EXPORT vtkDistributedGraphHelper : public vtkObject
void
SetVertexPedigreeIdDistribution
(
vtkVertexPedigreeIdDistribution
Func
,
void
*
userData
);
//BTX
// Description:
// Determine which processor owns the vertex with the given pedigree ID.
vtkIdType
GetVertexOwnerByPedigreeId
(
const
vtkVariant
&
pedigreeId
);
...
...
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