Write two cubes 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:1113:11, 11 April 2009Daviddoria talk contribs 1,005 bytes +1,005 New page: <source lang="cpp"> #include <vtkCubeSource.h> void WriteTwoCubes(const string &OutputFilename) { vtkSmartPointer<vtkCubeSource> Cube1 = vtkSmartPointer<vtkCubeSource>::New(); Cube1->S...