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:30, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Boneyard/GeometricObjects/WriteFile/PlatonicSolid (content was: "==PlatonicSolidSource.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPlatonicSolidSource.h> #include <vtkXMLPolyDataWriter.h> int main(int, char *[]) { vtkSmartPointer<vtkPlatonicSolidSource> platonicSolidSource = vtkSmartPointer<vtkPlatonicSolidSource>::New(); platonicSolidSource->SetSolidTypeToOctahedron(); platonicSolidSource->Update(); vtkSmartPointer<vtkXMLPolyDataWriter> writer = vtkSmartPointer<vtkXMLPolyDataWriter>::New();...")