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:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Picking/CellPicking (content was: "<div class="floatright">File:VTK_Examples_Baseline_Picking_TestCellPicking.png</div> This example demonstrates how to get the coordinates of the point on an actor that is clicked with the left mouse button. It also indicates which cell the selected point belongs to by highlighting the edges of that cell. ==CellPicking.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkRendererCollection.h> #include <vtkDataSetMapper.h> #include <vtk...")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Parallel/ExodusIIWriter (content was: "Requires VTK to be built with VTK_USE_PARALLEL. ==ExodusIIWriter.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyData.h> #include <vtkExodusIIWriter.h> #include <vtkTimeSourceExample.h> int main(int, char *[]) { vtkSmartPointer<vtkTimeSourceExample> timeSource = vtkSmartPointer<vtkTimeSourceExample>::New(); vtkSmartPointer<vtkExodusIIWriter> exodusWriter = vtkSmartPointer<vtkExodusIIWriter>::New(); exodusW...")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Modelling/MarchingSquares (content was: " <div class="floatcenter">File:VTK_Examples_Baseline_Modelling_TestMarchingSquares.png</div> ==MarchingSquares.cxx== <source lang="cpp"> #include "vtkMarchingSquares.h" #include "vtkSmartPointer.h" #include "vtkActor.h" #include "vtkRenderer.h" #include "vtkRenderWindow.h" #include "vtkRenderWindowInteractor.h" #include "vtkPNGReader.h" #include "vtkDataSetMapper.h" #...", and the only contributor was "Lorensen" (talk))
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Modelling/MarchingCubes (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Modelling/MarchingCubes/ MarchingCubes] on the new VTKExamples website.''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/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.kaist.ac.kr/~hjy/test.vtk 2. brainweb.img: http://web.kaist.ac.kr/~hjy/brainweb.img 3. brainweb.hdr: h...")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Modelling/Delaunay3D (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Modelling/Delaunay3D Delaunay3D] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Modelling/ContourTriangulator (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Modelling/ContourTriangulator ContourTriangulator] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Modelling/Bottle (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Modelling/Bottle Bottle] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/WindowedSincPolyDataFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/WindowedSincPolyDataFilter WindowedSincPolyDataFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/Triangulate (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/Triangulate Triangulate] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/TableBasedClipDataSetWithPolyData (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/TableBasedClipDataSetWithPolyData TableBasedClipDataSetWithPolyData] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/TableBasedClipDataSetWithPolyData2 (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/TableBasedClipDataSetWithPolyData2 TableBasedClipDataSetWithPolyData2] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/SubdivisionDemo (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/SubdivisionDemo SubdivisionDemo] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/SplitPolyData (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/SplitPolyData SplitPolyData] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/SolidClip (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/SolidClip SolidClip] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/SimpleElevationFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/SimpleElevationFilter SimpleElevationFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/QuadricDecimation (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/QuadricDecimation QuadricDecimation] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/QuadricClustering (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/QuadricClustering QuadricClustering] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/PointInterpolator (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/PointInterpolator PointInterpolator] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/OBBDicer (content was: "<div class="floatright">File:VTK_Examples_Baseline_Meshes_TestOBBDicer.png</div> The vtkOBBDicer filter breaks up an input mesh into a number of pieces. The resulting mesh contains scalar point data that can be used to extract the individual pieces with a filter like vtkThresholdFilter. This examples displays the output of vtkOBBDicer with a different color for each piece. ==OBBDicer.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <v...")
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/MatrixMathFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/MatrixMathFilter MatrixMathFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestProgressReportFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestPolyDataFilter vtkTestPolyDataFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Developers/vtkTestReader (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Developers/vtkTestProgressReportFilter vtkTestProgressReportFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/CombinePolyData (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/CombinePolyData CombinePolyData] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' = '")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/ConnectivityFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/ConnectivityFilter ConnectivityFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/ConstrainedDelaunay2D (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/ConstrainedDelaunay2D ConstrainedDelaunay2D] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/ConnectivityFilterDemo (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/ConnectivityFilterDemo ConnectivityFilterDemo] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/ContoursFromPolyData (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/ContoursFromPolyData ContoursFromPolyData] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/Delaunay2D (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/Delaunay2D Delaunay2D] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/GaussianSplat (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/GaussianSplat GaussianSplat] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/PNGReader (content was: "<div class="floatright">300px</div> This example demonstrates how to read a PNG image file. ==PNGReader.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageViewer2.h> #include <vtkPNGReader.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> int main(int argc, char* argv[]) { // Verify input arguments if ( argc < 2 ) { std::cout << "Usage: " << a...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/MetaImageWriter (content was: "==MetaImageWriter.cxx== <div class="floatright">File:VTK_Examples_IO_MetaImageWriter.png</div> <source lang="cpp"> // some standard vtk headers #include <vtkSmartPointer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> // headers needed for this example #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkImageCast.h> #include <vtkMetaImageWriter.h> #include <vtkMetaImageReader.h> #include <vtkImageMandelbrotSo...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/MetaImageReader (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestMetaImageReader.png</div> ==MetaImageReader.cxx== <source lang="cpp"> #include <vtkImageData.h> #include <vtkMetaImageReader.h> #include <vtkSmartPointer.h> #include <vtkInteractorStyleImage.h> #include <vtkRenderer.h> #include <vtkImageActor.h> #include <vtkImageMapper3D.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> int main(int argc, char *argv[]) { std::string inputFilename; if(argc...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadDICOM (content was: "<div class="floatright">400px</div> This example reads a DICOM file and displays it on the screen. [http://www.vtk.org/Wiki/images/2/27/DICOM_Prostate.zip Here] is an example data set. See also: VTK/Examples/Cxx/IO/ReadDICOMSeries and VTK/Examples/Cxx/IO/ExportDICOMtoVTI. ==ReadDICOM.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageViewer2.h> #include <vtkDICOMImageReader.h> #include <vtkRende...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/PNGWriter (content was: "==PNGWriter.cxx== <source lang="cpp"> #include <vtkImageData.h> #include <vtkPNGWriter.h> #include <vtkSmartPointer.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageCast.h> int main(int argc, char *argv[]) { std::string outputFilename; if( argc > 1) { outputFilename = argv[1]; } else { outputFilename = "output.png"; } int extent[6] = {0, 99, 0, 99, 0, 0}; vtkSmartPointer<vtkImageCanvasSource2D> imageSource = vtkSmartPointer<vtkIma...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/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. ==ParticleReader.cxx== <div class="floatright">File:VTK_Examples_Cxx_IO_ParticleReader.png</div> <source lang="cpp"> // // This example reads ascii files where each line consists of points with its position (x,y,z) // and (optionally) one scalar or binary files in RAW 3d file format. // // some standard vt...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadBMP (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadBMP.png</div> ==ReadBMP.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageViewer2.h> #include <vtkBMPReader.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> int main(int argc, char* argv[]) { //Verify input arguments if ( argc != 2 ) { std::cout << "Usage: " << argv[0] << " Filename(.bmp)" << std::endl; return EXI...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/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 See also: VTK/Examples/Cxx/IO/ReadDICOM and VTK/Examples/Cxx/IO/ExportDICOMtoVTI. ==ReadDICOMSeries.cxx== <div class="floatright">File:VTK_Examples_StandardFormats_Input_ReadDICOMSeries.png</div...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadOBJ (content was: "<div class="floatright">300px</div> This example demonstrates how to read a Wavefront OBJ file. The result is displayed. ==ReadOBJ.cxx== <source lang="cpp" highlight="1,19-23,28"> #include <vtkOBJReader.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkSmartPointer.h> #include <string...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadImageData (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadImageData.png</div> This example reads an image data (.vti) file. ==ReadImageData.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkProperty.h> #include <vtkDataSetMapper.h> #include <vtkImageActor.h> #include <vtkImageViewer2.h> #include <vtkXMLImageDataReader.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> int main(int argc, char* argv[]) { /...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadPDB (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadPDB.png</div> 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. ==ReadPDB.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <cmath> #include <vtkGlyph3D.h> #include <vtkLODActor.h> #include <vtkLODActor.h> #includ...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadPLOT3D (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadPLOT3D.png</div> ==ReadPLOT3D.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkPolyData.h> #if VTK_MAJOR_VERSION <= 5 #include <vtkPLOT3DReader.h> #else #include <vtkMultiBlockPLOT3DReader.h> #include <vtkMultiBlockDataSet.h> #endif #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteract...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadPNM (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_IO_TestReadPNM.png</div> ==ReadPNM.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageViewer2.h> #include <vtkPNMReader.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> int main(int argc, char* argv[]) { //Verify input arguments if ( argc != 2 ) { std::cout << "Usage: " << argv[0] << " Filename(.pnm)" << std::endl; return EX...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadPLY (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadPLY.png</div> ==ReadPLY.cxx== <source lang="cpp"> #include <vtkPolyData.h> #include <vtkPLYReader.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main ( int argc, char *argv[] ) { if(argc != 2) { std::cout << "Usage: " << argv[0] << " Filename(.ply)" << std::endl; r...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadPlainTextTriangles (content was: "Here is an example of a custom file-format reader that produces a VTK XML PolyData file from a plain-text input format. ==Input Format== <source lang="text"> number_of_points number_of_triangles point[0]X point[0]Y point[0]Z point[1]X point[1]Y point[1]Z ... point[N]X point[N]Y point[N]Z triangle[0]A triangle[0]B triangle[0]C triangle[1]A triangle[1]B triangle[1]C ... triangle[M]A triangle[M]B triangle[M]C </source> ==Example Input== <source lang="text"> 3 1 0.0 0.0 0.0 0.0...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadPolyData (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadPolyData.png</div> This example reads a polygonal data (.vtp) file. An example data set can be found at VTKData/Data/SyntheticPolyline.vtp ==ReadPolyData.cxx== <source lang="cpp"> #include <vtkXMLPolyDataReader.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main ( int argc, char...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadRectilinearGrid (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadRectilinearGrid.png</div> This example reads a rectilinear grid (.vtr) file. An example file can be found at VTKData/Data/cth.vtr ==ReadRectilinearGrid.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkProperty.h> #include <vtkDataSetMapper.h> #include <vtkXMLRectilinearGridReader.h> #include <vtkRectilinearGridGeometryFilter.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadSTL (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadSTL.png</div> ==ReadSTL.cxx== <source lang="cpp"> #include <vtkPolyData.h> #include <vtkSTLReader.h> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main ( int argc, char *argv[] ) { if ( argc != 2 ) { cout << "Required parameters: Filename" << endl; return EXIT_FAILURE...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadStructuredGrid (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadStructuredGrid.png</div> This example reads a structured grid (.vts) file. An example file can be found at VTKData/Data/multicomb_0.vts ==ReadStructuredGrid.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyDataMapper.h> #include <vtkXMLStructuredGridReader.h> #include <vtkStructuredGridGeometryFilter.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRender...")
- 02:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/ReadTIFF (content was: "<div class="floatright">File:VTK_Examples_Baseline_IO_TestReadTIFF.png</div> ==ReadTIFF.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkImageViewer2.h> #include <vtkTIFFReader.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> int main(int argc, char* argv[]) { //Verify input arguments if ( argc != 2 ) { std::cout << "Usage: " << argv[0] << " Filename(.tif)" << std::endl; return...")