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
Andrew Bauer
VTK
Commits
4967ed9a
Commit
4967ed9a
authored
Apr 01, 1997
by
Ken Martin
Browse files
minor fix in preprocessing
parent
8e8f998d
Changes
1
Show whitespace changes
Inline
Side-by-side
graphics/vtkContourFilter.cxx
View file @
4967ed9a
...
...
@@ -146,7 +146,7 @@ void vtkContourFilter::Execute()
{
int
dim
=
this
->
Input
->
GetCell
(
0
)
->
GetCellDimension
();
#if USE_PATENTED
#if
def
USE_PATENTED
if
(
this
->
Input
->
GetCell
(
0
)
->
GetCellDimension
()
>=
2
)
{
this
->
StructuredPointsContour
(
dim
);
...
...
@@ -230,7 +230,7 @@ void vtkContourFilter::StructuredPointsContour(int dim)
vtkPolyData
*
thisOutput
=
(
vtkPolyData
*
)
this
->
Output
;
int
i
;
#if USE_PATENTED
#if
def
USE_PATENTED
if
(
dim
==
2
)
//marching squares
{
static
vtkMarchingSquares
msquares
;
...
...
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