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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 01:46, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Picking/AreaPicking (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Picking/AreaPicking AreaPicking] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 01:46, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/ApplyColors (content was: "#REDIRECT VTK/Examples/Broken/ApplyColors", and the only contributor was "Lorensen" (talk))
- 01:46, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/ApplyColors (content was: "How is this different than just using SetArray with a colors array? ==ApplyColors.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkProperty.h> #include <vtkPointSource.h> #include <vtkApplyColors.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main(int argc, char *argv[]) { vtkSmartPointer<vtkPointSource> pointSource = vtkSmartPointer<vtkPointSo...")
- 23:32, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/AppendPoints (content was: "#REDIRECT VTK/Examples/PolyData/AppendPoints", and the only contributor was "Lorensen" (talk))
- 23:31, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/AppendPoints (content was: "#REDIRECT VTK/Examples/InfoVis/AppendPoints", and the only contributor was "Lorensen" (talk))
- 23:31, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/InfoVis/AppendPoints (content was: "#REDIRECT VTK/Examples/Cxx/InfoVis/AppendPoints", and the only contributor was "Daviddoria" (talk))
- 23:31, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/InfoVis/AppendPoints (content was: "#REDIRECT VTK/Examples/Cxx/Broken/InfoVis/AppendPoints", and the only contributor was "Daviddoria" (talk))
- 23:31, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/InfoVis/AppendPoints (content was: "This example is currently broken. The data sets seem to have been combined (there are 10 points and 10 cells in the output), but nothing is displayed. ==AppendPoints.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPointSource.h> #include <vtkPolyData.h> #include <vtkPoints.h> #include <vtkAppendPoints.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRenderWindow.h> #include <vtkRenderer.h> #include <vtkRenderWindowInteractor.h> int main...")
- 23:31, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/AppendFilter (content was: "#REDIRECT VTK/Examples/Filters/AppendFilter", and the only contributor was "Lorensen" (talk))
- 23:30, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Filters/AppendFilter (content was: "#REDIRECT VTK/Examples/Cxx/Filters/AppendFilter", and the only contributor was "Daviddoria" (talk))
- 23:30, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Filtering/AppendFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Filtering/AppendFilter AppendFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 23:30, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Animation/AnimateActors (content was: "#REDIRECT VTK/Examples/Cxx/Animation/AnimateActors", and the only contributor was "Daviddoria" (talk))
- 23:30, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Animation/AnimateActors (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Animation/AnimateActors AnimateActors] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 23:30, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Add Miscellaneous Data to Points in a Polydata (content was: "#REDIRECT VTK/Examples/MiscPointData", and the only contributor was "Daviddoria" (talk))
- 23:29, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/MiscPointData (content was: "#REDIRECT VTK/Examples/PolyData/MiscPointData", and the only contributor was "Lorensen" (talk))
- 23:29, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/MiscPointData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/MiscPointData", and the only contributor was "Daviddoria" (talk))
- 23:29, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/MiscPointData (content was: "This demo attaches a vector (in this case a float vector of length 1) to each point in a polydata. ==MiscPointData.cxx== <source lang="cpp"> #include <vtkCellData.h> #include <vtkDoubleArray.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkPointData.h> #include <vtkSmartPointer.h> #include <vtkXMLPolyDataReader.h> #include <vtkPolyDataNormals.h> #include <vtkFloatArray.h> #include <vtkMath.h> #include <string> int main(int argc, char *argv[]) { // Parse comma...")
- 23:29, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Add Miscellaneous Data to Cells in a Polydata (content was: "#REDIRECT VTK/Examples/MiscCellData", and the only contributor was "Daviddoria" (talk))
- 23:28, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/MiscCellData (content was: "#REDIRECT VTK/Examples/PolyData/MiscCellData", and the only contributor was "Lorensen" (talk))
- 23:28, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/MiscCellData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/MiscCellData", and the only contributor was "Daviddoria" (talk))
- 23:28, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/MiscCellData (content was: "This demo attaches a double to a cell (triangle) in a polydata. ==MiscCellData.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkCellData.h> #include <vtkSmartPointer.h> #include <vtkCellArray.h> #include <vtkDoubleArray.h> #include <vtkTriangle.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkXMLPolyDataWriter.h> int main(int, char *[]) { // We will write the resulting file to Test.vtp so it can be inspected in Paraview std::string outputFilen...")
- 23:28, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Add Global Miscellaneous Data to a Polydata (content was: "#REDIRECT VTK/Examples/FieldData", and the only contributor was "Daviddoria" (talk))
- 23:28, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/FieldData (content was: "#REDIRECT VTK/Examples/PolyData/FieldData", and the only contributor was "Lorensen" (talk))
- 23:27, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/FieldData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/FieldData", and the only contributor was "Daviddoria" (talk))
- 23:27, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/FieldData (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/FieldData FieldData] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 23:27, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Boneyard/Cube (content was: "This is a dummy page.")
- 23:26, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/2DArray (content was: "#REDIRECT VTK/Examples/Utilities/2DArray", and the only contributor was "Lorensen" (talk))
- 23:25, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Utilities/2DArray (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/2DArray", and the only contributor was "Daviddoria" (talk))
- 16:49, 19 March 2019 Cquammen talk contribs moved page Bdginning Color Maps and Palettes to Beginning Color Maps and Palettes (Typo in title)
- 22:47, 7 November 2018 Cquammen talk contribs uploaded File:TimeScientific.png
- 22:47, 7 November 2018 Cquammen talk contribs uploaded File:NanOpacity.png
- 22:46, 7 November 2018 Cquammen talk contribs uploaded File:OsprayRenderedSurfaces.png
- 22:40, 7 November 2018 Cquammen talk contribs uploaded File:TimeCombobox.png
- 22:37, 7 November 2018 Cquammen talk contribs uploaded File:Favorites.png
- 22:36, 7 November 2018 Cquammen talk contribs uploaded File:OrientedBoundingBoxMajorAxis.png
- 22:33, 7 November 2018 Cquammen talk contribs uploaded File:GlyphFilterUI.png
- 22:33, 7 November 2018 Cquammen talk contribs uploaded File:PointsDistribution.png
- 22:31, 7 November 2018 Cquammen talk contribs uploaded File:BondPerceiver.png
- 13:38, 10 April 2018 Cquammen talk contribs uploaded a new version of File:Nvidia index.png
- 13:37, 10 April 2018 Cquammen talk contribs uploaded File:Nvidia index.png
- 03:41, 10 April 2018 Cquammen talk contribs uploaded File:Ttf files.png
- 03:40, 10 April 2018 Cquammen talk contribs uploaded File:Point-cloud-and-image.png
- 03:39, 10 April 2018 Cquammen talk contribs uploaded File:Digital rock physics.png
- 03:38, 10 April 2018 Cquammen talk contribs uploaded File:Curvy-wedges.png
- 03:33, 10 April 2018 Cquammen talk contribs uploaded File:Isocontours representation.png
- 03:32, 10 April 2018 Cquammen talk contribs uploaded File:3d glyph culling example.png
- 03:32, 10 April 2018 Cquammen talk contribs uploaded File:3d glyph culling ui.png
- 03:29, 10 April 2018 Cquammen talk contribs uploaded File:Embossing.png
- 03:28, 10 April 2018 Cquammen talk contribs uploaded File:Preview mode menu.png
- 03:25, 10 April 2018 Cquammen talk contribs uploaded File:Ospray path tracing.png