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).
- 03:12, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/Reflection (content was: "<div class="floatright">File:VTK_Examples_Baseline_PolyData_TestReflectionFilter.png</div> '''Note:''' This example uses {{class|vtkReflectionFilter}}, which outputs a {{class|vtkDataObject}}. For an example that returns a {{class|vtkPolyData}}, see ''[[../../Filtering/TransformPolyData|TransformPolyData]]''. ==Reflection.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkDataSetMapper.h> #include <vtkProperty.h> #include <vtkReflectionFilter.h> #include <...")