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
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Boneyard/GeometricObjects/WriteFile/Quad (content was: "This example creates four points and creates a quad on the points. The points MUST be specified in counter-clockwise order. ==Quad.cxx== <source lang="cpp"> #include <vtkCellArray.h> #include <vtkPoints.h> #include <vtkQuad.h> #include <vtkPolyData.h> #include <vtkXMLPolyDataWriter.h> #include <vtkSmartPointer.h> int main(int, char *[]) { //Setup the coordinates of four points //(must be in counter clockwise order) double P0[3] = {0.0, 0.0, 0.0}; double P1[3] = {1.0,...")