All public logs

From KitwarePublic
Jump to navigationJump to search

Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 02:03, 28 April 2021 Cquammen talk contribs deleted page VTK/ExamplesBoneYard/TriangleOnData (content was: "<div class="floatright">File:VTK_Examples_Baseline_GeometricObjectsDisplay_TestDisplayTriangle.png</div> ==DisplayTriangle.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkTriangle.h> #include <vtkCellArray.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int , char *[]) { //Create a triangle vtkSmartPointer<vtkPoints>...")
  • 02:03, 28 April 2021 Cquammen talk contribs deleted page VTK/ExamplesBoneYard/VisualizeSphere (content was: "This example shows the basics of rendering to a window. It creates a sphere and then displays it in an interactive window. Fix: Add CMakeLists.txt ==VisualizeSphere.cxx== <source lang="cpp"> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkSmartPointer.h> int main (int argc, char *argv[]) { vtkSmartPointer<vtkS...")
  • 02:02, 28 April 2021 Cquammen talk contribs deleted page VTK/ExamplesBoneyard/Cxx/PolyData/AddLineToPolydata (content was: "This example shows how to add a line to a polydata. ==AddLineToPolydata.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkCellArray.h> #include <vtkPoints.h> #include <vtkLine.h> #include <vtkPolyData.h> #include <vtkXMLPolyDataWriter.h> int main(int, char *[]) { // Create two points double p0[3]; p0[0] = 1; p0[1] = 0; p0[2] = 0; double p1[3]; p1[0] = 0; p1[1] = 1; p1[2] = 0; // Add the two poitns to a vtkPoints object vtkSmartPoi...")
  • 02:02, 28 April 2021 Cquammen talk contribs deleted page VTK/ExamplesBoneyard/Cxx/Widgets/Contour (content was: "<div class="floatright">300px</div> ==ContourWidget.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkContourWidget.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkProperty.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { // Create a renderer and render window vtkSmartPointer<...")
  • 02:02, 28 April 2021 Cquammen talk contribs deleted page VTK/ExamplesBoneyard/DistanceToCamera (content was: "==DistanceToCamera.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPointSource.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPolyData.h> #include <vtkCellArray.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleTrackballCamera.h> #include <vtkInteractorStyleTrackball.h> #include <vtkDistanceToCamera.h> int main(int, char*[]) {...")
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/ParametricObjectsDemo (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==ParametricObjectsDemo.cs== <div class="floatright">400px</div> <source lang="CSharp"> using System; using System.Collections.G...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/ParametricObjects (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==ParametricObjects.cs== <div class="floatright">File:VTK_Examples_Baseline_GeometricObjects_TestParametricObjects.png</div> <source lang="CSharp"> using System; using System.Colle...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/OrientedArrow (content was: "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 [http://www.vtk.org/doc/nightly/html/classvtkTransformPolyDataFilter.html vtkTransformPolyDataFilter] to create a new transformed polydata. This method is useful if the transformed polydata is needed later in the pipeline, e...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/LongLine (content was: "Connect several points with a line.<br /> A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==LongLine.cs== <div class="floatright">File:VTK_Examples_Baseline_GeometricObjects_TestLongLine.png</div> <source lang="CSharp"> using Sy...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Line (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Line.cs== <div class="floatright">File:VTK_Examples_Baseline_GeometricObjects_TestLine.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using Syst...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Hexahedron (content was: "This example creates eight points and creates a hexahedron from the points. <br /> A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Hexahedron.cs== <div class="floatright">File:VTK_Examples_Baseline_GeometricObjects_ScreenshotHex...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/GeometricObjectsDemo (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==GeometricObjectsDemo.cs== <div class="floatright">400px</div> <source lang="CSharp"> using System; using System.Collections.Gen...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Frustum (content was: "This example gets the frustum from a camera and displays it on the screen. <br /> A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Frustum.cs== <div class="floatright">File:VTK_Examples_Baseline_GeometricObjects_TestFrustum.png...", and the only contributor was "Jochen" (talk))
  • 02:01, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Disk (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Disk.cs== <div class="floatright">File:VTK_Examples_Baseline_GeometricObjects_TestDisk.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using Syst...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Cylinder (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Cylinder.cs== <div class="floatright">File:VTK_Examples_CSharp_GeometricObjects_Cylinder.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using Sy...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Cube (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Cube.cs== <div class="floatright">File:VTK_Examples_CSharp_GeometricObjects_Cube.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using System.Com...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Cone (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Cone.cs== <div class="floatright">File:VTK_Examples_Baseline_GeometricObjects_TestCone.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using Syst...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/ColoredLines (content was: "Displays two lines, each with a different color.<br /> A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==ColoredLines.cs== <div class="floatright">File:VTK_Examples_CSharp_GeometricObjects_ColoredLines.png</div> <source lang="C...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Axes (content was: "This example shows how to position an AxesActor in 3D. Notice that position and orientation of the AxesActor is done with a user transform. <br /> A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Axes.cs== <div class="floatright">[...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/GeometricObjects/Arrow (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET] ==Arrow.cs== <div class="floatright">File:VTK_Examples_CSharp_GeometricObjects_Arrow.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using System.C...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Filters/ImplicitBoolean (content was: "A tutorial on how to setup a Windows Forms Application utilizing ActiViz.NET can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Windows Forms Application to use ActiViz.NET]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==ImplicitBoolean.cs== <div class="floatr...", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Filtering/ContoursFromPolyData (content was: "<p>This example uses vtkCutter to generate contours from a PolyData. A vtkPlane is set at the center of the PolyData and several contours are generated by specifying contour values that are distances to the center plane. The example works with a filename if provided. Otherwise is uses a vtkSphereSource.</p> A tutorial on how to setup a Windows Forms Application utilizing ActiViz....", and the only contributor was "Jochen" (talk))
  • 02:00, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Cxx/Widgets/BorderWorldCoords (content was: "If you set the Coordinates to World, the widget no longer follows the mouse. ==BorderWorldCoords.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkWidgetCallbackMapper.h> #include <vtkCommand.h> #include <vtkWidgetEvent.h> #include <vtkObjectFactory.h> #include <vtkActor.h> #include <vtkBorderRepresentation.h> #include <vtkBorderWidget.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h...")
  • 01:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Widgets/TensorProbeWidget (content was: "This example currently does nothing. How is this used? ==TensorProbeWidget.cxx== <source lang="cpp"> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkSmartPointer.h> #include <vtkTensorProbeWidget.h> int main(int argc, char *argv[]) { // a renderer and render window vtkSmartPointer<vtkRenderer> renderer = vtkSmartPointer<vtkRenderer>::New(); vtkSmartPointer<vtkRenderWindow> renderWindow = vtkSmartPoi...")
  • 01:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Widgets/PointWidget (content was: "==PointWidget.cxx== <source lang="cpp"> </source> {{VTKCMakeLists|{{SUBPAGENAME}}}}")
  • 01:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Widgets/PointHandleRepresentation2D (content was: "How do you use the handle? ==PointHandleRepresentation2D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkCommand.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkSphereSource.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyDataMapper.h> #include <vtkHandleWidget.h> #include <vtkPolygonalHandleRepresentation3D.h> int main(int argc, char *argv[]) { vtkSmartPointer<vtkSphereSource> sphereSource =...")
  • 01:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Widgets/CameraWidget (content was: "How to use this? ==CameraWidget.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkCameraRepresentation.h> #include <vtkCameraWidget.h> int main (int argc, char *argv[]) { // A sphere vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtk...")
  • 01:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/VoxelModeller (content was: "VTK_BIT is no longer supported. ==VoxelModeller.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkVoxelModeller.h> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkImageCast.h> #include <vtkXMLImageDataWriter.h> int main(int argc, char *argv[]) { vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New(); double bounds[6]; sphereSource->GetOutput()->GetBounds(bounds); vtkSmartPointer<vtkVoxe...")
  • 01:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Visualization/ScalarBarActor (content was: "This example demonstrates how to make a color bar to that reflects the range of values associated with a data set. ==ScalarBarActor.cxx== <source lang="cpp"> #include <vtkActor.h> #include <vtkFloatArray.h> #include <vtkLookupTable.h> #include <vtkPointData.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkScalarBarActor.h> #include <vtkSmartPointer.h> #include <...")
  • 01:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/RectangularButtonSource (content was: "==RectangularButtonSource.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkWeakPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkTextActor.h> #include <vtkTextProperty.h> #include <vtkRectangularButtonSource.h> #include <vtkInteractorStyleTrackballActor.h> #include <vtkObjectFactory.h> #i...")
  • 01:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/QuadricSurfaceFitting (content was: "This example currently does not work. This example finds the best fit quadric surface through a set of points. [http://www.vtk.org/Wiki/images/1/18/QuadricSurface_InputPoints.vtp Here] is an example data set. ==QuadricSurfaceFitting.cxx== <source lang="cpp"> #include <vtkPolyData.h> #include <vtkImageData.h> #include <vtkXMLPolyDataWriter.h> #include <vtkXMLPolyDataReader.h> #include <vtkSmartPointer.h> #include <vtkMath.h> #include <vtkQuadric.h> #include <vtkContourFilter.h...")
  • 01:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/PCAAnalysisFilter (content was: "The eigenvalues vector doesn't seem to be valid. It seems like the eigenvector corresponding to the smallest value is stored as the normal of the cell in the output - how do you get the other two eigen vectors? ==PCAAnalysisFilter.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkFloatArray.h> #include <vtkPolyData.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPlaneSource.h> #include <vtkPCAAnalysisFilter.h> int main(int argc, char *argv[]) { //create...")
  • 01:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/Colored2DImageFusion (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestColored2DImageFusion.png</div> This example use the vtkImageBlend class for a simple fusion of two 2D images with different color maps for each of the images. * Contributed by: Tim Hutz ==Colored2DImageFusion.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkDataSet.h> #include <vtkDataSetMapper.h> #include <vtkImageBlend.h> #include <vtkImageData.h> #include <vtkImageMa...")
  • 01:57, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Interaction/RecordEvents (content was: "Record mouse and keyboard events. ==RecordEvents.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorEventRecorder.h> int main(int argc, char*argv[]) { vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New(); sphereSource->Update(); vtkSm...")
  • 01:57, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Interaction/PlayBackEvents (content was: "This example plays back events that have been recorded to a file. ==PlayBackEvents.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorEventRecorder.h> int main(int argc, char*argv[]) { vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New();...")
  • 01:57, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Interaction/Flight (content was: "This example is currently broken. The sphere disappears if you click the left mouse button. The arrow keys do nothing. Left mouse button press produces forward motion. Right mouse button press produces reverse motion. Moving mouse during motion steers user in desired direction. Keyboard controls are: Left/Right/Up/Down Arrows for steering direction 'A' forward, 'Z' reverse motion Ctrl Key causes sidestep instead of steering in mouse and key modes Shift key is accelerator in mo...")
  • 01:57, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/GridPointCloud (content was: "This example is currently broken. We can determine which cell a point is in, but how to determine which points are in a particular cell? This example demonstrates how to overlay a grid structure (vtkImageData) over a set of points (in this case, vtkPolyData). This allows queries such as "Which cell (grid voxel) is a particular point in?" and "Which points are in a particular grid voxel?". ==GridPointCloud.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoi...")
  • 01:57, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Geovis/GeoView (content was: "==GeoView.cxx== <source lang="cpp"> #include <vtkGeoFileTerrainSource.h> #include <vtkGeoView.h> #include <vtkGeoTerrain.h> #include <vtkGeoGlobeSource.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkSmartPointer.h> int main(int argc, char* argv[]) { // Create the geo view. vtkSmartPointer<vtkGeoView> view = vtkSmartPointer<vtkGeoView>::New(); view->DisplayHoverTextOff(); view->GetRenderWindow()->SetMultiSam...")
  • 01:57, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Geovis/GeoGlobeSource (content was: "==GeoGlobeSource.cxx== <source lang="cpp"> #include <vtkGeoGlobeSource.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int argc, char *argv[]) { //Create a sphere vtkSmartPointer<vtkGeoGlobeSource> geoGlobeSource = vtkSmartPointer<vtkGeoGlobeSource>::New(); #if 0 //Create a mapper and actor vtkSmartPoi...")
  • 01:57, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/DistanceToCamera (content was: "This example is currently broken. ==DistanceToCamera.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPolyData.h> #include <vtkCellArray.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleTrackballCamera.h> #include <vtkInteractorStyleTrackball.h> #include <vtkDistanceToCamera.h...")
  • 01:56, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/DataObjectToTable (content was: "How to get point coordinates into the table? ==DataObjectToTable.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkDataObjectToTable.h> #include <vtkTable.h> int main(int argc, char *argv[]) { //Create a sphere vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New(); sphereSource->Update(); vtkSmartPointer<vtkDataObjectToTable> dataObjectToTable =...")
  • 01:56, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/Cxx/InfoVis/LayoutStrategyComparison (content was: "<div class="floatright">600px</div> For the time being, this won't work properly unless you use the VTK-SideBySideGraphs branch from here: git@github.com:daviddoria/daviddoria-vtk.git ==LayoutStrategyComparison.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkGraphToPolyData.h> #include <vtkDataSetAttributes.h> #include <vtkMutableUndirectedGraph.h> #include <vtkGraphLayoutView.h> #inclu...")
  • 01:56, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/CellLinks (content was: "How to use vtkCellLinks::Links class? How to know how many cells GetCells returns? ==CellLinks.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkProperty.h> #include <vtkCellLinks.h> int main(int, char *[]) { //create an image data vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New(); sphereSource->Update(); vtkSmartPointer<vtkCellLinks> cellLinksFilter = vtkSmartPointe...")
  • 01:56, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/BoneyardCxx/PolyData/ConvexHullRealData (content was: "<div class="floatright">File:VTK_Examples_Baseline_PolyData_TestConvexHullReadData.png</div> ==ConvexHullRealData.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkDelaunay3D.h> #include <vtkUnstructuredGrid.h> #include <vtkXMLPolyDataReader.h> #include <vtkXMLPolyDataWriter.h> #include <vtkXMLUnstructuredGridWriter.h> #include <vtkCellArray.h> #include <vtkDataSetSurfaceFilter.h>...")
  • 01:56, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/BonePile/ImageThreshold (content was: "Bad page", and the only contributor was "Lorensen" (talk))
  • 01:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Boneyard/Point (content before blanking was: "<div class="floatright">File:VTK_Examples_Baseline_GeometricObjectsDisplay_TestDisplayPoint.png</div> ==DisplayPoint.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkCellArray.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkProperty.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { //Create the geo...")
  • 01:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Boneyard/Plane (content before blanking was: "<div class="floatright">File:VTK_Examples_Baseline_GeometricObjectsDisplay_TestDisplayPlane.png</div> ==DisplayPlane.cxx== <source lang="cpp"> #include <vtkPlaneSource.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { //Create a plane vtkSmartPointer<vtkPlaneSource> planeSource...")
  • 01:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Boneyard/Line (content before blanking was: "<div class="floatright">File:VTK_Examples_Baseline_GeometricObjectsDisplay_TestDisplayLine.png</div> ==DisplayLine.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkLineSource.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkProperty.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { //create two points, P0 and P1 double...")
  • 01:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Boneyard/KWWidgets/SideBySideRenderWindows (content was: "Not supporting KWWidgets on the VTK examples wiki. ==SideBySideRenderWindows.cxx== <source lang="cpp"> #include <vtkKWApplication.h> #include <vtkKWRenderWidget.h> #include <vtkKWWindow.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkRenderWindow.h> #include <vtkSphereSource.h> #include <vtkCubeSource.h> #include <vtkActor.h> int main(int argc, char *argv[]) { // Initialize Tcl Tcl_Interp *interp = vtkKWApplication::InitializeTcl(argc, argv, &...")
  • 01:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Boneyard/Frustum (content before blanking was: "<div class="floatright">File:VTK_Examples_Baseline_GeometricObjectsDisplay_TestDisplayFrustum.png</div> This example gets the frustum from a camera and displays it on the screen. ==CMakeLists.txt== <source lang="cmake"> cmake_minimum_required(VERSION 2.6) PROJECT(Frustum) FIND_PACKAGE(VTK REQUIRED) INCLUDE(${VTK_USE_FILE}) ADD_EXECUTABLE(DisplayFrustum DisplayFrustum.cxx) TARGET_LINK_LIBRARIES(DisplayFrustum vtkHybrid) </source>")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)