Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
561
Issues
561
List
Boards
Labels
Service Desk
Milestones
Merge Requests
144
Merge Requests
144
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VTK
VTK
Commits
e3cce433
Commit
e3cce433
authored
Dec 10, 2017
by
Sean McBride
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed more int to vtkTypeBool
Found with regexes: vtkBooleanMacro.*int\) vtkBooleanMacro.*int \)
parent
c19d97b2
Changes
235
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
235 changed files
with
3048 additions
and
3047 deletions
+3048
-3047
Charts/Core/vtkPlotParallelCoordinates.h
Charts/Core/vtkPlotParallelCoordinates.h
+4
-4
Charts/Core/vtkPlotPoints.h
Charts/Core/vtkPlotPoints.h
+4
-4
Common/ComputationalGeometry/vtkParametricFunction.h
Common/ComputationalGeometry/vtkParametricFunction.h
+32
-32
Common/ComputationalGeometry/vtkParametricRandomHills.h
Common/ComputationalGeometry/vtkParametricRandomHills.h
+4
-4
Common/ComputationalGeometry/vtkParametricSpline.h
Common/ComputationalGeometry/vtkParametricSpline.h
+8
-8
Common/Core/vtkLookupTable.h
Common/Core/vtkLookupTable.h
+8
-8
Common/Core/vtkOutputWindow.h
Common/Core/vtkOutputWindow.h
+3
-3
Common/DataModel/vtkDataSetAttributes.cxx
Common/DataModel/vtkDataSetAttributes.cxx
+14
-14
Common/DataModel/vtkDataSetAttributes.h
Common/DataModel/vtkDataSetAttributes.h
+21
-21
Common/DataModel/vtkImplicitSelectionLoop.h
Common/DataModel/vtkImplicitSelectionLoop.h
+4
-4
Common/DataModel/vtkImplicitSum.h
Common/DataModel/vtkImplicitSum.h
+4
-4
Common/DataModel/vtkIncrementalOctreePointLocator.h
Common/DataModel/vtkIncrementalOctreePointLocator.h
+4
-4
Common/DataModel/vtkIterativeClosestPointTransform.h
Common/DataModel/vtkIterativeClosestPointTransform.h
+8
-8
Common/DataModel/vtkKdTree.h
Common/DataModel/vtkKdTree.h
+12
-12
Common/DataModel/vtkLocator.h
Common/DataModel/vtkLocator.h
+4
-4
Common/DataModel/vtkOrderedTriangulator.h
Common/DataModel/vtkOrderedTriangulator.h
+12
-12
Common/DataModel/vtkPiecewiseFunction.h
Common/DataModel/vtkPiecewiseFunction.h
+8
-8
Common/Misc/vtkFunctionParser.h
Common/Misc/vtkFunctionParser.h
+4
-4
Filters/Core/vtkCleanPolyData.h
Filters/Core/vtkCleanPolyData.h
+20
-20
Filters/Core/vtkClipPolyData.h
Filters/Core/vtkClipPolyData.h
+12
-12
Filters/Core/vtkConnectivityFilter.h
Filters/Core/vtkConnectivityFilter.h
+4
-4
Filters/Core/vtkContourFilter.h
Filters/Core/vtkContourFilter.h
+20
-20
Filters/Core/vtkContourGrid.h
Filters/Core/vtkContourGrid.h
+20
-20
Filters/Core/vtkCutter.h
Filters/Core/vtkCutter.h
+8
-8
Filters/Core/vtkDataSetToDataObjectFilter.h
Filters/Core/vtkDataSetToDataObjectFilter.h
+20
-20
Filters/Core/vtkDecimatePro.h
Filters/Core/vtkDecimatePro.h
+20
-20
Filters/Core/vtkDelaunay3D.h
Filters/Core/vtkDelaunay3D.h
+20
-20
Filters/Core/vtkFeatureEdges.h
Filters/Core/vtkFeatureEdges.h
+20
-20
Filters/Core/vtkFieldDataToAttributeDataFilter.h
Filters/Core/vtkFieldDataToAttributeDataFilter.h
+4
-4
Filters/Core/vtkFlyingEdges2D.h
Filters/Core/vtkFlyingEdges2D.h
+4
-4
Filters/Core/vtkFlyingEdges3D.h
Filters/Core/vtkFlyingEdges3D.h
+16
-16
Filters/Core/vtkFlyingEdgesPlaneCutter.h
Filters/Core/vtkFlyingEdgesPlaneCutter.h
+8
-8
Filters/Core/vtkGlyph3D.h
Filters/Core/vtkGlyph3D.h
+20
-20
Filters/Core/vtkGridSynchronizedTemplates3D.h
Filters/Core/vtkGridSynchronizedTemplates3D.h
+16
-16
Filters/Core/vtkIdFilter.h
Filters/Core/vtkIdFilter.h
+12
-12
Filters/Core/vtkMarchingCubes.h
Filters/Core/vtkMarchingCubes.h
+12
-12
Filters/Core/vtkMaskPoints.h
Filters/Core/vtkMaskPoints.h
+16
-16
Filters/Core/vtkPointDataToCellData.h
Filters/Core/vtkPointDataToCellData.h
+8
-8
Filters/Core/vtkPolyDataConnectivityFilter.h
Filters/Core/vtkPolyDataConnectivityFilter.h
+16
-16
Filters/Core/vtkPolyDataNormals.h
Filters/Core/vtkPolyDataNormals.h
+8
-8
Filters/Core/vtkProbeFilter.h
Filters/Core/vtkProbeFilter.h
+20
-20
Filters/Core/vtkQuadricClustering.h
Filters/Core/vtkQuadricClustering.h
+28
-28
Filters/Core/vtkQuadricDecimation.h
Filters/Core/vtkQuadricDecimation.h
+29
-29
Filters/Core/vtkRectilinearSynchronizedTemplates.h
Filters/Core/vtkRectilinearSynchronizedTemplates.h
+16
-16
Filters/Core/vtkSmoothPolyDataFilter.h
Filters/Core/vtkSmoothPolyDataFilter.h
+16
-16
Filters/Core/vtkStripper.h
Filters/Core/vtkStripper.h
+16
-16
Filters/Core/vtkSynchronizedTemplates3D.h
Filters/Core/vtkSynchronizedTemplates3D.h
+16
-16
Filters/Core/vtkTensorGlyph.h
Filters/Core/vtkTensorGlyph.h
+24
-24
Filters/Core/vtkWindowedSincPolyDataFilter.h
Filters/Core/vtkWindowedSincPolyDataFilter.h
+24
-24
Filters/Extraction/vtkExtractGeometry.h
Filters/Extraction/vtkExtractGeometry.h
+12
-12
Filters/Extraction/vtkExtractPolyDataGeometry.h
Filters/Extraction/vtkExtractPolyDataGeometry.h
+12
-12
Filters/Extraction/vtkExtractRectilinearGrid.h
Filters/Extraction/vtkExtractRectilinearGrid.h
+4
-4
Filters/Extraction/vtkExtractSelection.h
Filters/Extraction/vtkExtractSelection.h
+4
-4
Filters/Extraction/vtkExtractTensorComponents.h
Filters/Extraction/vtkExtractTensorComponents.h
+24
-24
Filters/Extraction/vtkExtractUnstructuredGrid.h
Filters/Extraction/vtkExtractUnstructuredGrid.h
+16
-16
Filters/FlowPaths/vtkParticleTracerBase.h
Filters/FlowPaths/vtkParticleTracerBase.h
+12
-12
Filters/FlowPaths/vtkTemporalStreamTracer.h
Filters/FlowPaths/vtkTemporalStreamTracer.h
+16
-16
Filters/General/vtkBoxClipDataSet.h
Filters/General/vtkBoxClipDataSet.h
+8
-8
Filters/General/vtkClipDataSet.h
Filters/General/vtkClipDataSet.h
+12
-12
Filters/General/vtkClipVolume.h
Filters/General/vtkClipVolume.h
+16
-16
Filters/General/vtkCursor2D.h
Filters/General/vtkCursor2D.h
+20
-20
Filters/General/vtkCursor3D.h
Filters/General/vtkCursor3D.h
+28
-28
Filters/General/vtkDistancePolyDataFilter.h
Filters/General/vtkDistancePolyDataFilter.h
+12
-12
Filters/General/vtkExtractSelectedFrustum.h
Filters/General/vtkExtractSelectedFrustum.h
+8
-8
Filters/General/vtkGradientFilter.h
Filters/General/vtkGradientFilter.h
+20
-20
Filters/General/vtkGraphLayoutFilter.h
Filters/General/vtkGraphLayoutFilter.h
+8
-8
Filters/General/vtkHyperStreamline.h
Filters/General/vtkHyperStreamline.h
+4
-4
Filters/General/vtkImageMarchingCubes.h
Filters/General/vtkImageMarchingCubes.h
+12
-12
Filters/General/vtkIntersectionPolyDataFilter.h
Filters/General/vtkIntersectionPolyDataFilter.h
+20
-20
Filters/General/vtkMarchingContourFilter.h
Filters/General/vtkMarchingContourFilter.h
+16
-16
Filters/General/vtkMergeCells.h
Filters/General/vtkMergeCells.h
+4
-4
Filters/General/vtkPassThrough.h
Filters/General/vtkPassThrough.h
+4
-4
Filters/General/vtkRandomAttributeGenerator.h
Filters/General/vtkRandomAttributeGenerator.h
+55
-55
Filters/General/vtkTableBasedClipDataSet.h
Filters/General/vtkTableBasedClipDataSet.h
+12
-12
Filters/General/vtkTemporalStatistics.h
Filters/General/vtkTemporalStatistics.h
+16
-16
Filters/General/vtkTimeSourceExample.h
Filters/General/vtkTimeSourceExample.h
+4
-4
Filters/General/vtkYoungsMaterialInterface.h
Filters/General/vtkYoungsMaterialInterface.h
+24
-24
Filters/Generic/vtkGenericClip.h
Filters/Generic/vtkGenericClip.h
+12
-12
Filters/Generic/vtkGenericContourFilter.h
Filters/Generic/vtkGenericContourFilter.h
+12
-12
Filters/Generic/vtkGenericCutter.h
Filters/Generic/vtkGenericCutter.h
+4
-4
Filters/Generic/vtkGenericGeometryFilter.h
Filters/Generic/vtkGenericGeometryFilter.h
+20
-20
Filters/Generic/vtkGenericGlyph3DFilter.h
Filters/Generic/vtkGenericGlyph3DFilter.h
+16
-16
Filters/Generic/vtkGenericStreamTracer.h
Filters/Generic/vtkGenericStreamTracer.h
+4
-4
Filters/Geometry/vtkDataSetSurfaceFilter.h
Filters/Geometry/vtkDataSetSurfaceFilter.h
+8
-8
Filters/Geometry/vtkGeometryFilter.h
Filters/Geometry/vtkGeometryFilter.h
+16
-16
Filters/Geometry/vtkImageDataGeometryFilter.h
Filters/Geometry/vtkImageDataGeometryFilter.h
+8
-8
Filters/Geometry/vtkUnstructuredGridGeometryFilter.h
Filters/Geometry/vtkUnstructuredGridGeometryFilter.h
+28
-28
Filters/Hybrid/vtkGreedyTerrainDecimation.h
Filters/Hybrid/vtkGreedyTerrainDecimation.h
+4
-4
Filters/Hybrid/vtkImplicitModeller.h
Filters/Hybrid/vtkImplicitModeller.h
+12
-12
Filters/Hybrid/vtkPolyDataSilhouette.h
Filters/Hybrid/vtkPolyDataSilhouette.h
+8
-8
Filters/Hybrid/vtkTemporalFractal.h
Filters/Hybrid/vtkTemporalFractal.h
+20
-20
Filters/Hybrid/vtkTemporalShiftScale.h
Filters/Hybrid/vtkTemporalShiftScale.h
+8
-8
Filters/HyperTree/vtkClipHyperOctree.h
Filters/HyperTree/vtkClipHyperOctree.h
+12
-12
Filters/HyperTree/vtkHyperOctreeCutter.h
Filters/HyperTree/vtkHyperOctreeCutter.h
+4
-4
Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h
Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h
+8
-8
Filters/Imaging/vtkExtractHistogram2D.h
Filters/Imaging/vtkExtractHistogram2D.h
+8
-8
Filters/Modeling/vtkLinearExtrusionFilter.h
Filters/Modeling/vtkLinearExtrusionFilter.h
+4
-4
Filters/Modeling/vtkPolyDataPointSampler.h
Filters/Modeling/vtkPolyDataPointSampler.h
+16
-16
Filters/Modeling/vtkRuledSurfaceFilter.h
Filters/Modeling/vtkRuledSurfaceFilter.h
+8
-8
Filters/Modeling/vtkSelectPolyData.h
Filters/Modeling/vtkSelectPolyData.h
+12
-12
Filters/Parallel/vtkPCellDataToPointData.h
Filters/Parallel/vtkPCellDataToPointData.h
+4
-4
Filters/Parallel/vtkPLinearExtrusionFilter.h
Filters/Parallel/vtkPLinearExtrusionFilter.h
+4
-4
Filters/Parallel/vtkPieceScalars.h
Filters/Parallel/vtkPieceScalars.h
+4
-4
Filters/Points/vtkExtractSurface.h
Filters/Points/vtkExtractSurface.h
+8
-8
Filters/SMP/vtkThreadedSynchronizedTemplates3D.h
Filters/SMP/vtkThreadedSynchronizedTemplates3D.h
+16
-16
Filters/Selection/vtkCellDistanceSelector.h
Filters/Selection/vtkCellDistanceSelector.h
+8
-8
Filters/Sources/vtkGlyphSource2D.h
Filters/Sources/vtkGlyphSource2D.h
+12
-12
Filters/Sources/vtkParametricFunctionSource.h
Filters/Sources/vtkParametricFunctionSource.h
+8
-8
Filters/Sources/vtkTessellatedBoxSource.h
Filters/Sources/vtkTessellatedBoxSource.h
+4
-4
Filters/Statistics/vtkDescriptiveStatistics.h
Filters/Statistics/vtkDescriptiveStatistics.h
+16
-16
Filters/Texture/vtkImplicitTextureCoords.h
Filters/Texture/vtkImplicitTextureCoords.h
+4
-4
Filters/Texture/vtkTextureMapToCylinder.h
Filters/Texture/vtkTextureMapToCylinder.h
+4
-4
Filters/Texture/vtkTextureMapToSphere.h
Filters/Texture/vtkTextureMapToSphere.h
+4
-4
Filters/Verdict/vtkMeshQuality.h
Filters/Verdict/vtkMeshQuality.h
+15
-15
Geovis/Core/vtkGlobeSource.h
Geovis/Core/vtkGlobeSource.h
+4
-4
IO/Core/vtkGlobFileNames.h
IO/Core/vtkGlobFileNames.h
+4
-4
IO/Core/vtkSortFileNames.h
IO/Core/vtkSortFileNames.h
+16
-16
IO/Exodus/vtkExodusIIReader.cxx
IO/Exodus/vtkExodusIIReader.cxx
+12
-12
IO/Exodus/vtkExodusIIReader.h
IO/Exodus/vtkExodusIIReader.h
+28
-27
IO/Exodus/vtkExodusIIReaderPrivate.h
IO/Exodus/vtkExodusIIReaderPrivate.h
+22
-22
IO/Exodus/vtkExodusIIWriter.h
IO/Exodus/vtkExodusIIWriter.h
+16
-16
IO/Exodus/vtkModelMetadata.h
IO/Exodus/vtkModelMetadata.h
+4
-4
IO/Export/vtkGL2PSExporter.h
IO/Export/vtkGL2PSExporter.h
+41
-41
IO/Export/vtkRIBExporter.h
IO/Export/vtkRIBExporter.h
+4
-4
IO/Geometry/vtkBYUReader.h
IO/Geometry/vtkBYUReader.h
+12
-12
IO/Geometry/vtkBYUWriter.h
IO/Geometry/vtkBYUWriter.h
+12
-12
IO/Geometry/vtkFLUENTReader.h
IO/Geometry/vtkFLUENTReader.h
+4
-4
IO/Geometry/vtkMCubesReader.h
IO/Geometry/vtkMCubesReader.h
+12
-12
IO/Geometry/vtkOpenFOAMReader.h
IO/Geometry/vtkOpenFOAMReader.h
+28
-28
IO/Geometry/vtkParticleReader.h
IO/Geometry/vtkParticleReader.h
+8
-8
IO/Image/vtkImageReader2.h
IO/Image/vtkImageReader2.h
+4
-4
IO/LSDyna/vtkLSDynaReader.h
IO/LSDyna/vtkLSDynaReader.h
+12
-12
IO/Legacy/vtkDataReader.h
IO/Legacy/vtkDataReader.h
+32
-32
IO/Movie/vtkOggTheoraWriter.h
IO/Movie/vtkOggTheoraWriter.h
+4
-4
IO/NetCDF/vtkNetCDFCAMReader.h
IO/NetCDF/vtkNetCDFCAMReader.h
+8
-8
IO/NetCDF/vtkNetCDFCFReader.h
IO/NetCDF/vtkNetCDFCFReader.h
+4
-4
IO/NetCDF/vtkNetCDFReader.h
IO/NetCDF/vtkNetCDFReader.h
+4
-4
IO/NetCDF/vtkSLACReader.h
IO/NetCDF/vtkSLACReader.h
+12
-12
IO/Parallel/vtkMultiBlockPLOT3DReader.h
IO/Parallel/vtkMultiBlockPLOT3DReader.h
+32
-32
IO/Parallel/vtkPDataSetWriter.h
IO/Parallel/vtkPDataSetWriter.h
+4
-4
IO/XML/vtkXMLWriter.h
IO/XML/vtkXMLWriter.h
+4
-4
Imaging/Core/vtkExtractVOI.h
Imaging/Core/vtkExtractVOI.h
+4
-4
Imaging/Core/vtkImageDifference.h
Imaging/Core/vtkImageDifference.h
+8
-8
Imaging/Core/vtkImageFlip.h
Imaging/Core/vtkImageFlip.h
+4
-4
Imaging/Core/vtkImageMagnify.h
Imaging/Core/vtkImageMagnify.h
+4
-4
Imaging/Core/vtkImageMapToColors.h
Imaging/Core/vtkImageMapToColors.h
+4
-4
Imaging/Core/vtkImageReslice.h
Imaging/Core/vtkImageReslice.h
+32
-32
Imaging/Core/vtkImageShrink3D.h
Imaging/Core/vtkImageShrink3D.h
+18
-18
Imaging/General/vtkImageAnisotropicDiffusion2D.h
Imaging/General/vtkImageAnisotropicDiffusion2D.h
+16
-16
Imaging/General/vtkImageAnisotropicDiffusion3D.h
Imaging/General/vtkImageAnisotropicDiffusion3D.h
+16
-16
Imaging/Hybrid/vtkCheckerboardSplatter.h
Imaging/Hybrid/vtkCheckerboardSplatter.h
+12
-12
Imaging/Hybrid/vtkGaussianSplatter.h
Imaging/Hybrid/vtkGaussianSplatter.h
+12
-12
Imaging/Hybrid/vtkSampleFunction.h
Imaging/Hybrid/vtkSampleFunction.h
+4
-4
Imaging/Math/vtkImageMathematics.h
Imaging/Math/vtkImageMathematics.h
+4
-4
Interaction/Image/vtkImageViewer2.h
Interaction/Image/vtkImageViewer2.h
+3
-3
Interaction/Image/vtkResliceImageViewer.h
Interaction/Image/vtkResliceImageViewer.h
+4
-4
Interaction/Style/vtkInteractorStyleFlight.h
Interaction/Style/vtkInteractorStyleFlight.h
+8
-8
Interaction/Style/vtkInteractorStyleTerrain.h
Interaction/Style/vtkInteractorStyleTerrain.h
+4
-4
Interaction/Widgets/vtkBoxWidget.h
Interaction/Widgets/vtkBoxWidget.h
+16
-16
Interaction/Widgets/vtkBoxWidget2.h
Interaction/Widgets/vtkBoxWidget2.h
+16
-16
Interaction/Widgets/vtkBrokenLineWidget.h
Interaction/Widgets/vtkBrokenLineWidget.h
+4
-4
Interaction/Widgets/vtkContourRepresentation.h
Interaction/Widgets/vtkContourRepresentation.h
+8
-8
Interaction/Widgets/vtkContourWidget.h
Interaction/Widgets/vtkContourWidget.h
+12
-12
Interaction/Widgets/vtkCurveRepresentation.h
Interaction/Widgets/vtkCurveRepresentation.h
+9
-9
Interaction/Widgets/vtkHandleRepresentation.h
Interaction/Widgets/vtkHandleRepresentation.h
+8
-8
Interaction/Widgets/vtkHandleWidget.h
Interaction/Widgets/vtkHandleWidget.h
+8
-8
Interaction/Widgets/vtkImagePlaneWidget.h
Interaction/Widgets/vtkImagePlaneWidget.h
+28
-28
Interaction/Widgets/vtkImageTracerWidget.h
Interaction/Widgets/vtkImageTracerWidget.h
+28
-28
Interaction/Widgets/vtkImplicitCylinderRepresentation.h
Interaction/Widgets/vtkImplicitCylinderRepresentation.h
+28
-28
Interaction/Widgets/vtkImplicitPlaneRepresentation.h
Interaction/Widgets/vtkImplicitPlaneRepresentation.h
+44
-44
Interaction/Widgets/vtkImplicitPlaneWidget.h
Interaction/Widgets/vtkImplicitPlaneWidget.h
+36
-36
Interaction/Widgets/vtkLineRepresentation.h
Interaction/Widgets/vtkLineRepresentation.h
+4
-4
Interaction/Widgets/vtkLineWidget.h
Interaction/Widgets/vtkLineWidget.h
+4
-4
Interaction/Widgets/vtkMeasurementCubeHandleRepresentation3D.h
...action/Widgets/vtkMeasurementCubeHandleRepresentation3D.h
+20
-20
Interaction/Widgets/vtkOrientationMarkerWidget.h
Interaction/Widgets/vtkOrientationMarkerWidget.h
+4
-4
Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h
Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h
+5
-5
Interaction/Widgets/vtkParallelopipedWidget.h
Interaction/Widgets/vtkParallelopipedWidget.h
+4
-4
Interaction/Widgets/vtkPlaneWidget.h
Interaction/Widgets/vtkPlaneWidget.h
+12
-12
Interaction/Widgets/vtkPointHandleRepresentation3D.h
Interaction/Widgets/vtkPointHandleRepresentation3D.h
+8
-8
Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h
Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h
+4
-4
Interaction/Widgets/vtkResliceCursor.h
Interaction/Widgets/vtkResliceCursor.h
+4
-4
Interaction/Widgets/vtkResliceCursorRepresentation.h
Interaction/Widgets/vtkResliceCursorRepresentation.h
+8
-8
Interaction/Widgets/vtkResliceCursorWidget.h
Interaction/Widgets/vtkResliceCursorWidget.h
+4
-4
Interaction/Widgets/vtkSphereRepresentation.h
Interaction/Widgets/vtkSphereRepresentation.h
+12
-12
Interaction/Widgets/vtkSphereWidget.h
Interaction/Widgets/vtkSphereWidget.h
+12
-12
Interaction/Widgets/vtkSphereWidget2.h
Interaction/Widgets/vtkSphereWidget2.h
+8
-8
Interaction/Widgets/vtkSplineWidget.h
Interaction/Widgets/vtkSplineWidget.h
+4
-4
Interaction/Widgets/vtkWidgetRepresentation.h
Interaction/Widgets/vtkWidgetRepresentation.h
+4
-4
Interaction/Widgets/vtkWidgetSet.cxx
Interaction/Widgets/vtkWidgetSet.cxx
+1
-1
Interaction/Widgets/vtkWidgetSet.h
Interaction/Widgets/vtkWidgetSet.h
+2
-2
Rendering/Annotation/vtkAxisActor2D.h
Rendering/Annotation/vtkAxisActor2D.h
+4
-4
Rendering/Annotation/vtkCaptionActor2D.h
Rendering/Annotation/vtkCaptionActor2D.h
+16
-16
Rendering/Annotation/vtkCubeAxesActor.h
Rendering/Annotation/vtkCubeAxesActor.h
+92
-92
Rendering/Annotation/vtkCubeAxesActor2D.h
Rendering/Annotation/vtkCubeAxesActor2D.h
+20
-20
Rendering/Annotation/vtkLeaderActor2D.h
Rendering/Annotation/vtkLeaderActor2D.h
+4
-4
Rendering/Annotation/vtkLegendBoxActor.h
Rendering/Annotation/vtkLegendBoxActor.h
+20
-20
Rendering/Annotation/vtkLegendScaleActor.h
Rendering/Annotation/vtkLegendScaleActor.h
+20
-20
Rendering/Annotation/vtkPieChartActor.h
Rendering/Annotation/vtkPieChartActor.h
+12
-12
Rendering/Annotation/vtkPolarAxesActor.h
Rendering/Annotation/vtkPolarAxesActor.h
+56
-56
Rendering/Annotation/vtkScalarBarActor.h
Rendering/Annotation/vtkScalarBarActor.h
+36
-36
Rendering/Annotation/vtkSpiderPlotActor.h
Rendering/Annotation/vtkSpiderPlotActor.h
+12
-12
Rendering/Annotation/vtkXYPlotActor.h
Rendering/Annotation/vtkXYPlotActor.h
+56
-56
Rendering/Core/vtkColorTransferFunction.h
Rendering/Core/vtkColorTransferFunction.h
+4
-4
Rendering/Core/vtkImageActor.h
Rendering/Core/vtkImageActor.h
+3
-3
Rendering/Core/vtkImageMapper3D.h
Rendering/Core/vtkImageMapper3D.h
+20
-20
Rendering/Core/vtkInteractorEventRecorder.h
Rendering/Core/vtkInteractorEventRecorder.h
+4
-4
Rendering/Core/vtkInteractorObserver.h
Rendering/Core/vtkInteractorObserver.h
+4
-4
Rendering/Core/vtkInteractorStyle.h
Rendering/Core/vtkInteractorStyle.h
+12
-12
Rendering/Core/vtkLODProp3D.h
Rendering/Core/vtkLODProp3D.h
+8
-8
Rendering/Core/vtkLight.h
Rendering/Core/vtkLight.h
+8
-8
Rendering/Core/vtkLightKit.h
Rendering/Core/vtkLightKit.h
+4
-4
Rendering/Core/vtkMapArrayValues.h
Rendering/Core/vtkMapArrayValues.h
+4
-4
Rendering/Core/vtkMapper.h
Rendering/Core/vtkMapper.h
+16
-16
Rendering/Core/vtkPointGaussianMapper.h
Rendering/Core/vtkPointGaussianMapper.h
+4
-4
Rendering/Core/vtkPolyDataMapper2D.h
Rendering/Core/vtkPolyDataMapper2D.h
+8
-8
Rendering/Core/vtkProp.h
Rendering/Core/vtkProp.h
+12
-12
Rendering/Core/vtkProperty.h
Rendering/Core/vtkProperty.h
+20
-20
Rendering/Core/vtkRenderWindow.h
Rendering/Core/vtkRenderWindow.h
+44
-44
Rendering/Core/vtkRenderer.h
Rendering/Core/vtkRenderer.h
+47
-47
Rendering/Core/vtkRendererSource.h
Rendering/Core/vtkRendererSource.h
+20
-20
Rendering/Core/vtkSelectVisiblePoints.h
Rendering/Core/vtkSelectVisiblePoints.h
+4
-4
Rendering/Core/vtkTextProperty.h
Rendering/Core/vtkTextProperty.h
+20
-20
Rendering/Core/vtkTexture.h
Rendering/Core/vtkTexture.h
+16
-16
Rendering/Image/vtkImageResliceMapper.h
Rendering/Image/vtkImageResliceMapper.h
+16
-16
Rendering/Volume/vtkEncodedGradientEstimator.h
Rendering/Volume/vtkEncodedGradientEstimator.h
+16
-16
Rendering/Volume/vtkFixedPointRayCastImage.h
Rendering/Volume/vtkFixedPointRayCastImage.h
+4
-4
Rendering/Volume/vtkFixedPointVolumeRayCastMapper.h
Rendering/Volume/vtkFixedPointVolumeRayCastMapper.h
+12
-12
Rendering/Volume/vtkGPUVolumeRayCastMapper.h
Rendering/Volume/vtkGPUVolumeRayCastMapper.h
+28
-28
Rendering/Volume/vtkRayCastImageDisplayHelper.h
Rendering/Volume/vtkRayCastImageDisplayHelper.h
+4
-4
Rendering/Volume/vtkUnstructuredGridVolumeRayCastMapper.h
Rendering/Volume/vtkUnstructuredGridVolumeRayCastMapper.h
+8
-8
Rendering/Volume/vtkUnstructuredGridVolumeZSweepMapper.h
Rendering/Volume/vtkUnstructuredGridVolumeZSweepMapper.h
+8
-8
Rendering/Volume/vtkVolumeOutlineSource.h
Rendering/Volume/vtkVolumeOutlineSource.h
+8
-8
Rendering/Volume/vtkVolumeRayCastSpaceLeapingImageFilter.h
Rendering/Volume/vtkVolumeRayCastSpaceLeapingImageFilter.h
+12
-12
Views/Infovis/vtkParallelCoordinatesHistogramRepresentation.h
...s/Infovis/vtkParallelCoordinatesHistogramRepresentation.h
+8
-8
Views/Infovis/vtkParallelCoordinatesRepresentation.h
Views/Infovis/vtkParallelCoordinatesRepresentation.h
+4
-4
No files found.
Charts/Core/vtkPlotParallelCoordinates.h
View file @
e3cce433
...
...
@@ -113,9 +113,9 @@ public:
/**
* Turn on/off flag to control whether scalar data is used to color objects.
*/
vtkSetMacro
(
ScalarVisibility
,
int
);
vtkGetMacro
(
ScalarVisibility
,
int
);
vtkBooleanMacro
(
ScalarVisibility
,
int
);
vtkSetMacro
(
ScalarVisibility
,
vtkTypeBool
);
vtkGetMacro
(
ScalarVisibility
,
vtkTypeBool
);
vtkBooleanMacro
(
ScalarVisibility
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -161,7 +161,7 @@ protected:
*/
vtkScalarsToColors
*
LookupTable
;
vtkUnsignedCharArray
*
Colors
;
int
ScalarVisibility
;
vtkTypeBool
ScalarVisibility
;
vtkStdString
ColorArrayName
;
//@}
...
...
Charts/Core/vtkPlotPoints.h
View file @
e3cce433
...
...
@@ -107,9 +107,9 @@ public:
/**
* Turn on/off flag to control whether scalar data is used to color objects.
*/
vtkSetMacro
(
ScalarVisibility
,
int
);
vtkGetMacro
(
ScalarVisibility
,
int
);
vtkBooleanMacro
(
ScalarVisibility
,
int
);
vtkSetMacro
(
ScalarVisibility
,
vtkTypeBool
);
vtkGetMacro
(
ScalarVisibility
,
vtkTypeBool
);
vtkBooleanMacro
(
ScalarVisibility
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -280,7 +280,7 @@ protected:
*/
vtkScalarsToColors
*
LookupTable
;
vtkUnsignedCharArray
*
Colors
;
int
ScalarVisibility
;
vtkTypeBool
ScalarVisibility
;
vtkStdString
ColorArrayName
;
//@}
...
...
Common/ComputationalGeometry/vtkParametricFunction.h
View file @
e3cce433
...
...
@@ -152,27 +152,27 @@ public:
/**
* Set/Get the flag which joins the first triangle strip to the last one.
*/
vtkSetClampMacro
(
JoinU
,
int
,
0
,
1
);
vtkGetMacro
(
JoinU
,
int
);
vtkBooleanMacro
(
JoinU
,
int
);
vtkSetClampMacro
(
JoinU
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
JoinU
,
vtkTypeBool
);
vtkBooleanMacro
(
JoinU
,
vtkTypeBool
);
//@}
//@{
/**
* Set/Get the flag which joins the the ends of the triangle strips.
*/
vtkSetClampMacro
(
JoinV
,
int
,
0
,
1
);
vtkGetMacro
(
JoinV
,
int
);
vtkBooleanMacro
(
JoinV
,
int
);
vtkSetClampMacro
(
JoinV
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
JoinV
,
vtkTypeBool
);
vtkBooleanMacro
(
JoinV
,
vtkTypeBool
);
//@}
//@{
/**
* Set/Get the flag which joins the the ends of the triangle strips.
*/
vtkSetClampMacro
(
JoinW
,
int
,
0
,
1
);
vtkGetMacro
(
JoinW
,
int
);
vtkBooleanMacro
(
JoinW
,
int
);
vtkSetClampMacro
(
JoinW
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
JoinW
,
vtkTypeBool
);
vtkBooleanMacro
(
JoinW
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -182,9 +182,9 @@ public:
* JoinU must also be set if this is set.
* Used when building some non-orientable surfaces.
*/
vtkSetClampMacro
(
TwistU
,
int
,
0
,
1
);
vtkGetMacro
(
TwistU
,
int
);
vtkBooleanMacro
(
TwistU
,
int
);
vtkSetClampMacro
(
TwistU
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
TwistU
,
vtkTypeBool
);
vtkBooleanMacro
(
TwistU
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -194,9 +194,9 @@ public:
* JoinV must also be set if this is set.
* Used when building some non-orientable surfaces.
*/
vtkSetClampMacro
(
TwistV
,
int
,
0
,
1
);
vtkGetMacro
(
TwistV
,
int
);
vtkBooleanMacro
(
TwistV
,
int
);
vtkSetClampMacro
(
TwistV
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
TwistV
,
vtkTypeBool
);
vtkBooleanMacro
(
TwistV
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -206,9 +206,9 @@ public:
* JoinW must also be set if this is set.
* Used when building some non-orientable surfaces.
*/
vtkSetClampMacro
(
TwistW
,
int
,
0
,
1
);
vtkGetMacro
(
TwistW
,
int
);
vtkBooleanMacro
(
TwistW
,
int
);
vtkSetClampMacro
(
TwistW
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
TwistW
,
vtkTypeBool
);
vtkBooleanMacro
(
TwistW
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -221,9 +221,9 @@ public:
* ordering is anti-clockwise. Default is true (i.e. clockwise
* ordering).
*/
vtkSetClampMacro
(
ClockwiseOrdering
,
int
,
0
,
1
);
vtkGetMacro
(
ClockwiseOrdering
,
int
);
vtkBooleanMacro
(
ClockwiseOrdering
,
int
);
vtkSetClampMacro
(
ClockwiseOrdering
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
ClockwiseOrdering
,
vtkTypeBool
);
vtkBooleanMacro
(
ClockwiseOrdering
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -232,9 +232,9 @@ public:
* from the parametric function (i.e., whether the Evaluate() method
* returns valid derivatives).
*/
vtkSetClampMacro
(
DerivativesAvailable
,
int
,
0
,
1
);
vtkGetMacro
(
DerivativesAvailable
,
int
);
vtkBooleanMacro
(
DerivativesAvailable
,
int
);
vtkSetClampMacro
(
DerivativesAvailable
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
DerivativesAvailable
,
vtkTypeBool
);
vtkBooleanMacro
(
DerivativesAvailable
,
vtkTypeBool
);
//@}
protected:
...
...
@@ -249,17 +249,17 @@ protected:
double
MinimumW
;
double
MaximumW
;
int
JoinU
;
int
JoinV
;
int
JoinW
;
vtkTypeBool
JoinU
;
vtkTypeBool
JoinV
;
vtkTypeBool
JoinW
;
int
TwistU
;
int
TwistV
;
int
TwistW
;
vtkTypeBool
TwistU
;
vtkTypeBool
TwistV
;
vtkTypeBool
TwistW
;
int
ClockwiseOrdering
;
vtkTypeBool
ClockwiseOrdering
;
int
DerivativesAvailable
;
vtkTypeBool
DerivativesAvailable
;
private:
vtkParametricFunction
(
const
vtkParametricFunction
&
)
=
delete
;
...
...
Common/ComputationalGeometry/vtkParametricRandomHills.h
View file @
e3cce433
...
...
@@ -133,9 +133,9 @@ class VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT vtkParametricRandomHills :
* surface.
* Default is 1.
*/
vtkSetClampMacro
(
AllowRandomGeneration
,
int
,
0
,
1
);
vtkGetMacro
(
AllowRandomGeneration
,
int
);
vtkBooleanMacro
(
AllowRandomGeneration
,
int
);
vtkSetClampMacro
(
AllowRandomGeneration
,
vtkTypeBool
,
0
,
1
);
vtkGetMacro
(
AllowRandomGeneration
,
vtkTypeBool
);
vtkBooleanMacro
(
AllowRandomGeneration
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -204,7 +204,7 @@ class VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT vtkParametricRandomHills :
double
XVarianceScaleFactor
;
double
YVarianceScaleFactor
;
double
AmplitudeScaleFactor
;
int
AllowRandomGeneration
;
vtkTypeBool
AllowRandomGeneration
;
// These variables store the previous values of the above ones.
int
previousNumberOfHills
;
...
...
Common/ComputationalGeometry/vtkParametricSpline.h
View file @
e3cce433
...
...
@@ -115,9 +115,9 @@ public:
* a continuous loop: the first and last points are the same, and
* derivatives are continuous.
*/
vtkSetMacro
(
Closed
,
int
);
vtkGetMacro
(
Closed
,
int
);
vtkBooleanMacro
(
Closed
,
int
);
vtkSetMacro
(
Closed
,
vtkTypeBool
);
vtkGetMacro
(
Closed
,
vtkTypeBool
);
vtkBooleanMacro
(
Closed
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -125,9 +125,9 @@ public:
* Control whether the spline is parameterized by length or by point index.
* Default is by length.
*/
vtkSetMacro
(
ParameterizeByLength
,
int
);
vtkGetMacro
(
ParameterizeByLength
,
int
);
vtkBooleanMacro
(
ParameterizeByLength
,
int
);
vtkSetMacro
(
ParameterizeByLength
,
vtkTypeBool
);
vtkGetMacro
(
ParameterizeByLength
,
vtkTypeBool
);
vtkBooleanMacro
(
ParameterizeByLength
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -177,12 +177,12 @@ protected:
vtkSpline
*
ZSpline
;
// Supplemental variables
int
Closed
;
vtkTypeBool
Closed
;
int
LeftConstraint
;
int
RightConstraint
;
double
LeftValue
;
double
RightValue
;
int
ParameterizeByLength
;
vtkTypeBool
ParameterizeByLength
;
// Initializing the spline
vtkMTimeType
InitializeTime
;
...
...
Common/Core/vtkLookupTable.h
View file @
e3cce433
...
...
@@ -238,9 +238,9 @@ public:
/**
* Set whether the below range color should be used.
*/
vtkSetMacro
(
UseBelowRangeColor
,
int
);
vtkGetMacro
(
UseBelowRangeColor
,
int
);
vtkBooleanMacro
(
UseBelowRangeColor
,
int
);
vtkSetMacro
(
UseBelowRangeColor
,
vtkTypeBool
);
vtkGetMacro
(
UseBelowRangeColor
,
vtkTypeBool
);
vtkBooleanMacro
(
UseBelowRangeColor
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -256,9 +256,9 @@ public:
/**
* Set whether the above range color should be used.
*/
vtkSetMacro
(
UseAboveRangeColor
,
int
);
vtkGetMacro
(
UseAboveRangeColor
,
int
);
vtkBooleanMacro
(
UseAboveRangeColor
,
int
);
vtkSetMacro
(
UseAboveRangeColor
,
vtkTypeBool
);
vtkGetMacro
(
UseAboveRangeColor
,
vtkTypeBool
);
vtkBooleanMacro
(
UseAboveRangeColor
,
vtkTypeBool
);
//@}
/**
...
...
@@ -443,9 +443,9 @@ protected:
double
AlphaRange
[
2
];
double
NanColor
[
4
];
double
BelowRangeColor
[
4
];
int
UseBelowRangeColor
;
vtkTypeBool
UseBelowRangeColor
;
double
AboveRangeColor
[
4
];
int
UseAboveRangeColor
;
vtkTypeBool
UseAboveRangeColor
;
int
Scale
;
int
Ramp
;
...
...
Common/Core/vtkOutputWindow.h
View file @
e3cce433
...
...
@@ -86,14 +86,14 @@ public:
* is displayed, the user is asked if they want to keep getting
* messages.
*/
vtkBooleanMacro
(
PromptUser
,
int
);
vtkSetMacro
(
PromptUser
,
int
);
vtkBooleanMacro
(
PromptUser
,
vtkTypeBool
);
vtkSetMacro
(
PromptUser
,
vtkTypeBool
);
//@}
protected:
vtkOutputWindow
();
~
vtkOutputWindow
()
override
;
int
PromptUser
;
vtkTypeBool
PromptUser
;
private:
static
vtkOutputWindow
*
Instance
;
private:
...
...
Common/DataModel/vtkDataSetAttributes.cxx
View file @
e3cce433
...
...
@@ -1550,83 +1550,83 @@ int vtkDataSetAttributes::GetCopyAttribute (int index, int ctype)
}
//--------------------------------------------------------------------------
void
vtkDataSetAttributes
::
SetCopyScalars
(
int
i
,
int
ctype
)
void
vtkDataSetAttributes
::
SetCopyScalars
(
vtkTypeBool
i
,
int
ctype
)
{
this
->
SetCopyAttribute
(
SCALARS
,
i
,
ctype
);
}
//--------------------------------------------------------------------------
int
vtkDataSetAttributes
::
GetCopyScalars
(
int
ctype
)
vtkTypeBool
vtkDataSetAttributes
::
GetCopyScalars
(
int
ctype
)
{
return
this
->
GetCopyAttribute
(
SCALARS
,
ctype
);
}
//--------------------------------------------------------------------------
void
vtkDataSetAttributes
::
SetCopyVectors
(
int
i
,
int
ctype
)
void
vtkDataSetAttributes
::
SetCopyVectors
(
vtkTypeBool
i
,
int
ctype
)
{
this
->
SetCopyAttribute
(
VECTORS
,
i
,
ctype
);
}
//--------------------------------------------------------------------------
int
vtkDataSetAttributes
::
GetCopyVectors
(
int
ctype
)
vtkTypeBool
vtkDataSetAttributes
::
GetCopyVectors
(
int
ctype
)
{
return
this
->
GetCopyAttribute
(
VECTORS
,
ctype
);
}
//--------------------------------------------------------------------------
void
vtkDataSetAttributes
::
SetCopyNormals
(
int
i
,
int
ctype
)
void
vtkDataSetAttributes
::
SetCopyNormals
(
vtkTypeBool
i
,
int
ctype
)
{
this
->
SetCopyAttribute
(
NORMALS
,
i
,
ctype
);
}
//--------------------------------------------------------------------------
int
vtkDataSetAttributes
::
GetCopyNormals
(
int
ctype
)
vtkTypeBool
vtkDataSetAttributes
::
GetCopyNormals
(
int
ctype
)
{
return
this
->
GetCopyAttribute
(
NORMALS
,
ctype
);
}
//--------------------------------------------------------------------------
void
vtkDataSetAttributes
::
SetCopyTCoords
(
int
i
,
int
ctype
)
void
vtkDataSetAttributes
::
SetCopyTCoords
(
vtkTypeBool
i
,
int
ctype
)
{
this
->
SetCopyAttribute
(
TCOORDS
,
i
,
ctype
);
}
//--------------------------------------------------------------------------
int
vtkDataSetAttributes
::
GetCopyTCoords
(
int
ctype
)
vtkTypeBool
vtkDataSetAttributes
::
GetCopyTCoords
(
int
ctype
)
{
return
this
->
GetCopyAttribute
(
TCOORDS
,
ctype
);
}
//--------------------------------------------------------------------------
void
vtkDataSetAttributes
::
SetCopyTensors
(
int
i
,
int
ctype
)
void
vtkDataSetAttributes
::
SetCopyTensors
(
vtkTypeBool
i
,
int
ctype
)
{
this
->
SetCopyAttribute
(
TENSORS
,
i
,
ctype
);
}
//--------------------------------------------------------------------------
int
vtkDataSetAttributes
::
GetCopyTensors
(
int
ctype
)
vtkTypeBool
vtkDataSetAttributes
::
GetCopyTensors
(
int
ctype
)
{
return
this
->
GetCopyAttribute
(
TENSORS
,
ctype
);
}
//--------------------------------------------------------------------------
void
vtkDataSetAttributes
::
SetCopyGlobalIds
(
int
i
,
int
ctype
)
void
vtkDataSetAttributes
::
SetCopyGlobalIds
(
vtkTypeBool
i
,
int
ctype
)
{
this
->
SetCopyAttribute
(
GLOBALIDS
,
i
,
ctype
);
}
//--------------------------------------------------------------------------
int
vtkDataSetAttributes
::
GetCopyGlobalIds
(
int
ctype
)
vtkTypeBool
vtkDataSetAttributes
::
GetCopyGlobalIds
(
int
ctype
)
{
return
this
->
GetCopyAttribute
(
GLOBALIDS
,
ctype
);
}
//--------------------------------------------------------------------------
void
vtkDataSetAttributes
::
SetCopyPedigreeIds
(
int
i
,
int
ctype
)
void
vtkDataSetAttributes
::
SetCopyPedigreeIds
(
vtkTypeBool
i
,
int
ctype
)
{
this
->
SetCopyAttribute
(
PEDIGREEIDS
,
i
,
ctype
);
}
//--------------------------------------------------------------------------
int
vtkDataSetAttributes
::
GetCopyPedigreeIds
(
int
ctype
)
vtkTypeBool
vtkDataSetAttributes
::
GetCopyPedigreeIds
(
int
ctype
)
{
return
this
->
GetCopyAttribute
(
PEDIGREEIDS
,
ctype
);
}
...
...
Common/DataModel/vtkDataSetAttributes.h
View file @
e3cce433
...
...
@@ -349,39 +349,39 @@ public:
int
GetCopyAttribute
(
int
index
,
int
ctype
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
SetCopyScalars
(
int
i
,
int
ctype
=
ALLCOPY
);
int
GetCopyScalars
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyScalars
,
int
);
void
SetCopyScalars
(
vtkTypeBool
i
,
int
ctype
=
ALLCOPY
);
vtkTypeBool
GetCopyScalars
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyScalars
,
vtkTypeBool
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
SetCopyVectors
(
int
i
,
int
ctype
=
ALLCOPY
);
int
GetCopyVectors
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyVectors
,
int
);
void
SetCopyVectors
(
vtkTypeBool
i
,
int
ctype
=
ALLCOPY
);
vtkTypeBool
GetCopyVectors
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyVectors
,
vtkTypeBool
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
SetCopyNormals
(
int
i
,
int
ctype
=
ALLCOPY
);
int
GetCopyNormals
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyNormals
,
int
);
void
SetCopyNormals
(
vtkTypeBool
i
,
int
ctype
=
ALLCOPY
);
vtkTypeBool
GetCopyNormals
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyNormals
,
vtkTypeBool
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
SetCopyTCoords
(
int
i
,
int
ctype
=
ALLCOPY
);
int
GetCopyTCoords
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyTCoords
,
int
);
void
SetCopyTCoords
(
vtkTypeBool
i
,
int
ctype
=
ALLCOPY
);
vtkTypeBool
GetCopyTCoords
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyTCoords
,
vtkTypeBool
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
SetCopyTensors
(
int
i
,
int
ctype
=
ALLCOPY
);
int
GetCopyTensors
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyTensors
,
int
);
void
SetCopyTensors
(
vtkTypeBool
i
,
int
ctype
=
ALLCOPY
);
vtkTypeBool
GetCopyTensors
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyTensors
,
vtkTypeBool
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
SetCopyGlobalIds
(
int
i
,
int
ctype
=
ALLCOPY
);
int
GetCopyGlobalIds
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyGlobalIds
,
int
);
void
SetCopyGlobalIds
(
vtkTypeBool
i
,
int
ctype
=
ALLCOPY
);
vtkTypeBool
GetCopyGlobalIds
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyGlobalIds
,
vtkTypeBool
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
SetCopyPedigreeIds
(
int
i
,
int
ctype
=
ALLCOPY
);
int
GetCopyPedigreeIds
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyPedigreeIds
,
int
);
void
SetCopyPedigreeIds
(
vtkTypeBool
i
,
int
ctype
=
ALLCOPY
);
vtkTypeBool
GetCopyPedigreeIds
(
int
ctype
=
ALLCOPY
);
vtkBooleanMacro
(
CopyPedigreeIds
,
vtkTypeBool
);
/// @copydoc vtkDataSetAttributes::SetCopyAttribute()
void
CopyAllOn
(
int
ctype
=
ALLCOPY
)
override
;
...
...
Common/DataModel/vtkImplicitSelectionLoop.h
View file @
e3cce433
...
...
@@ -98,9 +98,9 @@ public:
* computed from the accumulated cross product of the edges. You can also
* specify the normal to use.
*/
vtkSetMacro
(
AutomaticNormalGeneration
,
int
);
vtkGetMacro
(
AutomaticNormalGeneration
,
int
);
vtkBooleanMacro
(
AutomaticNormalGeneration
,
int
);
vtkSetMacro
(
AutomaticNormalGeneration
,
vtkTypeBool
);
vtkGetMacro
(
AutomaticNormalGeneration
,
vtkTypeBool
);
vtkBooleanMacro
(
AutomaticNormalGeneration
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -123,7 +123,7 @@ protected:
vtkPoints
*
Loop
;
double
Normal
[
3
];
int
AutomaticNormalGeneration
;
vtkTypeBool
AutomaticNormalGeneration
;
private:
void
Initialize
();
...
...
Common/DataModel/vtkImplicitSum.h
View file @
e3cce433
...
...
@@ -89,9 +89,9 @@ public:
* This process does not otherwise normalize the gradient vector.
* By default, NormalizeByWeight is off.
*/
vtkSetMacro
(
NormalizeByWeight
,
int
);
vtkGetMacro
(
NormalizeByWeight
,
int
);
vtkBooleanMacro
(
NormalizeByWeight
,
int
);
vtkSetMacro
(
NormalizeByWeight
,
vtkTypeBool
);
vtkGetMacro
(
NormalizeByWeight
,
vtkTypeBool
);
vtkBooleanMacro
(
NormalizeByWeight
,
vtkTypeBool
);
//@}
protected:
...
...
@@ -103,7 +103,7 @@ protected:
double
TotalWeight
;
void
CalculateTotalWeight
(
void
);
int
NormalizeByWeight
;
vtkTypeBool
NormalizeByWeight
;
private:
vtkImplicitSum
(
const
vtkImplicitSum
&
)
=
delete
;
...
...
Common/DataModel/vtkIncrementalOctreePointLocator.h
View file @
e3cce433
...
...
@@ -85,9 +85,9 @@ public:
/**
* Set/Get whether the search octree is built as a cubic shape or not.
*/
vtkSetMacro
(
BuildCubicOctree
,
int
);
vtkGetMacro
(
BuildCubicOctree
,
int
);
vtkBooleanMacro
(
BuildCubicOctree
,
int
);
vtkSetMacro
(
BuildCubicOctree
,
vtkTypeBool
);
vtkGetMacro
(
BuildCubicOctree
,
vtkTypeBool
);
vtkBooleanMacro
(
BuildCubicOctree
,
vtkTypeBool
);
//@}
//@{
...
...
@@ -320,7 +320,7 @@ protected: