-
- Downloads
These Python tests have been refactored.
This has been done by removing the "tcl-isms" and making
the code more readable. In some cases redundant code
has been removed (often a result of copy/paste operations).
The code has also been checked to ensure each line is 80
characters or less.
The code can now be run using vtkpython or by using the
appropriate Python environment.
Originally these were TCL scripts that were converted using
vtkTclTestToPy.py and they they needed to be run through the
rtImageTest.py driver which defines a few needed
functions/variables for their operation. To this end
backdrop.py has been added where it is needed.
Change-Id: I50d6505628c140ea4551f74f7f3e85df907567e1
Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com>
Showing
- Common/ComputationalGeometry/Testing/Python/CSpline.py 44 additions, 28 deletionsCommon/ComputationalGeometry/Testing/Python/CSpline.py
- Common/ComputationalGeometry/Testing/Python/KSpline.py 49 additions, 31 deletionsCommon/ComputationalGeometry/Testing/Python/KSpline.py
- Common/ComputationalGeometry/Testing/Python/closedSplines.py 150 additions, 109 deletionsCommon/ComputationalGeometry/Testing/Python/closedSplines.py
- Common/DataModel/Testing/Python/LineIntersectQuadraticCells.py 293 additions, 273 deletions...n/DataModel/Testing/Python/LineIntersectQuadraticCells.py
- Common/DataModel/Testing/Python/SelectionLoop.py 26 additions, 12 deletionsCommon/DataModel/Testing/Python/SelectionLoop.py
- Common/DataModel/Testing/Python/TestConvexPointSet.py 48 additions, 34 deletionsCommon/DataModel/Testing/Python/TestConvexPointSet.py
- Common/DataModel/Testing/Python/TestQuadricClustering.py 27 additions, 11 deletionsCommon/DataModel/Testing/Python/TestQuadricClustering.py
- Common/DataModel/Testing/Python/backdrop.py 74 additions, 0 deletionsCommon/DataModel/Testing/Python/backdrop.py
- Common/DataModel/Testing/Python/headBone.py 43 additions, 16 deletionsCommon/DataModel/Testing/Python/headBone.py
- Common/Transforms/Testing/Python/spherical.py 24 additions, 11 deletionsCommon/Transforms/Testing/Python/spherical.py
- Filters/Core/Testing/Python/Delaunay2DTransform.py 22 additions, 9 deletionsFilters/Core/Testing/Python/Delaunay2DTransform.py
- Filters/Core/Testing/Python/StreamPolyData.py 36 additions, 16 deletionsFilters/Core/Testing/Python/StreamPolyData.py
- Filters/Core/Testing/Python/TestGridSynchronizedTemplates3D.py 96 additions, 75 deletions...rs/Core/Testing/Python/TestGridSynchronizedTemplates3D.py
- Filters/Core/Testing/Python/TestTensorGlyph.py 13 additions, 3 deletionsFilters/Core/Testing/Python/TestTensorGlyph.py
- Filters/Core/Testing/Python/backdrop.py 74 additions, 0 deletionsFilters/Core/Testing/Python/backdrop.py
- Filters/Core/Testing/Python/capCow.py 44 additions, 18 deletionsFilters/Core/Testing/Python/capCow.py
- Filters/Core/Testing/Python/capSphere.py 34 additions, 11 deletionsFilters/Core/Testing/Python/capSphere.py
- Filters/Core/Testing/Python/clipArt.py 66 additions, 33 deletionsFilters/Core/Testing/Python/clipArt.py
- Filters/Core/Testing/Python/constrainedDelaunay.py 63 additions, 46 deletionsFilters/Core/Testing/Python/constrainedDelaunay.py
- Filters/Core/Testing/Python/contourCells.py 592 additions, 380 deletionsFilters/Core/Testing/Python/contourCells.py
Loading
Please register or sign in to comment