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)- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Tutorials/TriangleGeometryOnly (content was: "This example writes the coordinates of the corners of a triangle to a vtp file. There is geometry (points), but there is no topology (vertices), so if you open this file in Paraview, you will not see anything. You can "glyph" the points to see them, but generally some type of topology exists. We will see topology in the next example. ==TrianglePoints.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPol...")
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Tutorials/TriangleGeometryPolygon (content was: "==TrianglePolygon.cxx== <source lang="cpp"> #include <vtkCellArray.h> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPolyData.h> #include <vtkTriangle.h> int main(int argc, char *argv[]) { //setup points (geometry) vtkSmartPointer<vtkPoints> points = vtkSmartPointer<vtkPoints>::New(); points->InsertNextPoint ( 1.0, 0.0, 0.0 ); points->InsertNextPoint ( 0.0, 0.0, 0.0 ); points->InsertNextPoint ( 0.0, 1.0, 0.0 ); v...")
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Tutorials/TriangleGeometryVertices (content was: "This example writes the coordinates of the corners of a triangle to a vtp file. There is now geometry (points) as well as topology (vertices). If you open this file in Paraview, you will now see the points immediately. ==TriangleVertices.cxx== <source lang="cpp"> #include <vtkCellArray.h> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkXMLPolyDataWriter.h> #include <vtkPolyData.h> int main(int argc, char *argv[]) { //Setup point coordinates double X[3] =...")
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Filters/TriangulateTerrainMap (content was: "#REDIRECT VTK/Examples/Cxx/Filters/TriangulateTerrainMap", and the only contributor was "Daviddoria" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Triangulate a mesh (content was: "#REDIRECT VTK/Examples/Meshes/Triangulate a mesh", and the only contributor was "Lorensen" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/TubeFilter (content was: "#REDIRECT VTK/Examples/PolyData/TubeFilter", and the only contributor was "Lorensen" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/UnknownLengthArray (content was: "#REDIRECT VTK/Examples/Utilities/UnknownLengthArray", and the only contributor was "Lorensen" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/UnknownLengthArrayOfVectors (content was: "#REDIRECT VTK/Examples/Utilities/UnknownLengthArrayOfVectors", and the only contributor was "Lorensen" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Utilities/3DArray (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/3DArray", and the only contributor was "Daviddoria" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Utilities/Animation (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/Animation", and the only contributor was "Daviddoria" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Utilities/BrownianPoints (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/BrownianPoints", and the only contributor was "Daviddoria" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Utilities/CustomType2DArray (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/CustomDenseArray", and the only contributor was "Daviddoria" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Utilities/DataAnimation (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/DataAnimation", and the only contributor was "Daviddoria" (talk))
- 04:26, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Utilities/DataAnimationSubclass (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/DataAnimationSubclass", and the only contributor was "Daviddoria" (talk))
- 04:25, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Utilities/DenseArrayRange (content was: "#REDIRECT VTK/Examples/Cxx/Utilities/DenseArrayRange", and the only contributor was "Daviddoria" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/OutlineStructuredGrid (content was: "#REDIRECT VTK/Examples/StructuredGrid/OutlineStructuredGrid", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/ParametricSpline (content was: "#REDIRECT VTK/Examples/PolyData/ParametricSpline", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PerspectiveTransform (content was: "#REDIRECT VTK/Examples/PolyData/PerspectiveTransform", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Picking a pixel (content was: "#REDIRECT VTK/Examples/PickingAPixel", and the only contributor was "Daviddoria" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Plotting/Chart XY (content was: "#REDIRECT VTK/Examples/Plotting/LinePlot", and the only contributor was "Daviddoria" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Plotting/PlotLegacyMethod (content was: "#REDIRECT VTK/Examples/Cxx/Plotting/PlotLegacyMethod", and the only contributor was "Daviddoria" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PointCellIds (content was: "#REDIRECT VTK/Examples/PolyData/PointCellIds", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PointInsideObject (content was: "#REDIRECT VTK/Examples/PolyData/PointInsideObject", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PointInsideObject2 (content was: "#REDIRECT VTK/Examples/PolyData/PointInsideObject2", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PointLocator (content was: "#REDIRECT VTK/Examples/PolyData/PointLocator", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PointLocatorVisualization (content was: "#REDIRECT VTK/Examples/PolyData/PointLocatorVisualization", and the only contributor was "Lorensen" (talk))
- 04:23, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PointLocator Radius (content was: "#REDIRECT VTK/Examples/PolyData/PointLocator Radius", and the only contributor was "Lorensen" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PointSource (content was: "#REDIRECT VTK/Examples/PolyData/PointSource", and the only contributor was "Lorensen" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/Add a line to a Polydata (content was: "#REDIRECT VTK/Examples/PolyData/AddLineToPolydata", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/ConvexHull ShrinkWrap (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/ConvexHull ShrinkWrap", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/DijkstraGeodesicPath (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/DijkstraGeodesicPath", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/DownsamplePointCloud (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/DownsamplePointCloud", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/EmbedPointsIntoVolume (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/EmbedPointsIntoVolume", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/ExtractOutsideSurface (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/ExtractOutsideSurface", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/ExtractPolyLinesFromPolyData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/ExtractPolyLinesFromPolyData", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/ExtractSelection (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/ExtractSelection", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/ExtractSelectionCells (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/ExtractSelectionCells", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/FitSplineToCutterOutput (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/FitSplineToCutterOutput", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/GeometryFilter (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/GeometryFilter", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/GetCellNeighbors (content was: "#REDIRECT VTK/Examples/PolyData/CellPointNeighbors", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/GetMiscCellData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/GetMiscCellData", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/GetMiscPointData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/GetMiscPointData", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/GradientFilter (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/GradientFilter", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/HighlightBadCells (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/HighlightBadCells", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/MeshQuality (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/MeshQuality", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/PolyDataContourToImageData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/PolyDataContourToImageData", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/PolyDataIsoLines (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/PolyDataIsoLines", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/RuledSurfaceFilter (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/RuledSurfaceFilter", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/SelectPolyData (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/SelectPolyData", and the only contributor was "Daviddoria" (talk))
- 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/PolyData/ThresholdingCells (content was: "#REDIRECT VTK/Examples/Cxx/PolyData/ThresholdingCells", and the only contributor was "Daviddoria" (talk))