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/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))
- 14:41, 27 April 2021 WikiSysop talk contribs changed group membership for Cquammen from (none) to administrator (temporary, until 14:41, 27 May 2021)
- 14:39, 27 April 2021 WikiSysop talk contribs deleted page Test (content was: "test", and the only contributor was "WikiSysop" (talk))
- 14:39, 27 April 2021 WikiSysop talk contribs created page Test (Created page with "test")
- 00:57, 16 April 2021 Wascott talk contribs uploaded a new version of File:Beginning filters ruler.jpg
- 00:55, 16 April 2021 Wascott talk contribs created page File:Beginning filters ruler.jpg
- 00:55, 16 April 2021 Wascott talk contribs uploaded File:Beginning filters ruler.jpg
- 01:27, 1 April 2021 Wascott talk contribs created page File:ParaviewWeb 101.jpg
- 01:27, 1 April 2021 Wascott talk contribs uploaded File:ParaviewWeb 101.jpg
- 20:56, 31 March 2021 Wascott talk contribs created page File:ParaviewWeb 100.jpg
- 20:56, 31 March 2021 Wascott talk contribs uploaded File:ParaviewWeb 100.jpg
- 20:54, 31 March 2021 Wascott talk contribs created page ParaView Web (Created page with "=Introduction= ParaViewWeb, is a Web framework to build applications with interactive scientific visualization inside the Web browser. Those applications can leverage a VTK an...")
- 02:18, 19 February 2021 Wascott talk contribs created page File:Beginning gui 103.jpg
- 02:18, 19 February 2021 Wascott talk contribs uploaded File:Beginning gui 103.jpg
- 19:09, 26 January 2021 WikiSysop talk contribs blocked Robert Maynard talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled)
- 03:29, 12 January 2021 Wascott talk contribs moved page ParaView and Batch to PvPython and PvBatch (Correcting page name to what it is.)
- 21:12, 21 August 2020 Paulo.herrera talk contribs created page File:ExStructuredrGrid.png (Strcutured grid exported with JEVTK)
- 21:12, 21 August 2020 Paulo.herrera talk contribs uploaded File:ExStructuredrGrid.png (Strcutured grid exported with JEVTK)
- 19:39, 21 August 2020 User account Jstookey123 talk contribs was created by WikiSysop talk contribs and password was sent by email
- 18:57, 21 August 2020 User account Paulo.herrera talk contribs was created by WikiSysop talk contribs and password was sent by email
- 23:35, 8 May 2020 Wascott talk contribs created page File:CTH-11.JPG
- 23:35, 8 May 2020 Wascott talk contribs uploaded File:CTH-11.JPG
- 13:23, 17 March 2020 Ben.boeckel talk contribs created page VTK/API Changes 8 2 0 to 9 0 0 (Create 9.0.0 changes page)
- 21:15, 11 February 2020 Delete page script talk contribs deleted page KWWidgets/Wizard Workflow (removing kwwidgets)