User contributions
From KitwarePublic
Jump to navigationJump to search- 23:26, 26 May 2012 diff hist +1,660 N VTK/Examples/Python/GeometricObjects/Display/Planes Created page with "==Planes.py== <source lang="python"> #!/usr/bin/env python import vtk # Use this variable to select one of the two methods below. SELECT_FRUSTUM_METHOD = True if SELECT_FRUSTU..."
- 23:22, 26 May 2012 diff hist +1 m VTK/Examples/Python/GeometricObjects/Display/Arrow →Arrow.py
- 21:00, 26 May 2012 diff hist +1 m VTK/Examples/Python/GeometricObjects/Display/OrientedArrow →OrientedArrow.py current
- 20:59, 26 May 2012 diff hist +4,370 N VTK/Examples/Python/GeometricObjects/Display/OrientedArrow Created page with "==OrientedArrow.py== This example illustrates how to create and display an arrow that passes through two points. It demonstrates two different ways to apply the transform: # Use..."
- 18:37, 26 May 2012 diff hist +1,355 N VTK/Examples/Python/GeometricObjects/Display/LongLine Created page with "==LongLine.py== <source lang="python"> #!/usr/bin/env python import vtk # Create five points. origin = [0.0, 0.0, 0.0] p0 = [1.0, 0.0, 0.0] p1 = [0.0, 1.0, 0.0] p2 = [0.0, 1.0..."
- 18:36, 26 May 2012 diff hist -52 m VTK/Examples/Cxx/GeometricObjects/LongLine →LongLine.cxx
- 18:32, 26 May 2012 diff hist -89 m VTK/Examples/Cxx/GeometricObjects/LongLine →LongLine.cxx
- 18:09, 26 May 2012 diff hist +20 m VTK/Examples/Python/GeometricObjects/Display/ColoredLines
- 18:07, 26 May 2012 diff hist +28 m VTK/Examples/Python/GeometricObjects/Display/GeometricObjectsDemo current
- 18:06, 26 May 2012 diff hist +27 m VTK/Examples/Python/GeometricObjects/Display/PolygonIntersection
- 18:04, 26 May 2012 diff hist +1,025 N VTK/Examples/Python/GeometricObjects/Display/Frustum Created page with "==Frustum.py== <source lang="python"> #!/usr/bin/env python import vtk camera = vtk.vtkCamera() planesArray = [0 for i in range(24)] camera.GetFrustumPlanes(1, planesArray) p..."
- 17:39, 26 May 2012 diff hist 0 m VTK/Examples/Python →Geometric Objects
- 06:11, 26 May 2012 diff hist +2,240 N VTK/Examples/Python/GeometricObjects/Display/ColoredLines Created page with "<source lang="python"> #!/usr/bin/env python import vtk # Create three points. Join (Origin and P0) with a red line and # (Origin and P1) with a green line origin = [0.0, 0.0, ..."
- 05:42, 26 May 2012 diff hist +3,603 N VTK/Examples/Python/GeometricObjects/Display/GeometricObjectsDemo Created page with "<source lang="python"> #!/usr/bin/env python import vtk class GeometricObjects(): def GeometricObjects(self): GeometricObjects = list() Geomet..."
- 05:39, 26 May 2012 diff hist -1 m VTK/Examples/Python/GeometricObjects/ParametricObjects →ParametricObjectsDemo.py
- 05:18, 26 May 2012 diff hist +882 N VTK/Examples/Python/GeometricObjects/Display/PolygonIntersection Created page with "<source lang="python"> #!/usr/bin/env python import vtk # Create a square in the x-y plane. points = vtk.vtkPoints() points.InsertNextPoint(0.0, 0.0, 0.0) points.InsertNextPoin..."
- 08:08, 25 May 2012 diff hist +773 VTK/Examples/Python →Geometric Objects
- 08:07, 25 May 2012 diff hist +258 VTK/Examples/Python/GeometricObjects/ParametricObjects →ParametricObjectsDemo.py
- 07:46, 25 May 2012 diff hist +5,447 N VTK/Examples/Python/GeometricObjects/ParametricObjects Created page with "==ParametricObjectsDemo.py== <source lang="python"> #!/usr/bin/env python import vtk import random class ParametricObjects(): def ParametricObjects(self): ..."
- 18:25, 17 April 2012 diff hist +67 m VTK/PythonDevelopment →Environment variables for Windows
- 22:03, 16 April 2012 diff hist -3 VTK/PythonDevelopment →Environment variables for Linux/MacOS
- 22:03, 16 April 2012 diff hist +3 VTK/PythonDevelopment →Environment variables for Linux/MacOS
- 20:47, 16 April 2012 diff hist +172 VTK/Examples →Examples are available for the following programming languages:
- 20:39, 16 April 2012 diff hist -36 VTK/PythonDevelopment →Environment variables for Windows
- 20:39, 16 April 2012 diff hist +360 VTK/PythonDevelopment →Environment variables for Linux/MacOS
- 20:37, 16 April 2012 diff hist +55 VTK/PythonDevelopment →Environment variables for Windows
- 20:33, 16 April 2012 diff hist +382 VTK/PythonDevelopment →Environment variables for Windows
- 20:24, 16 April 2012 diff hist +813 VTK/PythonDevelopment →Installing Pydev
- 20:13, 16 April 2012 diff hist +160 VTK/PythonDevelopment →Additional steps for Linux
- 20:10, 16 April 2012 diff hist 0 VTK/PythonDevelopment →Additional steps for Linux
- 20:08, 16 April 2012 diff hist +2,168 VTK/PythonDevelopment →Environment variables for Windows
- 19:51, 16 April 2012 diff hist +1,130 VTK/PythonDevelopment →Environment variables for Linux/MacOS
- 19:34, 16 April 2012 diff hist +1,207 N VTK/PythonDevelopment Created page with "=== VTK Eclipse/Pydev === Eclipse with Pydev provides a good development environment for developing Python scripts for VTK. You get Syntax checking/highlighting and code completi..."
- 19:15, 16 April 2012 diff hist +93 VTK →Building VTK
- 17:45, 27 March 2012 diff hist +4 VTK/GitMSBuild →Scripts and Batch files current
- 00:07, 26 March 2012 diff hist -2 VTK/GitMSBuild →Pull and Build
- 00:06, 26 March 2012 diff hist +10 VTK/GitMSBuild →Pull and Build
- 23:57, 25 March 2012 diff hist +110 VTK/GitMSBuild →Scripts and Batch files
- 23:44, 25 March 2012 diff hist +856 VTK/GitMSBuild →Scripts and Batch files
- 21:43, 23 March 2012 diff hist +61 m VTK/GitMSBuild →Scripts and Batch files
- 16:29, 22 March 2012 diff hist -1 m VTK/GitMSBuild →Building your own Code
- 22:52, 21 March 2012 diff hist +3,760 VTK/GitMSBuild →Scripts and Batch files
- 22:27, 21 March 2012 diff hist +9 VTK/GitMSBuild →Directories
- 22:25, 21 March 2012 diff hist +20 VTK/GitMSBuild →Environment variables
- 22:24, 21 March 2012 diff hist 0 VTK/GitMSBuild →Preliminary steps
- 22:21, 21 March 2012 diff hist +2,008 VTK/GitMSBuild →Scripts and Batch files
- 22:12, 21 March 2012 diff hist +3,184 VTK/GitMSBuild →Environment variables
- 22:09, 21 March 2012 diff hist +4,721 N VTK/GitMSBuild Created page with "== Building VTK using Git and MSBuild == === Preliminary steps === We are going to create a script called pull.sh that will automatically pull down onto your computer the files f..."
- 21:39, 21 March 2012 diff hist +57 VTK →Building VTK
- 23:21, 8 August 2008 diff hist +1,530 VTK/FAQ