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:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/HyperOctree (content was: "==HyperOctree.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkHyperOctree.h> int main(int argc, char *argv[]) { vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New(); sphereSource->Update(); vtkSmartPointer<vtkHyperOctree> tree = vtkSmartPointer<vtkHyperOctree>::New(); return EXIT_SUCCESS; } </source> {{VTKCMakeLists|{{SUBPAGENAME}}}}")
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/IO/ExodusIIWriter (content was: "Fixed at VTK/Examples/Cxx/IO/ExodusIIWriter")
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/IO/ImageReader2 (content was: "==ImageReader2.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageReader2.h> #include <vtkImageData.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> int main(int argc, char *argv[]) { // Verify command line arguments if(argc < 2) { std::cout << "Usage: " << argv[0] << " InputFilename" << std::endl; return EXIT_FAILUR...")
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/IO/LSDynaReader (content was: "Not tested - need a demo file. ==LSDynaReader.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkLSDynaReader.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> #include <vtkUnstructuredGrid.h> int main(int argc, char *argv[]) { // Parse command line arguments if(argc != 2) { std::cout << "Required arguments: Filename" <<...")
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/Images/ImageAnisotropicDiffusion3D (content was: "==ImageAnisotropicDiffusion3D.cxx== <source lang="cpp"> #include <vtkImageData.h> #include <vtkSmartPointer.h> #include <vtkImageCast.h> #include <vtkDataSetMapper.h> #include <vtkActor.h> #include <vtkImageMandelbrotSource.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkInteractorStyleImage.h> #include <vtkImageAnisotropicDiffusion3D.h> #include <vtkProperty.h> int main(int, char *[]) { vtkSmartPointer<vtkImageDat...")
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/Images/ImageIdealLowPass (content was: "==ImageIdealLowPass.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageIdealLowPass.h> #include <vtkImageActor.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #include <vtkJPEGReader.h> #include <vtkImageFFT.h> #include <vtkImageRFFT.h> #include <vtkImageCast.h> int main(int argc, char *argv[]) { if(argc < 2) { std::cerr << "Required: fi...")
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/Images/ImageSobel3D (content was: "==ImageSobel3D.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageMathematics.h> #include <vtkPointData.h> #include <vtkImageData.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageSobel3D.h> #include <vtkImageMagnitude.h> #include <vtkImageExtractComponents.h> #include <vtkImageShiftScale.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #in...")
  • 02:28, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx//Images/ImageThreshold (content before blanking was: "The image on the left is the input image and the image on the right is the thresholded version. ==ImageThreshold.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkImageThreshold.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #include <vtkImageCast.h> #include <vtkImageMandelbrotSource.h> int main(int, char...")
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Meshes/SolidClip (content was: "<p>This example clips a mesh and applies a backface property to that mesh that appears to have a solid interior.</p> 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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6....", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Meshes/Subdivision (content was: "<p>In this example a mesh is read from a file and then subdivided using linear subdivision. The SetNumberOfSubdivisions(n) function controls how many times the mesh is subdivided. For each n, the number of triangles will increase by approximately a factor of 4. For example, if n=2, the number of triangles in the resulting mesh will be 16x the number of triangles in the original m...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Meshes/Triangulate a mesh (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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==Triangulate.cs== <div class="floatright...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Meshes/WindowedSincPolyDataFilter (content was: "<p>This example demonstrates how to smooth a mesh.</p> 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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJ...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Modelling/ExtractLargestIsosurface (content was: "<div class="floatright">File:VTK_Examples_Baseline_Modelling_TestExtractLargestIsosurface.png</div> * Contributed by: Jinyoung Hwang This example reads a structured points dataset stored in a .vtk file and constructs a 3D model using vtkMarchingCubes. vtkPolyDataConnectivityFilter is used to extract the largest isosurface. Data is available at: 1. test.vtk: http://web.kais...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/Modelling/MarchingCubes (content was: "<p>Voxelizes a sphere and creates a model with Marching Cubes. '''NOTE:''' vtkVoxelModeller by default produces a VTK_BIT scalar image. Marching Cubes does not support this type. The scalar output is set to float for this example.</p> 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 Set...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/AlignFrames (content was: "<p>This function takes two frames and finds the matrix M between them.</p> A tutorial on how to setup a Console Application utilizing Kitware.VTK.dll can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Console Application to use Kitware.VTK.dll]<br /> ==AlignFrames.cs== <source lang="CSharp"> using System; using System.Runtime.InteropServices; using Kitware...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/ClosedSurface (content was: "A tutorial on how to setup a Console Application utilizing Kitware.VTK.dll can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Console Application to use Kitware.VTK.dll]<br /> ==ClosedSurface.cs== <source lang="CSharp"> using System; using Kitware.VTK; namespace ActiViz.Examples { class Program { static void Main(string[] args) { Closed...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/ColorDisconnectedRegions (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] ==ColorDisconnectedRegions.cs== <div class="floatright">File:VTK_Examples_Baseline_PolyData_TestColorDisconnectedRegions.png</div> <source lang="CSharp"> using System; using System...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/Curvatures (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] ==Curvature.cs== <div class="floatright">File:VTK_Examples_Baseline_PolyData_TestCurvatures.png</div> <source lang="CSharp"> using System; using System.Collections.Generic; using S...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/DijkstraGraphGeodesicPath (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]<br /> ==DijkstraGraphGeodesicPath.cs== <div class="floatright">File:VTK_Examples_Baseline_PolyData_TestDijkstraGraphGeodesicPath.png</div> <source lang="CSharp"> using System; usin...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/GreedyTerrainDecimation (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] ==GreedyTerrainDecimation.cs== <div class="floatright">File:VTK_Examples_Baseline_PolyData_TestGreedyTerrainDecimation.png</div> <source lang="CSharp"> using System; using System.C...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/HighlightBadCells (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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==HighLightBadCells.cs== <div class="floa...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/IterateOverLines (content was: "A tutorial on how to setup a Console Application utilizing Kitware.VTK.dll can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Console Application to use Kitware.VTK.dll]<br /> ==IterateOverLines.cs== <source lang="CSharp"> using System; using Kitware.VTK; namespace ActiViz.Examples { class Program { static void Main(string[] args) { Iter...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/MultiBlockMergeFilter (content was: "A tutorial on how to setup a Console Application utilizing Kitware.VTK.dll can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Console Application to use Kitware.VTK.dll]<br /> ==MultiBlockMergeFilter.cs== <source lang="CSharp"> using System; using Kitware.VTK; namespace ActiViz.Examples { class Program { static void Main(string[] args) {...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/NullPoint (content was: "<p>Set value of all associated arrays to zero all at once</p> A tutorial on how to setup a Console Application utilizing Kitware.VTK.dll can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Console Application to use Kitware.VTK.dll]<br /> ==NullPoint.cs== <source lang="CSharp"> using System; using Kitware.VTK; namespace ActiViz.Examples { class Program...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/PolyDataConnectivityFilter LargestRegion (content was: "This example extracts the largest connected region of a mesh. Note that this is based on the number of points, not the actual area of the region. * Contributed by: Jinyoung Hwang 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] ==PolyDataConnectivityFilter_LargestRegion.cs== <div class="floatright">File:VTK_Examples_Baseline_Po...")
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/PolyDataConnectivityFilter SpecifiedRegion (content was: "This example creates two spheres and combines them together into one polydata. The vtkPolyDataConnectivityFilter is used to find the two spheres as they are separate regions (disconnected). If region 0 is selected, the small sphere is extracted. If region 1 is selected, the large sphere is extracted.<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 Applicat...")
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/PolyDataGetPoint (content was: "<p>This example demonstrates how to obtain the coordinates of a point in a vtkPolyData object. * Suggested by Sara Rolfe </p> A tutorial on how to setup a Console Application utilizing Kitware.VTK.dll can be found here: [http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET Setup a Console Application to use Kitware.VTK.dll]<br /> ==PolyDataGetPoint.cs== <source lang="CSharp"> using Sy...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/PolygonalSurfaceContourLineInterpolator (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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==PolygonalSurfaceContourLineInterpolator.cs== <div class="floatright">File:VTK_Examples_Baseline_PolyData_ScreenshotDijkstraGeodesicPath.p...")
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/SelectPolyData (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]<br /> ==SelectPolyData.cs== <div class="floatright">File:VTK_Examples_Baseline_PolyData_TestSelectPolyData.png</div> <source lang="CSharp"> using System; using System.Collections.G...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/ShrinkPolyData (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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==ShrinkPolyData.cs== <div class="floatri...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/VectorFieldNonZeroExtraction (content was: "<p>This example shows how to create an imagedata object, associate scalar data with some points and visualize only nonzero scalar values</p> 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]<br /> Note: As long as ActiViz.NET is not b...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/WarpVector (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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==WarpVector.cs== <div class="floatright"...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/PolyData/WeightedTransformFilter (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] ==WeightedTransformFilter.cs== <div class="floatright">File:VTK_Examples_Baseline_PolyData_TestWeightedTransformFilter.png</div> <source lang="CSharp"> using System; using System.C...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/DistanceBetweenPoints (content was: "This example finds the squared distance and the Euclidean distance between two 3D points. ==DistanceBetweenPoints.cs== <source lang="CSharp"> using System; using System.Runtime.InteropServices; using System.Diagnostics; using Kitware.VTK; void DistanceBetweenPoints() { // Create two points. double[] p0 = new double[] { 0.0, 0.0, 0.0 }; double[] p1 = new double[] { 1.0, 1.0, 1.0 }; IntPtr pP0 = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(double)) * 3); IntPtr p...")
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/DistancePointToLine (content was: "This example computes the distance from a point to a line. ==DistancePointToLine.cs== <source lang="CSharp"> using System; using System.Runtime.InteropServices; using System.Diagnostics; using Kitware.VTK; void DistancePointToLine() { double[] lineP0 = new double[] { 0.0, 0.0, 0.0 }; double[] lineP1 = new double[] { 2.0, 0.0, 0.0 }; double[] p0 = new double[] { 1.0,...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/GaussianRandomNumber (content was: "This example generates 3 random numbers from a Gaussian distribution with mean 0.0 and standard deviation 2.0. ==GaussianRandomNumber.cs== <source lang="CSharp"> using System; using System.Diagnostics; using Kitware.VTK; void GaussianRandomNumber() { // Set the number of random numbers we wish to produce to 3. uint numRand = 3; // Without this line, the random numbers...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/PerspectiveTransform (content was: "The perspective transform automatically appends the "homogeneous 1" to the point before it is multiplied by the matrix. It then divides the first 3 coordinates of the result by the 4th coordinate of the result. For comparison, the standard projection (vtkTransform) is also performed with the same matrix and the same point. Note that the results are much different. ==PerspectiveT...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/ProjectPointPlane (content was: "This example projects a point onto a plane ==ProjectPointPlane.cs== <source lang="CSharp"> using System; using System.Runtime.InteropServices; using System.Diagnostics; using Kitware.VTK; void ProjectPointPlane() { vtkPlane plane = vtkPlane.New(); plane.SetOrigin(0.0, 0.0, 0.0); plane.SetNormal(0.0, 0.0, 1.0); double[] p = new double[] { 23.1, 54.6, 9.2 }; double...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/RandomSequence (content was: "This is the "new" (December, 2009) VTK way to produce random numbers. It is actually a random sequence generator. ==RandomSequence.cs== <source lang="CSharp"> using System; using System.Diagnostics; using Kitware.VTK; void RandomSequence() { //Create a random sequence generator. vtkMinimalStandardRandomSequence sequence = vtkMinimalStandardRandomSequence.New();...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/SimpleOperations/UniformRandomNumber (content was: "This example generates 3 random numbers between 0 and 2 from a uniform distribution. ==UniformRandomNumber.cs== <source lang="CSharp"> using System; using System.Diagnostics; using Kitware.VTK; void UniformRandomNumber() { // Set the number of random numbers we wish to produce to 3. uint numRand = 3; // Without this line, the random numbers will be the same every itera...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/VisualizationAlgorithms/FilledContours (content was: "<p>This example produces filled contours using the vtkClipPolyData filter. There is a sample data file [http://public.kitware.com/cgi-bin/viewcvs.cgi/Data/filledContours.vtp?root=VTKData&view=log here]</p> 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 Applicatio...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/VisualizationAlgorithms/BandedPolyDataContourFilter (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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==BandedPolyDataContourFilter.cs== <div c...", and the only contributor was "Jochen" (talk))
  • 02:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/WishList/Modelling/MarchingSquares (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]<br /> Note: As long as ActiViz.NET is not build with VTK version 6.0 or higher you must define the preprocessor directive VTK_MAJOR_VERSION_5. ==MarchingSquares.cs== <div class="floatr...", and the only contributor was "Jochen" (talk))
  • 02:24, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadPDB (content was: "This example reads [http://www.pdb.org/pdb/home/home.do Protein Data Bank] files. The example expects a file in .pdb format. [http://gitorious.org/vtkwikiexamples/wikiexamples/blobs/raw/master/Testing/Data/lys.pdb Here] is a sample 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/ActiV...", and the only contributor was "Jochen" (talk))
  • 02:24, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadPLOT3D (content was: "Reads PLOT3D files<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] ==ReadPLOT3D.cs== <div class="floatright">File:VTK_Examples_Baseline_IO_TestReadPLOT3D.png</div> <source lang="CSharp"> using System; using System.Collecti...", and the only contributor was "Jochen" (talk))
  • 02:24, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadPLY (content was: "Reads a PLY 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] ==ReadPLY.cs== <div class="floatright">File:VTK_Examples_Baseline_IO_TestReadPLY.png</div> <source lang="CSharp"> using System; using System.Collections.Gene...", and the only contributor was "Jochen" (talk))
  • 02:24, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadPNM (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] ==ReadPNM.cs== <div class="floatright">300px</div> <source lang="CSharp"> using System; using System.Collections.Generic; using System...", and the only contributor was "Jochen" (talk))
  • 02:24, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadPlainText (content was: "This example takes a plain text file of coordinates and reads them into a vtkPoints, which is then put into a vtkPolyData and displayed on the screen using a vtkVertexGlyphFilter. An example file may look like: 1 2 3 4 5 6 7 8 9 Sample data are available as a zipped file (16 KB): File:VTK_Examples_Teapot.zip A tutorial on how to setup a Windows Forms Application utiliz...", and the only contributor was "Jochen" (talk))
  • 02:24, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadPolyData (content was: "This example reads a polygonal data (.vtp) file. An example data set can be found at VTKData/Data/SyntheticPolyline.vtp<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] ==ReadPolyData.cs== <div class="floatright">File:VTK_Exa...", and the only contributor was "Jochen" (talk))
  • 02:24, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/CSharp/IO/ReadRectilinearGrid (content was: "This example reads a rectilinear grid (.vtr) file. An example file can be found at VTKData/Data/cth.vtr<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] ==ReadRectilinearGrid.cs== <div class="floatright">File:VTK_Examples_Bas...", and the only contributor was "Jochen" (talk))
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)