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:21, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/MetaImageWriter (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] ==WriteMetaImage.cs== <source lang="CSharp"> using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.Diagnostics; using Sy...", and the only contributor was "Jochen" (talk))
  • 02:21, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/PNGReader (content was: "This example demonstrates how to read a PNG image file.<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] ==ReadPNG.cs== <div class="floatright">300px</div> <source lang="CS...", and the only contributor was "Jochen" (talk))
  • 02:21, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ParticleReader (content was: "This example reads ascii files where each line consists of points with its position (x,y,z) and (optionally) <u>one</u> scalar or binary files in RAW 3d file format.<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] ==ParticleRe...", and the only contributor was "Jochen" (talk))
  • 02:21, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadBMP (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] ==ReadBMP.cs== <div class="floatright">File:VTK_Examples_Baseline_IO_TestReadBMP.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using System.Compo...", and the only contributor was "Jochen" (talk))
  • 02:21, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadDICOMSeries (content was: "This example demonstates how to read a series of DICOM images and how to scroll with the mousewheel or the up/down keys through all slices.<br /> Sample data are available as a zipped file (977 kB, 40 slices): File:VTK_Examples_StandardFormats_Input_DicomTestImages.zip<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] ==Re...")
  • 02:21, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadImageData (content was: "This example reads an image data (.vti) file.<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] ==ReadImageData.cs== <div class="floatright">File:VTK_Examples_Baseline_IO_TestReadImageData.png</div> <source lang="CSharp"> us...", and the only contributor was "Jochen" (talk))
  • 02:21, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadOBJ (content was: "This example demonstrates how to read a Wavefront OBJ file. The result is displayed. 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] ==ReadOBJ.cs== <div class="floatright">300px<...", and the only contributor was "Jochen" (talk))
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageStencil (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestImageStencil.png</div> This example creates a red image and a green image. It creates a mask that is half on and half off. It then combines the images according to the mask using an ImageStencil. :''See also: [[../../Visualization/ImageTransparency]] and [[../Transparency]]'' ==ImageStencil.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkIm...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageStack (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageStack.png</div> ==ImageStack.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkImageData.h> #include <vtkImageMapper.h> #include <vtkImageProperty.h> #include <vtkImageSliceMapper.h> #include <vtkImageSlice.h> #include <vtkImageStack.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkSmartPointer.h>...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageSobel2D (content was: "<div class="floatright">400px</div> ==ImageSobel2D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageMathematics.h> #include <vtkPointData.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageSobel2D.h> #include <vtkImageMagnitude.h> #include <vtkImageExtractComponents.h> #include <vtkImageShiftScale.h> #include <vtkRenderWindow.h> #inclu...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageSliceMapper (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageSliceMapper.png</div> ==ImageSliceMapper.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 <vtkImageSliceMapper.h> #include <vtkImageSlice.h> void CreateColorImage(vtkImageData*); int ma...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageSlice (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageSlice.png</div> ==ImageSlice.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> static void CreateColorImage(vtkImageData*); int main(...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageSinusoidSource (content was: "<div class="floatright">300px</div> ==ImageSinusoidSource.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageViewer2.h> #include <vtkImageSinusoidSource.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> int main(int, char*[]) { vtkSmartPointer<vtkImageSinusoidSource> sinusoidSource = vtkSmartPointer<vtkImageSinusoidSource>::New(); sinuso...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageShrink3D (content was: "<div class="floatright">400px</div> ==ImageShrink3D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImageShrink3D.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #include <vtkImageEllipsoidSource.h> #include <vtkImageCast.h> int main...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageShiftScale (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageShiftScale.png</div> ==ImageShiftScale.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageShiftScale.h> #include <vtkImageEllipsoidSource.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageSlice.h> #inc...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageSeparableConvolution (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestImageSeparableConvolution.png</div> Read in a binary image and convolve it with a separable kernel. The input and output are displayed. ==ImageSeparableConvolution.cxx== <source lang="cpp"> #include <vtkImageActor.h> #include <vtkFloatArray.h> #include <vtkImageCast.h> #include <vtkImageMapper3D.h> #include <vtkInteractorStyleImage.h> #include <vtkImageAccumulate.h> #include <vtkImageData.h> #include <vtkRendere...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageRotate (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageRotate.png</div> ==ImageRotate.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageReader2Factory.h> #include <vtkImageReader2.h> #include <vtkImageData.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #include <vtkImageReslice.h> #include <vtkImageViewer2.h> #include <vtkTrans...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageRange3D (content was: "<div class="floatright">400px</div> ==ImageRange3D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkJPEGReader.h> #include <vtkImageMapper3D.h> #include <vtkImageActor.h> #include <vtkImageRange3D.h> #include <vtkImageCast.h> int main(int argc, char* argv[]) { // Parse i...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageRFFT (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageRFFT.png</div> ==ImageRFFT.cxx== <source lang="cpp"> #include <vtkImageData.h> #include <vtkImageExtractComponents.h> #include <vtkImageFFT.h> #include <vtkImageRFFT.h> #include <vtkInteractorStyleImage.h> #include <vtkImageMapper3D.h> #include <vtkImageActor.h> #include <vtkImageEllipsoidSource.h> #include <vtkImageCast.h> #include <vtkJPEGReader.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #in...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImagePermute (content was: "<div class="floatright">400px</div> ==ImagePermute.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImagePermute.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #include <vtkImageMapper3D.h> #include <vtkImageEllipsoidSource.h> #include...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageOpenClose3D (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestImageOpenClose3D.png</div> This example reads a binary image and performs opening on one value and closing on another (morphological operations). ==ImageOpenClose3D.cxx== <source lang="cpp"> #include <vtkImageActor.h> #include <vtkImageMapper3D.h> #include <vtkImageCast.h> #include <vtkInteractorStyleImage.h> #include <vtkImageAccumulate.h> #include <vtkImageData.h> #include <vtkRenderer.h> #include <vtkRenderWi...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageNonMaximumSuppression (content was: "<div class="floatright">400px</div> ==ImageNonMaximumSuppression.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkInteractorStyleImage.h> #include <vtkImageActor.h> #include <vtkImageMapper3D.h> #include <vtkImageSinusoidSource.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkImageGradient.h> #include <vtkImageGradientMagnitude....")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageNoiseSource (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestImageNoiseSource.png</div> ==ImageNoiseSource.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImageNoiseSource.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #include <vtkImageCast.h> int main(int, char *[]) { // Create an i...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageMirrorPad (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestImageMirrorPad.png</div> This example shows how to enlarge an image and fill in the padded edges by mirroring the original pixels. ==ImageMirrorPad.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageMirrorPad.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkProperty...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageMedian3D (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Images_TestImageMedian3D.png</div> ==ImageMedian3D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageMedian3D.h> #include <vtkImageMapper3D.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkJPEGReader.h> #include <vtkImageActor.h> #include <vtkI...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageMathematics (content was: "<div class="floatright">400px</div> ==ImageMathematics.cxx== <source lang="cpp" highlight="3,6,25-28"> #include <vtkSmartPointer.h> #include <vtkImageMapper3D.h> #include <vtkMath.h> #include <vtkImageData.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageMathematics.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <v...")
  • 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageMask (content was: "<div class="floatright">400px</div> This example creates an all red image. Then it creates a mask of a small rectangle. The red pixels in this rectangle are copied to the output image, while the rest of the output image is black. The black region could be set to a different color using SetMaskedOutputValue. ==ImageMask.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageMappe...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/TreeBFSIterator (content was: "==TreeBFSIterator.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMutableDirectedGraph.h> #include <vtkTree.h> #include <vtkTreeBFSIterator.h> int main(int argc, char *argv[]) { //create a tree vtkSmartPointer<vtkMutableDirectedGraph> g = vtkSmartPointer<vtkMutableDirectedGraph>::New(); vtkIdType v1 = g->AddVertex(); vtkIdType v2 = g->AddVertex(); vtkIdType v3 = g->AddVertex(); g->AddEdge(v1, v2); g->AddEdge(v1, v3); vtkSmartPo...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/SideBySideGraphs (content was: "<div class="floatright">300px</div> This currently crashes - still trying to decide how to best display these graphs. ==SideBySideGraphs.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkGraphToPolyData.h> #include <vtkDataSetAttributes.h> #include <vtkMutableUndirectedGraph.h> #include <vtkGraphLayoutView.h> #include <vtkProperty.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/ShortestPath (content was: "Currently, the only way to find the shortest path on a graph is to convert the graph to a mesh (using vtkGraphToPolyData) and then use the shortest path on a mesh functionality of vtkDijkstraGraphGeodesicPath. <div class="floatcenter">File:VTK_Examples_Baseline_Graphs_TestShortestPath.png</div> ==ShortestPath.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkTree.h> #include <vtkMutableDirectedGraph.h> #include <vtkGraphLayoutView.h> #include <vtkRenderWi...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/SelectedVerticesAndEdgesObserver (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestSelectedVerticesAndEdgesObserver.png</div> * Thanks to Eric Monson ==SelectedVerticesAndEdgesObserver.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkCallbackCommand.h> #include <vtkAnnotationLink.h> #include <vtkRenderedGraphRepresentation.h> #include <vtkRenderer.h> #include <vtkDoubleArray.h> #include <vtkSelectionNode.h> #include <vtkIdTypeArray.h> #include <vtkSelection.h> #include <vtkR...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/SelectedVerticesAndEdges (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Graphs_TestSelectedVerticesAndEdges.png</div> * Thanks to Eric Monson ==SelectedVerticesAndEdges.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkAnnotationLink.h> #include <vtkRenderedGraphRepresentation.h> #include <vtkRenderer.h> #include <vtkHardwareSelector.h> #include <vtkDoubleArray.h> #include <vtkSelectionNode.h> #include <vtkIdTypeArray.h> #include <vtkSelection.h> #include <vtkRenderWindow.h...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/ScaleVertices (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestScaleVertices.png</div> Scale the vertices based on a data array. ==ScaleVertices.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkRenderedGraphRepresentation.h> #include <vtkFloatArray.h> #include <vtkMutableUndirectedGraph.h> #include <vtkGraphWriter.h> #include <vtkGraphLayoutView.h> #include <vtkRenderWindowInteractor.h> #include <vtkDataSetAttributes.h> #include <vtkGraphToGlyphs.h> int...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/RemoveIsolatedVertices (content was: "==RemoveIsolatedVertices.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMutableUndirectedGraph.h> #include <vtkPoints.h> #include <vtkRemoveIsolatedVertices.h> int main(int, char *[]) { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMutableUndirectedGraph>::New(); // Create 3 vertices vtkIdType v1 = g->AddVertex(); vtkIdType v2 = g->AddVertex(); g->AddVertex(); g->AddEdge ( v1, v2 ); std::cout << "Graph has...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/RandomGraphSource (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestRandomGraphSource.png</div> ==RandomGraphSource.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkGraphLayoutView.h> #include <vtkGraphWriter.h> #include <vtkRandomGraphSource.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) { vtkSmartPointer<vtkRandomGraphSource> randomGraphSource = vtkSmartPointer<vtkRandomGraphSource>::New(); randomGraphSource->SetNumberOfVertices(...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/OutEdgeIterator (content was: "==OutEdgeIterator.cxx== <source lang="cpp"> #include <vtkMutableUndirectedGraph.h> #include <vtkMutableDirectedGraph.h> #include <vtkSmartPointer.h> #include <vtkOutEdgeIterator.h> static void Undirected(); static void Directed(); int main(int, char *[]) { Undirected(); Directed(); return EXIT_SUCCESS; } void Undirected() { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMutableUndirectedGraph>::New(); // Create a graph vtkIdType v0 =...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/NOVCAGraph (content was: "File:graphCXX.png *This example shows how to construct a graph to visualize it in ParaView/VisIt using the VTK output file testVertex.vtu. * Contributed by Sanjaya Gajurel, Case Western Reserve University ==NOVCAGraph.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkCellArray.h> #include <vtkPoints.h> #include <vtkPolyLine.h> #include <vtkTriangle.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPolyData.h> #include <vtkUnstructuredGrid.h> #include <vtkXMLUns...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/MinimumSpanningTree (content was: "This example shows how to find the minimum spanning tree. The input graph is: Image:3_vertex_fully_connected_graph.svg and the minimum spanning tree computed is Image:Minimum_spanning_tree.svg. You must have compiled VTK with VTK_USE_BOOST=ON to use this functionality. You must also link to vtkInfovis. ==MinimumSpanningTree.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkBoostPrimMinimumSpanningTree.h> #include <vtkDataSetAttributes.h> #include...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/LabelVerticesAndEdges (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestLabelVerticesAndEdges.png</div> This example sets and displays labels of vertices and edges of a graph. ==LabelVerticesAndEdges.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkCircularLayoutStrategy.h> #include <vtkDataSetAttributes.h> #include <vtkDoubleArray.h> #include <vtkGraphLayoutView.h> #include <vtkIntArray.h> #include <vtkMutableUndirectedGraph.h> #include <vtkRenderWindowInteracto...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/InEdgeIterator (content was: "==InEdgeIterator.cxx== <source lang="cpp"> #include <vtkMutableUndirectedGraph.h> #include <vtkMutableDirectedGraph.h> #include <vtkSmartPointer.h> #include <vtkInEdgeIterator.h> static void Undirected(); static void Directed(); int main(int, char *[]) { Undirected(); Directed(); return EXIT_SUCCESS; } void Undirected() { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMutableUndirectedGraph>::New(); // Create a graph vtkIdType v0 =...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/GraphToPolyData (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestGraphToPolydata.png</div> This example creates a simple graph and then converts it to a polydata for visualization using Paraview. ==GraphToPolyData.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkMutableUndirectedGraph.h> #include <vtkGraphToPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/EdgeWeights (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestWeights.png</div> ==EdgeWeights.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkDataSetAttributes.h> #include <vtkDoubleArray.h> #include <vtkMutableUndirectedGraph.h> #include <vtkCircularLayoutStrategy.h> #include <vtkDoubleArray.h> #include <vtkGraphLayoutView.h> #include <vtkIntArray.h> #include <vtkMutableUndirectedGraph.h> #include <vtkRenderWindowInteractor.h> int main(int, char *[]) {...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/EdgeListIterator (content was: "==EdgeListIterator.cxx== <source lang="cpp"> #include <vtkMutableUndirectedGraph.h> #include <vtkSmartPointer.h> #include <vtkEdgeListIterator.h> int main(int, char *[]) { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMutableUndirectedGraph>::New(); // Create a graph vtkIdType v0 = g->AddVertex(); vtkIdType v1 = g->AddVertex(); vtkIdType v2 = g->AddVertex(); g->AddEdge(v0, v1); g->AddEdge(v1, v2); g->AddEdge(v0, v2); vtkSmart...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/DepthFirstSearchIterator (content was: "This example traverses a tree in a depth first fashion. ==DepthFirstSearchIterator.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMutableUndirectedGraph.h> #include <vtkBoostPrimMinimumSpanningTree.h> #include <vtkBoostBreadthFirstSearch.h> #include <vtkTree.h> #include <vtkDoubleArray.h> #include <vtkDataSetAttributes.h> #include <vtkTreeDFSIterator.h> int main(int, char *[]) { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMut...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/DepthFirstSearchAnimation (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestDepthFirstSearchAnimation.png</div> ==DepthFirstSearchAnimation.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkCommand.h> #include <vtkDataSetAttributes.h> #include <vtkGraphLayoutView.h> #include <vtkIntArray.h> #include <vtkLookupTable.h> #include <vtkMutableDirectedGraph.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRendererCollection.h> #include <vtk...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/Conversions/TreeToMutableDirectedGraph (content was: "==TreeToMutableDirectedGraph.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkMutableDirectedGraph.h> #include <vtkDirectedGraph.h> #include <vtkTree.h> int main (int, char *[]) { //create a graph vtkSmartPointer<vtkMutableDirectedGraph> mdg = vtkSmartPointer<vtkMutableDirectedGraph>::New(); //add 4 vertices to the graph vtkIdType v1 = mdg->AddVertex(); vtkIdType v2 = mdg->AddVertex(); vtkIdType v3 = mdg->AddVertex();...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/Conversions/MutableDirectedGraphToDirectedGraph (content was: "==MutableDirectedGraphToDirectedGraph.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkMutableDirectedGraph.h> #include <vtkDirectedGraph.h> int main (int, char *[]) { //create a graph vtkSmartPointer<vtkMutableDirectedGraph> mdg = vtkSmartPointer<vtkMutableDirectedGraph>::New(); //add 4 vertices to the graph vtkIdType v1 = mdg->AddVertex(); vtkIdType v2 = mdg->AddVertex(); vtkIdType v3 = mdg->AddVertex(); vtkIdTy...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/Conversions/DirectedGraphToMutableDirectedGraph (content was: "==DirectedGraphToMutableDirectedGraph.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkMutableDirectedGraph.h> #include <vtkDirectedGraph.h> int main (int, char *[]) { //create a graph vtkSmartPointer<vtkMutableDirectedGraph> mdg = vtkSmartPointer<vtkMutableDirectedGraph>::New(); //add 4 vertices to the graph vtkIdType v1 = mdg->AddVertex(); vtkIdType v2 = mdg->AddVertex(); vtkIdType v3 = mdg->AddVertex(); vtkIdType...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/ConstructTree (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestTree.png</div> ==ConstructTree.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkGraphLayoutView.h> #include <vtkMutableDirectedGraph.h> #include <vtkRenderWindowInteractor.h> #include <vtkTree.h> int main (int, char *[] ) { vtkSmartPointer<vtkMutableDirectedGraph> graph = vtkSmartPointer<vtkMutableDirectedGraph>::New(); vtkIdType v1 = graph->AddVertex(); vtkIdType v2 = graph->A...")
  • 02:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Graphs/ConstructGraph (content was: "<div class="floatright">File:VTK_Examples_Baseline_Graphs_TestConstructGraph.png</div> This example shows how to construct a simple graph. ==ConstructGraph.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMutableUndirectedGraph.h> #include <vtkCircularLayoutStrategy.h> #include <vtkDataSetAttributes.h> #include <vtkDoubleArray.h> #include <vtkGraphLayoutView.h> #include <vtkIntArray.h> #include <vtkMutableUndirectedGraph.h> #include <vtkRenderWindowInter...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)