Skip to content
GitLab
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
0bcef852
Commit
0bcef852
authored
Feb 04, 2008
by
Will Schroeder
Browse files
BUG:New images to make tests pass
parent
14661ec7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Graphics/Testing/Cxx/CMakeLists.txt
View file @
0bcef852
...
...
@@ -9,6 +9,7 @@ IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
CellLocator.cxx
PointLocator.cxx
FrustumClip.cxx
NicoleTest.cxx
RGrid.cxx
TestAppendSelection.cxx
TestClipHyperOctree.cxx
...
...
Graphics/Testing/Cxx/TestSelectEnclosedPoints.cxx
View file @
0bcef852
...
...
@@ -59,6 +59,7 @@ int TestSelectEnclosedPoints(int argc, char* argv[])
actor
->
GetProperty
()
->
SetRepresentationToWireframe
();
// Generate some random points
vtkMath
::
RandomSeed
(
1177
);
vtkPoints
*
points
=
vtkPoints
::
New
();
for
(
int
i
=
0
;
i
<
500
;
i
++
)
{
...
...
@@ -95,7 +96,7 @@ int TestSelectEnclosedPoints(int argc, char* argv[])
pointsActor
->
GetProperty
()
->
SetColor
(
1
,
0
,
0
);
// Add actors
renderer
->
AddActor
(
actor
);
//
renderer->AddActor(actor);
renderer
->
AddActor
(
pointsActor
);
// Standard testing code.
...
...
Graphics/Testing/Cxx/TestUncertaintyTubeFilter.cxx
View file @
0bcef852
...
...
@@ -45,6 +45,7 @@ int TestUncertaintyTubeFilter( int argc, char* argv[] )
newPts
->
SetPoint
(
8
,
1
,
8
,
4
);
newPts
->
SetPoint
(
9
,
1
,
16
,
5
);
vtkMath
::
RandomSeed
(
1177
);
vtkDoubleArray
*
s
=
vtkDoubleArray
::
New
();
s
->
SetNumberOfComponents
(
1
);
s
->
SetNumberOfTuples
(
10
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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