Write a plane to a VTP file: Revision history

From KitwarePublic
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    11 April 2009

    • curprev 13:1013:10, 11 April 2009Daviddoria talk contribs 525 bytes +525 New page: <source lang="cpp"> #include <vtkPlaneSource.h> void WritePlane(const string &OutputFilename) { vtkSmartPointer<vtkPlaneSource> plane = vtkSmartPointer<vtkPlaneSource>::New(); plane->S...