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/Frustum (content was: "This example gets the frustum of a camera and converts it to a PolyData. ==Frustum.cxx== <source lang="cpp"> #include <vtkFrustumSource.h> #include <vtkPolyData.h> #include <vtkSmartPointer.h> #include <vtkXMLPolyDataWriter.h> #include <vtkCamera.h> #include <vtkPlanes.h> int main(int, char *[]) { //Create a camera. vtkSmartPointer<vtkCamera> camera = vtkSmartPointer<vtkCamera>::New(); double planesArray[24]; //Get the data from the camera describing the frustum pl...")