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)- 03:10, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Math/PerpendicularVector (content was: "==PerpendicularVector.cxx== This example finds a vector perpendicular to the x axis (1,0,0). Since theta is specified as 0, the negative z axis (0, 0, -1) is returned. <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMath.h> int main(int, char *[]) { double x[3] = {1,0,0}; double y[3]; vtkMath::Perpendiculars(x, y, NULL, 0); std::cout << "y: " << y[0] << " " << y[1] << " " << y[2] << std::endl; return EXIT_SUCCESS; } </source> {{VTKCMakeLists|{{SU...")
- 03:10, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Math/VectorDot (content was: "Note that the filter maps the values to a scalar range. In the example, the values of the dot products are 1, .707, 0 The filter outputs 1, .414, -1 because the default scalar range that the filter maps the values to is [-1,1]. ==VectorDot.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkFloatArray.h> #include <vtkPointData.h> #include <vtkVectorDot.h> // For compatibility with new...")
- 03:10, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Math/VectorNorm (content was: "==VectorNorm.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkFloatArray.h> #include <vtkPointData.h> #include <vtkVectorNorm.h> // For compatibility with new VTK generic data arrays #ifdef vtkGenericDataArray_h #define InsertNextTupleValue InsertNextTypedTuple #endif int main(int, char *[]) { vtkSmartPointer<vtkPoints> points = vtkSmartPointer<vtkPoints>::New(); points->Insert...")
- 03:10, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Matlab/MatlabEngineFilter (content was: "This example currently does nothing. ==MatlabEngineFilter.cxx== <source lang="cpp"> //need to set VTK_USE_MATLAB_MEX ON #include <vtkSmartPointer.h> #include <vtkMatlabEngineFilter.h> int main(int argc, char *argv[]) { vtkSmartPointer<vtkMatlabEngineFilter> matlabFilter = vtkSmartPointer<vtkMatlabEngineFilter>::New(); return EXIT_SUCCESS; } </source> {{VTKCMakeLists|{{SUBPAGENAME}}}}")
- 03:10, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Medical/GenerateCubesFromLabels (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Medical/GenerateCubesFromLabels GenerateCubesFromLabels] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Medical/GenerateModelsFromLabels (content was: "Link title= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Medical/GenerateModelsFromLabels GenerateModelsFromLabels] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Medical/MedicalDemo1 (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Medical/MedicalDemo1 MedicalDemo1] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Medical/MedicalDemo2 (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Medical/MedicalDemo2 MedicalDemo2] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Medical/MedicalDemo3 (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Medical/MedicalDemo3 MedicalDemo3] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Medical/MedicalDemo4 (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Medical/MedicalDemo4 MedicalDemo4] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Medical/TissueLens (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Medical/TissueLens TissueLens] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/AddCell (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/AddCell AddCell] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/BoundaryEdges (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/BoundaryEdges BoundaryEdges] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/CapClip (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/CapClip CapClip] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/CellEdges (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/CellEdges CellEdges] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/ClipClosedSurface (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/ClipClosedSurface ClipClosedSurface] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/ClipDataSetWithPolyData (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/ClipDataSetWithPolyData ClipDataSetWithPolyData] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/ClipFrustum (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/ClipFrustum ClipFrustum] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/ColoredElevationMap (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/ColoredElevationMap ColoredElevationMap] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/Decimation (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/Decimation Decimation] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/DeformPointSet (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/DeformPointSet DeformPointSet] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/ElevationFilter (content was: "<div class="floatright">File:VTK_Examples_Baseline_Meshes_TestElevationFilter.png</div> ==ElevationFilter.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkPointData.h> #include <vtkSmartPointer.h> #include <vtkDelaunay2D.h> #include <vtkXMLPolyDataWriter.h> #include <vtkLookupTable.h> #include <vtkFloatArray.h> #include <vtkElevationFilter.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkRende...")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/ExtractEdges (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/ExtractEdges ExtractEdges] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/FillHoles (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/FillHoles FillHoles] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/FitToHeightMap (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/FitToHeightMap FitToHeightMap] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/IdentifyHoles (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/IdentifyHoles IdentifyHoles] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/InterpolateFieldDataDemo (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/Meshes/InterpolateFieldDataDemo InterpolateFieldDataDemo] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' = '", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Points/RadiusOutlierRemoval (content was: "<div class="floatcenter">File:VTK_Examples_Baseline_Points_TestRadiusOutlierRemoval.png</div> in this example, outliers are red. Yellow points satisfy the radius and neighbor restrictions. '''NOTE: The classes used in this example require vtk 7.1 or later.''' ==RadiusOutlierRemoval.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkRadiusOutlierRemova...", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Points/SignedDistance (content was: "<div class="floatright">File:VTK_Examples_Baseline_Points_TestSignedDistance.png</div> Contrast this with the UnsignedDistance example. The image was created using the [https://github.com/lorensen/VTKWikiExamples/blob/master/Testing/Data/Armadillo.ply?raw=true Armadillo dataset] '''NOTE: The classes used in this example require vtk 7.1 or later.''' ==SignedDistance.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #includ...")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Points/UnsignedDistance (content was: "<div class="floatright">File:VTK_Examples_Baseline_Points_TestUnsignedDistance.png</div> Contrast this with the SignedDistance example. The image was created using the [https://github.com/lorensen/VTKWikiExamples/blob/master/Testing/Data/Armadillo.ply?raw=true Armadillo dataset] '''NOTE: The classes used in this example require vtk 7.1 or later.''' ==UnsignedDistance.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #includ...")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/AlignFrames (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/AlignFrames AlignFrames] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/AttachAttributes (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/AttachAttributes AttachAttributes] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/BooleanOperationPolyDataFilter (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/BooleanOperationPolyDataFilter BooleanOperationPolyDataFilter] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/Casting (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/Casting Casting] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CellCenters (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CellCenters CellCenters] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CellEdgeNeighbors (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CellEdgeNeighbors CellEdgeNeighbors] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CellLocator (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CellLocator CellLocator] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CellLocatorVisualization (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CellLocatorVisualization CellLocatorVisualization] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CellPointNeighbors (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CellPointNeighbors CellPointNeighbors] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CenterOfMass (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CenterOfMass CenterOfMass] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CleanPolyData (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CleanPolyData CleanPolyData] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ClosedSurface (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ClosedSurface ClosedSurface] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ColorCells (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ColorCells ColorCells] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ColorCellsWithRGB (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ColorCellsWithRGB ColorCellsWithRGB] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =", and the only contributor was "Lorensen" (talk))
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ColorDisconnectedRegions (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ColorDisconnectedRegions ColorDisconnectedRegions] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ColoredPoints (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ColoredPoints ColoredPoints] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/ConvexHullShrinkWrap (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/ConvexHullShrinkWrap ConvexHullShrinkWrap] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/CopyAllArrays (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/CopyAllArrays CopyAllArrays] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/Curvatures (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/Curvatures Curvatures] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")
- 03:09, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/DataBounds (content was: "= '''See [https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/DataBounds DataBounds] on the new [https://lorensen.github.io/VTKExamples/site/ VTKExamples website].''' =")