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
  • 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Tutorials/TriangleGeometryVertices (content was: "This example writes the coordinates of the corners of a triangle to a vtp file. There is now geometry (points) as well as topology (vertices). If you open this file in Paraview, you will now see the points immediately. ==TriangleVertices.cxx== <source lang="cpp"> #include <vtkCellArray.h> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPolyData.h> int main(int argc, char *argv[]) { //Setup point coordinates double X[3] =...")