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
b2c966b2
Commit
b2c966b2
authored
Jun 20, 2006
by
Mathieu Malaterre
Browse files
STYLE: typo in doc
parent
da065552
Changes
2
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkHierarchicalBoxDataSet.h
View file @
b2c966b2
...
...
@@ -41,8 +41,7 @@ public:
void
PrintSelf
(
ostream
&
os
,
vtkIndent
indent
);
// Description:
// Return class name of data type (see vtkType.h for
// definitions).
// Return class name of data type (see vtkType.h for definitions).
virtual
int
GetDataObjectType
()
{
return
VTK_HIERARCHICAL_BOX_DATA_SET
;}
//BTX
...
...
@@ -50,17 +49,15 @@ public:
// Set the dataset pointer for a given node. This method does
// not remove the existing parent/child links. It only replaces
// the dataset pointer.
void
SetDataSet
(
unsigned
int
level
,
unsigned
int
id
,
vtkAMRBox
&
box
,
vtkUniformGrid
*
dataSet
);
void
SetDataSet
(
unsigned
int
level
,
unsigned
int
id
,
vtkAMRBox
&
box
,
vtkUniformGrid
*
dataSet
);
void
SetDataSet
(
unsigned
int
level
,
unsigned
int
id
,
vtkDataObject
*
dataSet
)
{
this
->
Superclass
::
SetDataSet
(
level
,
id
,
dataSet
);
}
// Description:
// Get a dataset give a level and an id.
// Get a dataset give
n
a level and an id.
vtkUniformGrid
*
GetDataSet
(
unsigned
int
level
,
unsigned
int
id
,
vtkAMRBox
&
box
);
...
...
@@ -95,7 +92,7 @@ public:
// Description:
// Returns the total number of points of all blocks. This will
// iterate over all blocks and call GetNumberOfPoints() so it
// might be exp
a
nsive. Does not include the number of blanked
// might be exp
e
nsive. Does not include the number of blanked
// points.
virtual
vtkIdType
GetNumberOfPoints
();
...
...
Filtering/vtkMultiGroupDataSetInternal.h
View file @
b2c966b2
...
...
@@ -51,7 +51,7 @@ struct vtkMGDSNodeRef
{
return
(
this
->
Group
!=
rhs
.
Group
)
||
(
this
->
Index
!=
rhs
.
Index
);
}
int
Group
;
int
Index
;
};
...
...
Write
Preview
Supports
Markdown
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