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
Ben Boeckel
ParaView
Commits
86fb6feb
Commit
86fb6feb
authored
Jan 22, 2004
by
Charles Law
Browse files
VTK API change. Do not merge into ParaView-1-2
parent
1973b213
Changes
2
Hide whitespace changes
Inline
Side-by-side
ParaView/Filters/vtkExtractCells.cxx
View file @
86fb6feb
...
...
@@ -33,7 +33,7 @@
#include <algorithm>
#include <vtkstd/set>
vtkCxxRevisionMacro
(
vtkExtractCells
,
"1.
7
"
);
vtkCxxRevisionMacro
(
vtkExtractCells
,
"1.
8
"
);
vtkStandardNewMacro
(
vtkExtractCells
);
vtkExtractCells
::
vtkExtractCells
()
...
...
@@ -325,7 +325,7 @@ vtkIdList *vtkExtractCells::reMapPointIds(vtkDataSet *grid)
this
->
SubSetUGridCellArraySize
=
0
;
vtkIdType
*
cellArray
=
ugrid
->
GetCells
()
->
GetPointer
();
int
*
locs
=
ugrid
->
GetCellLocationsArray
()
->
GetPointer
(
0
);
vtkIdType
*
locs
=
ugrid
->
GetCellLocationsArray
()
->
GetPointer
(
0
);
this
->
SubSetUGridCellArraySize
=
0
;
...
...
@@ -437,7 +437,7 @@ void vtkExtractCells::CopyCellsUnstructuredGrid(vtkIdList *ptMap)
vtkstd
::
set
<
vtkIdType
>::
iterator
cellPtr
;
// input
vtkIdType
*
cells
=
ugrid
->
GetCells
()
->
GetPointer
();
int
*
locs
=
ugrid
->
GetCellLocationsArray
()
->
GetPointer
(
0
);
vtkIdType
*
locs
=
ugrid
->
GetCellLocationsArray
()
->
GetPointer
(
0
);
vtkUnsignedCharArray
*
types
=
ugrid
->
GetCellTypesArray
();
for
(
cellPtr
=
this
->
CellList
.
begin
();
...
...
ParaView/Filters/vtkMergeCells.cxx
View file @
86fb6feb
...
...
@@ -40,7 +40,7 @@
#include <stdlib.h>
#include <algorithm>
vtkCxxRevisionMacro
(
vtkMergeCells
,
"1.1
0
"
);
vtkCxxRevisionMacro
(
vtkMergeCells
,
"1.1
1
"
);
vtkStandardNewMacro
(
vtkMergeCells
);
vtkCxxSetObjectMacro
(
vtkMergeCells
,
UnstructuredGrid
,
vtkUnstructuredGrid
);
...
...
@@ -378,7 +378,7 @@ vtkIdType vtkMergeCells::AddNewCellsUnstructuredGrid(vtkDataSet *set,
vtkCellArray
*
cellArray
=
NULL
;
vtkIdType
*
cells
=
NULL
;
int
*
locs
=
NULL
;
vtkIdType
*
locs
=
NULL
;
unsigned
char
*
types
=
NULL
;
int
numCells
=
0
;
...
...
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