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:40, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Visualization/CorrectlyRenderingTranslucentGeometry (content was: "#REDIRECT VTK/Examples/Cxx/Visualization/CorrectlyRenderingTranslucentGeometry", and the only contributor was "Daviddoria" (talk))
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples (content was: "Category:VTK/Examples = '''Examples are now hosted here: [https://kitware.github.io/vtk-examples/site/ VTKExamples website].''' = __NOINDEX__")
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/C (content was: "It is possible to wrap some VTK functionality to be used by a C program.", and the only contributor was "Daviddoria" (talk))
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp (content was: "I just started to maintain this page. So stay tuned. In the near future you will find useful examples here from time to time.<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] ==Simple Operations== {{VTKExamplesTable}} |- | [https://lorensen.github.io/VTKExamples/site/CSharp/SimpleOperations/DistancePointToLine DistancePointT...")
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx (content was: "= '''Examples are now hosted here: [https://kitware.github.io/vtk-examples/site/ VTKExamples website].''' =")
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Qt (content was: "Below is the list of pages located under {{PAGENAME}}: {{Special:PrefixIndex/VTK/Examples/Cxx/Qt|hideredirects=1}}", and the only contributor was "Waldyrious" (talk))
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Sandbox (content was: "<inputbox> type=search width=42 buttonlabel=Go searchbuttonlabel=Search break=no </inputbox>", and the only contributor was "Daviddoria" (talk))
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Developers (content was: "===General=== * Make your filter output its progress * Allow your filters progress to be checked * Macros ===Errors and Warnings=== * Errors * Warnings ===Filters and Sour...", and the only contributor was "Daviddoria" (talk))
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Java (content was: "= '''Examples are now hosted here: [https://kitware.github.io/vtk-examples/site/ VTKExamples website].''' =")
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Java/Cylinder (content was: "This example demonstrate a minimal visualization created with VTK. See also C++, Python and Tcl ==Cylinder.py== <source lang="python"> import vtk.*; // Then we define our class. public class Cylinder { // In the static contructor we load in the native cod...", and the only contributor was "DaveDemarle" (talk))
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Python (content was: "= '''Examples are now hosted here: [https://kitware.github.io/vtk-examples/site/ VTKExamples website].''' =")
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Widgets (content was: "= '''Examples are now hosted here: [https://kitware.github.io/vtk-examples/site/ VTKExamples website].''' =")
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/ToDo (content was: "== All == * Look at David's suggested Readme.txt text: https://docs.google.com/document/edit?id=1OJ6GGd6dFFBgP57EMCGzlmeE3wZ6Wu5CYuQMpEl-nhk&hl=en&authkey=CNPh9MAI * Decide on a color scheme - should all examples have the same color background? Or do we just choose a background color for each one based on what is in the foreground? == David == * Make examples more i...", and the only contributor was "Daviddoria" (talk))
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Tcl (content was: "= '''Examples are now hosted here: [https://kitware.github.io/vtk-examples/site/ VTKExamples website].''' =")
- 03:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Sandbox (content was: "<Rating> Poll Title Poll Item 1 (Weigh = 1) Poll Item 2 (Weigh = 2) ... Poll Item n (Weigh = n) </Rating>", and the only contributor was "Daviddoria" (talk))
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Utilities/WishList/TryDowncast (content was: "==TryDowncast.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkTryDowncast.h> int main(int, char *[]) { // Demonstrate a check of a cast return EXIT_SUCCESS; } </source> {{VTKCMakeLists|{{SUBPAGENAME}}}}")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Utilities/ZBuffer (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Utilities_TestZBuffer.png</div> ==ZBuffer.cxx== <source lang="cpp"> // This demo creates depth map for a polydata instance by extracting // exact ZBuffer values. #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkXMLPolyDataReader.h> #include <vtkBMPWriter.h> #include <vtkWindowToImageFi...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/VTK/Examples/Cxx/SimpleOperations/DistancePointToLine/DistancePointToLine.cxx (content was: "#include <vtkSmartPointer.h> #include <vtkLine.h> #include <vtkPoints.h> int main(int, char *[]) { double lineP0[3] = {0.0, 0.0, 0.0}; double lineP1[3] = {2.0, 0.0, 0.0}; double p0[3] = {1.0, 0, 0}; double p1[3] = {1.0, 2.0, 0}; /* vtkSmartPointer<vtkLine> line = vtkSmartPointer<vtkLine>::New(); line->GetPoints()->SetPoint(0, lineP0); line->GetP...", and the only contributor was "Daviddoria" (talk))
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/VTKConcepts/Scalars (content was: "==Scalars.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkPointData.h> #include <vtkDoubleArray.h> #include <vtkFloatArray.h> void TypeSpecific(); void NonTypeSpecific(); int main(int, char *[]) { TypeSpecific(); NonTypeSpecific(); return EXIT_SUCCESS; } void TypeSpecific() { // Create a point set vtkSmartPointer<vtkPoints> points = vtkSmartPointer<vtkPoints>::New(); points->InsertNextPoin...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Video/FFMPEG (content was: "You must set VTK_USE_FFMPEG_ENCODER ON in your VTK build. CMake won't find FFMPEG headers? ==FFMPEG.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageCanvasSource2D.h> #include <vtkFFMPEGWriter.h> int main (int argc, char *argv[]) { vtkSmartPointer<vtkImageCanvasSource2D> source = vtkSmartPointer<vtkImageCanvasSource2D>::New(); source->SetScalarTypeToUnsignedChar(); source->SetNumberOfScalarComponents(3); source->SetExtent(0, 100, 0, 100,...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Video/MPEG2 (content was: "You must set VTK_USE_MPEG2_ENCODER ON VTK_USE_OGGTHEORA_ENCODER ON in your VTK build. CMake won't find MPEG2? When compiling: cannot find -lvtkoggtheora ==MPEG2.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageCanvasSource2D.h> #include <vtkMPEG2Writer.h> int main (int argc, char *argv[]) { vtkSmartPointer<vtkImageCanvasSource2D> source = vtkSmartPointer<vtkImageCanvasSource2D>::New(); source->SetScalarTypeToUnsignedChar(); source->SetNum...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Video/OggTheora (content was: "can't find lvtkoggtheora ==OggTheora.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageCanvasSource2D.h> #include <vtkOggTheoraWriter.h> int main (int argc, char *argv[]) { vtkSmartPointer<vtkImageCanvasSource2D> source = vtkSmartPointer<vtkImageCanvasSource2D>::New(); source->SetScalarTypeToUnsignedChar(); source->SetNumberOfScalarComponents(3); source->SetExtent(0, 100, 0, 100, 0, 0); vtkSmartPointer<vtkOggTheoraWriter> writer =...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Views/RenderView (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Views/RenderView RenderView] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/Arbitrary3DCursor (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Visualization/Arbitrary3DCursor Arbitrary3DCursor] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/AssignCellColorsFromLUT (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Visualization_TestAssignCellColorsFromLUT.png</div> == Description == Demonstrates how to assign colors to cells in a vtkPolyData structure using lookup tables. Two techniques are demonstrated: # Using a lookup table of predefined colors. # Using a lookup table generated from a color transfer function. The resultant display shows in the left-hand column, the cells in a plane colored by the two lookup tables and in the ri...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/BackfaceCulling (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestBackfaceCulling.png</div> This example renders a sphere with backface culling enabled. ==BackfaceCulling.cxx== <source lang="cpp"> #include <vtkPolyDataMapper.h> #include <vtkProperty.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> int main (int, char *[...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/BackgroundGradient (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestBackgroundGradient.png</div> ==BackgroundGradient.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkSphereSource.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { // Create a sphere vtkSmartPointer<vtkSphereSource> sphereSource = v...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/BackgroundTexture (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Visualization_TestBackgroundTexture.png</div> ==BackgroundTexture.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkActor.h> #include <vtkCamera.h> #include <vtkCellArray.h> #include <vtkColorTransferFunction.h> #include <vtkContourFilter.h> #include <vtkFloatArray.h> #include <vtkPointData.h> #include <vtkPolyDataMapper.h> #include <vtkProperty.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include...")
- 03:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/BillboardTextActor3D (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestBillboardTextActor3D.png</div> ==BillboardTextActor3D.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkProperty.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h>...", and the only contributor was "Lorensen" (talk))
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/BoxClipStructuredPoints (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestBoxClipStructuredPoints.png</div> This example uses the data files: [https://github.com/lorensen/VTKWikiExamples/blob/master/Testing/Data/HeadMRVolume.mhd HeadMRVolume.mhd] and [https://github.com/lorensen/VTKWikiExamples/raw/master/Testing/Data/FullHead.raw.gz HeadMRVolume.raw.gz] ==BoxClipStructuredP...", and the only contributor was "Lorensen" (talk))
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/BoxClipUnstructuredGrid (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestBoxClipUnstructuredGrid.png</div> This example uses the data [https://github.com/lorensen/VTKWikiExamples/blob/master/Testing/Data/hexa.vtk hexa.vtk] ==BoxClipUnstructuredGrid.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkBoxClipDataSet.h> #include <vtkLookupTable.h> #include <vt...", and the only contributor was "Lorensen" (talk))
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/Camera (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestCamera.png</div> ==Camera.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 <vtkCamera.h> int main(int, char *[]) { // Create a sphere vtkSmartPointer<vtkSphereSource> sphereSource = vt...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/CameraActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestCameraActor.png</div> ==CameraActor.cxx== <source lang="cpp"> #include <vtkSphereSource.h> #include <vtkPolyDataMapper.h> #include <vtkSmartPointer.h> #include <vtkCamera.h> #include <vtkPlanes.h> #include <vtkMapper.h> #include <vtkCameraActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { // Sphere vtkSmartPointer<vtkSphereSo...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/CaptionActor2D (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Visualization_TestCaptionActor2D.png</div> ==CaptionActor2D.cxx== <source lang="cpp"> #include <vtkAbstractPicker.h> #include <vtkActor.h> #include <vtkActor2D.h> #include <vtkCaptionActor2D.h> #include <vtkCoordinate.h> #include <vtkFollower.h> #include <vtkImageActor.h> #include <vtkImageMapper3D.h> #include <vtkImageCanvasSource2D.h> #include <vtkCoordinate.h> #include <vtkTransform.h> #include <vtkTransformPolyDataFilt...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ClipArt (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestClipArt.png</div> This is an adaptation of the VTK test [http://vtk.org/gitweb?p=VTK.git;a=blob;f=Graphics/Testing/Tcl/clipArt.tcl;h=85a39f9821b999145119a5a8ca492a6ae705ed09;hb=HEAD clipArt.tcl]. Provide a jpg file with 2D clipart and the example will create 3D polydata model. The examples illustrates a number of VTK classes including vtkImageThreshold, vtkImageSeedConnectivity, vtkDecinatePro and vtkClipP...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/CloseWindow (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestCloseWindow.png</div> ==CloseWindow.cxx== This example shows how to close a render window. Pressing any key will close the window, stop the interactor and open a new window. <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkCallbackCommand.h> #include <vtkCommand.h> #include <vtkCubeSource.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkRenderWindo...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ColorActorEdges (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestColorActorEdges.png</div> This example colors the edges of a actor. ==ColorActorEdges.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkActor.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkProperty.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkSphereSource.h> int main(int, char *[]) { // Create a...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ColorAnActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestColorAnActor.png</div> This example creates a red sphere. ==ColorAnActor.cxx== <source lang="cpp" highlight="26"> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkProperty.h> int main(int, char *[]) { //Create a...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ColorGlyphs (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestColorGlyphs.png</div> This example creates a red, green, and blue cube. ==ColorGlyphs.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPointData.h> #include <vtkCubeSource.h> #include <vtkPolyData.h> #include <vtkPoints.h> #include <vtkGlyph3D.h> #include <vtkCellArray.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ScalarVisibility (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Visualization_TestScalarVisibility.png</div> ==ScalarVisibility.cxx== <source lang="cpp"> #include "vtkActor.h" #include "vtkPolyDataMapper.h" #include "vtkPointSource.h" #include "vtkProperty.h" #include "vtkPolyData.h" #include "vtkRenderWindow.h" #include "vtkRenderWindowInteractor.h" #include "vtkRenderer.h" #include "vtkSmartPointer.h" int main(int, char *[]) { vtkSmartPointer<vtkPointSource> pointSource = vtkSmart...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ScalarBarActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestScalarBarActor.png</div> 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 <vtkVersion.h> #include <vtkActor.h> #include <vtkFloatArray.h> #include <vtkLookupTable.h> #include <vtkPointData.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkRenderer.h> #include <vtkRen...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/RotateActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestRotateActor.png</div> This example shows how to rotate an actor. It also shows how to get the current transformation of the actor so it can then be applied to the actual object if so desired. ==RotateActor.cxx== <source lang="cpp"> #include <vtkConeSource.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtk...")
- 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...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/RenderPassExistingContext (content was: "== Rendering in an existing non-VTK render window (OpenGL) context == This example illustrates how VTK can/could be used to render into an existing non-VTK render window (OpenGL context). The existing render window creates the OpenGL context, creates lights and a camera and controls the user interaction. VTK is only used to render in a callback function, which is controlled by...", and the only contributor was "Blloyd" (talk))
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/RenderLargeImage (content was: "<div class="floatright">300px</div> This example renders a high resolution image. The image can be much larger than the window on the screen. It is useful if you need an image for a large poster, or you can down sample the image to produce a high quality anti-aliased image. The example takes up to three arguments. The first, an input polydata, is required, as is the second, a .png file to hold the high res i...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/RandomProbe (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Visualization_TestRandomProbe.png</div> ==RandomProbe.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkSampleFunction.h> #include <vtkSphereSource.h> #include <vtkCone.h> #include <vtkGlyph3D.h> #include <vtkProbeFilter.h> #include <vtkPointSource.h> #include <vtkThreshold.h>...", and the only contributor was "Lorensen" (talk))
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/QuadricLODActor (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestQuadricLODActor.png</div> If you have a fast graphics card you may not see a difference with the sphere model. ==QuadricLODActor.cxx== <source lang="cpp"> #include <vtkPolyDataMapper.h> #include <vtkQuadricLODActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkPolyData.h> #include <vtkProperty.h> #include <vtkSmartPointer.h> #include <vtkSpher...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/QuadraticSurface (content was: "<div class="floatright">File:VTK_Examples_Baseline_Visualization_TestQuadraticSurface.png</div> This example demonstrates how to create and display a quadratic surface. ==QuadraticSurface.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkQuadric.h> #include <vtkSampleFunction.h> #include <vtkContourFilter.h> #include <vtkActor.h> #include <vtkProperty.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include...")
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ProjectSphere (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Visualization_TestProjectSphere.png</div> ==ProjectSphere.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkProjectSphereFilter.h> #include <vtkElevationFilter.h> #include <vtkParametricSuperEllipsoid.h> #include <vtkParametricFunctionSource.h> #include <vtkPolyDataMapper.h> #include "vtkCamera.h"...", and the only contributor was "Lorensen" (talk))
- 03:31, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Visualization/ProgrammableGlyphFilter (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Visualization_TestProgrammableGlyphFilter.png</div> ==ProgrammableGlyphFilter.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPointData.h> #include <vtkCubeSource.h> #include <vtkConeSource.h> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkPoints.h> #include <vtkProgrammableGlyphFilter.h> #include <vtkCellArray.h> #include <vtkPolyDataMapper.h> #include <vtkA...")