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).
- 03:06, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/DelimitedTextReader (content was: "<div class="floatright">File:VTK_Examples_Baseline_InfoVis_TestDelimitedTextReader.png</div> This example takes a plain text file of coordinates and normals (x y z nx ny nz) and reads them into a vtkPolyData and displays them on the screen. This can be easily changed to reading a file with any delimiter by changing the argument of <source lang="cpp">Reader->SetFieldDelimiterCharacters(" ");</source> Here is an example file: 0.0 0.0 0.0 1.0 2.0 3.0 1.0 0.0 0.0 4.0 5.0 6....")