Is there a way to obtain a vtkPolyData with double precision coordinates from
vtkAlgorithms ? The vtkAlgorithm documentation does mention a DesiredOutputPrecision enumeration but there is apparently no method making use of this enumeration. -- Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers |
Hi, This email address will be retired in the near future. Please post new questions at https://discourse.vtk.org. Specification of the output precision type of point coordinates is not available in vtkAlgorithm since vtkAlgorithm can operate on datasets without points. Instead, the output precision can be set in a selection of algorithms, including: Filters/Core/vtkAppendPolyData.h Filters/Core/vtkCleanPolyData.h Filters/Core/vtkClipPolyData.h Filters/Core/vtkConnectivityFilter.h Filters/Core/vtkDecimatePolylineFilter.h Filters/Core/vtkDecimatePro.h Filters/Core/vtkDelaunay3D.h Filters/Core/vtkFeatureEdges.h Filters/Core/vtkGlyph3D.h Filters/Core/vtkHedgeHog.h Filters/Core/vtkMaskPoints.h Filters/Core/vtkPolyDataConnectivityFilter.h Filters/Core/vtkSmoothPolyDataFilter.h Filters/Core/vtkStaticCleanPolyData.h Filters/Core/vtkThresholdPoints.h Filters/Core/vtkTubeFilter.h Filters/General/vtkAppendPoints.h Filters/General/vtkTransformFilter.h Filters/General/vtkTransformPolyDataFilter.h Filters/Geometry/vtkLinearToQuadraticCellsFilter.h Filters/Hybrid/vtkProcrustesAlignmentFilter.h Filters/Modeling/vtkAdaptiveSubdivisionFilter.h Filters/Points/vtkBoundedPointSource.h Filters/Sources/vtkArcSource.h Filters/Sources/vtkConeSource.h Filters/Sources/vtkCubeSource.h Filters/Sources/vtkCylinderSource.h Filters/Sources/vtkDiskSource.h Filters/Sources/vtkEllipseArcSource.h Filters/Sources/vtkEllipticalButtonSource.h Filters/Sources/vtkFrustumSource.h Filters/Sources/vtkGlyphSource2D.h Filters/Sources/vtkLineSource.h Filters/Sources/vtkOutlineSource.h Filters/Sources/vtkParametricFunctionSource.h Filters/Sources/vtkPlaneSource.h Filters/Sources/vtkPlatonicSolidSource.h Filters/Sources/vtkPointSource.h Filters/Sources/vtkRectangularButtonSource.h Filters/Sources/vtkRegularPolygonSource.h Filters/Sources/vtkSphereSource.h Filters/Sources/vtkSuperquadricSource.h Filters/Sources/vtkTessellatedBoxSource.h Filters/Sources/vtkTextSource.h Filters/Sources/vtkTexturedSphereSource.h Imaging/Hybrid/vtkImageToPoints.h Rendering/Image/vtkDepthImageToPointCloud.h HTH, Cory On Sat, Feb 16, 2019 at 4:45 PM BBerco <[hidden email]> wrote: Is there a way to obtain a vtkPolyData with double precision coordinates from Cory Quammen
Staff R&D Engineer Kitware, Inc. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers |
> This email address will be retired in the near future. Please post new questions at https://discourse.vtk.org. Email list, I mean. On Mon, Feb 18, 2019 at 9:26 AM Cory Quammen <[hidden email]> wrote:
Cory Quammen
Staff R&D Engineer Kitware, Inc. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers |
Awesome, thank you! Heads-up, it seems that the vtkAlgorithm class
documentation for this enumeration is deprecated. -- Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers |
I have updated the list of algorithms in the header: https://gitlab.kitware.com/vtk/vtk/merge_requests/5215 On Mon, Feb 18, 2019 at 10:49 AM BBerco <[hidden email]> wrote: Awesome, thank you! Heads-up, it seems that the vtkAlgorithm class Cory Quammen
Staff R&D Engineer Kitware, Inc. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers |
Free forum by Nabble | Edit this page |