VTK/Examples/Cxx/Visualization/ReverseAccess: Revision history

From KitwarePublic
Jump to navigationJump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ReverseAccess (content was: "==ReverseAccess.cxx== <source lang="cpp"> // // This example demonstrates how to access the source object // (e.g. vtkSphereSource) from the actor reversely. // // some standard vtk headers #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkRenderWindow.h> #include <vtkCamera.h> #include <vtkActor.h> #include <vtkRenderer.h> #include <vtkSmartPointer.h> #include <vtkMath.h> // additionally needed vtk header for this example #include <vtkAlgorithmOutput.h...")