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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DataSetSurfaceFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DataSetSurfaceFilter DataSetSurfaceFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DecimatePolyline (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DecimatePolyline DecimatePolyline] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DeleteCells (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DeleteCells DeleteCells] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DeletePoint (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DeletePoint DeletePoint] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DetermineArrayDataTypes (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DetermineArrayDataTypes DetermineArrayDataTypes] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DijkstraGraphGeodesicPath (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DijkstraGraphGeodesicPath DijkstraGraphGeodesicPath] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DistancePolyDataFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DistancePolyDataFilter DistancePolyDataFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DownsamplePointCloud (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DownsamplePointCloud DownsamplePointCloud] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/EmbedPointsIntoVolume (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/EmbedPointsIntoVolume EmbedPointsIntoVolume] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ExternalContour (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ExternalContour ExternalContour] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:08, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ExtractCellsUsingPoints (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ExtractCellsUsingPoints ExtractCellsUsingPoints] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageAnisotropicDiffusion2D (content was: "<div class="floatright">400px</div> ==ImageAnisotropicDiffusion2D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkCamera.h> #include <vtkImageMapper3D.h> #include <vtkImageActor.h> #include <vtkImageAnisotropicDiffusion2D.h> #include <vtkImageCast.h> #include <vtkImageData.h> #include <vtkImageMandelbrotSource.h> #include <vtkInteractorStyleImage.h> #include <vtkJPEGReader.h> #include...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageCheckerboard (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageCheckerboard.png</div> This example compares two images using a checkerboard pattern. ==ImageCheckerboard.cxx== <source lang="cpp"> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkJPEGReader.h> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageViewer2.h> #include <vtkImageCheckerboard.h> int main ( int argc, char* argv[] ) {...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageCityBlockDistance (content was: "Compute the Manhattan distance from every point to every black point in a binary image. <div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageCityBlockDistance.png</div> ==ImageCityBlockDistance.cxx== <source lang="cpp"> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImageCast.h> #include <vtkImageThreshold.h> #include <vtkJPEGReader.h> #include <vtkPNGReader.h> #include <vtkSmartPointer.h> #include <vtkImageExtractComponents.h> #include...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageContinuousDilate3D (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageContinuousDilate3D.png</div> ==ImageContinuousDilate3D.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkProperty.h> #include <vtkDataSetMapper.h> #include <vtkImageData.h> #include <vtkImageContinuousDilate3D.h> #include <vtkImageCanvasSource2D.h> #include <vtkPNGReader.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #in...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageContinuousErode3D (content was: "<div class="floatcenter">400px</div> ==ImageContinuousErode3D.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkProperty.h> #include <vtkImageData.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageContinuousErode3D.h> #include <vtkPNGReader.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #incl...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/PickPixel2 (content was: "<div class="floatright">300px</div> This example demonstrates how to continuously retrieve pixel values using the mouse. This example is a slight modification of the existing example Picking a pixel. The main difference is the display of the exact pixel coordinates and values instead of interpolated values. ==PickPixel2.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtk...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/RGBToHSV (content was: "<div class="floatright">400px</div> Convert RGB channels to HSV channels. ==RGBToHSV.cxx== <source lang="cpp"> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkSmartPointer.h> #include <vtkImageRGBToHSV.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkJPEGReader.h> #include <vtkImageActor.h> #include <vtkIma...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/RTAnalyticSource (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestRTAnalyticSource.png</div> ==RTAnalyticSource.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkImageActor.h> #include <vtkImageMapper3D.h> #include <vtkImageData.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkRTAnalyticSource.h> int main(int, char*[]) { vtkSmartPointer<vtk...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ResizeImage (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestResizeImage.png</div> Resize an image using a sinc interpolator. Without command line arguments, the example resize a synthetic image. A jpeg file can be passed on the command lines. The new dimensions can also be passed as well as an integer specifying the sinc interpolator. See {{VTKDoxygenURL|vtkImageSin...", and the only contributor was "Lorensen" (talk))
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/Transparency (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestTransparency.png</div> This example creates a half transparent, half green mask and overlays it on top of an input image. :''See also: [[../../Visualization/ImageTransparency]] and [[../ImageStencil]]'' ==Transparency.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkLookupTable.h> #include <vtkImageMapper3D.h> #include <vtkImageData.h> #include <vtkImageMapToColors.h>...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/ImplicitFunctions/IsoContours (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/ImplicitFunctions/IsoContours IsoContours] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/ImplicitFunctions/SampleFunction (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/ImplicitFunctions/SampleFunction SampleFunction] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/ArrayToTable (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/InfoVis/ArrayToTable ArrayToTable] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/DelimitedTextReader (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestDelimitedTextReader.png</div> This example takes a plain text file of coordinates and normals (x y z nx ny nz) and reads them into a vtkPolyData and displays them on the screen. This can be easily changed to reading a file with any delimiter by changing the argument of <source lang="cpp">Reader->SetFieldDelimiterCharacters(" ");</source> Here is an example file: 0.0 0.0 0.0 1.0 2.0 3.0 1.0 0.0 0.0 4.0 5.0 6....")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/DelimitedTextWriter (content was: "Is the output of <source lang="cpp"> "","","" 0,1,2 3,4,5 6,7,8 </source> expected? What is the first line indicating? Simply that there are 3 string fields? With my prior edit, the first line is now "column-0","column-1","column-2" -- the first line is the names of the column arrays in the table. I added them to the example because the example was crashing on Windows builds, where streaming a NULL char* is no bueno. (David Cole) ==DelimitedTextWriter.cxx== <source lang="cpp...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/GraphPoints (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestGraphPoints.png</div> ==GraphPoints.cxx== <source lang="cpp"> #include <vtkMutableUndirectedGraph.h> #include <vtkPoints.h> #include <vtkSmartPointer.h> #include <vtkGraphLayoutView.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMutableUndirectedGraph>::New(); // Create 3 vertices vtkIdType v1 = g->AddVertex(); v...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/KMeansClustering (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestKMeans.png</div> This example clusters 3D points using the KMeans algorithm. The points are assigned to a cluster by creating an array with each point's cluster id. ==KMeansClustering.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkProperty.h> #include <vtkPointData.h> #include <vtkPolyData.h> #include <vtkXMLPolyDataWriter.h> #include <vtkIntArray.h> #include <vtkMu...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/MutableGraphHelper (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestMutableGraphHelper.png</div> ==MutableGraphHelper.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMutableDirectedGraph.h> #include <vtkMutableUndirectedGraph.h> #include <vtkMutableGraphHelper.h> #include <vtkGraphLayoutView.h> #include <vtkRenderWindowInteractor.h> int main(int, char*[]) { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMutableUndirectedGraph>::New(...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/PKMeansClustering (content was: "==PKMeansClustering.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkProperty.h> #include <vtkPointData.h> #include <vtkPolyData.h> #include <vtkXMLPolyDataWriter.h> #include <vtkIntArray.h> #include <vtkMultiBlockDataSet.h> #include <vtkPoints.h> #include <vtkTable.h> #include <vtkDoubleArray.h> #include <vtkPKMeansStatistics.h> //display #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkR...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/ParallelCoordinatesView (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_InfoVis_TestParallelCoordinatesView.png</div> ==ParallelCoordinatesView.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPolyData.h> #include <vtkDelimitedTextReader.h> #include <vtkTable.h> #include <vtkPointData.h> #include <vtkParallelCoordinatesView.h> #include <vtkParallelCoordinatesRepresentation.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #incl...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/PassThrough (content was: "==PassThrough.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkPassThrough.h> int main(int, char *[]) { // Create a sphere vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New(); sphereSource->Update(); std::cout << "Points before: " << sphereSource->GetOutput()->GetNumberOfPoints() << std::endl; vtkSmartPointer<vtkPassThrough> passThrough = vtkSm...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/SCurveSpline (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestSCurveSpline.png</div> ==SCurveSpline.cxx== <source lang="cpp" highlight="16-40,45"> #include <vtkSmartPointer.h> #include <vtkPointSource.h> #include <vtkPoints.h> #include <vtkSCurveSpline.h> #include <vtkParametricSpline.h> #include <vtkParametricFunctionSource.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRe...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/TreeMapView (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestTreeMapView.png</div> Fix: use a much simpler tree and generate the tree in the code instead of reading files. ==TreeMapView.cxx== <source lang="cpp"> #include <vtkDataRepresentation.h> #include <vtkRenderWindow.h> #include <vtkRegressionTestImage.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkTestUtilities.h> #include <vtkTreeMapView.h> #include <vtkViewTheme.h> #include <vtkXML...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/XGMLReader (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestXGMLReader.png</div> This example reads and displays the graph from a gml file. You can test this with VTKData/Data/Infovis/fsm.gml. ==XGMLReader.cxx== <source lang="cpp"> #include <vtkPolyData.h> #include <vtkXGMLReader.h> #include <vtkSmartPointer.h> #include <vtkUndirectedGraph.h> #include <vtkGraphLayoutStrategy.h> #include <vtkGraphLayoutView.h> #include <vtkRenderWindowInteractor.h> #include <vtkSimple2DL...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/Assembly (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Interaction/Assembly Assembly] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/CallData (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Interaction_TestCallData.png</div> This example demonstrates the use of 'calldata' in a vtkCallbackCommand. Here, we create a custom VTK filter to invoke an event to which we attach a value (the 'calldata'). We use a timer to modify and update the filter so that the event is triggered repeatedly, demonstrating the pass-via-calldata. ==CallData.cxx== <source lang="cpp"> #include "vtkObjectFactory.h" #include "vtkCommand.h"...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/ClientData (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestClientData.png</div> ==ClientData.cxx== <source lang="cpp"> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkSmartPointer.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkCallbackCommand.h> #include <vtkCommand.h> static void KeypressCallbackFunction ( vtkObject* caller, long un...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/DoubleClick (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestDoubleClick.png</div> ==DoubleClick.cxx== <source lang="cpp"> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkSmartPointer.h> #include <vtkPointPicker.h> #include <vtkCamera.h> #include <vtkInteractorStyleTrackballCamera.h> #include <vtkObjectFactory.h> // Define inte...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/Game (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestGame.png</div> ==Game.cxx== <source lang="cpp"> // Demonstrate moving pieces and "snapping" #include <vtkVersion.h> #include <vtkSelectEnclosedPoints.h> #include <vtkRendererCollection.h> #include <vtkPointData.h> #include <vtkPolyDataMapper.h> #include <vtkTransform.h> #include <vtkLinearTransform.h> #include <vtkTransformPolyDataFilter.h> #include <vtkObjectFactory.h> #include <vtkActor.h> #include <vtkRe...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/ImageClip (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestImageClip.png</div> This example loads an image into the left half of the window. When you move the border widget (the green square in the bottom left corner) over the image, the region that is selected is displayed in the right half of the window. ==ImageClip.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkBorderRepresentation.h> #include <v...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/ImageRegion (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestImageRegion.png</div> This example shows how to get the image coordinates of the corners of a BorderWidget. It currently says the pick for the lower left corner of the border widget is valid even when it is off the image. ==ImageRegion.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkAssemblyNode.h> #include <vtkAssemblyPath.h> #include <vtkBorderRepresentation.h> #...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/TrackballActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestTrackballActor.png</div> This example shows how to visualize data in "trackball" mode. That is, click and drag actors is the way to interact. Contrast this with Trackball Camera. ==TrackballActor.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #incl...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/TrackballCamera (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestTrackballCamera.png</div> This example demonstrates the trackball camera mode. When the mouse is clicked and dragged from anywhere in the window, the camera is modified. Contrast this with Trackball Actor. ==TrackballCamera.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #inc...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/UserEvent (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Interaction_TestUserEvent.png</div> ==UserEvent.cxx== <source lang="cpp"> #include <vtkSphereSource.h> #include <vtkCallbackCommand.h> #include <vtkCommand.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include "vtkTestFilter.h" static void CallbackFunction(vtkObject...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/WorldPointPicker (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestWorldPointPicker.png</div> This example demonstrates how to get the position of the point in 3D that is exactly behind the mouse click. This point is not likely a point that exists in the data set - i.e. it can be a point on the interior of a cell. ==WorldPointPicker.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkRendererCollection.h> #include <vtkWorldPointPicker.h> #include <vtkSphere...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Lighting/Light (content was: "<div class="floatright">File:VTK_Examples_Baseline_Lighting_TestLight.png</div> ==Light.cxx== <source lang="cpp"> #include <cstdlib> #include <vtkVersion.h> #include <vtkLightCollection.h> #include <vtkProperty.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkPlaneSource.h> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkLight.h> #include <vtkLightActor.h> #include <vtkSmartPointer.h> #include <vtkRenderWi...")
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Lighting/LightActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Lighting_TestLightActor.png</div> ==LightActor.cxx== <source lang="cpp"> #include <cstdlib> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkLightActor.h> #include <vtkLight.h> #include <vtkSmartPointer.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { vtkSmartPointer<vtkRenderer> renderer = vtkSmartPointer<vtkRenderer>::New(); // Display where the light is vtkSmartPointer<vtkLig...")
- 03:05, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Math/1DTupleInterpolation (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Math/1DTupleInterpolation 1DTupleInterpolation] on the new VTKExamples website.''' =")
- 03:05, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Math/EigenSymmetric (content was: "At the moment, this is a pretty messy process, so here are some helper functions that will hopefully eventually be wrapped into a class/interface. ==EigenSymmetric.cxx== <source lang="cpp"> #include <vtkMath.h> allocate memory for an nrow x ncol matrix: template<class TReal> TReal **create_matrix ( long nrow, long ncol ) { typedef TReal* TRealPointer; TReal **m = new TRealPointer[nrow]; TReal* block = ( TReal* ) calloc ( nrow*ncol, sizeof ( TReal ) ); m[0] = blo...")