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)- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/MouseEvents (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestMouseEvents.png</div> This example shows how to subclass an interactor style to implement custom behaviors. See VTK/Examples/Cxx/Interaction/MouseEventsObserver for a different approach that uses an existing interactor style class and adds an event observer to it. ==MouseEvents.cxx== <source lang="cpp"> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #includ...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/MouseEventsObserver (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestMouseObserver.png</div> ==MouseEventsObserver.cxx== <source lang="cpp"> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkCommand.h> #include <vtkActor.h> #include <vtkCallbackCommand.h> #include <vtkSmartPointer.h> #include <vtkPointPicker.h> #include <vtkCamera.h> //#include <vtkInteractorObs...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/MoveAGlyph (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestMoveAGlyph.png</div> This example allows the user to reposition a glyph. It does this by faking the interactor into thinking that a new actor (MoveActor) is the object to be interacted with. We use the array generated by glyph3D->GeneratePointIdsOn() to determine the point associated with the glyph that the user selected. A "ghost" actor of the selected glyph is generated (because all of the glyphs are part...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/MoveAVertexUnstructuredGrid (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Interaction_TestMoveAVertexUnstructuredGrid.png</div> ==MoveAVertexUnstructuredGrid.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPointPicker.h> #include <vtkSphereSource.h> #include <vtkGlyph3D.h> #include <vtkPointData.h> #include <vtkIdTypeArray.h> #include <vtkDataSetSurfaceFilter.h> #include <vtkRendererCollection.h> #include <vtkProperty.h> #include <vtkPlanes.h> #include...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/ObserverMemberFunction (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Interaction_TestObserverMemberFunction.png</div> You must use the git version of VTK from at least 10/11/2010 to use this functionality. ==ObserverMemberFunction.cxx== <source lang="cpp"> #include <vtkPolyDataMapper.h> #include <vtkObjectFactory.h> #include <vtkCommand.h> #include <vtkActor.h> #include <vtkSmartPointer.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/PickableOff (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestPickableOff.png</div> ==PickableOff.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkConeSource.h> #include <vtkPolyDataMapper.h> #include <vtkProperty.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleTrackballActor.h> int main(int, char *[]) { vtkSmartPointer<vtkConeSource> coneSource0 =...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/Picking (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestPicking.png</div> ==Picking.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkSphereSource.h> #include <vtkRendererCollection.h> #include <vtkCellArray.h> #include <vtkInteractorStyleTrackballCamera.h> #include <vtkObjectFactory.h> #include <vtkPlaneSource.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/PointPicker (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestPointPicker.png</div> This example demonstrates how to get the closest point in the data set to the mouse click. ==PointPicker.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkRendererCollection.h> #include <vtkPointPicker.h> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vt...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/RubberBand2D (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestRubberBand2D.png</div> This example shows how to get the coordinates of the corners of the rubber band (the box that is drawn). ==RubberBand2D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vt...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/RubberBand2DObserver (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestRubberBand2DObserver.png</div> ==RubberBand2DObserver.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkInteractorStyleRubberBand2D.h> #include <vtkCallbackCommand.h> void SelectionChangedCall...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/RubberBand3D (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestRubberBand3D.png</div> ==RubberBand3D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkInteractorStyleRubberBand3D.h> #include <vtkObjectFactory.h> class MyRubberBand3D : public vtkInteractor...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/RubberBandPick (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestRubberBandPick.png</div> Press 'r', then make a selection with the left mouse button. ==RubberBandPick.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkInteractorStyleRubberBandPick.h> int m...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/RubberBandZoom (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestRubberBandZoom.png</div> This example demonstrates how to select a region of the window to zoom in. ==RubberBandZoom.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSphereSource.h> #include <vtkInteractorStyleRubberBand...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/SelectAVertex (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestSelectAVertex.png</div> Click and drag a vertex by "ghosting" a glyph over the selected vertex and using it for the interaction. ==SelectAVertex.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPointPicker.h> #include <vtkSphereSource.h> #include <vtkGlyph3D.h> #include <vtkPointData.h> #include <vtkIdTypeArray.h> #include <vtkDataSetSurfaceFilter.h> #include <vtkR...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/SelectAnActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestSelectAnActor.png</div> ==SelectAnActor.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkCellArray.h> #include <vtkInteractorStyleTrackballActor.h> #include <vtkObjectFactory.h> #include <vtkCubeSource.h> #include <vtkSphereSource.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkPropPicker.h> #include <vtkRenderWindow.h>...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/ShiftAndControl (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestShiftAndControl.png</div> Some parts of this example are currently broken. GetAltKey() does not work? The window moves instead. This example demonstrates how to "control+click" and "shift+click" an actor. ==ShiftAndControl.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWind...")
- 02:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Interaction/StyleSwitch (content was: "<div class="floatright">File:VTK_Examples_Baseline_Interaction_TestStyleSwitch.png</div> The class vtkInteractorStyleSwitch allows handles interactively switching between four interactor styles -- joystick actor, joystick camera, trackball actor, and trackball camera. Type 'j' or 't' to select joystick or trackball, and type 'c' or 'a' to select camera or actor. The default interactor style is joystick camera. ==StyleSwitch.cxx== <source lang="cpp"> #include <vtkSmartPoint...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Databases/SQL/MySQL/ConnectAndRead (content was: "==ConnectAndRead.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMySQLDatabase.h> #include <vtkSQLQuery.h> #include <vtkVariant.h> If you get the error: Unsupported protocol: mysql It means you must recompile VTK with VTK_USE_MYSQL = ON If you get the error: vtkMySQLDatabase::New() is not defined It means that cmake did not find your mysql include and library path correctly (ie. MYSQL_INCLUDE_DIRECTORIES, etc): int main(int, char *[]) { // url syn...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Databases/SQL/MySQL/CreateDatabase (content was: "==CreateDatabase.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMySQLDatabase.h> #include <vtkSQLQuery.h> #include <vtkVariant.h> int main(int, char *[]) { vtkSmartPointer<vtkMySQLDatabase> db = vtkSmartPointer<vtkMySQLDatabase>::Take(vtkMySQLDatabase::SafeDownCast( vtkSQLDatabase::CreateFromURL( "mysql://root@localhost/TestDatabase" ) )); bool status = db->Open(); std::cout << "Database open? " << status << std::endl; if(!stat...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Databases/SQL/MySQL/WriteToDatabase (content was: "==WriteToDatabase.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMySQLDatabase.h> #include <vtkSQLQuery.h> #include <vtkVariant.h> int main(int, char *[]) { // url syntax: // mysql://'[[username[':'password]'@']hostname[':'port]]'/'[dbname] vtkSmartPointer<vtkMySQLDatabase> db = vtkSmartPointer<vtkMySQLDatabase>::Take(vtkMySQLDatabase::SafeDownCast( vtkSQLDatabase::CreateFromURL( "mysql://root@localhost/TestDatabase" ) )); bool st...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Demos/VisualDebugging (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Databases/SQL SQL] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Demos/vtkTestFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Demos/VisualDebugging VisualDebugging] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/AlgorithmFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/AlgorithmFilter AlgorithmFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/AlgorithmSource (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/AlgorithmSource AlgorithmSource] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/FilterProgress (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/FilterProgress FilterProgress] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/FilterSelfProgress (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/FilterSelfProgress FilterSelfProgress] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/GraphAlgorithmFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/GraphAlgorithmFilter GraphAlgorithmFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/GraphAlgorithmSource (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/GraphAlgorithmSource GraphAlgorithmSource] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/ImageAlgorithmFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/ImageAlgorithmFilter ImageAlgorithmFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/MultipleInputPorts (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/MultipleInputPorts MultipleInputPorts] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/PolyDataAlgorithmReader (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/PolyDataAlgorithmReader PolyDataAlgorithmReader] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/PolyDataFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/PolyDataFilter PolyDataFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/ProgressReport (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/ProgressReport ProgressReport] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/Warnings (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/Warnings Warnings] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkImageAlgorithmFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/Warnings Warnings] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTest (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkImageAlgorithmFilter vtkImageAlgorithmFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTest1 (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTest vtkTest] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestAlgorithmFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTest1 vtkTest1] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestAlgorithmSource (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestAlgorithmFilter vtkTestAlgorithmFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestFilterProgressFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestAlgorithmSource vtkTestAlgorithmSource] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestFilterSelfProgressFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestFilterProgressFilter vtkTestFilterProgressFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestGraphAlgorithmFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestFilterSelfProgressFilter vtkTestFilterSelfProgressFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestMultipleInputPortsFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestGraphAlgorithmSource vtkTestGraphAlgorithmSource] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestPolyDataFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestMultipleInputPortsFilter vtkTestMultipleInputPortsFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/MarkKeypoints (content was: "Thanks to Dean Inglis. <div class="floatcenter">File:VTK_Examples_Baseline_Images_TestMarkKeypoints.png</div> ==MarkKeypoints.cxx== <source lang="cpp"> #include <vtkAbstractPicker.h> #include <vtkActor.h> #include <vtkActor2D.h> #include <vtkCoordinate.h> #include <vtkFollower.h> #include <vtkImageMapper3D.h> #include <vtkImageActor.h> #include <vtkImageCanvasSource2D.h> #include <vtkCoordinate.h> #include <vtkTransform.h> #include <vtkTransformPolyDataFilter.h> #include <...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/InteractWithImage (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestInteractWithImage.png</div> This example shows how to display an image and zoom/pan/adjust brightness interactively. A picture of the [http://www.vtk.org/Wiki/Image:Bunny.jpg bunny] is provided for the demo. ==InteractWithImage.cxx== <source lang="cpp"> #include <vtkJPEGReader.h> #include <vtkImageMapper3D.h> #include <vtkImageActor.h> // Note: this is a 3D actor (c.f. vtkImageMapper which is 2D) #include <vt...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/NegativeIndices (content was: "==NegativeIndices.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkImageData.h> int main(int, char *[]) { // Create an image data vtkSmartPointer<vtkImageData> imageData = vtkSmartPointer<vtkImageData>::New(); // Specify the size of the image data imageData->SetExtent(-5, 5, -5, 5, -5, 5); // Fill every entry of the image data with "2.0" int* extent = imageData->GetExtent(); #if VTK_MAJOR_VERSION <= 5 imageD...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/Interpolation (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestInterpolation.png</div> ==Interpolation.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkImageData.h> #include <vtkSmartPointer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageMapper.h> #include <vtkImageResliceMapper.h> #include <vtkImageSlice.h> #include <vtkImageProperty.h> static void CreateC...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/PickPixel (content was: "<div class="floatright">300px</div> This example demonstrates how to continuously retrieve pixel values using the mouse. * Contributed by: Dean Inglis ==PickPixel.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkAssemblyPath.h> #include <vtkCell.h> #include <vtkCommand.h> #include <vtkCornerAnnotation.h> #include <vtkDataArray.h> #include <vtkImageActor.h> #include <vtkImageData.h> #include <vtkImageViewer2...")
- 02:55, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageVariance3D (content was: "<div class="floatright">400px</div> ==ImageVariance3D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageVariance3D.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #include <vtkImageEllipsoidSou...")