From e89fdcfff3b0290f140d75c9d75dc18492e5a1e6 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 18 Dec 2014 16:36:37 -0500 Subject: [PATCH] Remove double underscore in header guards (.h & __vtk*_h form) Used the following command: find . \( -iname *.h -and -type f \) -exec perl -pi -w -e 's/__vtk(.*)_h/vtk$1_h/g;' {} \; Fixes many, but not all, clang -Wreserved-id-macro warnings. Change-Id: I694ff053cb204c70e37b261296f496064d91fc07 --- Accelerators/Dax/vtkDaxContour.h | 4 ++-- Accelerators/Dax/vtkDaxContourImpl.h | 4 ++-- Accelerators/Dax/vtkDaxDetailCommon.h | 4 ++-- Accelerators/Dax/vtkDaxThreshold.h | 6 +++--- Accelerators/Dax/vtkDaxThresholdImpl.h | 4 ++-- Accelerators/Piston/vtkDataSetToPiston.h | 4 ++-- Accelerators/Piston/vtkPistonAlgorithm.h | 4 ++-- Accelerators/Piston/vtkPistonContour.h | 4 ++-- Accelerators/Piston/vtkPistonDataObject.h | 4 ++-- Accelerators/Piston/vtkPistonDataWrangling.h | 6 +++--- Accelerators/Piston/vtkPistonMapper.h | 4 ++-- Accelerators/Piston/vtkPistonMinMax.h | 6 +++--- Accelerators/Piston/vtkPistonScalarsColors.h | 6 +++--- Accelerators/Piston/vtkPistonSlice.h | 4 ++-- Accelerators/Piston/vtkPistonSort.h | 4 ++-- Accelerators/Piston/vtkPistonThreshold.h | 4 ++-- Accelerators/Piston/vtkPistonToDataSet.h | 4 ++-- Charts/Core/vtkAxis.h | 6 +++--- Charts/Core/vtkAxisExtended.h | 4 ++-- Charts/Core/vtkCategoryLegend.h | 4 ++-- Charts/Core/vtkChart.h | 6 +++--- Charts/Core/vtkChartBox.h | 6 +++--- Charts/Core/vtkChartHistogram2D.h | 6 +++--- Charts/Core/vtkChartLegend.h | 6 +++--- Charts/Core/vtkChartMatrix.h | 6 +++--- Charts/Core/vtkChartParallelCoordinates.h | 6 +++--- Charts/Core/vtkChartPie.h | 6 +++--- Charts/Core/vtkChartSelectionHelper.h | 6 +++--- Charts/Core/vtkChartXY.h | 6 +++--- Charts/Core/vtkChartXYZ.h | 4 ++-- Charts/Core/vtkColorLegend.h | 4 ++-- Charts/Core/vtkColorTransferControlPointsItem.h | 4 ++-- Charts/Core/vtkColorTransferFunctionItem.h | 4 ++-- Charts/Core/vtkCompositeControlPointsItem.h | 4 ++-- Charts/Core/vtkCompositeTransferFunctionItem.h | 4 ++-- Charts/Core/vtkControlPointsItem.h | 4 ++-- Charts/Core/vtkLookupTableItem.h | 4 ++-- Charts/Core/vtkPiecewiseControlPointsItem.h | 4 ++-- Charts/Core/vtkPiecewiseFunctionItem.h | 4 ++-- Charts/Core/vtkPiecewisePointHandleItem.h | 6 +++--- Charts/Core/vtkPlot.h | 6 +++--- Charts/Core/vtkPlot3D.h | 6 +++--- Charts/Core/vtkPlotBag.h | 6 +++--- Charts/Core/vtkPlotBar.h | 6 +++--- Charts/Core/vtkPlotBox.h | 6 +++--- Charts/Core/vtkPlotFunctionalBag.h | 6 +++--- Charts/Core/vtkPlotGrid.h | 6 +++--- Charts/Core/vtkPlotHistogram2D.h | 6 +++--- Charts/Core/vtkPlotLine.h | 6 +++--- Charts/Core/vtkPlotLine3D.h | 6 +++--- Charts/Core/vtkPlotParallelCoordinates.h | 6 +++--- Charts/Core/vtkPlotPie.h | 6 +++--- Charts/Core/vtkPlotPoints.h | 6 +++--- Charts/Core/vtkPlotPoints3D.h | 6 +++--- Charts/Core/vtkPlotStacked.h | 6 +++--- Charts/Core/vtkPlotSurface.h | 6 +++--- Charts/Core/vtkScalarsToColorsItem.h | 4 ++-- Charts/Core/vtkScatterPlotMatrix.h | 6 +++--- Common/Color/vtkColorSeries.h | 6 +++--- Common/Color/vtkNamedColors.h | 6 +++--- Common/ComputationalGeometry/vtkCardinalSpline.h | 4 ++-- Common/ComputationalGeometry/vtkKochanekSpline.h | 4 ++-- Common/ComputationalGeometry/vtkParametricBoy.h | 4 ++-- Common/ComputationalGeometry/vtkParametricConicSpiral.h | 4 ++-- Common/ComputationalGeometry/vtkParametricCrossCap.h | 4 ++-- Common/ComputationalGeometry/vtkParametricDini.h | 4 ++-- Common/ComputationalGeometry/vtkParametricEllipsoid.h | 4 ++-- Common/ComputationalGeometry/vtkParametricEnneper.h | 4 ++-- Common/ComputationalGeometry/vtkParametricFigure8Klein.h | 4 ++-- Common/ComputationalGeometry/vtkParametricFunction.h | 4 ++-- Common/ComputationalGeometry/vtkParametricKlein.h | 4 ++-- Common/ComputationalGeometry/vtkParametricMobius.h | 4 ++-- Common/ComputationalGeometry/vtkParametricRandomHills.h | 4 ++-- Common/ComputationalGeometry/vtkParametricRoman.h | 4 ++-- Common/ComputationalGeometry/vtkParametricSpline.h | 4 ++-- Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h | 4 ++-- Common/ComputationalGeometry/vtkParametricSuperToroid.h | 4 ++-- Common/ComputationalGeometry/vtkParametricTorus.h | 4 ++-- Common/Core/Testing/Cxx/vtkTestNewVar.h | 4 ++-- Common/Core/vtkABI.h | 6 +++--- Common/Core/vtkAbstractArray.h | 4 ++-- Common/Core/vtkAndroidOutputWindow.h | 4 ++-- Common/Core/vtkAnimationCue.h | 4 ++-- Common/Core/vtkArray.h | 4 ++-- Common/Core/vtkArrayCoordinates.h | 4 ++-- Common/Core/vtkArrayExtents.h | 4 ++-- Common/Core/vtkArrayExtentsList.h | 4 ++-- Common/Core/vtkArrayInterpolate.h | 4 ++-- Common/Core/vtkArrayIterator.h | 4 ++-- Common/Core/vtkArrayIteratorIncludes.h | 4 ++-- Common/Core/vtkArrayIteratorTemplate.h | 6 +++--- Common/Core/vtkArrayPrint.h | 4 ++-- Common/Core/vtkArrayRange.h | 4 ++-- Common/Core/vtkArraySort.h | 4 ++-- Common/Core/vtkArrayWeights.h | 4 ++-- Common/Core/vtkAutoInit.h | 4 ++-- Common/Core/vtkBitArray.h | 4 ++-- Common/Core/vtkBitArrayIterator.h | 4 ++-- Common/Core/vtkBoxMuellerRandomSequence.h | 6 +++--- Common/Core/vtkBreakPoint.h | 6 +++--- Common/Core/vtkByteSwap.h | 4 ++-- Common/Core/vtkCallbackCommand.h | 4 ++-- Common/Core/vtkCharArray.h | 4 ++-- Common/Core/vtkCollection.h | 4 ++-- Common/Core/vtkCollectionIterator.h | 4 ++-- Common/Core/vtkCommand.h | 6 +++--- Common/Core/vtkCommonInformationKeyManager.h | 4 ++-- Common/Core/vtkConditionVariable.h | 6 +++--- Common/Core/vtkCriticalSection.h | 4 ++-- Common/Core/vtkDataArray.h | 4 ++-- Common/Core/vtkDataArrayCollection.h | 4 ++-- Common/Core/vtkDataArrayCollectionIterator.h | 4 ++-- Common/Core/vtkDataArrayIteratorMacro.h | 6 +++--- Common/Core/vtkDataArraySelection.h | 4 ++-- Common/Core/vtkDataArrayTemplate.h | 6 +++--- Common/Core/vtkDebugLeaks.h | 6 +++--- Common/Core/vtkDebugLeaksManager.h | 4 ++-- Common/Core/vtkDenseArray.h | 4 ++-- Common/Core/vtkDoubleArray.h | 4 ++-- Common/Core/vtkDynamicLoader.h | 4 ++-- Common/Core/vtkEventForwarderCommand.h | 6 +++--- Common/Core/vtkFileOutputWindow.h | 4 ++-- Common/Core/vtkFloatArray.h | 4 ++-- Common/Core/vtkFloatingPointExceptions.h | 4 ++-- Common/Core/vtkGarbageCollector.h | 4 ++-- Common/Core/vtkGarbageCollectorManager.h | 4 ++-- Common/Core/vtkGaussianRandomSequence.h | 6 +++--- Common/Core/vtkIOStream.h | 6 +++--- Common/Core/vtkIOStreamFwd.h | 6 +++--- Common/Core/vtkIdList.h | 4 ++-- Common/Core/vtkIdListCollection.h | 4 ++-- Common/Core/vtkIdTypeArray.h | 6 +++--- Common/Core/vtkIndent.h | 4 ++-- Common/Core/vtkInformation.h | 4 ++-- Common/Core/vtkInformationDataObjectKey.h | 4 ++-- Common/Core/vtkInformationDoubleKey.h | 4 ++-- Common/Core/vtkInformationDoubleVectorKey.h | 4 ++-- Common/Core/vtkInformationIdTypeKey.h | 4 ++-- Common/Core/vtkInformationInformationKey.h | 4 ++-- Common/Core/vtkInformationInformationVectorKey.h | 4 ++-- Common/Core/vtkInformationIntegerKey.h | 4 ++-- Common/Core/vtkInformationIntegerPointerKey.h | 4 ++-- Common/Core/vtkInformationIntegerVectorKey.h | 4 ++-- Common/Core/vtkInformationInternals.h | 4 ++-- Common/Core/vtkInformationIterator.h | 4 ++-- Common/Core/vtkInformationKey.h | 4 ++-- Common/Core/vtkInformationKeyVectorKey.h | 4 ++-- Common/Core/vtkInformationObjectBaseKey.h | 4 ++-- Common/Core/vtkInformationObjectBaseVectorKey.h | 4 ++-- Common/Core/vtkInformationRequestKey.h | 4 ++-- Common/Core/vtkInformationStringKey.h | 4 ++-- Common/Core/vtkInformationStringVectorKey.h | 4 ++-- Common/Core/vtkInformationUnsignedLongKey.h | 4 ++-- Common/Core/vtkInformationVariantKey.h | 4 ++-- Common/Core/vtkInformationVariantVectorKey.h | 4 ++-- Common/Core/vtkInformationVector.h | 4 ++-- Common/Core/vtkInstantiator.h | 4 ++-- Common/Core/vtkIntArray.h | 6 +++--- Common/Core/vtkLargeInteger.h | 4 ++-- Common/Core/vtkLongArray.h | 4 ++-- Common/Core/vtkLongLongArray.h | 4 ++-- Common/Core/vtkLookupTable.h | 4 ++-- Common/Core/vtkMappedDataArray.h | 6 +++--- Common/Core/vtkMath.h | 4 ++-- Common/Core/vtkMathUtilities.h | 6 +++--- Common/Core/vtkMinimalStandardRandomSequence.h | 6 +++--- Common/Core/vtkMultiThreader.h | 4 ++-- Common/Core/vtkMutexLock.h | 4 ++-- Common/Core/vtkNew.h | 4 ++-- Common/Core/vtkOStrStreamWrapper.h | 4 ++-- Common/Core/vtkOStreamWrapper.h | 4 ++-- Common/Core/vtkObject.h | 4 ++-- Common/Core/vtkObjectBase.h | 4 ++-- Common/Core/vtkObjectFactory.h | 4 ++-- Common/Core/vtkObjectFactoryCollection.h | 4 ++-- Common/Core/vtkOldStyleCallbackCommand.h | 6 +++--- Common/Core/vtkOutputWindow.h | 4 ++-- Common/Core/vtkOverrideInformation.h | 4 ++-- Common/Core/vtkOverrideInformationCollection.h | 4 ++-- Common/Core/vtkPoints.h | 4 ++-- Common/Core/vtkPoints2D.h | 4 ++-- Common/Core/vtkPriorityQueue.h | 4 ++-- Common/Core/vtkRandomSequence.h | 6 +++--- Common/Core/vtkReferenceCount.h | 4 ++-- Common/Core/vtkSMPThreadLocalObject.h | 4 ++-- Common/Core/vtkSMPTools.h | 4 ++-- Common/Core/vtkScalarsToColors.h | 4 ++-- Common/Core/vtkSetGet.h | 4 ++-- Common/Core/vtkShortArray.h | 4 ++-- Common/Core/vtkSignedCharArray.h | 4 ++-- Common/Core/vtkSimpleCriticalSection.h | 4 ++-- Common/Core/vtkSmartPointer.h | 4 ++-- Common/Core/vtkSmartPointerBase.h | 4 ++-- Common/Core/vtkSortDataArray.h | 6 +++--- Common/Core/vtkSparseArray.h | 4 ++-- Common/Core/vtkStdString.h | 4 ++-- Common/Core/vtkStringArray.h | 4 ++-- Common/Core/vtkSystemIncludes.h | 4 ++-- Common/Core/vtkTemplateAliasMacro.h | 4 ++-- Common/Core/vtkTimePointUtility.h | 4 ++-- Common/Core/vtkTimeStamp.h | 4 ++-- Common/Core/vtkType.h | 4 ++-- Common/Core/vtkTypeTemplate.h | 4 ++-- Common/Core/vtkTypeTraits.h | 4 ++-- Common/Core/vtkTypedArray.h | 4 ++-- Common/Core/vtkTypedDataArray.h | 6 +++--- Common/Core/vtkTypedDataArrayIterator.h | 6 +++--- Common/Core/vtkUnicodeString.h | 4 ++-- Common/Core/vtkUnicodeStringArray.h | 4 ++-- Common/Core/vtkUnsignedCharArray.h | 4 ++-- Common/Core/vtkUnsignedIntArray.h | 4 ++-- Common/Core/vtkUnsignedLongArray.h | 4 ++-- Common/Core/vtkUnsignedLongLongArray.h | 4 ++-- Common/Core/vtkUnsignedShortArray.h | 4 ++-- Common/Core/vtkUnsigned__Int64Array.h | 4 ++-- Common/Core/vtkVariant.h | 4 ++-- Common/Core/vtkVariantArray.h | 4 ++-- Common/Core/vtkVariantCast.h | 4 ++-- Common/Core/vtkVariantCreate.h | 4 ++-- Common/Core/vtkVariantExtract.h | 4 ++-- Common/Core/vtkVersion.h | 4 ++-- Common/Core/vtkVoidArray.h | 4 ++-- Common/Core/vtkWeakPointer.h | 4 ++-- Common/Core/vtkWeakPointerBase.h | 4 ++-- Common/Core/vtkWin32Header.h | 4 ++-- Common/Core/vtkWin32OutputWindow.h | 4 ++-- Common/Core/vtkWin32ProcessOutputWindow.h | 4 ++-- Common/Core/vtkWindow.h | 4 ++-- Common/Core/vtkWindows.h | 4 ++-- Common/Core/vtkXMLFileOutputWindow.h | 4 ++-- Common/Core/vtk__Int64Array.h | 4 ++-- Common/DataModel/vtkAMRBox.h | 4 ++-- Common/DataModel/vtkAMRDataInternals.h | 4 ++-- Common/DataModel/vtkAMRInformation.h | 4 ++-- Common/DataModel/vtkAbstractCellLocator.h | 4 ++-- Common/DataModel/vtkAbstractElectronicData.h | 4 ++-- Common/DataModel/vtkAbstractPointLocator.h | 4 ++-- Common/DataModel/vtkAdjacentVertexIterator.h | 4 ++-- Common/DataModel/vtkAnimationScene.h | 4 ++-- Common/DataModel/vtkAnnotation.h | 4 ++-- Common/DataModel/vtkAnnotationLayers.h | 4 ++-- Common/DataModel/vtkArrayData.h | 4 ++-- Common/DataModel/vtkAtom.h | 4 ++-- Common/DataModel/vtkAttributesErrorMetric.h | 4 ++-- Common/DataModel/vtkBSPCuts.h | 4 ++-- Common/DataModel/vtkBSPIntersections.h | 4 ++-- Common/DataModel/vtkBiQuadraticQuad.h | 4 ++-- Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h | 4 ++-- Common/DataModel/vtkBiQuadraticQuadraticWedge.h | 4 ++-- Common/DataModel/vtkBiQuadraticTriangle.h | 4 ++-- Common/DataModel/vtkBond.h | 4 ++-- Common/DataModel/vtkBoundingBox.h | 4 ++-- Common/DataModel/vtkBox.h | 4 ++-- Common/DataModel/vtkCell.h | 4 ++-- Common/DataModel/vtkCell3D.h | 4 ++-- Common/DataModel/vtkCellArray.h | 4 ++-- Common/DataModel/vtkCellData.h | 4 ++-- Common/DataModel/vtkCellIterator.h | 6 +++--- Common/DataModel/vtkCellLinks.h | 4 ++-- Common/DataModel/vtkCellLocator.h | 4 ++-- Common/DataModel/vtkCellType.h | 4 ++-- Common/DataModel/vtkCellTypes.h | 4 ++-- Common/DataModel/vtkColor.h | 6 +++--- Common/DataModel/vtkCompositeDataIterator.h | 4 ++-- Common/DataModel/vtkCompositeDataSet.h | 4 ++-- Common/DataModel/vtkCone.h | 4 ++-- Common/DataModel/vtkConvexPointSet.h | 4 ++-- Common/DataModel/vtkCubicLine.h | 4 ++-- Common/DataModel/vtkCylinder.h | 4 ++-- Common/DataModel/vtkDataArrayDispatcher.h | 6 +++--- Common/DataModel/vtkDataObject.h | 4 ++-- Common/DataModel/vtkDataObjectCollection.h | 4 ++-- Common/DataModel/vtkDataObjectTree.h | 4 ++-- Common/DataModel/vtkDataObjectTreeInternals.h | 4 ++-- Common/DataModel/vtkDataObjectTreeIterator.h | 4 ++-- Common/DataModel/vtkDataObjectTypes.h | 4 ++-- Common/DataModel/vtkDataSet.h | 4 ++-- Common/DataModel/vtkDataSetAttributes.h | 4 ++-- Common/DataModel/vtkDataSetCellIterator.h | 6 +++--- Common/DataModel/vtkDataSetCollection.h | 4 ++-- Common/DataModel/vtkDirectedAcyclicGraph.h | 4 ++-- Common/DataModel/vtkDirectedGraph.h | 4 ++-- Common/DataModel/vtkDispatcher.h | 6 +++--- Common/DataModel/vtkDispatcher_Private.h | 6 +++--- Common/DataModel/vtkDistributedGraphHelper.h | 6 +++--- Common/DataModel/vtkDoubleDispatcher.h | 6 +++--- Common/DataModel/vtkEdgeListIterator.h | 4 ++-- Common/DataModel/vtkEdgeTable.h | 4 ++-- Common/DataModel/vtkEmptyCell.h | 4 ++-- Common/DataModel/vtkExplicitCell.h | 4 ++-- Common/DataModel/vtkExtractStructuredGridHelper.h | 4 ++-- Common/DataModel/vtkFieldData.h | 4 ++-- Common/DataModel/vtkGenericAdaptorCell.h | 4 ++-- Common/DataModel/vtkGenericAttribute.h | 4 ++-- Common/DataModel/vtkGenericAttributeCollection.h | 4 ++-- Common/DataModel/vtkGenericCell.h | 4 ++-- Common/DataModel/vtkGenericCellIterator.h | 4 ++-- Common/DataModel/vtkGenericCellTessellator.h | 4 ++-- Common/DataModel/vtkGenericDataSet.h | 4 ++-- Common/DataModel/vtkGenericEdgeTable.h | 4 ++-- Common/DataModel/vtkGenericInterpolatedVelocityField.h | 4 ++-- Common/DataModel/vtkGenericPointIterator.h | 4 ++-- Common/DataModel/vtkGenericSubdivisionErrorMetric.h | 4 ++-- Common/DataModel/vtkGeometricErrorMetric.h | 4 ++-- Common/DataModel/vtkGraph.h | 4 ++-- Common/DataModel/vtkGraphEdge.h | 4 ++-- Common/DataModel/vtkGraphInternals.h | 6 +++--- Common/DataModel/vtkHexagonalPrism.h | 4 ++-- Common/DataModel/vtkHexahedron.h | 4 ++-- Common/DataModel/vtkHyperOctree.h | 4 ++-- Common/DataModel/vtkHyperOctreeCursor.h | 4 ++-- Common/DataModel/vtkHyperOctreePointsGrabber.h | 4 ++-- Common/DataModel/vtkHyperTree.h | 4 ++-- Common/DataModel/vtkHyperTreeCursor.h | 4 ++-- Common/DataModel/vtkHyperTreeGrid.h | 4 ++-- Common/DataModel/vtkImageData.h | 4 ++-- Common/DataModel/vtkImageIterator.h | 4 ++-- Common/DataModel/vtkImplicitBoolean.h | 4 ++-- Common/DataModel/vtkImplicitDataSet.h | 4 ++-- Common/DataModel/vtkImplicitFunction.h | 4 ++-- Common/DataModel/vtkImplicitFunctionCollection.h | 4 ++-- Common/DataModel/vtkImplicitHalo.h | 4 ++-- Common/DataModel/vtkImplicitSelectionLoop.h | 4 ++-- Common/DataModel/vtkImplicitSum.h | 4 ++-- Common/DataModel/vtkImplicitVolume.h | 4 ++-- Common/DataModel/vtkImplicitWindowFunction.h | 4 ++-- Common/DataModel/vtkInEdgeIterator.h | 4 ++-- Common/DataModel/vtkIncrementalOctreeNode.h | 4 ++-- Common/DataModel/vtkIncrementalOctreePointLocator.h | 4 ++-- Common/DataModel/vtkIncrementalPointLocator.h | 4 ++-- .../vtkInformationQuadratureSchemeDefinitionVectorKey.h | 4 ++-- Common/DataModel/vtkIterativeClosestPointTransform.h | 4 ++-- Common/DataModel/vtkKdNode.h | 4 ++-- Common/DataModel/vtkKdTree.h | 4 ++-- Common/DataModel/vtkKdTreePointLocator.h | 4 ++-- Common/DataModel/vtkLine.h | 4 ++-- Common/DataModel/vtkLocator.h | 4 ++-- Common/DataModel/vtkMappedUnstructuredGrid.h | 6 +++--- Common/DataModel/vtkMappedUnstructuredGridCellIterator.h | 6 +++--- Common/DataModel/vtkMarchingCubesTriangleCases.h | 4 ++-- Common/DataModel/vtkMarchingSquaresLineCases.h | 4 ++-- Common/DataModel/vtkMeanValueCoordinatesInterpolator.h | 4 ++-- Common/DataModel/vtkMergePoints.h | 4 ++-- Common/DataModel/vtkMolecule.h | 4 ++-- Common/DataModel/vtkMultiBlockDataSet.h | 4 ++-- Common/DataModel/vtkMultiPieceDataSet.h | 4 ++-- Common/DataModel/vtkMutableDirectedGraph.h | 4 ++-- Common/DataModel/vtkMutableUndirectedGraph.h | 4 ++-- Common/DataModel/vtkNonLinearCell.h | 4 ++-- Common/DataModel/vtkNonMergingPointLocator.h | 4 ++-- Common/DataModel/vtkOctreePointLocator.h | 4 ++-- Common/DataModel/vtkOctreePointLocatorNode.h | 4 ++-- Common/DataModel/vtkOrderedTriangulator.h | 4 ++-- Common/DataModel/vtkOutEdgeIterator.h | 4 ++-- Common/DataModel/vtkOverlappingAMR.h | 4 ++-- Common/DataModel/vtkPath.h | 4 ++-- Common/DataModel/vtkPentagonalPrism.h | 4 ++-- Common/DataModel/vtkPerlinNoise.h | 4 ++-- Common/DataModel/vtkPiecewiseFunction.h | 4 ++-- Common/DataModel/vtkPixel.h | 4 ++-- Common/DataModel/vtkPixelExtent.h | 4 ++-- Common/DataModel/vtkPlane.h | 4 ++-- Common/DataModel/vtkPlaneCollection.h | 4 ++-- Common/DataModel/vtkPlanes.h | 4 ++-- Common/DataModel/vtkPlanesIntersection.h | 4 ++-- Common/DataModel/vtkPointData.h | 4 ++-- Common/DataModel/vtkPointLocator.h | 4 ++-- Common/DataModel/vtkPointSet.h | 4 ++-- Common/DataModel/vtkPointSetCellIterator.h | 6 +++--- Common/DataModel/vtkPointsProjectedHull.h | 4 ++-- Common/DataModel/vtkPolyData.h | 4 ++-- Common/DataModel/vtkPolyDataCollection.h | 4 ++-- Common/DataModel/vtkPolyLine.h | 4 ++-- Common/DataModel/vtkPolyPlane.h | 4 ++-- Common/DataModel/vtkPolyVertex.h | 4 ++-- Common/DataModel/vtkPolygon.h | 4 ++-- Common/DataModel/vtkPolyhedron.h | 4 ++-- Common/DataModel/vtkPyramid.h | 4 ++-- Common/DataModel/vtkQuad.h | 4 ++-- Common/DataModel/vtkQuadraticEdge.h | 4 ++-- Common/DataModel/vtkQuadraticHexahedron.h | 4 ++-- Common/DataModel/vtkQuadraticLinearQuad.h | 4 ++-- Common/DataModel/vtkQuadraticLinearWedge.h | 4 ++-- Common/DataModel/vtkQuadraticPolygon.h | 4 ++-- Common/DataModel/vtkQuadraticPyramid.h | 4 ++-- Common/DataModel/vtkQuadraticQuad.h | 4 ++-- Common/DataModel/vtkQuadraticTetra.h | 4 ++-- Common/DataModel/vtkQuadraticTriangle.h | 4 ++-- Common/DataModel/vtkQuadraticWedge.h | 4 ++-- Common/DataModel/vtkQuadric.h | 4 ++-- Common/DataModel/vtkRect.h | 6 +++--- Common/DataModel/vtkRectilinearGrid.h | 4 ++-- Common/DataModel/vtkReebGraph.h | 4 ++-- Common/DataModel/vtkReebGraphSimplificationMetric.h | 4 ++-- Common/DataModel/vtkSelection.h | 4 ++-- Common/DataModel/vtkSelectionNode.h | 4 ++-- Common/DataModel/vtkSimpleCellTessellator.h | 4 ++-- Common/DataModel/vtkSmoothErrorMetric.h | 4 ++-- Common/DataModel/vtkSphere.h | 4 ++-- Common/DataModel/vtkSpline.h | 4 ++-- Common/DataModel/vtkStructuredData.h | 4 ++-- Common/DataModel/vtkStructuredExtent.h | 4 ++-- Common/DataModel/vtkStructuredGrid.h | 4 ++-- Common/DataModel/vtkStructuredPoints.h | 4 ++-- Common/DataModel/vtkStructuredPointsCollection.h | 4 ++-- Common/DataModel/vtkStructuredVisibilityConstraint.h | 4 ++-- Common/DataModel/vtkSuperquadric.h | 4 ++-- Common/DataModel/vtkTable.h | 4 ++-- Common/DataModel/vtkTensor.h | 4 ++-- Common/DataModel/vtkTetra.h | 4 ++-- Common/DataModel/vtkTree.h | 4 ++-- Common/DataModel/vtkTreeBFSIterator.h | 4 ++-- Common/DataModel/vtkTreeDFSIterator.h | 4 ++-- Common/DataModel/vtkTreeIterator.h | 4 ++-- Common/DataModel/vtkTriQuadraticHexahedron.h | 4 ++-- Common/DataModel/vtkTriangle.h | 4 ++-- Common/DataModel/vtkTriangleStrip.h | 4 ++-- Common/DataModel/vtkUndirectedGraph.h | 4 ++-- Common/DataModel/vtkUniformGrid.h | 4 ++-- Common/DataModel/vtkUniformGridAMR.h | 4 ++-- Common/DataModel/vtkUniformGridAMRDataIterator.h | 4 ++-- Common/DataModel/vtkUnstructuredGrid.h | 4 ++-- Common/DataModel/vtkUnstructuredGridBase.h | 4 ++-- Common/DataModel/vtkUnstructuredGridCellIterator.h | 6 +++--- Common/DataModel/vtkVector.h | 6 +++--- Common/DataModel/vtkVectorOperators.h | 4 ++-- Common/DataModel/vtkVertex.h | 4 ++-- Common/DataModel/vtkVertexListIterator.h | 4 ++-- Common/DataModel/vtkVoxel.h | 4 ++-- Common/DataModel/vtkWedge.h | 4 ++-- Common/DataModel/vtkXMLDataElement.h | 4 ++-- Common/ExecutionModel/vtkAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkAlgorithmOutput.h | 4 ++-- Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkArrayDataAlgorithm.h | 4 ++-- .../ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h | 4 ++-- Common/ExecutionModel/vtkCastToConcrete.h | 4 ++-- Common/ExecutionModel/vtkCompositeDataPipeline.h | 4 ++-- Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkDataObjectAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkDataSetAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkDemandDrivenPipeline.h | 4 ++-- Common/ExecutionModel/vtkDirectedGraphAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkEnsembleSource.h | 4 ++-- Common/ExecutionModel/vtkExecutive.h | 4 ++-- Common/ExecutionModel/vtkExtentSplitter.h | 4 ++-- Common/ExecutionModel/vtkExtentTranslator.h | 4 ++-- Common/ExecutionModel/vtkFilteringInformationKeyManager.h | 4 ++-- Common/ExecutionModel/vtkGraphAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkHyperOctreeAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkImageAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkImageInPlaceFilter.h | 4 ++-- Common/ExecutionModel/vtkImageProgressIterator.h | 4 ++-- Common/ExecutionModel/vtkImageToStructuredPoints.h | 4 ++-- Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h | 4 ++-- Common/ExecutionModel/vtkInformationExecutivePortKey.h | 4 ++-- .../ExecutionModel/vtkInformationExecutivePortVectorKey.h | 4 ++-- Common/ExecutionModel/vtkInformationIntegerRequestKey.h | 4 ++-- Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkPassInputTypeAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h | 4 ++-- Common/ExecutionModel/vtkPointSetAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkPolyDataAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkProgressObserver.h | 4 ++-- Common/ExecutionModel/vtkRectilinearGridAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkSMPProgressObserver.h | 4 ++-- Common/ExecutionModel/vtkScalarTree.h | 4 ++-- Common/ExecutionModel/vtkSelectionAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkSimpleImageToImageFilter.h | 4 ++-- Common/ExecutionModel/vtkSimpleScalarTree.h | 4 ++-- Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h | 4 ++-- Common/ExecutionModel/vtkStructuredGridAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkTableAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h | 4 ++-- Common/ExecutionModel/vtkThreadedImageAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkTreeAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkTrivialProducer.h | 4 ++-- Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h | 4 ++-- Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h | 4 ++-- Common/Math/vtkAmoebaMinimizer.h | 4 ++-- Common/Math/vtkFastNumericConversion.h | 4 ++-- Common/Math/vtkFunctionSet.h | 4 ++-- Common/Math/vtkInitialValueProblemSolver.h | 4 ++-- Common/Math/vtkMatrix3x3.h | 4 ++-- Common/Math/vtkMatrix4x4.h | 4 ++-- Common/Math/vtkPolynomialSolversUnivariate.h | 4 ++-- Common/Math/vtkQuaternion.h | 6 +++--- Common/Math/vtkQuaternionInterpolator.h | 4 ++-- Common/Math/vtkRungeKutta2.h | 4 ++-- Common/Math/vtkRungeKutta4.h | 4 ++-- Common/Math/vtkRungeKutta45.h | 4 ++-- Common/Math/vtkTuple.h | 6 +++--- Common/Misc/vtkContourValues.h | 4 ++-- Common/Misc/vtkErrorCode.h | 6 +++--- Common/Misc/vtkFunctionParser.h | 4 ++-- Common/Misc/vtkHeap.h | 4 ++-- Common/Misc/vtkPolygonBuilder.h | 4 ++-- Common/System/vtkClientSocket.h | 4 ++-- Common/System/vtkDirectory.h | 4 ++-- Common/System/vtkServerSocket.h | 4 ++-- Common/System/vtkSocket.h | 4 ++-- Common/System/vtkSocketCollection.h | 4 ++-- Common/System/vtkThreadMessager.h | 4 ++-- Common/System/vtkTimerLog.h | 4 ++-- Common/Transforms/vtkAbstractTransform.h | 4 ++-- Common/Transforms/vtkCylindricalTransform.h | 4 ++-- Common/Transforms/vtkGeneralTransform.h | 4 ++-- Common/Transforms/vtkHomogeneousTransform.h | 4 ++-- Common/Transforms/vtkIdentityTransform.h | 4 ++-- Common/Transforms/vtkLandmarkTransform.h | 4 ++-- Common/Transforms/vtkLinearTransform.h | 4 ++-- Common/Transforms/vtkMatrixToHomogeneousTransform.h | 4 ++-- Common/Transforms/vtkMatrixToLinearTransform.h | 4 ++-- Common/Transforms/vtkPerspectiveTransform.h | 4 ++-- Common/Transforms/vtkSphericalTransform.h | 4 ++-- Common/Transforms/vtkThinPlateSplineTransform.h | 4 ++-- Common/Transforms/vtkTransform.h | 4 ++-- Common/Transforms/vtkTransform2D.h | 4 ++-- Common/Transforms/vtkTransformCollection.h | 4 ++-- Common/Transforms/vtkWarpTransform.h | 4 ++-- Deprecated/vtkGraphHierarchicalBundle.h | 4 ++-- Deprecated/vtkStringToTimePoint.h | 4 ++-- Deprecated/vtkTimePointToString.h | 4 ++-- Domains/Chemistry/vtkBlueObeliskData.h | 4 ++-- Domains/Chemistry/vtkBlueObeliskDataParser.h | 4 ++-- Domains/Chemistry/vtkCMLMoleculeReader.h | 4 ++-- Domains/Chemistry/vtkMoleculeAlgorithm.h | 4 ++-- Domains/Chemistry/vtkMoleculeMapper.h | 4 ++-- Domains/Chemistry/vtkMoleculeToAtomBallFilter.h | 4 ++-- Domains/Chemistry/vtkMoleculeToBondStickFilter.h | 4 ++-- Domains/Chemistry/vtkMoleculeToPolyDataFilter.h | 4 ++-- Domains/Chemistry/vtkOpenQubeElectronicData.h | 4 ++-- Domains/Chemistry/vtkOpenQubeMoleculeSource.h | 4 ++-- Domains/Chemistry/vtkPeriodicTable.h | 4 ++-- Domains/Chemistry/vtkProgrammableElectronicData.h | 4 ++-- Domains/Chemistry/vtkSimpleBondPerceiver.h | 4 ++-- Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h | 4 ++-- Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h | 4 ++-- Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h | 4 ++-- Examples/Build/vtkLocal/vtkLocalExample.h | 4 ++-- Examples/Build/vtkMy/Common/vtkBar.h | 4 ++-- Examples/Build/vtkMy/Common/vtkmyCommonWin32Header.h | 4 ++-- Examples/Build/vtkMy/Imaging/vtkImageFoo.h | 4 ++-- Examples/Build/vtkMy/Imaging/vtkmyImagingWin32Header.h | 4 ++-- Examples/Build/vtkMy/Unsorted/vtkBar2.h | 4 ++-- Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h | 4 ++-- Examples/Charts/Cxx/vtkGraphItem.h | 6 +++--- Examples/ParallelProcessing/SMP/Cxx/vtkAMRDataInternals2.h | 4 ++-- Examples/ParallelProcessing/SMP/Cxx/vtkOverlappingAMR2.h | 4 ++-- .../SMP/Cxx/vtkSMPContourFilterManyPieces.h | 4 ++-- Examples/ParallelProcessing/SMP/Cxx/vtkSMPTools2.h | 4 ++-- .../SMP/Cxx/vtkStreamedCompositeDataPipeline.h | 4 ++-- .../SMP/Cxx/vtkStreamedCompositeSources.h | 4 ++-- Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMR2.h | 4 ++-- .../SMP/Cxx/vtkUniformGridAMRDataIterator2.h | 4 ++-- Filters/AMR/vtkAMRResampleFilter.h | 6 +++--- Filters/AMR/vtkImageToAMR.h | 4 ++-- Filters/Core/vtkAppendCompositeDataLeaves.h | 6 +++--- Filters/Core/vtkAppendFilter.h | 4 ++-- Filters/Core/vtkAppendPolyData.h | 4 ++-- Filters/Core/vtkAppendSelection.h | 4 ++-- Filters/Core/vtkArrayCalculator.h | 4 ++-- Filters/Core/vtkAssignAttribute.h | 4 ++-- Filters/Core/vtkAttributeDataToFieldDataFilter.h | 4 ++-- Filters/Core/vtkCellDataToPointData.h | 4 ++-- Filters/Core/vtkCenterOfMass.h | 4 ++-- Filters/Core/vtkCleanPolyData.h | 4 ++-- Filters/Core/vtkClipPolyData.h | 4 ++-- Filters/Core/vtkCompositeCutter.h | 4 ++-- Filters/Core/vtkCompositeDataProbeFilter.h | 4 ++-- Filters/Core/vtkConnectivityFilter.h | 4 ++-- Filters/Core/vtkContourFilter.h | 4 ++-- Filters/Core/vtkContourGrid.h | 4 ++-- Filters/Core/vtkContourHelper.h | 4 ++-- Filters/Core/vtkCutter.h | 4 ++-- Filters/Core/vtkDataObjectGenerator.h | 4 ++-- Filters/Core/vtkDataObjectToDataSetFilter.h | 4 ++-- Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h | 6 +++--- Filters/Core/vtkDataSetToDataObjectFilter.h | 4 ++-- Filters/Core/vtkDecimatePolylineFilter.h | 4 ++-- Filters/Core/vtkDecimatePro.h | 4 ++-- Filters/Core/vtkDelaunay2D.h | 4 ++-- Filters/Core/vtkDelaunay3D.h | 4 ++-- Filters/Core/vtkEdgeSubdivisionCriterion.h | 6 +++--- Filters/Core/vtkElevationFilter.h | 4 ++-- Filters/Core/vtkExecutionTimer.h | 4 ++-- Filters/Core/vtkFeatureEdges.h | 4 ++-- Filters/Core/vtkFieldDataToAttributeDataFilter.h | 4 ++-- Filters/Core/vtkGlyph2D.h | 4 ++-- Filters/Core/vtkGlyph3D.h | 4 ++-- Filters/Core/vtkGridSynchronizedTemplates3D.h | 4 ++-- Filters/Core/vtkHedgeHog.h | 4 ++-- Filters/Core/vtkHull.h | 4 ++-- Filters/Core/vtkIdFilter.h | 4 ++-- Filters/Core/vtkImageAppend.h | 4 ++-- Filters/Core/vtkImplicitPolyDataDistance.h | 4 ++-- Filters/Core/vtkMarchingCubes.h | 4 ++-- Filters/Core/vtkMarchingSquares.h | 4 ++-- Filters/Core/vtkMaskFields.h | 4 ++-- Filters/Core/vtkMaskPoints.h | 4 ++-- Filters/Core/vtkMaskPolyData.h | 4 ++-- Filters/Core/vtkMassProperties.h | 4 ++-- Filters/Core/vtkMergeDataObjectFilter.h | 4 ++-- Filters/Core/vtkMergeFields.h | 4 ++-- Filters/Core/vtkMergeFilter.h | 4 ++-- Filters/Core/vtkPointDataToCellData.h | 4 ++-- Filters/Core/vtkPolyDataConnectivityFilter.h | 4 ++-- Filters/Core/vtkPolyDataNormals.h | 4 ++-- Filters/Core/vtkProbeFilter.h | 4 ++-- Filters/Core/vtkQuadricClustering.h | 4 ++-- Filters/Core/vtkQuadricDecimation.h | 4 ++-- Filters/Core/vtkRearrangeFields.h | 4 ++-- Filters/Core/vtkRectilinearSynchronizedTemplates.h | 4 ++-- Filters/Core/vtkReverseSense.h | 4 ++-- Filters/Core/vtkSimpleElevationFilter.h | 4 ++-- Filters/Core/vtkSmoothPolyDataFilter.h | 4 ++-- Filters/Core/vtkStripper.h | 4 ++-- Filters/Core/vtkStructuredGridAppend.h | 4 ++-- Filters/Core/vtkStructuredGridOutlineFilter.h | 4 ++-- Filters/Core/vtkSynchronizedTemplates2D.h | 4 ++-- Filters/Core/vtkSynchronizedTemplates3D.h | 4 ++-- Filters/Core/vtkSynchronizedTemplatesCutter3D.h | 4 ++-- Filters/Core/vtkTensorGlyph.h | 4 ++-- Filters/Core/vtkThreshold.h | 4 ++-- Filters/Core/vtkThresholdPoints.h | 4 ++-- Filters/Core/vtkTransposeTable.h | 4 ++-- Filters/Core/vtkTriangleFilter.h | 4 ++-- Filters/Core/vtkTubeFilter.h | 4 ++-- Filters/Core/vtkVectorDot.h | 4 ++-- Filters/Core/vtkVectorNorm.h | 4 ++-- Filters/Core/vtkWindowedSincPolyDataFilter.h | 4 ++-- Filters/Extraction/vtkConvertSelection.h | 4 ++-- Filters/Extraction/vtkExtractArraysOverTime.h | 4 ++-- Filters/Extraction/vtkExtractBlock.h | 4 ++-- Filters/Extraction/vtkExtractCells.h | 4 ++-- Filters/Extraction/vtkExtractDataOverTime.h | 4 ++-- Filters/Extraction/vtkExtractDataSets.h | 4 ++-- Filters/Extraction/vtkExtractEdges.h | 4 ++-- Filters/Extraction/vtkExtractGeometry.h | 4 ++-- Filters/Extraction/vtkExtractGrid.h | 4 ++-- Filters/Extraction/vtkExtractLevel.h | 4 ++-- Filters/Extraction/vtkExtractPolyDataGeometry.h | 4 ++-- Filters/Extraction/vtkExtractRectilinearGrid.h | 4 ++-- Filters/Extraction/vtkExtractSelectedBlock.h | 4 ++-- Filters/Extraction/vtkExtractSelectedFrustum.h | 4 ++-- Filters/Extraction/vtkExtractSelectedIds.h | 4 ++-- Filters/Extraction/vtkExtractSelectedLocations.h | 4 ++-- Filters/Extraction/vtkExtractSelectedPolyDataIds.h | 4 ++-- Filters/Extraction/vtkExtractSelectedRows.h | 4 ++-- Filters/Extraction/vtkExtractSelectedThresholds.h | 4 ++-- Filters/Extraction/vtkExtractSelection.h | 4 ++-- Filters/Extraction/vtkExtractSelectionBase.h | 4 ++-- Filters/Extraction/vtkExtractTemporalFieldData.h | 4 ++-- Filters/Extraction/vtkExtractTensorComponents.h | 4 ++-- Filters/Extraction/vtkExtractUnstructuredGrid.h | 4 ++-- Filters/Extraction/vtkExtractVectorComponents.h | 4 ++-- Filters/Extraction/vtkHierarchicalDataExtractDataSets.h | 4 ++-- Filters/Extraction/vtkHierarchicalDataExtractLevel.h | 4 ++-- Filters/Extraction/vtkProbeSelectedLocations.h | 4 ++-- Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h | 4 ++-- Filters/FlowPaths/vtkAbstractInterpolatedVelocityField.h | 4 ++-- Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h | 4 ++-- Filters/FlowPaths/vtkCellLocatorInterpolatedVelocityField.h | 4 ++-- Filters/FlowPaths/vtkCompositeInterpolatedVelocityField.h | 4 ++-- Filters/FlowPaths/vtkDashedStreamLine.h | 4 ++-- Filters/FlowPaths/vtkInterpolatedVelocityField.h | 4 ++-- Filters/FlowPaths/vtkParticlePathFilter.h | 4 ++-- Filters/FlowPaths/vtkParticleTracer.h | 4 ++-- Filters/FlowPaths/vtkParticleTracerBase.h | 4 ++-- Filters/FlowPaths/vtkStreaklineFilter.h | 4 ++-- Filters/FlowPaths/vtkStreamLine.h | 4 ++-- Filters/FlowPaths/vtkStreamPoints.h | 4 ++-- Filters/FlowPaths/vtkStreamTracer.h | 4 ++-- Filters/FlowPaths/vtkStreamer.h | 4 ++-- Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h | 4 ++-- Filters/FlowPaths/vtkTemporalStreamTracer.h | 4 ++-- Filters/General/vtkAnnotationLink.h | 4 ++-- Filters/General/vtkAppendPoints.h | 4 ++-- Filters/General/vtkApproximatingSubdivisionFilter.h | 4 ++-- Filters/General/vtkAreaContourSpectrumFilter.h | 4 ++-- Filters/General/vtkAxes.h | 4 ++-- Filters/General/vtkBlankStructuredGrid.h | 4 ++-- Filters/General/vtkBlankStructuredGridWithImage.h | 4 ++-- Filters/General/vtkBlockIdScalars.h | 4 ++-- Filters/General/vtkBooleanOperationPolyDataFilter.h | 4 ++-- Filters/General/vtkBoxClipDataSet.h | 4 ++-- Filters/General/vtkBrownianPoints.h | 4 ++-- Filters/General/vtkCellCenters.h | 4 ++-- Filters/General/vtkCellDerivatives.h | 4 ++-- Filters/General/vtkCellTreeLocator.h | 4 ++-- Filters/General/vtkClipClosedSurface.h | 4 ++-- Filters/General/vtkClipConvexPolyData.h | 4 ++-- Filters/General/vtkClipDataSet.h | 4 ++-- Filters/General/vtkClipVolume.h | 4 ++-- Filters/General/vtkCoincidentPoints.h | 6 +++--- Filters/General/vtkContourTriangulator.h | 4 ++-- Filters/General/vtkCursor2D.h | 4 ++-- Filters/General/vtkCursor3D.h | 4 ++-- Filters/General/vtkCurvatures.h | 4 ++-- Filters/General/vtkDataSetGradient.h | 4 ++-- Filters/General/vtkDataSetGradientPrecompute.h | 4 ++-- Filters/General/vtkDataSetTriangleFilter.h | 4 ++-- Filters/General/vtkDeformPointSet.h | 4 ++-- Filters/General/vtkDensifyPolyData.h | 4 ++-- Filters/General/vtkDicer.h | 4 ++-- Filters/General/vtkDiscreteMarchingCubes.h | 4 ++-- Filters/General/vtkDistancePolyDataFilter.h | 4 ++-- Filters/General/vtkEdgePoints.h | 4 ++-- Filters/General/vtkExtractArray.h | 4 ++-- Filters/General/vtkGradientFilter.h | 4 ++-- Filters/General/vtkGraphLayoutFilter.h | 4 ++-- Filters/General/vtkGraphToPoints.h | 4 ++-- Filters/General/vtkGraphWeightEuclideanDistanceFilter.h | 4 ++-- Filters/General/vtkGraphWeightFilter.h | 4 ++-- Filters/General/vtkHierarchicalDataLevelFilter.h | 4 ++-- Filters/General/vtkHyperStreamline.h | 4 ++-- Filters/General/vtkIconGlyphFilter.h | 4 ++-- Filters/General/vtkImageDataToPointSet.h | 6 +++--- Filters/General/vtkImageMarchingCubes.h | 4 ++-- Filters/General/vtkInterpolateDataSetAttributes.h | 4 ++-- Filters/General/vtkInterpolatingSubdivisionFilter.h | 4 ++-- Filters/General/vtkIntersectionPolyDataFilter.h | 6 +++--- Filters/General/vtkLinkEdgels.h | 4 ++-- Filters/General/vtkMarchingContourFilter.h | 4 ++-- Filters/General/vtkMatricizeArray.h | 4 ++-- Filters/General/vtkMergeCells.h | 4 ++-- Filters/General/vtkMultiBlockDataGroupFilter.h | 4 ++-- Filters/General/vtkMultiBlockMergeFilter.h | 4 ++-- Filters/General/vtkMultiThreshold.h | 6 +++--- Filters/General/vtkNonOverlappingAMRLevelIdScalars.h | 4 ++-- Filters/General/vtkNormalizeMatrixVectors.h | 4 ++-- Filters/General/vtkOBBDicer.h | 4 ++-- Filters/General/vtkOBBTree.h | 4 ++-- Filters/General/vtkOverlappingAMRLevelIdScalars.h | 4 ++-- Filters/General/vtkPassArrays.h | 4 ++-- Filters/General/vtkPassThrough.h | 4 ++-- Filters/General/vtkPolyDataStreamer.h | 4 ++-- Filters/General/vtkPolyDataToReebGraphFilter.h | 4 ++-- Filters/General/vtkProbePolyhedron.h | 4 ++-- Filters/General/vtkQuantizePolyDataPoints.h | 4 ++-- Filters/General/vtkRandomAttributeGenerator.h | 4 ++-- Filters/General/vtkRectilinearGridClip.h | 4 ++-- Filters/General/vtkRectilinearGridToPointSet.h | 6 +++--- Filters/General/vtkRectilinearGridToTetrahedra.h | 6 +++--- Filters/General/vtkRecursiveDividingCubes.h | 4 ++-- Filters/General/vtkReflectionFilter.h | 4 ++-- Filters/General/vtkRotationFilter.h | 4 ++-- Filters/General/vtkShrinkFilter.h | 4 ++-- Filters/General/vtkShrinkPolyData.h | 4 ++-- Filters/General/vtkSpatialRepresentationFilter.h | 4 ++-- Filters/General/vtkSplineFilter.h | 4 ++-- Filters/General/vtkSplitColumnComponents.h | 4 ++-- Filters/General/vtkSplitField.h | 4 ++-- Filters/General/vtkStructuredGridClip.h | 4 ++-- Filters/General/vtkSubPixelPositionEdgels.h | 4 ++-- Filters/General/vtkTableBasedClipDataSet.h | 4 ++-- Filters/General/vtkTableToPolyData.h | 4 ++-- Filters/General/vtkTableToStructuredGrid.h | 4 ++-- Filters/General/vtkTessellatorFilter.h | 6 +++--- Filters/General/vtkTimeSourceExample.h | 4 ++-- Filters/General/vtkTransformFilter.h | 4 ++-- Filters/General/vtkTransformPolyDataFilter.h | 4 ++-- Filters/General/vtkUncertaintyTubeFilter.h | 4 ++-- Filters/General/vtkVolumeContourSpectrumFilter.h | 4 ++-- Filters/General/vtkVoxelContoursToSurfaceFilter.h | 4 ++-- Filters/General/vtkWarpLens.h | 4 ++-- Filters/General/vtkWarpScalar.h | 4 ++-- Filters/General/vtkWarpTo.h | 4 ++-- Filters/General/vtkWarpVector.h | 4 ++-- Filters/General/vtkYoungsMaterialInterface.h | 4 ++-- Filters/Generic/vtkGenericClip.h | 4 ++-- Filters/Generic/vtkGenericContourFilter.h | 4 ++-- Filters/Generic/vtkGenericCutter.h | 4 ++-- Filters/Generic/vtkGenericDataSetTessellator.h | 4 ++-- Filters/Generic/vtkGenericGeometryFilter.h | 4 ++-- Filters/Generic/vtkGenericGlyph3DFilter.h | 4 ++-- Filters/Generic/vtkGenericOutlineFilter.h | 4 ++-- Filters/Generic/vtkGenericProbeFilter.h | 4 ++-- Filters/Generic/vtkGenericStreamTracer.h | 4 ++-- Filters/Geometry/vtkCompositeDataGeometryFilter.h | 4 ++-- Filters/Geometry/vtkDataSetSurfaceFilter.h | 4 ++-- Filters/Geometry/vtkGeometryFilter.h | 4 ++-- Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h | 4 ++-- Filters/Geometry/vtkImageDataGeometryFilter.h | 4 ++-- Filters/Geometry/vtkImageDataToUniformGrid.h | 4 ++-- Filters/Geometry/vtkProjectSphereFilter.h | 6 +++--- Filters/Geometry/vtkRectilinearGridGeometryFilter.h | 4 ++-- Filters/Geometry/vtkStructuredGridGeometryFilter.h | 4 ++-- Filters/Geometry/vtkStructuredPointsGeometryFilter.h | 4 ++-- Filters/Geometry/vtkUnstructuredGridGeometryFilter.h | 4 ++-- Filters/Hybrid/vtkBSplineTransform.h | 4 ++-- Filters/Hybrid/vtkDSPFilterDefinition.h | 4 ++-- Filters/Hybrid/vtkDSPFilterGroup.h | 4 ++-- Filters/Hybrid/vtkDepthSortPolyData.h | 4 ++-- Filters/Hybrid/vtkEarthSource.h | 4 ++-- Filters/Hybrid/vtkFacetReader.h | 4 ++-- Filters/Hybrid/vtkGreedyTerrainDecimation.h | 4 ++-- Filters/Hybrid/vtkGridTransform.h | 4 ++-- Filters/Hybrid/vtkImageToPolyDataFilter.h | 4 ++-- Filters/Hybrid/vtkImplicitModeller.h | 4 ++-- Filters/Hybrid/vtkPCAAnalysisFilter.h | 4 ++-- Filters/Hybrid/vtkPolyDataSilhouette.h | 4 ++-- Filters/Hybrid/vtkProcrustesAlignmentFilter.h | 4 ++-- Filters/Hybrid/vtkProjectedTerrainPath.h | 4 ++-- Filters/Hybrid/vtkRenderLargeImage.h | 4 ++-- Filters/Hybrid/vtkTemporalDataSetCache.h | 4 ++-- Filters/Hybrid/vtkTemporalFractal.h | 4 ++-- Filters/Hybrid/vtkTemporalInterpolator.h | 4 ++-- Filters/Hybrid/vtkTemporalShiftScale.h | 4 ++-- Filters/Hybrid/vtkTemporalSnapToTimeStep.h | 4 ++-- Filters/Hybrid/vtkTransformToGrid.h | 4 ++-- Filters/Hybrid/vtkWeightedTransformFilter.h | 4 ++-- Filters/HyperTree/vtkClipHyperOctree.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeContourFilter.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeCutter.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeDepth.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeLimiter.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeSampleFunction.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h | 4 ++-- Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h | 4 ++-- Filters/HyperTree/vtkHyperTreeGridAxisCut.h | 4 ++-- Filters/HyperTree/vtkHyperTreeGridGeometry.h | 4 ++-- Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h | 4 ++-- Filters/Imaging/vtkComputeHistogram2DOutliers.h | 4 ++-- Filters/Imaging/vtkExtractHistogram2D.h | 4 ++-- Filters/Imaging/vtkPairwiseExtractHistogram2D.h | 4 ++-- Filters/Matlab/vtkMatlabEngineFilter.h | 4 ++-- Filters/Matlab/vtkMatlabEngineInterface.h | 4 ++-- Filters/Modeling/vtkBandedPolyDataContourFilter.h | 4 ++-- Filters/Modeling/vtkButterflySubdivisionFilter.h | 4 ++-- Filters/Modeling/vtkDijkstraGraphGeodesicPath.h | 4 ++-- Filters/Modeling/vtkDijkstraGraphInternals.h | 4 ++-- Filters/Modeling/vtkDijkstraImageGeodesicPath.h | 4 ++-- Filters/Modeling/vtkFillHolesFilter.h | 4 ++-- Filters/Modeling/vtkGeodesicPath.h | 4 ++-- Filters/Modeling/vtkGraphGeodesicPath.h | 4 ++-- Filters/Modeling/vtkLinearExtrusionFilter.h | 4 ++-- Filters/Modeling/vtkLinearSubdivisionFilter.h | 4 ++-- Filters/Modeling/vtkLoopSubdivisionFilter.h | 4 ++-- Filters/Modeling/vtkOutlineFilter.h | 4 ++-- Filters/Modeling/vtkPolyDataPointSampler.h | 4 ++-- Filters/Modeling/vtkProjectedTexture.h | 4 ++-- Filters/Modeling/vtkQuadRotationalExtrusionFilter.h | 4 ++-- Filters/Modeling/vtkRibbonFilter.h | 4 ++-- Filters/Modeling/vtkRotationalExtrusionFilter.h | 4 ++-- Filters/Modeling/vtkRuledSurfaceFilter.h | 4 ++-- Filters/Modeling/vtkSectorSource.h | 4 ++-- Filters/Modeling/vtkSelectEnclosedPoints.h | 4 ++-- Filters/Modeling/vtkSelectPolyData.h | 4 ++-- Filters/Modeling/vtkSpherePuzzle.h | 4 ++-- Filters/Modeling/vtkSpherePuzzleArrows.h | 4 ++-- Filters/Modeling/vtkSubdivideTetra.h | 4 ++-- Filters/Parallel/vtkBlockDistribution.h | 4 ++-- Filters/Parallel/vtkCollectGraph.h | 4 ++-- Filters/Parallel/vtkCollectPolyData.h | 4 ++-- Filters/Parallel/vtkCollectTable.h | 4 ++-- Filters/Parallel/vtkCutMaterial.h | 4 ++-- Filters/Parallel/vtkDuplicatePolyData.h | 4 ++-- Filters/Parallel/vtkExtractCTHPart.h | 4 ++-- Filters/Parallel/vtkExtractPolyDataPiece.h | 4 ++-- Filters/Parallel/vtkExtractUnstructuredGridPiece.h | 4 ++-- Filters/Parallel/vtkExtractUserDefinedPiece.h | 4 ++-- Filters/Parallel/vtkPCellDataToPointData.h | 4 ++-- Filters/Parallel/vtkPExtractArraysOverTime.h | 4 ++-- Filters/Parallel/vtkPKdTree.h | 4 ++-- Filters/Parallel/vtkPLinearExtrusionFilter.h | 4 ++-- Filters/Parallel/vtkPMaskPoints.h | 4 ++-- Filters/Parallel/vtkPOutlineCornerFilter.h | 4 ++-- Filters/Parallel/vtkPOutlineFilter.h | 4 ++-- Filters/Parallel/vtkPOutlineFilterInternals.h | 4 ++-- Filters/Parallel/vtkPPolyDataNormals.h | 4 ++-- Filters/Parallel/vtkPProbeFilter.h | 4 ++-- Filters/Parallel/vtkPProjectSphereFilter.h | 6 +++--- Filters/Parallel/vtkPReflectionFilter.h | 4 ++-- Filters/Parallel/vtkPResampleFilter.h | 4 ++-- Filters/Parallel/vtkPSphereSource.h | 4 ++-- Filters/Parallel/vtkPYoungsMaterialInterface.h | 4 ++-- Filters/Parallel/vtkPassThroughFilter.h | 4 ++-- Filters/Parallel/vtkPieceRequestFilter.h | 4 ++-- Filters/Parallel/vtkPieceScalars.h | 4 ++-- Filters/Parallel/vtkPipelineSize.h | 4 ++-- Filters/Parallel/vtkProcessIdScalars.h | 4 ++-- Filters/Parallel/vtkRectilinearGridOutlineFilter.h | 4 ++-- Filters/Parallel/vtkTransmitPolyDataPiece.h | 4 ++-- Filters/Parallel/vtkTransmitRectilinearGridPiece.h | 4 ++-- Filters/Parallel/vtkTransmitStructuredDataPiece.h | 4 ++-- Filters/Parallel/vtkTransmitStructuredGridPiece.h | 4 ++-- Filters/Parallel/vtkTransmitUnstructuredGridPiece.h | 4 ++-- Filters/ParallelFlowPaths/vtkPParticlePathFilter.h | 4 ++-- Filters/ParallelFlowPaths/vtkPParticleTracer.h | 4 ++-- Filters/ParallelFlowPaths/vtkPParticleTracerBase.h | 4 ++-- Filters/ParallelFlowPaths/vtkPStreaklineFilter.h | 4 ++-- Filters/ParallelFlowPaths/vtkPStreamTracer.h | 4 ++-- Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h | 4 ++-- Filters/ParallelImaging/vtkExtractPiece.h | 4 ++-- Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h | 4 ++-- Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h | 4 ++-- Filters/ParallelImaging/vtkPExtractHistogram2D.h | 4 ++-- Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h | 4 ++-- Filters/ParallelImaging/vtkTransmitImageDataPiece.h | 4 ++-- Filters/ParallelMPI/vtkDistributedDataFilter.h | 4 ++-- Filters/ParallelMPI/vtkPExtractGrid.h | 4 ++-- Filters/ParallelMPI/vtkPExtractRectilinearGrid.h | 4 ++-- Filters/ParallelMPI/vtkPExtractVOI.h | 4 ++-- Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h | 4 ++-- Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h | 4 ++-- .../ParallelStatistics/vtkPBivariateLinearTableThreshold.h | 4 ++-- Filters/ParallelStatistics/vtkPContingencyStatistics.h | 4 ++-- Filters/ParallelStatistics/vtkPCorrelativeStatistics.h | 4 ++-- Filters/ParallelStatistics/vtkPDescriptiveStatistics.h | 4 ++-- Filters/ParallelStatistics/vtkPKMeansStatistics.h | 4 ++-- Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h | 4 ++-- Filters/ParallelStatistics/vtkPOrderStatistics.h | 4 ++-- Filters/ParallelStatistics/vtkPPCAStatistics.h | 4 ++-- Filters/Programmable/vtkProgrammableAttributeDataFilter.h | 4 ++-- Filters/Programmable/vtkProgrammableFilter.h | 4 ++-- Filters/Programmable/vtkProgrammableGlyphFilter.h | 4 ++-- Filters/Python/vtkPythonAlgorithm.h | 4 ++-- Filters/ReebGraph/vtkReebGraphSimplificationFilter.h | 4 ++-- Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h | 4 ++-- Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h | 4 ++-- Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h | 4 ++-- Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h | 4 ++-- Filters/SMP/vtkSMPContourGrid.h | 4 ++-- Filters/SMP/vtkSMPContourGridManyPieces.h | 4 ++-- Filters/SMP/vtkSMPMergePoints.h | 6 +++--- Filters/SMP/vtkSMPMergePolyDataHelper.h | 4 ++-- Filters/SMP/vtkSMPTransform.h | 4 ++-- Filters/SMP/vtkSMPWarpVector.h | 6 +++--- Filters/Selection/vtkKdTreeSelector.h | 4 ++-- Filters/Sources/vtkArcSource.h | 4 ++-- Filters/Sources/vtkArrowSource.h | 4 ++-- Filters/Sources/vtkButtonSource.h | 4 ++-- Filters/Sources/vtkConeSource.h | 4 ++-- Filters/Sources/vtkCubeSource.h | 4 ++-- Filters/Sources/vtkCylinderSource.h | 4 ++-- Filters/Sources/vtkDiagonalMatrixSource.h | 4 ++-- Filters/Sources/vtkDiskSource.h | 4 ++-- Filters/Sources/vtkEllipticalButtonSource.h | 4 ++-- Filters/Sources/vtkFrustumSource.h | 4 ++-- Filters/Sources/vtkGlyphSource2D.h | 4 ++-- Filters/Sources/vtkGraphToPolyData.h | 4 ++-- Filters/Sources/vtkHyperOctreeFractalSource.h | 4 ++-- Filters/Sources/vtkHyperTreeGridSource.h | 4 ++-- Filters/Sources/vtkLineSource.h | 4 ++-- Filters/Sources/vtkOutlineCornerFilter.h | 4 ++-- Filters/Sources/vtkOutlineCornerSource.h | 4 ++-- Filters/Sources/vtkOutlineSource.h | 4 ++-- Filters/Sources/vtkParametricFunctionSource.h | 4 ++-- Filters/Sources/vtkPlaneSource.h | 4 ++-- Filters/Sources/vtkPlatonicSolidSource.h | 4 ++-- Filters/Sources/vtkPointSource.h | 4 ++-- Filters/Sources/vtkProgrammableDataObjectSource.h | 4 ++-- Filters/Sources/vtkProgrammableSource.h | 4 ++-- Filters/Sources/vtkRectangularButtonSource.h | 4 ++-- Filters/Sources/vtkRegularPolygonSource.h | 4 ++-- Filters/Sources/vtkSelectionSource.h | 4 ++-- Filters/Sources/vtkSphereSource.h | 4 ++-- Filters/Sources/vtkSuperquadricSource.h | 4 ++-- Filters/Sources/vtkTessellatedBoxSource.h | 4 ++-- Filters/Sources/vtkTextSource.h | 4 ++-- Filters/Sources/vtkTexturedSphereSource.h | 4 ++-- Filters/Statistics/vtkAutoCorrelativeStatistics.h | 4 ++-- Filters/Statistics/vtkBivariateLinearTableThreshold.h | 4 ++-- Filters/Statistics/vtkComputeQuartiles.h | 4 ++-- Filters/Statistics/vtkContingencyStatistics.h | 4 ++-- Filters/Statistics/vtkCorrelativeStatistics.h | 4 ++-- Filters/Statistics/vtkDescriptiveStatistics.h | 4 ++-- Filters/Statistics/vtkExtractFunctionalBagPlot.h | 6 +++--- Filters/Statistics/vtkHighestDensityRegionsStatistics.h | 4 ++-- Filters/Statistics/vtkKMeansAssessFunctor.h | 6 +++--- Filters/Statistics/vtkKMeansDistanceFunctor.h | 6 +++--- Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h | 6 +++--- Filters/Statistics/vtkKMeansStatistics.h | 4 ++-- Filters/Statistics/vtkMultiCorrelativeStatistics.h | 4 ++-- .../Statistics/vtkMultiCorrelativeStatisticsAssessFunctor.h | 6 +++--- Filters/Statistics/vtkOrderStatistics.h | 4 ++-- Filters/Statistics/vtkPCAStatistics.h | 6 +++--- Filters/Statistics/vtkStatisticsAlgorithm.h | 4 ++-- Filters/Statistics/vtkStatisticsAlgorithmPrivate.h | 6 +++--- Filters/Statistics/vtkStrahlerMetric.h | 4 ++-- Filters/Statistics/vtkStreamingStatistics.h | 4 ++-- Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h | 4 ++-- Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h | 4 ++-- Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h | 4 ++-- Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h | 6 +++--- Filters/StatisticsGnuR/vtkRCalculatorFilter.h | 4 ++-- Filters/StatisticsGnuR/vtkRInterface.h | 4 ++-- Filters/StatisticsGnuR/vtkRRandomTableSource.h | 4 ++-- Filters/Texture/vtkImplicitTextureCoords.h | 4 ++-- Filters/Texture/vtkTextureMapToCylinder.h | 4 ++-- Filters/Texture/vtkTextureMapToPlane.h | 4 ++-- Filters/Texture/vtkTextureMapToSphere.h | 4 ++-- Filters/Texture/vtkThresholdTextureCoords.h | 4 ++-- Filters/Texture/vtkTransformTextureCoords.h | 4 ++-- Filters/Texture/vtkTriangularTCoords.h | 4 ++-- Filters/Verdict/vtkCellQuality.h | 4 ++-- Filters/Verdict/vtkMatrixMathFilter.h | 6 +++--- Filters/Verdict/vtkMeshQuality.h | 4 ++-- GUISupport/Qt/vtkQtAbstractModelAdapter.h | 4 ++-- GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h | 4 ++-- GUISupport/Qt/vtkQtDebugLeaksModel.h | 4 ++-- GUISupport/Qt/vtkQtDebugLeaksView.h | 4 ++-- GUISupport/Qt/vtkQtTableModelAdapter.h | 4 ++-- GUISupport/Qt/vtkQtTreeModelAdapter.h | 4 ++-- GUISupport/Qt/vtkTDxQtUnixDevices.h | 4 ++-- GUISupport/QtSQL/vtkQtSQLDatabase.h | 6 +++--- GUISupport/QtSQL/vtkQtSQLQuery.h | 6 +++--- GUISupport/QtSQL/vtkQtTimePointUtility.h | 4 ++-- GUISupport/QtWebkit/vtkQtRichTextView.h | 4 ++-- Geovis/Core/vtkCompassRepresentation.h | 4 ++-- Geovis/Core/vtkCompassWidget.h | 4 ++-- Geovis/Core/vtkGeoAdaptiveArcs.h | 4 ++-- Geovis/Core/vtkGeoAlignedImageRepresentation.h | 4 ++-- Geovis/Core/vtkGeoAlignedImageSource.h | 4 ++-- Geovis/Core/vtkGeoArcs.h | 4 ++-- Geovis/Core/vtkGeoAssignCoordinates.h | 4 ++-- Geovis/Core/vtkGeoCamera.h | 4 ++-- Geovis/Core/vtkGeoGraticule.h | 6 +++--- Geovis/Core/vtkGeoImageNode.h | 4 ++-- Geovis/Core/vtkGeoInteractorStyle.h | 4 ++-- Geovis/Core/vtkGeoProjection.h | 6 +++--- Geovis/Core/vtkGeoRandomGraphSource.h | 4 ++-- Geovis/Core/vtkGeoSampleArcs.h | 4 ++-- Geovis/Core/vtkGeoSource.h | 6 +++--- Geovis/Core/vtkGeoSphereTransform.h | 6 +++--- Geovis/Core/vtkGeoTerrain.h | 4 ++-- Geovis/Core/vtkGeoTerrain2D.h | 4 ++-- Geovis/Core/vtkGeoTerrainNode.h | 4 ++-- Geovis/Core/vtkGeoTransform.h | 6 +++--- Geovis/Core/vtkGeoTreeNode.h | 4 ++-- Geovis/Core/vtkGeoTreeNodeCache.h | 4 ++-- Geovis/Core/vtkGlobeSource.h | 4 ++-- IO/ADIOS/vtkADIOSDirTree.h | 4 ++-- IO/ADIOS/vtkADIOSReader.h | 4 ++-- IO/ADIOS/vtkADIOSWriter.h | 4 ++-- IO/Core/Testing/Cxx/vtkFortran.h | 4 ++-- IO/Core/vtkASCIITextCodec.h | 4 ++-- IO/Core/vtkAbstractParticleWriter.h | 4 ++-- IO/Core/vtkArrayDataReader.h | 4 ++-- IO/Core/vtkArrayDataWriter.h | 4 ++-- IO/Core/vtkArrayReader.h | 4 ++-- IO/Core/vtkArrayWriter.h | 4 ++-- IO/Core/vtkBase64InputStream.h | 4 ++-- IO/Core/vtkBase64OutputStream.h | 4 ++-- IO/Core/vtkBase64Utilities.h | 4 ++-- IO/Core/vtkDataCompressor.h | 4 ++-- IO/Core/vtkDelimitedTextWriter.h | 4 ++-- IO/Core/vtkGlobFileNames.h | 4 ++-- IO/Core/vtkInputStream.h | 4 ++-- IO/Core/vtkJavaScriptDataWriter.h | 4 ++-- IO/Core/vtkOutputStream.h | 4 ++-- IO/Core/vtkSortFileNames.h | 4 ++-- IO/Core/vtkTextCodec.h | 4 ++-- IO/Core/vtkTextCodecFactory.h | 6 +++--- IO/Core/vtkUTF16TextCodec.h | 4 ++-- IO/Core/vtkUTF8TextCodec.h | 4 ++-- IO/Core/vtkWriter.h | 4 ++-- IO/Core/vtkZLibDataCompressor.h | 4 ++-- IO/EnSight/vtkEnSight6BinaryReader.h | 4 ++-- IO/EnSight/vtkEnSight6Reader.h | 4 ++-- IO/EnSight/vtkEnSightGoldBinaryReader.h | 4 ++-- IO/EnSight/vtkEnSightGoldReader.h | 4 ++-- IO/EnSight/vtkEnSightMasterServerReader.h | 4 ++-- IO/EnSight/vtkEnSightReader.h | 4 ++-- IO/EnSight/vtkGenericEnSightReader.h | 4 ++-- IO/Exodus/vtkCPExodusIIElementBlock.h | 6 +++--- IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h | 6 +++--- IO/Exodus/vtkCPExodusIIInSituReader.h | 6 +++--- IO/Exodus/vtkCPExodusIINodalCoordinatesTemplate.h | 6 +++--- IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h | 6 +++--- IO/Exodus/vtkExodusIICache.h | 6 +++--- IO/Exodus/vtkExodusIIReader.h | 4 ++-- IO/Exodus/vtkExodusIIReaderParser.h | 4 ++-- IO/Exodus/vtkExodusIIReaderPrivate.h | 6 +++--- IO/Exodus/vtkExodusIIReaderVariableCheck.h | 6 +++--- IO/Exodus/vtkExodusIIWriter.h | 4 ++-- IO/Exodus/vtkModelMetadata.h | 4 ++-- IO/Export/vtkExporter.h | 4 ++-- IO/Export/vtkGL2PSExporter.h | 4 ++-- IO/Export/vtkIVExporter.h | 4 ++-- IO/Export/vtkOBJExporter.h | 4 ++-- IO/Export/vtkOOGLExporter.h | 4 ++-- IO/Export/vtkPOVExporter.h | 4 ++-- IO/Export/vtkRIBExporter.h | 4 ++-- IO/Export/vtkRIBLight.h | 4 ++-- IO/Export/vtkRIBProperty.h | 4 ++-- IO/Export/vtkVRMLExporter.h | 4 ++-- IO/Export/vtkX3D.h | 4 ++-- IO/Export/vtkX3DExporter.h | 4 ++-- IO/Export/vtkX3DExporterFIWriter.h | 4 ++-- IO/Export/vtkX3DExporterFIWriterHelper.h | 4 ++-- IO/Export/vtkX3DExporterJavaHelper.h | 4 ++-- IO/Export/vtkX3DExporterWriter.h | 4 ++-- IO/Export/vtkX3DExporterXMLWriter.h | 4 ++-- IO/FFMPEG/vtkFFMPEGWriter.h | 4 ++-- IO/GDAL/vtkGDALRasterReader.h | 6 +++--- IO/GDAL/vtkGDALVectorReader.h | 6 +++--- IO/GeoJSON/vtkGeoJSONWriter.h | 6 +++--- IO/Geometry/vtkAVSucdReader.h | 4 ++-- IO/Geometry/vtkBYUReader.h | 4 ++-- IO/Geometry/vtkBYUWriter.h | 4 ++-- IO/Geometry/vtkCGMWriter.h | 4 ++-- IO/Geometry/vtkChacoReader.h | 4 ++-- IO/Geometry/vtkFLUENTReader.h | 4 ++-- IO/Geometry/vtkFacetWriter.h | 4 ++-- IO/Geometry/vtkGAMBITReader.h | 4 ++-- IO/Geometry/vtkGaussianCubeReader.h | 4 ++-- IO/Geometry/vtkIVWriter.h | 4 ++-- IO/Geometry/vtkMCubesReader.h | 4 ++-- IO/Geometry/vtkMCubesWriter.h | 4 ++-- IO/Geometry/vtkMFIXReader.h | 4 ++-- IO/Geometry/vtkMoleculeReaderBase.h | 4 ++-- IO/Geometry/vtkMultiBlockPLOT3DReader.h | 4 ++-- IO/Geometry/vtkMultiBlockPLOT3DReaderInternals.h | 4 ++-- IO/Geometry/vtkOBJReader.h | 4 ++-- IO/Geometry/vtkOpenFOAMReader.h | 4 ++-- IO/Geometry/vtkPDBReader.h | 4 ++-- IO/Geometry/vtkParticleReader.h | 4 ++-- IO/Geometry/vtkPlot3DMetaReader.h | 4 ++-- IO/Geometry/vtkProStarReader.h | 4 ++-- IO/Geometry/vtkSTLReader.h | 4 ++-- IO/Geometry/vtkSTLWriter.h | 4 ++-- IO/Geometry/vtkTecplotReader.h | 4 ++-- IO/Geometry/vtkUGFacetReader.h | 4 ++-- IO/Geometry/vtkWindBladeReader.h | 4 ++-- IO/Geometry/vtkXYZMolReader.h | 4 ++-- IO/Image/vtkBMPReader.h | 4 ++-- IO/Image/vtkBMPWriter.h | 4 ++-- IO/Image/vtkDEMReader.h | 4 ++-- IO/Image/vtkDICOMImageReader.h | 4 ++-- IO/Image/vtkGESignaReader.h | 4 ++-- IO/Image/vtkImageExport.h | 4 ++-- IO/Image/vtkImageImport.h | 4 ++-- IO/Image/vtkImageImportExecutive.h | 4 ++-- IO/Image/vtkImageReader.h | 4 ++-- IO/Image/vtkImageReader2.h | 4 ++-- IO/Image/vtkImageReader2Collection.h | 4 ++-- IO/Image/vtkImageReader2Factory.h | 4 ++-- IO/Image/vtkImageWriter.h | 4 ++-- IO/Image/vtkJPEGReader.h | 4 ++-- IO/Image/vtkJPEGWriter.h | 4 ++-- IO/Image/vtkJSONImageWriter.h | 4 ++-- IO/Image/vtkMedicalImageProperties.h | 4 ++-- IO/Image/vtkMedicalImageReader2.h | 4 ++-- IO/Image/vtkMetaImageReader.h | 4 ++-- IO/Image/vtkMetaImageWriter.h | 4 ++-- IO/Image/vtkNIFTIImageHeader.h | 6 +++--- IO/Image/vtkNIFTIImageReader.h | 6 +++--- IO/Image/vtkNIFTIImageWriter.h | 6 +++--- IO/Image/vtkNrrdReader.h | 6 +++--- IO/Image/vtkPNGReader.h | 4 ++-- IO/Image/vtkPNGWriter.h | 4 ++-- IO/Image/vtkPNMReader.h | 4 ++-- IO/Image/vtkPNMWriter.h | 4 ++-- IO/Image/vtkPostScriptWriter.h | 4 ++-- IO/Image/vtkSLCReader.h | 4 ++-- IO/Image/vtkTIFFReader.h | 4 ++-- IO/Image/vtkTIFFWriter.h | 4 ++-- IO/Image/vtkVolume16Reader.h | 4 ++-- IO/Image/vtkVolumeReader.h | 4 ++-- IO/Import/vtk3DSImporter.h | 4 ++-- IO/Import/vtkImporter.h | 4 ++-- IO/Import/vtkVRMLImporter.h | 4 ++-- IO/Import/vtkVRMLImporter_Yacc.h | 4 ++-- IO/Infovis/vtkBiomTableReader.h | 4 ++-- IO/Infovis/vtkDIMACSGraphWriter.h | 4 ++-- IO/Infovis/vtkDelimitedTextReader.h | 4 ++-- IO/Infovis/vtkFixedWidthTextReader.h | 4 ++-- IO/Infovis/vtkISIReader.h | 4 ++-- IO/Infovis/vtkMultiNewickTreeReader.h | 4 ++-- IO/Infovis/vtkNewickTreeReader.h | 4 ++-- IO/Infovis/vtkNewickTreeWriter.h | 4 ++-- IO/Infovis/vtkPhyloXMLTreeReader.h | 4 ++-- IO/Infovis/vtkPhyloXMLTreeWriter.h | 4 ++-- IO/Infovis/vtkRISReader.h | 4 ++-- IO/Infovis/vtkXMLTreeReader.h | 4 ++-- IO/LSDyna/vtkLSDynaPart.h | 4 ++-- IO/LSDyna/vtkLSDynaPartCollection.h | 4 ++-- IO/LSDyna/vtkLSDynaReader.h | 6 +++--- IO/LSDyna/vtkLSDynaSummaryParser.h | 6 +++--- IO/Legacy/vtkCompositeDataReader.h | 4 ++-- IO/Legacy/vtkCompositeDataWriter.h | 4 ++-- IO/Legacy/vtkDataObjectReader.h | 4 ++-- IO/Legacy/vtkDataObjectWriter.h | 4 ++-- IO/Legacy/vtkDataReader.h | 4 ++-- IO/Legacy/vtkDataSetReader.h | 4 ++-- IO/Legacy/vtkDataSetWriter.h | 4 ++-- IO/Legacy/vtkDataWriter.h | 4 ++-- IO/Legacy/vtkGenericDataObjectReader.h | 4 ++-- IO/Legacy/vtkGenericDataObjectWriter.h | 4 ++-- IO/Legacy/vtkGraphReader.h | 4 ++-- IO/Legacy/vtkGraphWriter.h | 4 ++-- IO/Legacy/vtkPixelExtentIO.h | 4 ++-- IO/Legacy/vtkPolyDataReader.h | 4 ++-- IO/Legacy/vtkPolyDataWriter.h | 4 ++-- IO/Legacy/vtkRectilinearGridReader.h | 4 ++-- IO/Legacy/vtkRectilinearGridWriter.h | 4 ++-- IO/Legacy/vtkSimplePointsReader.h | 4 ++-- IO/Legacy/vtkSimplePointsWriter.h | 4 ++-- IO/Legacy/vtkStructuredGridReader.h | 4 ++-- IO/Legacy/vtkStructuredGridWriter.h | 4 ++-- IO/Legacy/vtkStructuredPointsReader.h | 4 ++-- IO/Legacy/vtkStructuredPointsWriter.h | 4 ++-- IO/Legacy/vtkTableReader.h | 4 ++-- IO/Legacy/vtkTableWriter.h | 4 ++-- IO/Legacy/vtkTreeReader.h | 4 ++-- IO/Legacy/vtkTreeWriter.h | 4 ++-- IO/Legacy/vtkUnstructuredGridReader.h | 4 ++-- IO/Legacy/vtkUnstructuredGridWriter.h | 4 ++-- IO/MINC/vtkMINCImageAttributes.h | 6 +++--- IO/MINC/vtkMINCImageReader.h | 4 ++-- IO/MINC/vtkMINCImageWriter.h | 4 ++-- IO/MINC/vtkMNIObjectReader.h | 4 ++-- IO/MINC/vtkMNIObjectWriter.h | 4 ++-- IO/MINC/vtkMNITagPointReader.h | 4 ++-- IO/MINC/vtkMNITagPointWriter.h | 4 ++-- IO/MINC/vtkMNITransformReader.h | 4 ++-- IO/MINC/vtkMNITransformWriter.h | 4 ++-- IO/MPIImage/vtkMPIImageReader.h | 6 +++--- IO/MPIImage/vtkPNrrdReader.h | 6 +++--- IO/MPIParallel/vtkPWindBladeReader.h | 4 ++-- IO/Movie/vtkAVIWriter.h | 4 ++-- IO/Movie/vtkGenericMovieWriter.h | 4 ++-- IO/Movie/vtkMPEG2Writer.h | 4 ++-- IO/Movie/vtkOggTheoraWriter.h | 4 ++-- IO/MySQL/vtkMySQLDatabase.h | 6 +++--- IO/MySQL/vtkMySQLDatabasePrivate.h | 6 +++--- IO/MySQL/vtkMySQLQuery.h | 6 +++--- IO/MySQL/vtkMySQLToTableReader.h | 4 ++-- IO/MySQL/vtkTableToMySQLWriter.h | 4 ++-- IO/NetCDF/vtkMPASReader.h | 4 ++-- IO/NetCDF/vtkNetCDFCAMReader.h | 4 ++-- IO/NetCDF/vtkNetCDFCFReader.h | 6 +++--- IO/NetCDF/vtkNetCDFPOPReader.h | 4 ++-- IO/NetCDF/vtkNetCDFReader.h | 6 +++--- IO/NetCDF/vtkSLACParticleReader.h | 6 +++--- IO/NetCDF/vtkSLACReader.h | 6 +++--- IO/ODBC/vtkODBCDatabase.h | 6 +++--- IO/ODBC/vtkODBCInternals.h | 4 ++-- IO/ODBC/vtkODBCQuery.h | 6 +++--- IO/PLY/vtkPLY.h | 4 ++-- IO/PLY/vtkPLYReader.h | 4 ++-- IO/PLY/vtkPLYWriter.h | 4 ++-- IO/Parallel/vtkEnSightWriter.h | 4 ++-- IO/Parallel/vtkPChacoReader.h | 4 ++-- IO/Parallel/vtkPDataSetReader.h | 4 ++-- IO/Parallel/vtkPDataSetWriter.h | 4 ++-- IO/Parallel/vtkPImageWriter.h | 4 ++-- IO/Parallel/vtkPOpenFOAMReader.h | 4 ++-- IO/Parallel/vtkPSLACReader.h | 6 +++--- IO/ParallelExodus/vtkPExodusIIReader.h | 4 ++-- IO/ParallelExodus/vtkPExodusIIWriter.h | 4 ++-- IO/ParallelLSDyna/vtkPLSDynaReader.h | 6 +++--- IO/ParallelNetCDF/vtkPNetCDFPOPReader.h | 4 ++-- IO/ParallelXML/vtkXMLPDataSetWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPDataWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPImageDataWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPPolyDataWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPRectilinearGridWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPStructuredDataWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPStructuredGridWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h | 4 ++-- IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h | 4 ++-- IO/PostgreSQL/vtkPostgreSQLDatabase.h | 6 +++--- IO/PostgreSQL/vtkPostgreSQLDatabasePrivate.h | 6 +++--- IO/PostgreSQL/vtkPostgreSQLQuery.h | 6 +++--- IO/PostgreSQL/vtkPostgreSQLToTableReader.h | 4 ++-- IO/PostgreSQL/vtkTableToPostgreSQLWriter.h | 4 ++-- IO/SQL/vtkDatabaseToTableReader.h | 4 ++-- IO/SQL/vtkRowQuery.h | 6 +++--- IO/SQL/vtkRowQueryToTable.h | 4 ++-- IO/SQL/vtkSQLDatabase.h | 6 +++--- IO/SQL/vtkSQLDatabaseGraphSource.h | 4 ++-- IO/SQL/vtkSQLDatabaseSchema.h | 6 +++--- IO/SQL/vtkSQLDatabaseTableSource.h | 4 ++-- IO/SQL/vtkSQLGraphReader.h | 4 ++-- IO/SQL/vtkSQLQuery.h | 6 +++--- IO/SQL/vtkSQLiteDatabase.h | 6 +++--- IO/SQL/vtkSQLiteQuery.h | 6 +++--- IO/SQL/vtkSQLiteToTableReader.h | 4 ++-- IO/SQL/vtkTableToDatabaseWriter.h | 4 ++-- IO/SQL/vtkTableToSQLiteWriter.h | 4 ++-- IO/VPIC/vtkVPICReader.h | 4 ++-- IO/Video/vtkMILVideoSource.h | 4 ++-- IO/Video/vtkVideoSource.h | 4 ++-- IO/Video/vtkWin32VideoSource.h | 4 ++-- IO/XML/vtkRTXMLPolyDataReader.h | 4 ++-- IO/XML/vtkXMLCompositeDataReader.h | 4 ++-- IO/XML/vtkXMLCompositeDataWriter.h | 4 ++-- IO/XML/vtkXMLDataReader.h | 4 ++-- IO/XML/vtkXMLDataSetWriter.h | 4 ++-- IO/XML/vtkXMLFileReadTester.h | 4 ++-- IO/XML/vtkXMLGenericDataObjectReader.h | 4 ++-- IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h | 4 ++-- IO/XML/vtkXMLHierarchicalBoxDataReader.h | 4 ++-- IO/XML/vtkXMLHierarchicalBoxDataWriter.h | 4 ++-- IO/XML/vtkXMLHierarchicalDataReader.h | 4 ++-- IO/XML/vtkXMLHyperOctreeReader.h | 4 ++-- IO/XML/vtkXMLHyperOctreeWriter.h | 4 ++-- IO/XML/vtkXMLImageDataReader.h | 4 ++-- IO/XML/vtkXMLImageDataWriter.h | 4 ++-- IO/XML/vtkXMLMultiBlockDataReader.h | 4 ++-- IO/XML/vtkXMLMultiBlockDataWriter.h | 4 ++-- IO/XML/vtkXMLMultiGroupDataReader.h | 4 ++-- IO/XML/vtkXMLOffsetsManager.h | 4 ++-- IO/XML/vtkXMLPDataReader.h | 4 ++-- IO/XML/vtkXMLPImageDataReader.h | 4 ++-- IO/XML/vtkXMLPPolyDataReader.h | 4 ++-- IO/XML/vtkXMLPRectilinearGridReader.h | 4 ++-- IO/XML/vtkXMLPStructuredDataReader.h | 4 ++-- IO/XML/vtkXMLPStructuredGridReader.h | 4 ++-- IO/XML/vtkXMLPUnstructuredDataReader.h | 4 ++-- IO/XML/vtkXMLPUnstructuredGridReader.h | 4 ++-- IO/XML/vtkXMLPolyDataReader.h | 4 ++-- IO/XML/vtkXMLPolyDataWriter.h | 4 ++-- IO/XML/vtkXMLReader.h | 4 ++-- IO/XML/vtkXMLRectilinearGridReader.h | 4 ++-- IO/XML/vtkXMLRectilinearGridWriter.h | 4 ++-- IO/XML/vtkXMLStructuredDataReader.h | 4 ++-- IO/XML/vtkXMLStructuredDataWriter.h | 4 ++-- IO/XML/vtkXMLStructuredGridReader.h | 4 ++-- IO/XML/vtkXMLStructuredGridWriter.h | 4 ++-- IO/XML/vtkXMLUniformGridAMRReader.h | 4 ++-- IO/XML/vtkXMLUniformGridAMRWriter.h | 4 ++-- IO/XML/vtkXMLUnstructuredDataReader.h | 4 ++-- IO/XML/vtkXMLUnstructuredDataWriter.h | 4 ++-- IO/XML/vtkXMLUnstructuredGridReader.h | 4 ++-- IO/XML/vtkXMLUnstructuredGridWriter.h | 4 ++-- IO/XML/vtkXMLWriter.h | 4 ++-- IO/XML/vtkXMLWriterC.h | 4 ++-- IO/XMLParser/vtkXMLDataHeaderPrivate.h | 4 ++-- IO/XMLParser/vtkXMLDataParser.h | 4 ++-- IO/XMLParser/vtkXMLParser.h | 4 ++-- IO/XMLParser/vtkXMLUtilities.h | 4 ++-- IO/Xdmf2/vtkSILBuilder.h | 4 ++-- IO/Xdmf2/vtkXdmfHeavyData.h | 4 ++-- IO/Xdmf2/vtkXdmfReader.h | 4 ++-- IO/Xdmf2/vtkXdmfReaderInternal.h | 4 ++-- IO/Xdmf3/vtkXdmf3ArrayKeeper.h | 6 +++--- IO/Xdmf3/vtkXdmf3ArraySelection.h | 6 +++--- IO/Xdmf3/vtkXdmf3DataSet.h | 4 ++-- IO/Xdmf3/vtkXdmf3HeavyDataHandler.h | 6 +++--- IO/Xdmf3/vtkXdmf3LightDataHandler.h | 6 +++--- IO/Xdmf3/vtkXdmf3Reader.h | 4 ++-- IO/Xdmf3/vtkXdmf3SILBuilder.h | 6 +++--- Imaging/Color/vtkImageHSIToRGB.h | 4 ++-- Imaging/Color/vtkImageHSVToRGB.h | 4 ++-- Imaging/Color/vtkImageLuminance.h | 4 ++-- Imaging/Color/vtkImageMapToRGBA.h | 4 ++-- Imaging/Color/vtkImageMapToWindowLevelColors.h | 4 ++-- Imaging/Color/vtkImageQuantizeRGBToIndex.h | 4 ++-- Imaging/Color/vtkImageRGBToHSI.h | 4 ++-- Imaging/Color/vtkImageRGBToHSV.h | 4 ++-- Imaging/Core/vtkAbstractImageInterpolator.h | 4 ++-- Imaging/Core/vtkExtractVOI.h | 4 ++-- Imaging/Core/vtkImageAppendComponents.h | 4 ++-- Imaging/Core/vtkImageBSplineCoefficients.h | 4 ++-- Imaging/Core/vtkImageBSplineInternals.h | 4 ++-- Imaging/Core/vtkImageBSplineInterpolator.h | 4 ++-- Imaging/Core/vtkImageBlend.h | 4 ++-- Imaging/Core/vtkImageCacheFilter.h | 4 ++-- Imaging/Core/vtkImageCast.h | 4 ++-- Imaging/Core/vtkImageChangeInformation.h | 4 ++-- Imaging/Core/vtkImageClip.h | 4 ++-- Imaging/Core/vtkImageConstantPad.h | 4 ++-- Imaging/Core/vtkImageDataStreamer.h | 4 ++-- Imaging/Core/vtkImageDecomposeFilter.h | 4 ++-- Imaging/Core/vtkImageDifference.h | 4 ++-- Imaging/Core/vtkImageExtractComponents.h | 4 ++-- Imaging/Core/vtkImageFlip.h | 4 ++-- Imaging/Core/vtkImageInterpolator.h | 4 ++-- Imaging/Core/vtkImageInterpolatorInternals.h | 4 ++-- Imaging/Core/vtkImageIterateFilter.h | 4 ++-- Imaging/Core/vtkImageMagnify.h | 4 ++-- Imaging/Core/vtkImageMapToColors.h | 4 ++-- Imaging/Core/vtkImageMask.h | 4 ++-- Imaging/Core/vtkImageMirrorPad.h | 4 ++-- Imaging/Core/vtkImagePadFilter.h | 4 ++-- Imaging/Core/vtkImagePermute.h | 4 ++-- Imaging/Core/vtkImageResample.h | 4 ++-- Imaging/Core/vtkImageResize.h | 4 ++-- Imaging/Core/vtkImageReslice.h | 4 ++-- Imaging/Core/vtkImageResliceToColors.h | 4 ++-- Imaging/Core/vtkImageShiftScale.h | 4 ++-- Imaging/Core/vtkImageShrink3D.h | 4 ++-- Imaging/Core/vtkImageSincInterpolator.h | 4 ++-- Imaging/Core/vtkImageStencilAlgorithm.h | 4 ++-- Imaging/Core/vtkImageStencilData.h | 4 ++-- Imaging/Core/vtkImageStencilIterator.h | 4 ++-- Imaging/Core/vtkImageStencilSource.h | 4 ++-- Imaging/Core/vtkImageThreshold.h | 4 ++-- Imaging/Core/vtkImageTranslateExtent.h | 4 ++-- Imaging/Core/vtkImageWrapPad.h | 4 ++-- Imaging/Core/vtkRTAnalyticSource.h | 4 ++-- Imaging/Fourier/vtkImageButterworthHighPass.h | 4 ++-- Imaging/Fourier/vtkImageButterworthLowPass.h | 4 ++-- Imaging/Fourier/vtkImageFFT.h | 4 ++-- Imaging/Fourier/vtkImageFourierCenter.h | 4 ++-- Imaging/Fourier/vtkImageFourierFilter.h | 4 ++-- Imaging/Fourier/vtkImageIdealHighPass.h | 4 ++-- Imaging/Fourier/vtkImageIdealLowPass.h | 4 ++-- Imaging/Fourier/vtkImageRFFT.h | 4 ++-- Imaging/Fourier/vtkTableFFT.h | 6 +++--- Imaging/General/vtkImageAnisotropicDiffusion2D.h | 4 ++-- Imaging/General/vtkImageAnisotropicDiffusion3D.h | 4 ++-- Imaging/General/vtkImageCheckerboard.h | 4 ++-- Imaging/General/vtkImageCityBlockDistance.h | 4 ++-- Imaging/General/vtkImageConvolve.h | 4 ++-- Imaging/General/vtkImageCorrelation.h | 4 ++-- Imaging/General/vtkImageEuclideanDistance.h | 4 ++-- Imaging/General/vtkImageEuclideanToPolar.h | 4 ++-- Imaging/General/vtkImageGaussianSmooth.h | 4 ++-- Imaging/General/vtkImageGradient.h | 4 ++-- Imaging/General/vtkImageGradientMagnitude.h | 4 ++-- Imaging/General/vtkImageHybridMedian2D.h | 4 ++-- Imaging/General/vtkImageLaplacian.h | 4 ++-- Imaging/General/vtkImageMedian3D.h | 4 ++-- Imaging/General/vtkImageNormalize.h | 4 ++-- Imaging/General/vtkImageRange3D.h | 4 ++-- Imaging/General/vtkImageSeparableConvolution.h | 4 ++-- Imaging/General/vtkImageSlab.h | 4 ++-- Imaging/General/vtkImageSlabReslice.h | 4 ++-- Imaging/General/vtkImageSobel2D.h | 4 ++-- Imaging/General/vtkImageSobel3D.h | 4 ++-- Imaging/General/vtkImageSpatialAlgorithm.h | 4 ++-- Imaging/General/vtkImageVariance3D.h | 4 ++-- Imaging/General/vtkSimpleImageFilterExample.h | 4 ++-- Imaging/Hybrid/vtkBooleanTexture.h | 4 ++-- Imaging/Hybrid/vtkFastSplatter.h | 6 +++--- Imaging/Hybrid/vtkGaussianSplatter.h | 4 ++-- Imaging/Hybrid/vtkImageCursor3D.h | 4 ++-- Imaging/Hybrid/vtkImageRectilinearWipe.h | 4 ++-- Imaging/Hybrid/vtkPointLoad.h | 4 ++-- Imaging/Hybrid/vtkSampleFunction.h | 4 ++-- Imaging/Hybrid/vtkShepardMethod.h | 4 ++-- Imaging/Hybrid/vtkSliceCubes.h | 4 ++-- Imaging/Hybrid/vtkSurfaceReconstructionFilter.h | 4 ++-- Imaging/Hybrid/vtkTriangularTexture.h | 4 ++-- Imaging/Hybrid/vtkVoxelModeller.h | 4 ++-- Imaging/Math/vtkImageDivergence.h | 4 ++-- Imaging/Math/vtkImageDotProduct.h | 4 ++-- Imaging/Math/vtkImageLogarithmicScale.h | 4 ++-- Imaging/Math/vtkImageLogic.h | 4 ++-- Imaging/Math/vtkImageMagnitude.h | 4 ++-- Imaging/Math/vtkImageMaskBits.h | 4 ++-- Imaging/Math/vtkImageMathematics.h | 4 ++-- Imaging/Math/vtkImageWeightedSum.h | 4 ++-- Imaging/Morphological/vtkImageConnector.h | 4 ++-- Imaging/Morphological/vtkImageContinuousDilate3D.h | 4 ++-- Imaging/Morphological/vtkImageContinuousErode3D.h | 4 ++-- Imaging/Morphological/vtkImageDilateErode3D.h | 4 ++-- Imaging/Morphological/vtkImageIslandRemoval2D.h | 4 ++-- Imaging/Morphological/vtkImageNonMaximumSuppression.h | 4 ++-- Imaging/Morphological/vtkImageOpenClose3D.h | 4 ++-- Imaging/Morphological/vtkImageSeedConnectivity.h | 4 ++-- Imaging/Morphological/vtkImageSkeleton2D.h | 4 ++-- Imaging/Morphological/vtkImageThresholdConnectivity.h | 4 ++-- Imaging/Sources/vtkImageCanvasSource2D.h | 4 ++-- Imaging/Sources/vtkImageEllipsoidSource.h | 4 ++-- Imaging/Sources/vtkImageGaussianSource.h | 4 ++-- Imaging/Sources/vtkImageGridSource.h | 4 ++-- Imaging/Sources/vtkImageMandelbrotSource.h | 4 ++-- Imaging/Sources/vtkImageNoiseSource.h | 4 ++-- Imaging/Sources/vtkImageSinusoidSource.h | 4 ++-- Imaging/Statistics/vtkImageAccumulate.h | 4 ++-- Imaging/Statistics/vtkImageHistogram.h | 4 ++-- Imaging/Statistics/vtkImageHistogramStatistics.h | 4 ++-- Imaging/Stencil/vtkImageStencil.h | 4 ++-- Imaging/Stencil/vtkImageStencilToImage.h | 4 ++-- Imaging/Stencil/vtkImageToImageStencil.h | 4 ++-- Imaging/Stencil/vtkImplicitFunctionToImageStencil.h | 4 ++-- Imaging/Stencil/vtkLassoStencilSource.h | 4 ++-- Imaging/Stencil/vtkPolyDataToImageStencil.h | 4 ++-- Imaging/Stencil/vtkROIStencilSource.h | 4 ++-- Infovis/Boost/vtkVariantBoostSerialization.h | 4 ++-- .../BoostGraphAlgorithms/vtkBoostBetweennessClustering.h | 6 +++--- .../BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h | 4 ++-- Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h | 4 ++-- Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h | 4 ++-- .../BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h | 4 ++-- Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h | 4 ++-- Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h | 4 ++-- .../BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h | 4 ++-- Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h | 6 +++--- .../vtkBoostKruskalMinimumSpanningTree.h | 4 ++-- Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h | 4 ++-- .../BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h | 4 ++-- .../BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h | 4 ++-- Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h | 4 ++-- Infovis/Core/vtkAddMembershipArray.h | 4 ++-- Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h | 4 ++-- Infovis/Core/vtkArrayNorm.h | 4 ++-- Infovis/Core/vtkArrayToTable.h | 4 ++-- Infovis/Core/vtkCollapseGraph.h | 4 ++-- Infovis/Core/vtkCollapseVerticesByArray.h | 6 +++--- Infovis/Core/vtkDataObjectToTable.h | 4 ++-- Infovis/Core/vtkDotProductSimilarity.h | 4 ++-- Infovis/Core/vtkEdgeCenters.h | 4 ++-- Infovis/Core/vtkExpandSelectedGraph.h | 4 ++-- Infovis/Core/vtkExtractSelectedGraph.h | 4 ++-- Infovis/Core/vtkExtractSelectedTree.h | 4 ++-- Infovis/Core/vtkGenerateIndexArray.h | 4 ++-- Infovis/Core/vtkGraphHierarchicalBundleEdges.h | 4 ++-- Infovis/Core/vtkGroupLeafVertices.h | 4 ++-- Infovis/Core/vtkKCoreDecomposition.h | 4 ++-- Infovis/Core/vtkMergeColumns.h | 4 ++-- Infovis/Core/vtkMergeGraphs.h | 4 ++-- Infovis/Core/vtkMergeTables.h | 4 ++-- Infovis/Core/vtkMutableGraphHelper.h | 4 ++-- Infovis/Core/vtkNetworkHierarchy.h | 4 ++-- Infovis/Core/vtkPipelineGraphSource.h | 4 ++-- Infovis/Core/vtkPruneTreeFilter.h | 4 ++-- Infovis/Core/vtkRandomGraphSource.h | 4 ++-- Infovis/Core/vtkReduceTable.h | 4 ++-- Infovis/Core/vtkRemoveHiddenData.h | 4 ++-- Infovis/Core/vtkRemoveIsolatedVertices.h | 4 ++-- Infovis/Core/vtkSparseArrayToTable.h | 4 ++-- Infovis/Core/vtkStreamGraph.h | 4 ++-- Infovis/Core/vtkStringToCategory.h | 4 ++-- Infovis/Core/vtkStringToNumeric.h | 4 ++-- Infovis/Core/vtkTableToArray.h | 4 ++-- Infovis/Core/vtkTableToGraph.h | 4 ++-- Infovis/Core/vtkTableToSparseArray.h | 4 ++-- Infovis/Core/vtkTableToTreeFilter.h | 4 ++-- Infovis/Core/vtkThresholdGraph.h | 6 +++--- Infovis/Core/vtkThresholdTable.h | 4 ++-- Infovis/Core/vtkTransferAttributes.h | 4 ++-- Infovis/Core/vtkTransposeMatrix.h | 4 ++-- Infovis/Core/vtkTreeDifferenceFilter.h | 4 ++-- Infovis/Core/vtkTreeFieldAggregator.h | 4 ++-- Infovis/Core/vtkTreeLevelsFilter.h | 4 ++-- Infovis/Core/vtkVertexDegree.h | 4 ++-- Infovis/Layout/vtkArcParallelEdgeStrategy.h | 4 ++-- Infovis/Layout/vtkAreaLayout.h | 4 ++-- Infovis/Layout/vtkAreaLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkAssignCoordinates.h | 4 ++-- Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkBoxLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkCirclePackLayout.h | 4 ++-- Infovis/Layout/vtkCirclePackLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkCirclePackToPolyData.h | 4 ++-- Infovis/Layout/vtkCircularLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkClustering2DLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkCommunity2DLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkConeLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkConstrained2DLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkCosmicTreeLayoutStrategy.h | 6 +++--- Infovis/Layout/vtkEdgeLayout.h | 4 ++-- Infovis/Layout/vtkEdgeLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkFast2DLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkForceDirectedLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkGeoEdgeStrategy.h | 4 ++-- Infovis/Layout/vtkGeoMath.h | 4 ++-- Infovis/Layout/vtkGraphLayout.h | 4 ++-- Infovis/Layout/vtkGraphLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkIncrementalForceLayout.h | 4 ++-- Infovis/Layout/vtkKCoreLayout.h | 4 ++-- Infovis/Layout/vtkPassThroughEdgeStrategy.h | 4 ++-- Infovis/Layout/vtkPassThroughLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkPerturbCoincidentVertices.h | 4 ++-- Infovis/Layout/vtkRandomLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkSimple2DLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkSpanTreeLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkSplineGraphEdges.h | 4 ++-- Infovis/Layout/vtkSquarifyLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkStackedTreeLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkTreeLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkTreeMapLayout.h | 4 ++-- Infovis/Layout/vtkTreeMapLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkTreeMapToPolyData.h | 4 ++-- Infovis/Layout/vtkTreeOrbitLayoutStrategy.h | 4 ++-- Infovis/Layout/vtkTreeRingToPolyData.h | 4 ++-- Infovis/Parallel/vtkPBGLBreadthFirstSearch.h | 4 ++-- Infovis/Parallel/vtkPBGLCollapseGraph.h | 4 ++-- Infovis/Parallel/vtkPBGLCollapseParallelEdges.h | 4 ++-- Infovis/Parallel/vtkPBGLCollectGraph.h | 4 ++-- Infovis/Parallel/vtkPBGLConnectedComponents.h | 4 ++-- Infovis/Parallel/vtkPBGLDistributedGraphHelper.h | 6 +++--- Infovis/Parallel/vtkPBGLGraphAdapter.h | 6 +++--- Infovis/Parallel/vtkPBGLGraphSQLReader.h | 4 ++-- Infovis/Parallel/vtkPBGLMinimumSpanningTree.h | 4 ++-- Infovis/Parallel/vtkPBGLRMATGraphSource.h | 4 ++-- Infovis/Parallel/vtkPBGLRandomGraphSource.h | 4 ++-- Infovis/Parallel/vtkPBGLShortestPaths.h | 4 ++-- Infovis/Parallel/vtkPBGLVertexColoring.h | 4 ++-- Interaction/Image/vtkImageViewer.h | 4 ++-- Interaction/Image/vtkImageViewer2.h | 4 ++-- Interaction/Image/vtkResliceImageViewer.h | 4 ++-- Interaction/Image/vtkResliceImageViewerMeasurements.h | 4 ++-- Interaction/Style/vtkInteractorStyleDrawPolygon.h | 4 ++-- Interaction/Style/vtkInteractorStyleFlight.h | 4 ++-- Interaction/Style/vtkInteractorStyleImage.h | 4 ++-- Interaction/Style/vtkInteractorStyleJoystickActor.h | 4 ++-- Interaction/Style/vtkInteractorStyleJoystickCamera.h | 4 ++-- Interaction/Style/vtkInteractorStyleMultiTouchCamera.h | 4 ++-- Interaction/Style/vtkInteractorStyleRubberBand2D.h | 4 ++-- Interaction/Style/vtkInteractorStyleRubberBand3D.h | 4 ++-- Interaction/Style/vtkInteractorStyleRubberBandPick.h | 4 ++-- Interaction/Style/vtkInteractorStyleRubberBandZoom.h | 4 ++-- Interaction/Style/vtkInteractorStyleSwitch.h | 4 ++-- Interaction/Style/vtkInteractorStyleTerrain.h | 4 ++-- Interaction/Style/vtkInteractorStyleTrackball.h | 4 ++-- Interaction/Style/vtkInteractorStyleTrackballActor.h | 4 ++-- Interaction/Style/vtkInteractorStyleTrackballCamera.h | 4 ++-- Interaction/Style/vtkInteractorStyleUnicam.h | 6 +++--- Interaction/Style/vtkInteractorStyleUser.h | 4 ++-- Interaction/Style/vtkParallelCoordinatesInteractorStyle.h | 4 ++-- Interaction/Widgets/vtk3DWidget.h | 4 ++-- .../Widgets/vtkAbstractPolygonalHandleRepresentation3D.h | 4 ++-- Interaction/Widgets/vtkAbstractWidget.h | 4 ++-- Interaction/Widgets/vtkAffineRepresentation.h | 4 ++-- Interaction/Widgets/vtkAffineRepresentation2D.h | 4 ++-- Interaction/Widgets/vtkAffineWidget.h | 4 ++-- Interaction/Widgets/vtkAngleRepresentation.h | 4 ++-- Interaction/Widgets/vtkAngleRepresentation2D.h | 4 ++-- Interaction/Widgets/vtkAngleRepresentation3D.h | 4 ++-- Interaction/Widgets/vtkAngleWidget.h | 4 ++-- Interaction/Widgets/vtkAxesTransformRepresentation.h | 4 ++-- Interaction/Widgets/vtkAxesTransformWidget.h | 4 ++-- Interaction/Widgets/vtkBalloonRepresentation.h | 4 ++-- Interaction/Widgets/vtkBalloonWidget.h | 4 ++-- Interaction/Widgets/vtkBezierContourLineInterpolator.h | 4 ++-- Interaction/Widgets/vtkBiDimensionalRepresentation.h | 4 ++-- Interaction/Widgets/vtkBiDimensionalRepresentation2D.h | 4 ++-- Interaction/Widgets/vtkBiDimensionalWidget.h | 4 ++-- Interaction/Widgets/vtkBorderRepresentation.h | 4 ++-- Interaction/Widgets/vtkBorderWidget.h | 4 ++-- Interaction/Widgets/vtkBoundedPlanePointPlacer.h | 4 ++-- Interaction/Widgets/vtkBoxRepresentation.h | 4 ++-- Interaction/Widgets/vtkBoxWidget.h | 4 ++-- Interaction/Widgets/vtkBoxWidget2.h | 4 ++-- Interaction/Widgets/vtkBrokenLineWidget.h | 4 ++-- Interaction/Widgets/vtkButtonRepresentation.h | 4 ++-- Interaction/Widgets/vtkButtonWidget.h | 4 ++-- Interaction/Widgets/vtkCameraRepresentation.h | 4 ++-- Interaction/Widgets/vtkCameraWidget.h | 4 ++-- Interaction/Widgets/vtkCaptionRepresentation.h | 4 ++-- Interaction/Widgets/vtkCaptionWidget.h | 4 ++-- Interaction/Widgets/vtkCellCentersPointPlacer.h | 4 ++-- Interaction/Widgets/vtkCenteredSliderRepresentation.h | 4 ++-- Interaction/Widgets/vtkCenteredSliderWidget.h | 4 ++-- Interaction/Widgets/vtkCheckerboardRepresentation.h | 4 ++-- Interaction/Widgets/vtkCheckerboardWidget.h | 4 ++-- Interaction/Widgets/vtkClosedSurfacePointPlacer.h | 4 ++-- .../Widgets/vtkConstrainedPointHandleRepresentation.h | 4 ++-- Interaction/Widgets/vtkContinuousValueWidget.h | 4 ++-- .../Widgets/vtkContinuousValueWidgetRepresentation.h | 4 ++-- Interaction/Widgets/vtkContourLineInterpolator.h | 4 ++-- Interaction/Widgets/vtkContourRepresentation.h | 4 ++-- Interaction/Widgets/vtkContourWidget.h | 4 ++-- .../Widgets/vtkDijkstraImageContourLineInterpolator.h | 4 ++-- Interaction/Widgets/vtkDistanceRepresentation.h | 4 ++-- Interaction/Widgets/vtkDistanceRepresentation2D.h | 4 ++-- Interaction/Widgets/vtkDistanceRepresentation3D.h | 4 ++-- Interaction/Widgets/vtkDistanceWidget.h | 4 ++-- Interaction/Widgets/vtkEllipsoidTensorProbeRepresentation.h | 4 ++-- Interaction/Widgets/vtkEvent.h | 4 ++-- Interaction/Widgets/vtkFixedSizeHandleRepresentation3D.h | 4 ++-- Interaction/Widgets/vtkFocalPlaneContourRepresentation.h | 4 ++-- Interaction/Widgets/vtkFocalPlanePointPlacer.h | 4 ++-- Interaction/Widgets/vtkHandleRepresentation.h | 4 ++-- Interaction/Widgets/vtkHandleWidget.h | 4 ++-- Interaction/Widgets/vtkHoverWidget.h | 4 ++-- Interaction/Widgets/vtkImageActorPointPlacer.h | 4 ++-- Interaction/Widgets/vtkImageCroppingRegionsWidget.h | 4 ++-- Interaction/Widgets/vtkImageOrthoPlanes.h | 4 ++-- Interaction/Widgets/vtkImagePlaneWidget.h | 4 ++-- Interaction/Widgets/vtkImageTracerWidget.h | 4 ++-- Interaction/Widgets/vtkImplicitPlaneRepresentation.h | 4 ++-- Interaction/Widgets/vtkImplicitPlaneWidget.h | 4 ++-- Interaction/Widgets/vtkImplicitPlaneWidget2.h | 4 ++-- Interaction/Widgets/vtkLineRepresentation.h | 4 ++-- Interaction/Widgets/vtkLineWidget.h | 4 ++-- Interaction/Widgets/vtkLineWidget2.h | 4 ++-- Interaction/Widgets/vtkLinearContourLineInterpolator.h | 4 ++-- Interaction/Widgets/vtkLogoRepresentation.h | 4 ++-- Interaction/Widgets/vtkLogoWidget.h | 4 ++-- Interaction/Widgets/vtkOrientationMarkerWidget.h | 4 ++-- Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h | 4 ++-- .../vtkOrientedGlyphFocalPlaneContourRepresentation.h | 4 ++-- .../Widgets/vtkOrientedPolygonalHandleRepresentation3D.h | 4 ++-- Interaction/Widgets/vtkParallelopipedRepresentation.h | 4 ++-- Interaction/Widgets/vtkParallelopipedWidget.h | 4 ++-- Interaction/Widgets/vtkPlaneWidget.h | 4 ++-- Interaction/Widgets/vtkPlaybackRepresentation.h | 4 ++-- Interaction/Widgets/vtkPlaybackWidget.h | 4 ++-- Interaction/Widgets/vtkPointHandleRepresentation2D.h | 4 ++-- Interaction/Widgets/vtkPointHandleRepresentation3D.h | 4 ++-- Interaction/Widgets/vtkPointPlacer.h | 4 ++-- Interaction/Widgets/vtkPointWidget.h | 4 ++-- Interaction/Widgets/vtkPolyDataContourLineInterpolator.h | 4 ++-- Interaction/Widgets/vtkPolyDataPointPlacer.h | 4 ++-- Interaction/Widgets/vtkPolyDataSourceWidget.h | 4 ++-- Interaction/Widgets/vtkPolygonalHandleRepresentation3D.h | 4 ++-- .../Widgets/vtkPolygonalSurfaceContourLineInterpolator.h | 4 ++-- Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h | 4 ++-- Interaction/Widgets/vtkProp3DButtonRepresentation.h | 4 ++-- Interaction/Widgets/vtkRectilinearWipeRepresentation.h | 4 ++-- Interaction/Widgets/vtkRectilinearWipeWidget.h | 4 ++-- Interaction/Widgets/vtkResliceCursor.h | 4 ++-- Interaction/Widgets/vtkResliceCursorActor.h | 4 ++-- Interaction/Widgets/vtkResliceCursorLineRepresentation.h | 4 ++-- Interaction/Widgets/vtkResliceCursorPicker.h | 4 ++-- Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.h | 4 ++-- Interaction/Widgets/vtkResliceCursorRepresentation.h | 4 ++-- .../Widgets/vtkResliceCursorThickLineRepresentation.h | 4 ++-- Interaction/Widgets/vtkResliceCursorWidget.h | 4 ++-- Interaction/Widgets/vtkScalarBarRepresentation.h | 6 +++--- Interaction/Widgets/vtkScalarBarWidget.h | 4 ++-- Interaction/Widgets/vtkSeedRepresentation.h | 4 ++-- Interaction/Widgets/vtkSeedWidget.h | 4 ++-- Interaction/Widgets/vtkSliderRepresentation.h | 4 ++-- Interaction/Widgets/vtkSliderRepresentation2D.h | 4 ++-- Interaction/Widgets/vtkSliderRepresentation3D.h | 4 ++-- Interaction/Widgets/vtkSliderWidget.h | 4 ++-- Interaction/Widgets/vtkSphereHandleRepresentation.h | 4 ++-- Interaction/Widgets/vtkSphereRepresentation.h | 4 ++-- Interaction/Widgets/vtkSphereWidget.h | 4 ++-- Interaction/Widgets/vtkSphereWidget2.h | 4 ++-- Interaction/Widgets/vtkSplineRepresentation.h | 4 ++-- Interaction/Widgets/vtkSplineWidget.h | 4 ++-- Interaction/Widgets/vtkSplineWidget2.h | 4 ++-- Interaction/Widgets/vtkTensorProbeRepresentation.h | 4 ++-- Interaction/Widgets/vtkTensorProbeWidget.h | 4 ++-- Interaction/Widgets/vtkTerrainContourLineInterpolator.h | 4 ++-- Interaction/Widgets/vtkTerrainDataPointPlacer.h | 4 ++-- Interaction/Widgets/vtkTextRepresentation.h | 4 ++-- Interaction/Widgets/vtkTextWidget.h | 4 ++-- Interaction/Widgets/vtkTexturedButtonRepresentation.h | 4 ++-- Interaction/Widgets/vtkTexturedButtonRepresentation2D.h | 4 ++-- Interaction/Widgets/vtkWidgetCallbackMapper.h | 6 +++--- Interaction/Widgets/vtkWidgetEvent.h | 4 ++-- Interaction/Widgets/vtkWidgetEventTranslator.h | 6 +++--- Interaction/Widgets/vtkWidgetRepresentation.h | 4 ++-- Interaction/Widgets/vtkWidgetSet.h | 4 ++-- Interaction/Widgets/vtkXYPlotRepresentation.h | 6 +++--- Interaction/Widgets/vtkXYPlotWidget.h | 4 ++-- Parallel/Core/vtkCommunicator.h | 6 +++--- Parallel/Core/vtkDummyCommunicator.h | 6 +++--- Parallel/Core/vtkDummyController.h | 4 ++-- Parallel/Core/vtkMultiProcessController.h | 4 ++-- Parallel/Core/vtkMultiProcessStream.h | 4 ++-- Parallel/Core/vtkProcess.h | 4 ++-- Parallel/Core/vtkProcessGroup.h | 6 +++--- Parallel/Core/vtkSocketCommunicator.h | 4 ++-- Parallel/Core/vtkSocketController.h | 6 +++--- Parallel/Core/vtkSubCommunicator.h | 6 +++--- Parallel/Core/vtkSubGroup.h | 4 ++-- Parallel/MPI/vtkMPI.h | 6 +++--- Parallel/MPI/vtkMPICommunicator.h | 4 ++-- Parallel/MPI/vtkMPIController.h | 4 ++-- Parallel/MPI/vtkMPIEventLog.h | 4 ++-- Parallel/MPI/vtkMPIUtilities.h | 6 +++--- Parallel/MPI4Py/vtkMPI4PyCommunicator.h | 4 ++-- Rendering/Annotation/vtkAnnotatedCubeActor.h | 4 ++-- Rendering/Annotation/vtkArcPlotter.h | 4 ++-- Rendering/Annotation/vtkAxesActor.h | 4 ++-- Rendering/Annotation/vtkAxisActor.h | 4 ++-- Rendering/Annotation/vtkAxisActor2D.h | 4 ++-- Rendering/Annotation/vtkAxisFollower.h | 6 +++--- Rendering/Annotation/vtkBarChartActor.h | 4 ++-- Rendering/Annotation/vtkCaptionActor2D.h | 4 ++-- Rendering/Annotation/vtkConvexHull2D.h | 6 +++--- Rendering/Annotation/vtkCornerAnnotation.h | 4 ++-- Rendering/Annotation/vtkCubeAxesActor.h | 4 ++-- Rendering/Annotation/vtkCubeAxesActor2D.h | 4 ++-- Rendering/Annotation/vtkGraphAnnotationLayersFilter.h | 6 +++--- Rendering/Annotation/vtkLeaderActor2D.h | 4 ++-- Rendering/Annotation/vtkLegendBoxActor.h | 4 ++-- Rendering/Annotation/vtkLegendScaleActor.h | 4 ++-- Rendering/Annotation/vtkParallelCoordinatesActor.h | 4 ++-- Rendering/Annotation/vtkPieChartActor.h | 4 ++-- Rendering/Annotation/vtkPolarAxesActor.h | 4 ++-- Rendering/Annotation/vtkProp3DAxisFollower.h | 4 ++-- Rendering/Annotation/vtkScalarBarActor.h | 4 ++-- Rendering/Annotation/vtkScalarBarActorInternal.h | 6 +++--- Rendering/Annotation/vtkSpiderPlotActor.h | 4 ++-- Rendering/Annotation/vtkXYPlotActor.h | 4 ++-- Rendering/Context2D/vtkAbstractContextBufferId.h | 6 +++--- Rendering/Context2D/vtkAbstractContextItem.h | 6 +++--- Rendering/Context2D/vtkBlockItem.h | 6 +++--- Rendering/Context2D/vtkBrush.h | 6 +++--- Rendering/Context2D/vtkContext2D.h | 6 +++--- Rendering/Context2D/vtkContext3D.h | 4 ++-- Rendering/Context2D/vtkContextActor.h | 4 ++-- Rendering/Context2D/vtkContextClip.h | 6 +++--- Rendering/Context2D/vtkContextDevice2D.h | 6 +++--- Rendering/Context2D/vtkContextDevice3D.h | 4 ++-- Rendering/Context2D/vtkContextItem.h | 6 +++--- Rendering/Context2D/vtkContextKeyEvent.h | 6 +++--- Rendering/Context2D/vtkContextMapper2D.h | 6 +++--- Rendering/Context2D/vtkContextMouseEvent.h | 6 +++--- Rendering/Context2D/vtkContextScene.h | 6 +++--- Rendering/Context2D/vtkContextScenePrivate.h | 6 +++--- Rendering/Context2D/vtkContextTransform.h | 6 +++--- Rendering/Context2D/vtkImageItem.h | 6 +++--- Rendering/Context2D/vtkMarkerUtilities.h | 6 +++--- Rendering/Context2D/vtkPen.h | 6 +++--- Rendering/Context2D/vtkTooltipItem.h | 6 +++--- Rendering/ContextOpenGL/vtkOpenGL2ContextDevice2D.h | 6 +++--- Rendering/ContextOpenGL/vtkOpenGLContextActor.h | 4 ++-- Rendering/ContextOpenGL/vtkOpenGLContextBufferId.h | 6 +++--- Rendering/ContextOpenGL/vtkOpenGLContextDevice2D.h | 6 +++--- Rendering/ContextOpenGL/vtkOpenGLContextDevice2DPrivate.h | 4 ++-- Rendering/ContextOpenGL/vtkOpenGLContextDevice3D.h | 4 ++-- Rendering/ContextOpenGL2/vtkOpenGL2ContextDevice2D.h | 6 +++--- Rendering/ContextOpenGL2/vtkOpenGLContextActor.h | 4 ++-- Rendering/ContextOpenGL2/vtkOpenGLContextBufferId.h | 6 +++--- Rendering/ContextOpenGL2/vtkOpenGLContextDevice2D.h | 6 +++--- Rendering/ContextOpenGL2/vtkOpenGLContextDevice2DPrivate.h | 4 ++-- Rendering/ContextOpenGL2/vtkOpenGLContextDevice3D.h | 4 ++-- Rendering/Core/vtkAbstractInteractionDevice.h | 4 ++-- Rendering/Core/vtkAbstractMapper.h | 4 ++-- Rendering/Core/vtkAbstractMapper3D.h | 4 ++-- Rendering/Core/vtkAbstractPicker.h | 4 ++-- Rendering/Core/vtkAbstractPropPicker.h | 4 ++-- Rendering/Core/vtkAbstractRenderDevice.h | 4 ++-- Rendering/Core/vtkAbstractVolumeMapper.h | 4 ++-- Rendering/Core/vtkActor.h | 4 ++-- Rendering/Core/vtkActor2D.h | 4 ++-- Rendering/Core/vtkActor2DCollection.h | 4 ++-- Rendering/Core/vtkActorCollection.h | 4 ++-- Rendering/Core/vtkAreaPicker.h | 4 ++-- Rendering/Core/vtkAssembly.h | 4 ++-- Rendering/Core/vtkAssemblyNode.h | 4 ++-- Rendering/Core/vtkAssemblyPath.h | 4 ++-- Rendering/Core/vtkAssemblyPaths.h | 4 ++-- Rendering/Core/vtkCamera.h | 4 ++-- Rendering/Core/vtkCameraActor.h | 4 ++-- Rendering/Core/vtkCameraInterpolator.h | 4 ++-- Rendering/Core/vtkCellCenterDepthSort.h | 4 ++-- Rendering/Core/vtkCellPicker.h | 4 ++-- Rendering/Core/vtkColorTransferFunction.h | 4 ++-- Rendering/Core/vtkCompositeDataDisplayAttributes.h | 6 +++--- Rendering/Core/vtkCompositePolyDataMapper.h | 4 ++-- Rendering/Core/vtkCoordinate.h | 4 ++-- Rendering/Core/vtkCuller.h | 4 ++-- Rendering/Core/vtkCullerCollection.h | 4 ++-- Rendering/Core/vtkDataSetMapper.h | 4 ++-- Rendering/Core/vtkDiscretizableColorTransferFunction.h | 4 ++-- Rendering/Core/vtkDistanceToCamera.h | 4 ++-- Rendering/Core/vtkFollower.h | 4 ++-- Rendering/Core/vtkFrustumCoverageCuller.h | 4 ++-- Rendering/Core/vtkGPUInfo.h | 4 ++-- Rendering/Core/vtkGPUInfoList.h | 4 ++-- Rendering/Core/vtkGPUInfoListArray.h | 4 ++-- Rendering/Core/vtkGenericRenderWindowInteractor.h | 4 ++-- Rendering/Core/vtkGenericVertexAttributeMapping.h | 4 ++-- Rendering/Core/vtkGlyph3DMapper.h | 4 ++-- Rendering/Core/vtkGraphMapper.h | 4 ++-- Rendering/Core/vtkGraphToGlyphs.h | 4 ++-- Rendering/Core/vtkGraphicsFactory.h | 4 ++-- Rendering/Core/vtkHardwareSelector.h | 4 ++-- Rendering/Core/vtkHierarchicalPolyDataMapper.h | 4 ++-- Rendering/Core/vtkImageActor.h | 4 ++-- Rendering/Core/vtkImageMapper.h | 4 ++-- Rendering/Core/vtkImageMapper3D.h | 4 ++-- Rendering/Core/vtkImageProperty.h | 4 ++-- Rendering/Core/vtkImageSlice.h | 4 ++-- Rendering/Core/vtkImageSliceMapper.h | 4 ++-- Rendering/Core/vtkInteractorEventRecorder.h | 6 +++--- Rendering/Core/vtkInteractorObserver.h | 4 ++-- Rendering/Core/vtkInteractorStyle.h | 4 ++-- Rendering/Core/vtkInteractorStyleSwitchBase.h | 4 ++-- Rendering/Core/vtkLODProp3D.h | 4 ++-- Rendering/Core/vtkLight.h | 4 ++-- Rendering/Core/vtkLightActor.h | 4 ++-- Rendering/Core/vtkLightCollection.h | 4 ++-- Rendering/Core/vtkLightKit.h | 4 ++-- Rendering/Core/vtkLogLookupTable.h | 4 ++-- Rendering/Core/vtkLookupTableWithEnabling.h | 4 ++-- Rendering/Core/vtkMapArrayValues.h | 4 ++-- Rendering/Core/vtkMapper.h | 4 ++-- Rendering/Core/vtkMapper2D.h | 4 ++-- Rendering/Core/vtkMapperCollection.h | 4 ++-- Rendering/Core/vtkObserverMediator.h | 4 ++-- Rendering/Core/vtkPainterDeviceAdapter.h | 4 ++-- Rendering/Core/vtkPicker.h | 4 ++-- Rendering/Core/vtkPickingManager.h | 4 ++-- Rendering/Core/vtkPointPicker.h | 4 ++-- Rendering/Core/vtkPolyDataMapper.h | 4 ++-- Rendering/Core/vtkPolyDataMapper2D.h | 4 ++-- Rendering/Core/vtkProp.h | 4 ++-- Rendering/Core/vtkProp3D.h | 4 ++-- Rendering/Core/vtkProp3DCollection.h | 4 ++-- Rendering/Core/vtkProp3DFollower.h | 4 ++-- Rendering/Core/vtkPropAssembly.h | 4 ++-- Rendering/Core/vtkPropCollection.h | 4 ++-- Rendering/Core/vtkPropPicker.h | 4 ++-- Rendering/Core/vtkProperty.h | 4 ++-- Rendering/Core/vtkProperty2D.h | 4 ++-- Rendering/Core/vtkRayCastStructures.h | 4 ++-- Rendering/Core/vtkRenderWidget.h | 4 ++-- Rendering/Core/vtkRenderWindow.h | 4 ++-- Rendering/Core/vtkRenderWindowCollection.h | 4 ++-- Rendering/Core/vtkRenderWindowInteractor.h | 4 ++-- Rendering/Core/vtkRenderedAreaPicker.h | 4 ++-- Rendering/Core/vtkRenderer.h | 4 ++-- Rendering/Core/vtkRendererCollection.h | 4 ++-- Rendering/Core/vtkRendererDelegate.h | 4 ++-- Rendering/Core/vtkRendererSource.h | 4 ++-- Rendering/Core/vtkRenderingCoreEnums.h | 6 +++--- Rendering/Core/vtkScenePicker.h | 4 ++-- Rendering/Core/vtkSelectVisiblePoints.h | 4 ++-- Rendering/Core/vtkShaderDeviceAdapter2.h | 4 ++-- Rendering/Core/vtkStringToImage.h | 6 +++--- Rendering/Core/vtkTDxInteractorStyle.h | 4 ++-- Rendering/Core/vtkTDxInteractorStyleCamera.h | 4 ++-- Rendering/Core/vtkTDxInteractorStyleSettings.h | 4 ++-- Rendering/Core/vtkTDxMotionEventInfo.h | 4 ++-- Rendering/Core/vtkTextMapper.h | 4 ++-- Rendering/Core/vtkTextProperty.h | 4 ++-- Rendering/Core/vtkTextRenderer.h | 6 +++--- Rendering/Core/vtkTexture.h | 4 ++-- Rendering/Core/vtkTexturedActor2D.h | 4 ++-- Rendering/Core/vtkTransformCoordinateSystems.h | 4 ++-- Rendering/Core/vtkTransformInterpolator.h | 4 ++-- Rendering/Core/vtkTupleInterpolator.h | 4 ++-- Rendering/Core/vtkViewDependentErrorMetric.h | 4 ++-- Rendering/Core/vtkViewport.h | 4 ++-- Rendering/Core/vtkVisibilitySort.h | 6 +++--- Rendering/Core/vtkVolume.h | 4 ++-- Rendering/Core/vtkVolumeCollection.h | 4 ++-- Rendering/Core/vtkVolumeProperty.h | 4 ++-- Rendering/Core/vtkWindowLevelLookupTable.h | 4 ++-- Rendering/Core/vtkWindowToImageFilter.h | 4 ++-- Rendering/Core/vtkWorldPointPicker.h | 4 ++-- Rendering/FreeType/fonts/vtkEmbeddedFonts.h | 4 ++-- Rendering/FreeType/vtkFreeTypeStringToImage.h | 6 +++--- Rendering/FreeType/vtkFreeTypeTools.h | 4 ++-- Rendering/FreeType/vtkFreeTypeUtilities.h | 4 ++-- Rendering/FreeType/vtkMathTextFreeTypeTextRenderer.h | 6 +++--- Rendering/FreeType/vtkMathTextUtilities.h | 4 ++-- Rendering/FreeType/vtkScaledTextActor.h | 4 ++-- Rendering/FreeType/vtkTextActor.h | 4 ++-- Rendering/FreeType/vtkTextActor3D.h | 4 ++-- Rendering/FreeType/vtkTextRendererStringToImage.h | 6 +++--- Rendering/FreeType/vtkVectorText.h | 4 ++-- Rendering/FreeTypeFontConfig/vtkFontConfigFreeTypeTools.h | 6 +++--- Rendering/FreeTypeOpenGL/vtkOpenGLFreeTypeTextMapper.h | 4 ++-- Rendering/FreeTypeOpenGL2/vtkOpenGLFreeTypeTextMapper.h | 4 ++-- Rendering/GL2PS/vtkGL2PSContextDevice2D.h | 6 +++--- Rendering/GL2PS/vtkGL2PSUtilities.h | 4 ++-- Rendering/Image/vtkImageResliceMapper.h | 4 ++-- Rendering/Image/vtkImageSliceCollection.h | 4 ++-- Rendering/Image/vtkImageStack.h | 4 ++-- .../LIC/Testing/Cxx/vtkStructuredGridLIC2DTestDriver.h | 4 ++-- Rendering/LIC/Testing/Cxx/vtkSurfaceLICTestDriver.h | 4 ++-- Rendering/LIC/vtkImageDataLIC2D.h | 4 ++-- Rendering/LIC/vtkLineIntegralConvolution2D.h | 4 ++-- Rendering/LIC/vtkPainterCommunicator.h | 4 ++-- Rendering/LIC/vtkPixelTransfer.h | 4 ++-- Rendering/LIC/vtkStructuredGridLIC2D.h | 4 ++-- Rendering/LIC/vtkSurfaceLICComposite.h | 4 ++-- Rendering/LIC/vtkSurfaceLICDefaultPainter.h | 4 ++-- Rendering/LIC/vtkSurfaceLICPainter.h | 4 ++-- Rendering/LIC/vtkTextureIO.h | 4 ++-- Rendering/LOD/vtkLODActor.h | 4 ++-- Rendering/LOD/vtkQuadricLODActor.h | 4 ++-- Rendering/Label/vtkDynamic2DLabelMapper.h | 4 ++-- Rendering/Label/vtkFreeTypeLabelRenderStrategy.h | 4 ++-- Rendering/Label/vtkLabelHierarchy.h | 6 +++--- Rendering/Label/vtkLabelHierarchyAlgorithm.h | 4 ++-- Rendering/Label/vtkLabelHierarchyCompositeIterator.h | 6 +++--- Rendering/Label/vtkLabelHierarchyIterator.h | 6 +++--- Rendering/Label/vtkLabelHierarchyPrivate.h | 6 +++--- Rendering/Label/vtkLabelPlacementMapper.h | 4 ++-- Rendering/Label/vtkLabelPlacer.h | 6 +++--- Rendering/Label/vtkLabelRenderStrategy.h | 4 ++-- Rendering/Label/vtkLabelSizeCalculator.h | 6 +++--- Rendering/Label/vtkLabeledDataMapper.h | 4 ++-- Rendering/Label/vtkLabeledTreeMapDataMapper.h | 4 ++-- Rendering/Label/vtkPointSetToLabelHierarchy.h | 6 +++--- Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h | 4 ++-- Rendering/OpenGL/vtkCameraPass.h | 4 ++-- Rendering/OpenGL/vtkCarbonRenderWindow.h | 4 ++-- Rendering/OpenGL/vtkCarbonRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL/vtkChooserPainter.h | 4 ++-- Rendering/OpenGL/vtkClearRGBPass.h | 4 ++-- Rendering/OpenGL/vtkClearZPass.h | 4 ++-- Rendering/OpenGL/vtkClipPlanesPainter.h | 4 ++-- Rendering/OpenGL/vtkCocoaGLView.h | 6 +++--- Rendering/OpenGL/vtkCocoaRenderWindow.h | 4 ++-- Rendering/OpenGL/vtkCocoaRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL/vtkCoincidentTopologyResolutionPainter.h | 4 ++-- Rendering/OpenGL/vtkColorMaterialHelper.h | 4 ++-- Rendering/OpenGL/vtkCompositePainter.h | 4 ++-- Rendering/OpenGL/vtkCompositePolyDataMapper2.h | 4 ++-- Rendering/OpenGL/vtkDataTransferHelper.h | 4 ++-- Rendering/OpenGL/vtkDefaultPainter.h | 4 ++-- Rendering/OpenGL/vtkDefaultPass.h | 4 ++-- Rendering/OpenGL/vtkDepthPeelingPass.h | 4 ++-- Rendering/OpenGL/vtkDirectXGPUInfoList.h | 4 ++-- Rendering/OpenGL/vtkDisplayListPainter.h | 4 ++-- Rendering/OpenGL/vtkDummyGPUInfoList.h | 4 ++-- Rendering/OpenGL/vtkFrameBufferObject.h | 4 ++-- Rendering/OpenGL/vtkFrameBufferObject2.h | 4 ++-- Rendering/OpenGL/vtkGLSLShaderDeviceAdapter2.h | 4 ++-- Rendering/OpenGL/vtkGaussianBlurPass.h | 4 ++-- Rendering/OpenGL/vtkHardwareSelectionPolyDataPainter.h | 4 ++-- Rendering/OpenGL/vtkImageProcessingPass.h | 4 ++-- Rendering/OpenGL/vtkLightingHelper.h | 4 ++-- Rendering/OpenGL/vtkLightingPainter.h | 4 ++-- Rendering/OpenGL/vtkLightsPass.h | 4 ++-- Rendering/OpenGL/vtkLinesPainter.h | 4 ++-- Rendering/OpenGL/vtkOSOpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL/vtkOpaquePass.h | 4 ++-- Rendering/OpenGL/vtkOpenGL.h | 4 ++-- Rendering/OpenGL/vtkOpenGLActor.h | 4 ++-- Rendering/OpenGL/vtkOpenGLCamera.h | 4 ++-- Rendering/OpenGL/vtkOpenGLClipPlanesPainter.h | 4 ++-- .../OpenGL/vtkOpenGLCoincidentTopologyResolutionPainter.h | 4 ++-- Rendering/OpenGL/vtkOpenGLCompositePainter.h | 4 ++-- Rendering/OpenGL/vtkOpenGLDisplayListPainter.h | 4 ++-- Rendering/OpenGL/vtkOpenGLExtensionManager.h | 4 ++-- Rendering/OpenGL/vtkOpenGLGL2PSHelper.h | 6 +++--- Rendering/OpenGL/vtkOpenGLGlyph3DMapper.h | 4 ++-- Rendering/OpenGL/vtkOpenGLHardwareSelector.h | 4 ++-- Rendering/OpenGL/vtkOpenGLHardwareSupport.h | 4 ++-- Rendering/OpenGL/vtkOpenGLImageMapper.h | 4 ++-- Rendering/OpenGL/vtkOpenGLImageSliceMapper.h | 4 ++-- Rendering/OpenGL/vtkOpenGLLight.h | 4 ++-- Rendering/OpenGL/vtkOpenGLLightingPainter.h | 4 ++-- Rendering/OpenGL/vtkOpenGLPainterDeviceAdapter.h | 4 ++-- Rendering/OpenGL/vtkOpenGLPolyDataMapper.h | 4 ++-- Rendering/OpenGL/vtkOpenGLPolyDataMapper2D.h | 4 ++-- Rendering/OpenGL/vtkOpenGLProperty.h | 4 ++-- Rendering/OpenGL/vtkOpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL/vtkOpenGLRenderer.h | 4 ++-- Rendering/OpenGL/vtkOpenGLRepresentationPainter.h | 4 ++-- Rendering/OpenGL/vtkOpenGLScalarsToColorsPainter.h | 4 ++-- Rendering/OpenGL/vtkOpenGLState.h | 4 ++-- Rendering/OpenGL/vtkOpenGLTexture.h | 4 ++-- Rendering/OpenGL/vtkOverlayPass.h | 4 ++-- Rendering/OpenGL/vtkPainter.h | 6 +++--- Rendering/OpenGL/vtkPainterPolyDataMapper.h | 4 ++-- Rendering/OpenGL/vtkPixelBufferObject.h | 4 ++-- Rendering/OpenGL/vtkPointsPainter.h | 4 ++-- Rendering/OpenGL/vtkPolyDataPainter.h | 4 ++-- Rendering/OpenGL/vtkPolygonsPainter.h | 4 ++-- Rendering/OpenGL/vtkPrimitivePainter.h | 4 ++-- Rendering/OpenGL/vtkRenderPass.h | 4 ++-- Rendering/OpenGL/vtkRenderPassCollection.h | 4 ++-- Rendering/OpenGL/vtkRenderState.h | 4 ++-- Rendering/OpenGL/vtkRenderbuffer.h | 4 ++-- Rendering/OpenGL/vtkRepresentationPainter.h | 4 ++-- Rendering/OpenGL/vtkScalarsToColorsPainter.h | 4 ++-- Rendering/OpenGL/vtkSequencePass.h | 4 ++-- Rendering/OpenGL/vtkShader2.h | 4 ++-- Rendering/OpenGL/vtkShader2Collection.h | 4 ++-- Rendering/OpenGL/vtkShaderProgram2.h | 4 ++-- Rendering/OpenGL/vtkShadowMapBakerPass.h | 4 ++-- Rendering/OpenGL/vtkShadowMapPass.h | 4 ++-- Rendering/OpenGL/vtkShadowMapPassInternal.h | 4 ++-- Rendering/OpenGL/vtkSobelGradientMagnitudePass.h | 4 ++-- Rendering/OpenGL/vtkStandardPolyDataPainter.h | 6 +++--- Rendering/OpenGL/vtkTDxDevice.h | 4 ++-- Rendering/OpenGL/vtkTDxInteractorStyleGeo.h | 4 ++-- Rendering/OpenGL/vtkTDxMacDevice.h | 4 ++-- Rendering/OpenGL/vtkTDxUnixDevice.h | 4 ++-- Rendering/OpenGL/vtkTDxWinDevice.h | 4 ++-- Rendering/OpenGL/vtkTStripsPainter.h | 4 ++-- Rendering/OpenGL/vtkTextureObject.h | 4 ++-- Rendering/OpenGL/vtkTextureUnitManager.h | 4 ++-- Rendering/OpenGL/vtkTranslucentPass.h | 4 ++-- Rendering/OpenGL/vtkUniformVariables.h | 4 ++-- Rendering/OpenGL/vtkValuePainter.h | 4 ++-- Rendering/OpenGL/vtkValuePass.h | 4 ++-- Rendering/OpenGL/vtkValuePasses.h | 4 ++-- Rendering/OpenGL/vtkVolumetricPass.h | 4 ++-- Rendering/OpenGL/vtkWin32OpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL/vtkWin32RenderWindowInteractor.h | 4 ++-- Rendering/OpenGL/vtkXGPUInfoList.h | 4 ++-- Rendering/OpenGL/vtkXOpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL/vtkXRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL/vtkXRenderWindowTclInteractor.h | 4 ++-- Rendering/OpenGL2/vtkAndroidRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL2/vtkCameraPass.h | 4 ++-- Rendering/OpenGL2/vtkClearRGBPass.h | 4 ++-- Rendering/OpenGL2/vtkClearZPass.h | 4 ++-- Rendering/OpenGL2/vtkCocoaGLView.h | 6 +++--- Rendering/OpenGL2/vtkCocoaRenderWindow.h | 4 ++-- Rendering/OpenGL2/vtkCocoaRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL2/vtkCompositePolyDataMapper2.h | 4 ++-- Rendering/OpenGL2/vtkDefaultPass.h | 4 ++-- Rendering/OpenGL2/vtkDepthPeelingPass.h | 4 ++-- Rendering/OpenGL2/vtkDummyGPUInfoList.h | 4 ++-- Rendering/OpenGL2/vtkEGLRenderWindow.h | 4 ++-- Rendering/OpenGL2/vtkFrameBufferObject.h | 4 ++-- Rendering/OpenGL2/vtkGaussianBlurPass.h | 4 ++-- Rendering/OpenGL2/vtkIOSGLView.h | 6 +++--- Rendering/OpenGL2/vtkIOSRenderWindow.h | 4 ++-- Rendering/OpenGL2/vtkIOSRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL2/vtkImageProcessingPass.h | 4 ++-- Rendering/OpenGL2/vtkLightsPass.h | 4 ++-- Rendering/OpenGL2/vtkOSOpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL2/vtkOpaquePass.h | 4 ++-- Rendering/OpenGL2/vtkOpenGL.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLActor.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLCamera.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLGlyph3DHelper.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLGlyph3DMapper.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLHardwareSelector.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLImageMapper.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLImageSliceMapper.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLLight.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLPolyDataMapper.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLPolyDataMapper2D.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLProperty.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLRenderer.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLShaderCache.h | 4 ++-- Rendering/OpenGL2/vtkOpenGLTexture.h | 4 ++-- Rendering/OpenGL2/vtkOverlayPass.h | 4 ++-- Rendering/OpenGL2/vtkPixelBufferObject.h | 4 ++-- Rendering/OpenGL2/vtkRenderPass.h | 4 ++-- Rendering/OpenGL2/vtkRenderPassCollection.h | 4 ++-- Rendering/OpenGL2/vtkRenderState.h | 4 ++-- Rendering/OpenGL2/vtkRenderStepsPass.h | 4 ++-- Rendering/OpenGL2/vtkRenderbuffer.h | 4 ++-- Rendering/OpenGL2/vtkSequencePass.h | 4 ++-- Rendering/OpenGL2/vtkShader.h | 4 ++-- Rendering/OpenGL2/vtkShaderProgram.h | 4 ++-- Rendering/OpenGL2/vtkSobelGradientMagnitudePass.h | 4 ++-- Rendering/OpenGL2/vtkTextureObject.h | 4 ++-- Rendering/OpenGL2/vtkTextureUnitManager.h | 4 ++-- Rendering/OpenGL2/vtkTranslucentPass.h | 4 ++-- Rendering/OpenGL2/vtkVolumetricPass.h | 4 ++-- Rendering/OpenGL2/vtkWin32OpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL2/vtkWin32OpenGLRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL2/vtkXInteractionDevice.h | 4 ++-- Rendering/OpenGL2/vtkXOpenGLRenderDevice.h | 4 ++-- Rendering/OpenGL2/vtkXOpenGLRenderWindow.h | 4 ++-- Rendering/OpenGL2/vtkXOpenGLRenderWindowInteractor.h | 4 ++-- Rendering/OpenGL2/vtkglBufferObject.h | 4 ++-- Rendering/OpenGL2/vtkglVBOHelper.h | 6 +++--- Rendering/OpenGL2/vtkglVertexArrayObject.h | 6 +++--- Rendering/Parallel/vtkClientServerCompositePass.h | 4 ++-- Rendering/Parallel/vtkClientServerSynchronizedRenderers.h | 4 ++-- Rendering/Parallel/vtkCompositeRGBAPass.h | 4 ++-- Rendering/Parallel/vtkCompositeRenderManager.h | 6 +++--- Rendering/Parallel/vtkCompositeZPass.h | 4 ++-- Rendering/Parallel/vtkCompositedSynchronizedRenderers.h | 4 ++-- Rendering/Parallel/vtkCompositer.h | 4 ++-- Rendering/Parallel/vtkCompressCompositer.h | 4 ++-- Rendering/Parallel/vtkImageRenderManager.h | 6 +++--- Rendering/Parallel/vtkPHardwareSelector.h | 4 ++-- Rendering/Parallel/vtkParallelRenderManager.h | 6 +++--- Rendering/Parallel/vtkSynchronizedRenderWindows.h | 4 ++-- Rendering/Parallel/vtkSynchronizedRenderers.h | 4 ++-- Rendering/Parallel/vtkTreeCompositer.h | 4 ++-- Rendering/ParallelLIC/vtkMPIPixelTT.h | 4 ++-- Rendering/ParallelLIC/vtkMPIPixelView.h | 4 ++-- Rendering/ParallelLIC/vtkPLineIntegralConvolution2D.h | 4 ++-- Rendering/ParallelLIC/vtkPPainterCommunicator.h | 4 ++-- Rendering/ParallelLIC/vtkPPixelTransfer.h | 4 ++-- Rendering/ParallelLIC/vtkPSurfaceLICComposite.h | 4 ++-- Rendering/ParallelLIC/vtkPSurfaceLICPainter.h | 4 ++-- Rendering/ParallelLIC/vtkParallelTimer.h | 4 ++-- Rendering/Qt/vtkQImageToImageSource.h | 4 ++-- Rendering/Qt/vtkQtInitialization.h | 6 +++--- Rendering/Qt/vtkQtLabelRenderStrategy.h | 4 ++-- Rendering/Qt/vtkQtStringToImage.h | 6 +++--- Rendering/Qt/vtkQtTreeRingLabelMapper.h | 4 ++-- Rendering/Tk/vtkCocoaTkUtilities.h | 4 ++-- Rendering/Tk/vtkTkImageViewerWidget.h | 4 ++-- Rendering/Tk/vtkTkRenderWidget.h | 4 ++-- Rendering/Tk/vtkXRenderWindowTclInteractor.h | 4 ++-- Rendering/Volume/vtkDirectionEncoder.h | 4 ++-- Rendering/Volume/vtkEncodedGradientEstimator.h | 4 ++-- Rendering/Volume/vtkEncodedGradientShader.h | 4 ++-- Rendering/Volume/vtkFiniteDifferenceGradientEstimator.h | 4 ++-- Rendering/Volume/vtkFixedPointRayCastImage.h | 4 ++-- .../Volume/vtkFixedPointVolumeRayCastCompositeGOHelper.h | 4 ++-- .../vtkFixedPointVolumeRayCastCompositeGOShadeHelper.h | 4 ++-- .../Volume/vtkFixedPointVolumeRayCastCompositeHelper.h | 4 ++-- .../Volume/vtkFixedPointVolumeRayCastCompositeShadeHelper.h | 4 ++-- Rendering/Volume/vtkFixedPointVolumeRayCastHelper.h | 4 ++-- Rendering/Volume/vtkFixedPointVolumeRayCastMIPHelper.h | 4 ++-- Rendering/Volume/vtkFixedPointVolumeRayCastMapper.h | 4 ++-- Rendering/Volume/vtkGPUVolumeRayCastMapper.h | 4 ++-- Rendering/Volume/vtkHAVSVolumeMapper.h | 4 ++-- Rendering/Volume/vtkProjectedAAHexahedraMapper.h | 4 ++-- Rendering/Volume/vtkProjectedTetrahedraMapper.h | 4 ++-- Rendering/Volume/vtkRayCastImageDisplayHelper.h | 4 ++-- Rendering/Volume/vtkRecursiveSphereDirectionEncoder.h | 4 ++-- Rendering/Volume/vtkSphericalDirectionEncoder.h | 4 ++-- Rendering/Volume/vtkUnstructuredGridBunykRayCastFunction.h | 4 ++-- .../Volume/vtkUnstructuredGridHomogeneousRayIntegrator.h | 6 +++--- Rendering/Volume/vtkUnstructuredGridLinearRayIntegrator.h | 6 +++--- Rendering/Volume/vtkUnstructuredGridPartialPreIntegration.h | 6 +++--- Rendering/Volume/vtkUnstructuredGridPreIntegration.h | 6 +++--- Rendering/Volume/vtkUnstructuredGridVolumeMapper.h | 4 ++-- Rendering/Volume/vtkUnstructuredGridVolumeRayCastFunction.h | 4 ++-- Rendering/Volume/vtkUnstructuredGridVolumeRayCastIterator.h | 6 +++--- Rendering/Volume/vtkUnstructuredGridVolumeRayCastMapper.h | 4 ++-- Rendering/Volume/vtkUnstructuredGridVolumeRayIntegrator.h | 4 ++-- Rendering/Volume/vtkUnstructuredGridVolumeZSweepMapper.h | 4 ++-- Rendering/Volume/vtkVolumeMapper.h | 4 ++-- Rendering/Volume/vtkVolumeOutlineSource.h | 4 ++-- Rendering/Volume/vtkVolumePicker.h | 4 ++-- Rendering/Volume/vtkVolumeRayCastCompositeFunction.h | 4 ++-- Rendering/Volume/vtkVolumeRayCastFunction.h | 4 ++-- Rendering/Volume/vtkVolumeRayCastIsosurfaceFunction.h | 4 ++-- Rendering/Volume/vtkVolumeRayCastMIPFunction.h | 4 ++-- Rendering/Volume/vtkVolumeRayCastMapper.h | 4 ++-- Rendering/Volume/vtkVolumeRayCastSpaceLeapingImageFilter.h | 4 ++-- Rendering/Volume/vtkVolumeTextureMapper.h | 4 ++-- Rendering/Volume/vtkVolumeTextureMapper2D.h | 4 ++-- Rendering/Volume/vtkVolumeTextureMapper3D.h | 4 ++-- Rendering/VolumeAMR/vtkAMRVolumeMapper.h | 4 ++-- Rendering/VolumeOpenGL/vtkOpenGLGPUVolumeRayCastMapper.h | 4 ++-- Rendering/VolumeOpenGL/vtkOpenGLHAVSVolumeMapper.h | 4 ++-- .../VolumeOpenGL/vtkOpenGLProjectedAAHexahedraMapper.h | 4 ++-- Rendering/VolumeOpenGL/vtkOpenGLProjectedTetrahedraMapper.h | 4 ++-- Rendering/VolumeOpenGL/vtkOpenGLRayCastImageDisplayHelper.h | 4 ++-- Rendering/VolumeOpenGL/vtkOpenGLVolumeTextureMapper2D.h | 4 ++-- Rendering/VolumeOpenGL/vtkOpenGLVolumeTextureMapper3D.h | 4 ++-- Rendering/VolumeOpenGL/vtkSmartVolumeMapper.h | 4 ++-- Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.h | 6 +++--- Rendering/VolumeOpenGL2/vtkOpenGLGradientOpacityTable.h | 6 +++--- Rendering/VolumeOpenGL2/vtkOpenGLOpacityTable.h | 6 +++--- .../VolumeOpenGL2/vtkOpenGLProjectedTetrahedraMapper.h | 4 ++-- Rendering/VolumeOpenGL2/vtkOpenGLRGBTable.h | 6 +++--- .../VolumeOpenGL2/vtkOpenGLRayCastImageDisplayHelper.h | 4 ++-- Rendering/VolumeOpenGL2/vtkSmartVolumeMapper.h | 4 ++-- Rendering/VolumeOpenGL2/vtkVolumeMask.h | 6 +++--- Rendering/VolumeOpenGL2/vtkVolumeShaderComposer.h | 6 +++--- Rendering/VolumeOpenGL2/vtkVolumeStateRAII.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkOpenGLGPUVolumeRayCastMapper.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkOpenGLGradientOpacityTable.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkOpenGLOpacityTable.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkOpenGLRGBTable.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkVolumeMask.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkVolumeShader.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkVolumeShaderComposer.h | 6 +++--- Rendering/VolumeOpenGLNew/vtkVolumeStateRAII.h | 6 +++--- Testing/Core/vtkTestErrorObserver.h | 4 ++-- Testing/Core/vtkTestUtilities.h | 6 +++--- Testing/Core/vtkTestingColors.h | 6 +++--- Testing/GenericBridge/vtkBridgeAttribute.h | 4 ++-- Testing/GenericBridge/vtkBridgeCell.h | 4 ++-- Testing/GenericBridge/vtkBridgeCellIterator.h | 4 ++-- .../GenericBridge/vtkBridgeCellIteratorOnCellBoundaries.h | 4 ++-- Testing/GenericBridge/vtkBridgeCellIteratorOnCellList.h | 4 ++-- Testing/GenericBridge/vtkBridgeCellIteratorOnDataSet.h | 4 ++-- Testing/GenericBridge/vtkBridgeCellIteratorOne.h | 4 ++-- Testing/GenericBridge/vtkBridgeCellIteratorStrategy.h | 4 ++-- Testing/GenericBridge/vtkBridgeDataSet.h | 4 ++-- Testing/GenericBridge/vtkBridgeExport.h | 4 ++-- Testing/GenericBridge/vtkBridgePointIterator.h | 4 ++-- Testing/GenericBridge/vtkBridgePointIteratorOnCell.h | 4 ++-- Testing/GenericBridge/vtkBridgePointIteratorOnDataSet.h | 4 ++-- Testing/GenericBridge/vtkBridgePointIteratorOne.h | 4 ++-- Testing/Rendering/vtkRegressionTestImage.h | 6 +++--- Testing/Rendering/vtkTesting.h | 4 ++-- Testing/Rendering/vtkTestingInteractor.h | 4 ++-- Testing/Rendering/vtkTestingObjectFactory.h | 4 ++-- ThirdParty/exodusII/vtk_exodusII.h | 4 ++-- ThirdParty/verdict/vtk_verdict.h | 4 ++-- Utilities/Python/vtkPython.h | 4 ++-- .../PythonInterpreter/vtkPythonInteractiveInterpreter.h | 4 ++-- Utilities/PythonInterpreter/vtkPythonInterpreter.h | 4 ++-- .../PythonInterpreter/vtkPythonStdStreamCaptureHelper.h | 4 ++-- Views/Context2D/vtkContextInteractorStyle.h | 4 ++-- Views/Context2D/vtkContextView.h | 4 ++-- Views/Core/vtkConvertSelectionDomain.h | 4 ++-- Views/Core/vtkDataRepresentation.h | 4 ++-- Views/Core/vtkEmptyRepresentation.h | 4 ++-- Views/Core/vtkRenderViewBase.h | 4 ++-- Views/Core/vtkView.h | 4 ++-- Views/Core/vtkViewTheme.h | 4 ++-- Views/Geovis/vtkGeoView.h | 4 ++-- Views/Infovis/vtkApplyColors.h | 4 ++-- Views/Infovis/vtkApplyIcons.h | 4 ++-- Views/Infovis/vtkDendrogramItem.h | 4 ++-- Views/Infovis/vtkGraphItem.h | 4 ++-- Views/Infovis/vtkGraphLayoutView.h | 4 ++-- Views/Infovis/vtkHeatmapItem.h | 4 ++-- Views/Infovis/vtkHierarchicalGraphView.h | 4 ++-- Views/Infovis/vtkIcicleView.h | 4 ++-- Views/Infovis/vtkInteractorStyleAreaSelectHover.h | 4 ++-- Views/Infovis/vtkInteractorStyleTreeMapHover.h | 4 ++-- .../Infovis/vtkParallelCoordinatesHistogramRepresentation.h | 4 ++-- Views/Infovis/vtkParallelCoordinatesRepresentation.h | 4 ++-- Views/Infovis/vtkParallelCoordinatesView.h | 4 ++-- Views/Infovis/vtkRenderView.h | 4 ++-- Views/Infovis/vtkRenderedGraphRepresentation.h | 4 ++-- Views/Infovis/vtkRenderedHierarchyRepresentation.h | 4 ++-- Views/Infovis/vtkRenderedRepresentation.h | 4 ++-- Views/Infovis/vtkRenderedSurfaceRepresentation.h | 4 ++-- Views/Infovis/vtkRenderedTreeAreaRepresentation.h | 4 ++-- Views/Infovis/vtkSCurveSpline.h | 4 ++-- Views/Infovis/vtkTanglegramItem.h | 4 ++-- Views/Infovis/vtkTreeAreaView.h | 4 ++-- Views/Infovis/vtkTreeHeatmapItem.h | 4 ++-- Views/Infovis/vtkTreeMapView.h | 4 ++-- Views/Infovis/vtkTreeRingView.h | 4 ++-- Views/Infovis/vtkViewUpdater.h | 4 ++-- Views/Qt/vtkQtAnnotationView.h | 4 ++-- Views/Qt/vtkQtListView.h | 4 ++-- Views/Qt/vtkQtRecordView.h | 4 ++-- Views/Qt/vtkQtTableRepresentation.h | 4 ++-- Views/Qt/vtkQtTableView.h | 4 ++-- Views/Qt/vtkQtTreeView.h | 4 ++-- Views/Qt/vtkQtView.h | 4 ++-- Web/Core/vtkDataEncoder.h | 4 ++-- Web/Core/vtkObjectIdMap.h | 4 ++-- Web/Core/vtkWebApplication.h | 4 ++-- Web/Core/vtkWebInteractionEvent.h | 4 ++-- Web/Core/vtkWebUtilities.h | 4 ++-- Web/WebGLExporter/vtkPVWebGLExporter.h | 4 ++-- Web/WebGLExporter/vtkWebGLDataSet.h | 4 ++-- Web/WebGLExporter/vtkWebGLExporter.h | 4 ++-- Web/WebGLExporter/vtkWebGLObject.h | 4 ++-- Web/WebGLExporter/vtkWebGLPolyData.h | 4 ++-- Web/WebGLExporter/vtkWebGLWidget.h | 4 ++-- Wrapping/Java/vtkJavaUtil.h | 4 ++-- Wrapping/PythonCore/vtkPythonArgs.h | 4 ++-- Wrapping/PythonCore/vtkPythonCommand.h | 4 ++-- Wrapping/PythonCore/vtkPythonOverload.h | 4 ++-- Wrapping/PythonCore/vtkPythonUtil.h | 4 ++-- Wrapping/Tcl/vtkTcl.h | 4 ++-- Wrapping/Tcl/vtkTclUtil.h | 4 ++-- Wrapping/Tcl/vtkTk.h | 4 ++-- 2339 files changed, 4934 insertions(+), 4934 deletions(-) diff --git a/Accelerators/Dax/vtkDaxContour.h b/Accelerators/Dax/vtkDaxContour.h index d25d99cc31..16363a496e 100644 --- a/Accelerators/Dax/vtkDaxContour.h +++ b/Accelerators/Dax/vtkDaxContour.h @@ -14,8 +14,8 @@ // //============================================================================= -#ifndef __vtkDaxContour_h -#define __vtkDaxContour_h +#ifndef vtkDaxContour_h +#define vtkDaxContour_h #include "vtkContourFilter.h" #include "vtkAcceleratorsDaxModule.h" //required for correct implementation diff --git a/Accelerators/Dax/vtkDaxContourImpl.h b/Accelerators/Dax/vtkDaxContourImpl.h index 71d569dd66..2832043eba 100644 --- a/Accelerators/Dax/vtkDaxContourImpl.h +++ b/Accelerators/Dax/vtkDaxContourImpl.h @@ -14,8 +14,8 @@ // //============================================================================= -#ifndef __vtkDaxContourImpl_h -#define __vtkDaxContourImpl_h +#ifndef vtkDaxContourImpl_h +#define vtkDaxContourImpl_h // Common code #include "vtkDaxConfig.h" diff --git a/Accelerators/Dax/vtkDaxDetailCommon.h b/Accelerators/Dax/vtkDaxDetailCommon.h index b78605c87f..2838306df6 100644 --- a/Accelerators/Dax/vtkDaxDetailCommon.h +++ b/Accelerators/Dax/vtkDaxDetailCommon.h @@ -14,8 +14,8 @@ // //============================================================================= -#ifndef __vtkDaxDetailCommon_h -#define __vtkDaxDetailCommon_h +#ifndef vtkDaxDetailCommon_h +#define vtkDaxDetailCommon_h #include "vtkCellTypes.h" #include "vtkDataSet.h" diff --git a/Accelerators/Dax/vtkDaxThreshold.h b/Accelerators/Dax/vtkDaxThreshold.h index 5e0c522d2b..c33cb01895 100644 --- a/Accelerators/Dax/vtkDaxThreshold.h +++ b/Accelerators/Dax/vtkDaxThreshold.h @@ -14,8 +14,8 @@ // //============================================================================= -#ifndef __vtkDaxThreshold_h -#define __vtkDaxThreshold_h +#ifndef vtkDaxThreshold_h +#define vtkDaxThreshold_h #include "vtkThreshold.h" #include "vtkAcceleratorsDaxModule.h" //required for correct implementation @@ -41,4 +41,4 @@ private: void operator=(const vtkDaxThreshold&); // Not implemented }; -#endif // __vtkDaxThreshold_h +#endif // vtkDaxThreshold_h diff --git a/Accelerators/Dax/vtkDaxThresholdImpl.h b/Accelerators/Dax/vtkDaxThresholdImpl.h index 36cd193691..6c1d55d5dd 100644 --- a/Accelerators/Dax/vtkDaxThresholdImpl.h +++ b/Accelerators/Dax/vtkDaxThresholdImpl.h @@ -14,8 +14,8 @@ // //============================================================================= -#ifndef __vtkDaxThresholdImpl_h -#define __vtkDaxThresholdImpl_h +#ifndef vtkDaxThresholdImpl_h +#define vtkDaxThresholdImpl_h // Common code #include "vtkDaxConfig.h" diff --git a/Accelerators/Piston/vtkDataSetToPiston.h b/Accelerators/Piston/vtkDataSetToPiston.h index 819d75122f..d82df0e7d3 100644 --- a/Accelerators/Piston/vtkDataSetToPiston.h +++ b/Accelerators/Piston/vtkDataSetToPiston.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkPistonToDataSet -#ifndef __vtkDataSetToPiston_h -#define __vtkDataSetToPiston_h +#ifndef vtkDataSetToPiston_h +#define vtkDataSetToPiston_h #include "vtkPistonAlgorithm.h" diff --git a/Accelerators/Piston/vtkPistonAlgorithm.h b/Accelerators/Piston/vtkPistonAlgorithm.h index c1f4a6857c..81cf00f87d 100644 --- a/Accelerators/Piston/vtkPistonAlgorithm.h +++ b/Accelerators/Piston/vtkPistonAlgorithm.h @@ -30,8 +30,8 @@ // class breaks out the downstream requests into separate functions such as // ExecuteData and ExecuteInformation. -#ifndef __vtkPistonAlgorithm_h -#define __vtkPistonAlgorithm_h +#ifndef vtkPistonAlgorithm_h +#define vtkPistonAlgorithm_h #include "vtkAcceleratorsPistonModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Accelerators/Piston/vtkPistonContour.h b/Accelerators/Piston/vtkPistonContour.h index 3e88ca9895..a7acad64fd 100644 --- a/Accelerators/Piston/vtkPistonContour.h +++ b/Accelerators/Piston/vtkPistonContour.h @@ -16,8 +16,8 @@ // .SECTION Description // This filter uses LANL's Piston library to isocontour on the GPU. -#ifndef __vtkPistonContour_h -#define __vtkPistonContour_h +#ifndef vtkPistonContour_h +#define vtkPistonContour_h #include "vtkPistonAlgorithm.h" diff --git a/Accelerators/Piston/vtkPistonDataObject.h b/Accelerators/Piston/vtkPistonDataObject.h index c3ee5a90fe..c1ca8eecc2 100644 --- a/Accelerators/Piston/vtkPistonDataObject.h +++ b/Accelerators/Piston/vtkPistonDataObject.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkPistonReference -#ifndef __vtkPistonDataObject_h -#define __vtkPistonDataObject_h +#ifndef vtkPistonDataObject_h +#define vtkPistonDataObject_h #include "vtkAcceleratorsPistonModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Accelerators/Piston/vtkPistonDataWrangling.h b/Accelerators/Piston/vtkPistonDataWrangling.h index 633aa0cd0a..eb4cf1fe96 100644 --- a/Accelerators/Piston/vtkPistonDataWrangling.h +++ b/Accelerators/Piston/vtkPistonDataWrangling.h @@ -18,8 +18,8 @@ // The vtk_polydata struct is important as that is how piston's polygonal // results get brought back to the CPU. -#ifndef __vtkPistonDataWrangling_h -#define __vtkPistonDataWrangling_h +#ifndef vtkPistonDataWrangling_h +#define vtkPistonDataWrangling_h #include #if THRUST_VERSION >= 100600 @@ -67,5 +67,5 @@ struct float4tofloat3 : thrust::unary_function } //namespace -#endif //__vtkPistonDataWrangling_h +#endif //vtkPistonDataWrangling_h // VTK-HeaderTest-Exclude: vtkPistonDataWrangling.h diff --git a/Accelerators/Piston/vtkPistonMapper.h b/Accelerators/Piston/vtkPistonMapper.h index 3abc568de8..f807b71f41 100644 --- a/Accelerators/Piston/vtkPistonMapper.h +++ b/Accelerators/Piston/vtkPistonMapper.h @@ -18,8 +18,8 @@ // The important capability it has is to produce images without bringing // data back to the CPU. -#ifndef __vtkPistonMapper_h -#define __vtkPistonMapper_h +#ifndef vtkPistonMapper_h +#define vtkPistonMapper_h #include "vtkAcceleratorsPistonModule.h" // For export macro #include "vtkMapper.h" diff --git a/Accelerators/Piston/vtkPistonMinMax.h b/Accelerators/Piston/vtkPistonMinMax.h index be92c4b939..cd1ef4e294 100644 --- a/Accelerators/Piston/vtkPistonMinMax.h +++ b/Accelerators/Piston/vtkPistonMinMax.h @@ -17,8 +17,8 @@ // Used in vtkPistonMapper to determine data range as part of color mapping // process. -#ifndef __vtkPistonMinMax_h -#define __vtkPistonMinMax_h +#ifndef vtkPistonMinMax_h +#define vtkPistonMinMax_h #include #include @@ -93,5 +93,5 @@ namespace vtkPiston } } -#endif // __vtkPistonMinMax_h +#endif // vtkPistonMinMax_h // VTK-HeaderTest-Exclude: vtkPistonMinMax.h diff --git a/Accelerators/Piston/vtkPistonScalarsColors.h b/Accelerators/Piston/vtkPistonScalarsColors.h index 64cd60a6d2..51f74fb02e 100644 --- a/Accelerators/Piston/vtkPistonScalarsColors.h +++ b/Accelerators/Piston/vtkPistonScalarsColors.h @@ -18,8 +18,8 @@ // vtkPistonMapper uses this class to interface vtkScalarsToColors to GPU // side code that implements color mapping. -#ifndef __vtkPistonScalarsColors_h -#define __vtkPistonScalarsColors_h +#ifndef vtkPistonScalarsColors_h +#define vtkPistonScalarsColors_h #include "vtkAcceleratorsPistonModule.h" // For export macro #include "vtkObject.h" @@ -101,4 +101,4 @@ private: void operator=(const vtkPistonScalarsColors&); // Not implemented. }; -#endif // __vtkPistonScalarsColors_h +#endif // vtkPistonScalarsColors_h diff --git a/Accelerators/Piston/vtkPistonSlice.h b/Accelerators/Piston/vtkPistonSlice.h index 2d8fdd2880..90b4f00566 100644 --- a/Accelerators/Piston/vtkPistonSlice.h +++ b/Accelerators/Piston/vtkPistonSlice.h @@ -16,8 +16,8 @@ // .SECTION Description // This filter uses LANL's Piston library to slice on the GPU. -#ifndef __vtkPistonSlice_h -#define __vtkPistonSlice_h +#ifndef vtkPistonSlice_h +#define vtkPistonSlice_h #include "vtkPistonAlgorithm.h" diff --git a/Accelerators/Piston/vtkPistonSort.h b/Accelerators/Piston/vtkPistonSort.h index e05d0b63f9..04573ccb21 100644 --- a/Accelerators/Piston/vtkPistonSort.h +++ b/Accelerators/Piston/vtkPistonSort.h @@ -20,8 +20,8 @@ // keeps the same data type while producing a result which is verifiably // correct. -#ifndef __vtkPistonSort_h -#define __vtkPistonSort_h +#ifndef vtkPistonSort_h +#define vtkPistonSort_h #include "vtkPistonAlgorithm.h" diff --git a/Accelerators/Piston/vtkPistonThreshold.h b/Accelerators/Piston/vtkPistonThreshold.h index 74a8c2b356..1e40e0fec6 100644 --- a/Accelerators/Piston/vtkPistonThreshold.h +++ b/Accelerators/Piston/vtkPistonThreshold.h @@ -16,8 +16,8 @@ // .SECTION Description // This filter uses LANL's Piston library to isocontour on the GPU. -#ifndef __vtkPistonThreshold_h -#define __vtkPistonThreshold_h +#ifndef vtkPistonThreshold_h +#define vtkPistonThreshold_h #include "vtkPistonAlgorithm.h" diff --git a/Accelerators/Piston/vtkPistonToDataSet.h b/Accelerators/Piston/vtkPistonToDataSet.h index 4147aeb730..05695e9033 100644 --- a/Accelerators/Piston/vtkPistonToDataSet.h +++ b/Accelerators/Piston/vtkPistonToDataSet.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkDataSetToPiston -#ifndef __vtkPistonToDataSet_h -#define __vtkPistonToDataSet_h +#ifndef vtkPistonToDataSet_h +#define vtkPistonToDataSet_h #include "vtkPistonAlgorithm.h" diff --git a/Charts/Core/vtkAxis.h b/Charts/Core/vtkAxis.h index 964318419b..6e9e8bbc50 100644 --- a/Charts/Core/vtkAxis.h +++ b/Charts/Core/vtkAxis.h @@ -45,8 +45,8 @@ // old Limit values in NonLogUnscaled{Min,Max}Limit so that behavior is // consistent when LogScale is changed from false to true and back again. -#ifndef __vtkAxis_h -#define __vtkAxis_h +#ifndef vtkAxis_h +#define vtkAxis_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" @@ -581,4 +581,4 @@ private: //ETX }; -#endif //__vtkAxis_h +#endif //vtkAxis_h diff --git a/Charts/Core/vtkAxisExtended.h b/Charts/Core/vtkAxisExtended.h index a59b95aebc..b7c8b076d6 100644 --- a/Charts/Core/vtkAxisExtended.h +++ b/Charts/Core/vtkAxisExtended.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkAxis -#ifndef __vtkAxisExtended_h -#define __vtkAxisExtended_h +#ifndef vtkAxisExtended_h +#define vtkAxisExtended_h #endif #include "vtkChartsCoreModule.h" // For export macro diff --git a/Charts/Core/vtkCategoryLegend.h b/Charts/Core/vtkCategoryLegend.h index e5f56b0b8d..a4df8f696a 100644 --- a/Charts/Core/vtkCategoryLegend.h +++ b/Charts/Core/vtkCategoryLegend.h @@ -22,8 +22,8 @@ // annotated values from the vtkScalarsToColors that you wish to include // within the legend. -#ifndef __vtkCategoryLegend_h -#define __vtkCategoryLegend_h +#ifndef vtkCategoryLegend_h +#define vtkCategoryLegend_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChartLegend.h" diff --git a/Charts/Core/vtkChart.h b/Charts/Core/vtkChart.h index 0a0c12aecb..ae1b2b9094 100644 --- a/Charts/Core/vtkChart.h +++ b/Charts/Core/vtkChart.h @@ -18,8 +18,8 @@ // .SECTION Description // This defines the interface for a chart. -#ifndef __vtkChart_h -#define __vtkChart_h +#ifndef vtkChart_h +#define vtkChart_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" @@ -391,4 +391,4 @@ private: void operator=(const vtkChart &); // Not implemented. }; -#endif //__vtkChart_h +#endif //vtkChart_h diff --git a/Charts/Core/vtkChartBox.h b/Charts/Core/vtkChartBox.h index ef510dd784..16ab529cd2 100644 --- a/Charts/Core/vtkChartBox.h +++ b/Charts/Core/vtkChartBox.h @@ -18,8 +18,8 @@ // .SECTION Description // This defines the interface for a box plot chart. -#ifndef __vtkChartBox_h -#define __vtkChartBox_h +#ifndef vtkChartBox_h +#define vtkChartBox_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChart.h" @@ -202,4 +202,4 @@ struct vtkChartBoxData int Index; }; -#endif //__vtkChartBox_h +#endif //vtkChartBox_h diff --git a/Charts/Core/vtkChartHistogram2D.h b/Charts/Core/vtkChartHistogram2D.h index 4e00a3e6a8..e8d410c274 100644 --- a/Charts/Core/vtkChartHistogram2D.h +++ b/Charts/Core/vtkChartHistogram2D.h @@ -18,8 +18,8 @@ // .SECTION Description // This defines the interface for a 2D histogram chart. -#ifndef __vtkChart2DHistogram_h -#define __vtkChart2DHistogram_h +#ifndef vtkChart2DHistogram_h +#define vtkChart2DHistogram_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChartXY.h" @@ -77,4 +77,4 @@ private: void operator=(const vtkChartHistogram2D &); // Not implemented. }; -#endif //__vtkChart2DHistogram_h +#endif //vtkChart2DHistogram_h diff --git a/Charts/Core/vtkChartLegend.h b/Charts/Core/vtkChartLegend.h index 1927aaaf3e..446b237c8d 100644 --- a/Charts/Core/vtkChartLegend.h +++ b/Charts/Core/vtkChartLegend.h @@ -20,8 +20,8 @@ // last elements of a chart to be drawn. It renders the the mark/line for each // plot, and the plot labels. -#ifndef __vtkChartLegend_h -#define __vtkChartLegend_h +#ifndef vtkChartLegend_h +#define vtkChartLegend_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" @@ -247,4 +247,4 @@ private: void operator=(const vtkChartLegend &); // Not implemented. }; -#endif //__vtkChartLegend_h +#endif //vtkChartLegend_h diff --git a/Charts/Core/vtkChartMatrix.h b/Charts/Core/vtkChartMatrix.h index 390a87cb5a..1dc0ca2cb9 100644 --- a/Charts/Core/vtkChartMatrix.h +++ b/Charts/Core/vtkChartMatrix.h @@ -20,8 +20,8 @@ // vtkChartXY by default, but this can be overridden. The class will manage // their layout and object lifetime. -#ifndef __vtkChartMatrix_h -#define __vtkChartMatrix_h +#ifndef vtkChartMatrix_h +#define vtkChartMatrix_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkAbstractContextItem.h" @@ -135,4 +135,4 @@ private: void operator=(const vtkChartMatrix &); // Not implemented. }; -#endif //__vtkChartMatrix_h +#endif //vtkChartMatrix_h diff --git a/Charts/Core/vtkChartParallelCoordinates.h b/Charts/Core/vtkChartParallelCoordinates.h index 5bb9214000..5d444a7752 100644 --- a/Charts/Core/vtkChartParallelCoordinates.h +++ b/Charts/Core/vtkChartParallelCoordinates.h @@ -18,8 +18,8 @@ // .SECTION Description // This defines the interface for a parallel coordinates chart. -#ifndef __vtkChartParallelCoordinates_h -#define __vtkChartParallelCoordinates_h +#ifndef vtkChartParallelCoordinates_h +#define vtkChartParallelCoordinates_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChart.h" @@ -157,4 +157,4 @@ private: //ETX }; -#endif //__vtkChartParallelCoordinates_h +#endif //vtkChartParallelCoordinates_h diff --git a/Charts/Core/vtkChartPie.h b/Charts/Core/vtkChartPie.h index aaa5338f3e..219e510a56 100644 --- a/Charts/Core/vtkChartPie.h +++ b/Charts/Core/vtkChartPie.h @@ -18,8 +18,8 @@ // .SECTION Description // This class implements an pie chart. -#ifndef __vtkChartPie_h -#define __vtkChartPie_h +#ifndef vtkChartPie_h +#define vtkChartPie_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChart.h" @@ -144,4 +144,4 @@ private: //ETX }; -#endif //__vtkChartPie_h +#endif //vtkChartPie_h diff --git a/Charts/Core/vtkChartSelectionHelper.h b/Charts/Core/vtkChartSelectionHelper.h index e819a5ecde..d20f54a040 100644 --- a/Charts/Core/vtkChartSelectionHelper.h +++ b/Charts/Core/vtkChartSelectionHelper.h @@ -21,8 +21,8 @@ // implementations to make chart selections easier. This is intended for // internal use and the API should not be considered stable. -#ifndef __vtkChartSelectionHelper_h -#define __vtkChartSelectionHelper_h +#ifndef vtkChartSelectionHelper_h +#define vtkChartSelectionHelper_h #include "vtkNew.h" #include "vtkSmartPointer.h" @@ -269,5 +269,5 @@ static int GetMouseSelectionMode(const vtkContextMouseEvent &mouse, int selectio } // End vtkChartSelectionHelper namespace -#endif // __vtkChartSelectionHelper_h +#endif // vtkChartSelectionHelper_h // VTK-HeaderTest-Exclude: vtkChartSelectionHelper.h diff --git a/Charts/Core/vtkChartXY.h b/Charts/Core/vtkChartXY.h index c063c64951..e64fa3114e 100644 --- a/Charts/Core/vtkChartXY.h +++ b/Charts/Core/vtkChartXY.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkBarChartActor -#ifndef __vtkChartXY_h -#define __vtkChartXY_h +#ifndef vtkChartXY_h +#define vtkChartXY_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChart.h" @@ -348,4 +348,4 @@ struct vtkChartPlotData int Index; }; -#endif //__vtkChartXY_h +#endif //vtkChartXY_h diff --git a/Charts/Core/vtkChartXYZ.h b/Charts/Core/vtkChartXYZ.h index f583f106e6..52974ccb49 100644 --- a/Charts/Core/vtkChartXYZ.h +++ b/Charts/Core/vtkChartXYZ.h @@ -17,8 +17,8 @@ // // .SECTION Description -#ifndef __vtkChartXYZ_h -#define __vtkChartXYZ_h +#ifndef vtkChartXYZ_h +#define vtkChartXYZ_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" diff --git a/Charts/Core/vtkColorLegend.h b/Charts/Core/vtkColorLegend.h index 1ed0d8fc68..233cb82a01 100644 --- a/Charts/Core/vtkColorLegend.h +++ b/Charts/Core/vtkColorLegend.h @@ -18,8 +18,8 @@ // vtkColorLegend is an item that will display the vtkScalarsToColors // using a 1D texture, and a vtkAxis to show both the color and numerical range. -#ifndef __vtkColorLegend_h -#define __vtkColorLegend_h +#ifndef vtkColorLegend_h +#define vtkColorLegend_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChartLegend.h" diff --git a/Charts/Core/vtkColorTransferControlPointsItem.h b/Charts/Core/vtkColorTransferControlPointsItem.h index bc796ff84e..60b918c19c 100644 --- a/Charts/Core/vtkColorTransferControlPointsItem.h +++ b/Charts/Core/vtkColorTransferControlPointsItem.h @@ -22,8 +22,8 @@ // vtkColorTransferFunctionItem // vtkCompositeTransferFunctionItem -#ifndef __vtkColorTransferControlPointsItem_h -#define __vtkColorTransferControlPointsItem_h +#ifndef vtkColorTransferControlPointsItem_h +#define vtkColorTransferControlPointsItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkControlPointsItem.h" diff --git a/Charts/Core/vtkColorTransferFunctionItem.h b/Charts/Core/vtkColorTransferFunctionItem.h index a86c0bb606..02a314a88c 100644 --- a/Charts/Core/vtkColorTransferFunctionItem.h +++ b/Charts/Core/vtkColorTransferFunctionItem.h @@ -13,8 +13,8 @@ =========================================================================*/ -#ifndef __vtkColorTransferFunctionItem_h -#define __vtkColorTransferFunctionItem_h +#ifndef vtkColorTransferFunctionItem_h +#define vtkColorTransferFunctionItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkScalarsToColorsItem.h" diff --git a/Charts/Core/vtkCompositeControlPointsItem.h b/Charts/Core/vtkCompositeControlPointsItem.h index 16ce9c02fb..b689c92f69 100644 --- a/Charts/Core/vtkCompositeControlPointsItem.h +++ b/Charts/Core/vtkCompositeControlPointsItem.h @@ -24,8 +24,8 @@ // vtkCompositeTransferFunctionItem // vtkPiecewisePointHandleItem -#ifndef __vtkCompositeControlPointsItem_h -#define __vtkCompositeControlPointsItem_h +#ifndef vtkCompositeControlPointsItem_h +#define vtkCompositeControlPointsItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkColorTransferControlPointsItem.h" diff --git a/Charts/Core/vtkCompositeTransferFunctionItem.h b/Charts/Core/vtkCompositeTransferFunctionItem.h index a8a71321e9..aac2b1256b 100644 --- a/Charts/Core/vtkCompositeTransferFunctionItem.h +++ b/Charts/Core/vtkCompositeTransferFunctionItem.h @@ -13,8 +13,8 @@ =========================================================================*/ -#ifndef __vtkCompositeTransferFunctionItem_h -#define __vtkCompositeTransferFunctionItem_h +#ifndef vtkCompositeTransferFunctionItem_h +#define vtkCompositeTransferFunctionItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkColorTransferFunctionItem.h" diff --git a/Charts/Core/vtkControlPointsItem.h b/Charts/Core/vtkControlPointsItem.h index 97d11aba81..3419e6f663 100644 --- a/Charts/Core/vtkControlPointsItem.h +++ b/Charts/Core/vtkControlPointsItem.h @@ -22,8 +22,8 @@ // vtkScalarsToColorsItem // vtkPiecewiseControlPointsItem -#ifndef __vtkControlPointsItem_h -#define __vtkControlPointsItem_h +#ifndef vtkControlPointsItem_h +#define vtkControlPointsItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkCommand.h" // For vtkCommand enum diff --git a/Charts/Core/vtkLookupTableItem.h b/Charts/Core/vtkLookupTableItem.h index ccfd56931c..dbc2c5068d 100644 --- a/Charts/Core/vtkLookupTableItem.h +++ b/Charts/Core/vtkLookupTableItem.h @@ -13,8 +13,8 @@ =========================================================================*/ -#ifndef __vtkLookupTableItem_h -#define __vtkLookupTableItem_h +#ifndef vtkLookupTableItem_h +#define vtkLookupTableItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkScalarsToColorsItem.h" diff --git a/Charts/Core/vtkPiecewiseControlPointsItem.h b/Charts/Core/vtkPiecewiseControlPointsItem.h index 55cd7de162..af3ed2c982 100644 --- a/Charts/Core/vtkPiecewiseControlPointsItem.h +++ b/Charts/Core/vtkPiecewiseControlPointsItem.h @@ -22,8 +22,8 @@ // vtkPiecewiseFunctionItem // vtkCompositeTransferFunctionItem -#ifndef __vtkPiecewiseControlPointsItem_h -#define __vtkPiecewiseControlPointsItem_h +#ifndef vtkPiecewiseControlPointsItem_h +#define vtkPiecewiseControlPointsItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkControlPointsItem.h" diff --git a/Charts/Core/vtkPiecewiseFunctionItem.h b/Charts/Core/vtkPiecewiseFunctionItem.h index 05eb5ada2d..7e162d4bcd 100644 --- a/Charts/Core/vtkPiecewiseFunctionItem.h +++ b/Charts/Core/vtkPiecewiseFunctionItem.h @@ -13,8 +13,8 @@ =========================================================================*/ -#ifndef __vtkPiecewiseFunctionItem_h -#define __vtkPiecewiseFunctionItem_h +#ifndef vtkPiecewiseFunctionItem_h +#define vtkPiecewiseFunctionItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkScalarsToColorsItem.h" diff --git a/Charts/Core/vtkPiecewisePointHandleItem.h b/Charts/Core/vtkPiecewisePointHandleItem.h index 9b1920794a..cfa7888545 100644 --- a/Charts/Core/vtkPiecewisePointHandleItem.h +++ b/Charts/Core/vtkPiecewisePointHandleItem.h @@ -21,8 +21,8 @@ // handles around a given point of a piecewise function so that the curve can // be adjusted using these handles. -#ifndef __vtkPiecewisePointHandleItem_h -#define __vtkPiecewisePointHandleItem_h +#ifndef vtkPiecewisePointHandleItem_h +#define vtkPiecewisePointHandleItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" @@ -106,4 +106,4 @@ private: //ETX }; -#endif //__vtkPiecewisePointHandleItem_h +#endif //vtkPiecewisePointHandleItem_h diff --git a/Charts/Core/vtkPlot.h b/Charts/Core/vtkPlot.h index b0b9a60dc1..75a3964466 100644 --- a/Charts/Core/vtkPlot.h +++ b/Charts/Core/vtkPlot.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkPlotPoints vtkPlotLine vtkPlotBar vtkChart vtkChartXY -#ifndef __vtkPlot_h -#define __vtkPlot_h +#ifndef vtkPlot_h +#define vtkPlot_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" @@ -339,4 +339,4 @@ private: //ETX }; -#endif //__vtkPlot_h +#endif //vtkPlot_h diff --git a/Charts/Core/vtkPlot3D.h b/Charts/Core/vtkPlot3D.h index 19f78cd186..e561a49fc1 100644 --- a/Charts/Core/vtkPlot3D.h +++ b/Charts/Core/vtkPlot3D.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkPlot3DPoints vtkPlot3DLine vtkPlot3DBar vtkChart vtkChartXY -#ifndef __vtkPlot3D_h -#define __vtkPlot3D_h +#ifndef vtkPlot3D_h +#define vtkPlot3D_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" @@ -159,4 +159,4 @@ private: //ETX }; -#endif //__vtkPlot3D_h +#endif //vtkPlot3D_h diff --git a/Charts/Core/vtkPlotBag.h b/Charts/Core/vtkPlotBag.h index 5d59dfbafd..d85f256189 100644 --- a/Charts/Core/vtkPlotBag.h +++ b/Charts/Core/vtkPlotBag.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkHighestDensityRegionsStatistics -#ifndef __vtkPlotBag_h -#define __vtkPlotBag_h +#ifndef vtkPlotBag_h +#define vtkPlotBag_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlotPoints.h" @@ -120,4 +120,4 @@ private: void operator=(const vtkPlotBag &); // Not implemented. }; -#endif //__vtkPlotBag_h +#endif //vtkPlotBag_h diff --git a/Charts/Core/vtkPlotBar.h b/Charts/Core/vtkPlotBar.h index 535180c95f..cd81eaf8b7 100644 --- a/Charts/Core/vtkPlotBar.h +++ b/Charts/Core/vtkPlotBar.h @@ -19,8 +19,8 @@ // .SECTION Description // -#ifndef __vtkPlotBar_h -#define __vtkPlotBar_h +#ifndef vtkPlotBar_h +#define vtkPlotBar_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -244,4 +244,4 @@ private: //ETX }; -#endif //__vtkPlotBar_h +#endif //vtkPlotBar_h diff --git a/Charts/Core/vtkPlotBox.h b/Charts/Core/vtkPlotBox.h index 6b446da9f4..b507d4974b 100644 --- a/Charts/Core/vtkPlotBox.h +++ b/Charts/Core/vtkPlotBox.h @@ -19,8 +19,8 @@ // Plots to draw box plots given columns from a vtkTable that may contains // 5 lines with quartiles and median. -#ifndef __vtkPlotBox_h -#define __vtkPlotBox_h +#ifndef vtkPlotBox_h +#define vtkPlotBox_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -144,4 +144,4 @@ private: //ETX }; -#endif //__vtkPlotBox_h +#endif //vtkPlotBox_h diff --git a/Charts/Core/vtkPlotFunctionalBag.h b/Charts/Core/vtkPlotFunctionalBag.h index 48478af977..9ce6f879f1 100644 --- a/Charts/Core/vtkPlotFunctionalBag.h +++ b/Charts/Core/vtkPlotFunctionalBag.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkExtractFunctionalBagPlot -#ifndef __vtkPlotFunctionalBag_h -#define __vtkPlotFunctionalBag_h +#ifndef vtkPlotFunctionalBag_h +#define vtkPlotFunctionalBag_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -131,4 +131,4 @@ private: void operator=(const vtkPlotFunctionalBag &); // Not implemented. }; -#endif //__vtkPlotFunctionalBag_h +#endif //vtkPlotFunctionalBag_h diff --git a/Charts/Core/vtkPlotGrid.h b/Charts/Core/vtkPlotGrid.h index 1fff308496..f683291d22 100644 --- a/Charts/Core/vtkPlotGrid.h +++ b/Charts/Core/vtkPlotGrid.h @@ -21,8 +21,8 @@ // by all other elements of the chart. It builds up its own plot locations // from the parameters of the x and y axis of the plot. -#ifndef __vtkPlotGrid_h -#define __vtkPlotGrid_h +#ifndef vtkPlotGrid_h +#define vtkPlotGrid_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkContextItem.h" @@ -71,4 +71,4 @@ private: //ETX }; -#endif //__vtkPlotGrid_h +#endif //vtkPlotGrid_h diff --git a/Charts/Core/vtkPlotHistogram2D.h b/Charts/Core/vtkPlotHistogram2D.h index fe03f4cb18..3dade6e674 100644 --- a/Charts/Core/vtkPlotHistogram2D.h +++ b/Charts/Core/vtkPlotHistogram2D.h @@ -18,8 +18,8 @@ // .SECTION Description // -#ifndef __vtk2DHistogramItem_h -#define __vtk2DHistogramItem_h +#ifndef vtk2DHistogramItem_h +#define vtk2DHistogramItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -128,4 +128,4 @@ private: //ETX }; -#endif //__vtk2DHistogramItem_h +#endif //vtk2DHistogramItem_h diff --git a/Charts/Core/vtkPlotLine.h b/Charts/Core/vtkPlotLine.h index 0ccc3254b6..5711835723 100644 --- a/Charts/Core/vtkPlotLine.h +++ b/Charts/Core/vtkPlotLine.h @@ -19,8 +19,8 @@ // .SECTION Description // -#ifndef __vtkPlotLine_h -#define __vtkPlotLine_h +#ifndef vtkPlotLine_h +#define vtkPlotLine_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlotPoints.h" @@ -59,4 +59,4 @@ private: //ETX }; -#endif //__vtkPlotLine_h +#endif //vtkPlotLine_h diff --git a/Charts/Core/vtkPlotLine3D.h b/Charts/Core/vtkPlotLine3D.h index bc4d4e3c84..090e2808c4 100644 --- a/Charts/Core/vtkPlotLine3D.h +++ b/Charts/Core/vtkPlotLine3D.h @@ -25,8 +25,8 @@ // vtkPlotLine // -#ifndef __vtkPlotLine3D_h -#define __vtkPlotLine3D_h +#ifndef vtkPlotLine3D_h +#define vtkPlotLine3D_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlotPoints3D.h" @@ -57,4 +57,4 @@ private: //ETX }; -#endif //__vtkPlotLine3D_h +#endif //vtkPlotLine3D_h diff --git a/Charts/Core/vtkPlotParallelCoordinates.h b/Charts/Core/vtkPlotParallelCoordinates.h index ce057e1d59..d23e3b7153 100644 --- a/Charts/Core/vtkPlotParallelCoordinates.h +++ b/Charts/Core/vtkPlotParallelCoordinates.h @@ -19,8 +19,8 @@ // .SECTION Description // -#ifndef __vtkPlotParallelCoordinates_h -#define __vtkPlotParallelCoordinates_h +#ifndef vtkPlotParallelCoordinates_h +#define vtkPlotParallelCoordinates_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -141,4 +141,4 @@ private: //ETX }; -#endif //__vtkPlotParallelCoordinates_h +#endif //vtkPlotParallelCoordinates_h diff --git a/Charts/Core/vtkPlotPie.h b/Charts/Core/vtkPlotPie.h index 8e6d2ba4fb..520dcf387a 100644 --- a/Charts/Core/vtkPlotPie.h +++ b/Charts/Core/vtkPlotPie.h @@ -17,8 +17,8 @@ // // .SECTION Description -#ifndef __vtkPlotPie_h -#define __vtkPlotPie_h +#ifndef vtkPlotPie_h +#define vtkPlotPie_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -111,4 +111,4 @@ private: //ETX }; -#endif //__vtkPlotPie_h +#endif //vtkPlotPie_h diff --git a/Charts/Core/vtkPlotPoints.h b/Charts/Core/vtkPlotPoints.h index 0fbb72c456..8a018796f8 100644 --- a/Charts/Core/vtkPlotPoints.h +++ b/Charts/Core/vtkPlotPoints.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkPlotLine -#ifndef __vtkPlotPoints_h -#define __vtkPlotPoints_h +#ifndef vtkPlotPoints_h +#define vtkPlotPoints_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -244,4 +244,4 @@ private: //ETX }; -#endif //__vtkPlotPoints_h +#endif //vtkPlotPoints_h diff --git a/Charts/Core/vtkPlotPoints3D.h b/Charts/Core/vtkPlotPoints3D.h index a5ab78f182..9dbeb7bdac 100644 --- a/Charts/Core/vtkPlotPoints3D.h +++ b/Charts/Core/vtkPlotPoints3D.h @@ -23,8 +23,8 @@ // vtkPlotPoints // -#ifndef __vtkPlotPoints3D_h -#define __vtkPlotPoints3D_h +#ifndef vtkPlotPoints3D_h +#define vtkPlotPoints3D_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot3D.h" @@ -64,4 +64,4 @@ private: }; -#endif //__vtkPlotPoints3D_h +#endif //vtkPlotPoints3D_h diff --git a/Charts/Core/vtkPlotStacked.h b/Charts/Core/vtkPlotStacked.h index 36b6d4d173..77702fbfac 100644 --- a/Charts/Core/vtkPlotStacked.h +++ b/Charts/Core/vtkPlotStacked.h @@ -19,8 +19,8 @@ // .SECTION Description // -#ifndef __vtkPlotStacked_h -#define __vtkPlotStacked_h +#ifndef vtkPlotStacked_h +#define vtkPlotStacked_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" @@ -156,4 +156,4 @@ private: //ETX }; -#endif //__vtkPlotStacked_h +#endif //vtkPlotStacked_h diff --git a/Charts/Core/vtkPlotSurface.h b/Charts/Core/vtkPlotSurface.h index 9179b52a4c..f343e48991 100644 --- a/Charts/Core/vtkPlotSurface.h +++ b/Charts/Core/vtkPlotSurface.h @@ -19,8 +19,8 @@ // 3D surface plot. // -#ifndef __vtkPlotSurface_h -#define __vtkPlotSurface_h +#ifndef vtkPlotSurface_h +#define vtkPlotSurface_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkNew.h" // For vtkNew ivar @@ -149,4 +149,4 @@ private: //ETX }; -#endif //__vtkPlotSurface_h +#endif //vtkPlotSurface_h diff --git a/Charts/Core/vtkScalarsToColorsItem.h b/Charts/Core/vtkScalarsToColorsItem.h index ba1ae2e18d..edb85769f5 100644 --- a/Charts/Core/vtkScalarsToColorsItem.h +++ b/Charts/Core/vtkScalarsToColorsItem.h @@ -24,8 +24,8 @@ // vtkCompositeTransferFunctionItem // vtkPiecewiseItemFunctionItem -#ifndef __vtkScalarsToColorsItem_h -#define __vtkScalarsToColorsItem_h +#ifndef vtkScalarsToColorsItem_h +#define vtkScalarsToColorsItem_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkPlot.h" diff --git a/Charts/Core/vtkScatterPlotMatrix.h b/Charts/Core/vtkScatterPlotMatrix.h index 174cad3074..3f1d5e098e 100644 --- a/Charts/Core/vtkScatterPlotMatrix.h +++ b/Charts/Core/vtkScatterPlotMatrix.h @@ -20,8 +20,8 @@ // vtkChartXY by default, but this can be overridden. The class will manage // their layout and object lifetime. -#ifndef __vtkScatterPlotMatrix_h -#define __vtkScatterPlotMatrix_h +#ifndef vtkScatterPlotMatrix_h +#define vtkScatterPlotMatrix_h #include "vtkChartsCoreModule.h" // For export macro #include "vtkChartMatrix.h" @@ -387,4 +387,4 @@ private: const vtkStdString &y); }; -#endif //__vtkScatterPlotMatrix_h +#endif //vtkScatterPlotMatrix_h diff --git a/Common/Color/vtkColorSeries.h b/Common/Color/vtkColorSeries.h index e585f12ef6..43ce226a42 100644 --- a/Common/Color/vtkColorSeries.h +++ b/Common/Color/vtkColorSeries.h @@ -35,8 +35,8 @@ // Cynthia A. Brewer (Dept. of Geography, Pennsylvania State University) // and present under the Apache License. See the source code for details. -#ifndef __vtkColorSeries_h -#define __vtkColorSeries_h +#ifndef vtkColorSeries_h +#define vtkColorSeries_h #include "vtkCommonColorModule.h" // For export macro #include "vtkObject.h" @@ -319,4 +319,4 @@ private: //ETX }; -#endif //__vtkColorSeries_h +#endif //vtkColorSeries_h diff --git a/Common/Color/vtkNamedColors.h b/Common/Color/vtkNamedColors.h index 4f593eaea9..747412b5ef 100644 --- a/Common/Color/vtkNamedColors.h +++ b/Common/Color/vtkNamedColors.h @@ -63,8 +63,8 @@ // - rgba(r, g, b, a) (where r, g, b, are in 0..255 or percentage values, a is in 0.0..1.0) // - a CSS3 color name (e.g. "steelblue") -#ifndef __vtkNamedColors_h -#define __vtkNamedColors_h +#ifndef vtkNamedColors_h +#define vtkNamedColors_h #include "vtkCommonColorModule.h" // For export macro #include "vtkObject.h" @@ -364,4 +364,4 @@ private: void operator=(const vtkNamedColors&); // Not implemented. }; -#endif /* __vtkNamedColors_h */ +#endif /* vtkNamedColors_h */ diff --git a/Common/ComputationalGeometry/vtkCardinalSpline.h b/Common/ComputationalGeometry/vtkCardinalSpline.h index 41393ceb97..eaeb37ec53 100644 --- a/Common/ComputationalGeometry/vtkCardinalSpline.h +++ b/Common/ComputationalGeometry/vtkCardinalSpline.h @@ -23,8 +23,8 @@ // vtkSpline vtkKochanekSpline -#ifndef __vtkCardinalSpline_h -#define __vtkCardinalSpline_h +#ifndef vtkCardinalSpline_h +#define vtkCardinalSpline_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkSpline.h" diff --git a/Common/ComputationalGeometry/vtkKochanekSpline.h b/Common/ComputationalGeometry/vtkKochanekSpline.h index 3b1f98df57..3253d4bb98 100644 --- a/Common/ComputationalGeometry/vtkKochanekSpline.h +++ b/Common/ComputationalGeometry/vtkKochanekSpline.h @@ -40,8 +40,8 @@ // vtkSpline vtkCardinalSpline -#ifndef __vtkKochanekSpline_h -#define __vtkKochanekSpline_h +#ifndef vtkKochanekSpline_h +#define vtkKochanekSpline_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkSpline.h" diff --git a/Common/ComputationalGeometry/vtkParametricBoy.h b/Common/ComputationalGeometry/vtkParametricBoy.h index ec9a7a60e5..014481ae13 100644 --- a/Common/ComputationalGeometry/vtkParametricBoy.h +++ b/Common/ComputationalGeometry/vtkParametricBoy.h @@ -26,8 +26,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricBoy_h -#define __vtkParametricBoy_h +#ifndef vtkParametricBoy_h +#define vtkParametricBoy_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricConicSpiral.h b/Common/ComputationalGeometry/vtkParametricConicSpiral.h index 5c19a357ab..464da11288 100644 --- a/Common/ComputationalGeometry/vtkParametricConicSpiral.h +++ b/Common/ComputationalGeometry/vtkParametricConicSpiral.h @@ -25,8 +25,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricConicSpiral_h -#define __vtkParametricConicSpiral_h +#ifndef vtkParametricConicSpiral_h +#define vtkParametricConicSpiral_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricCrossCap.h b/Common/ComputationalGeometry/vtkParametricCrossCap.h index ee90254e3f..db9bf010f3 100644 --- a/Common/ComputationalGeometry/vtkParametricCrossCap.h +++ b/Common/ComputationalGeometry/vtkParametricCrossCap.h @@ -26,8 +26,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricCrossCap_h -#define __vtkParametricCrossCap_h +#ifndef vtkParametricCrossCap_h +#define vtkParametricCrossCap_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricDini.h b/Common/ComputationalGeometry/vtkParametricDini.h index 9861fb7ee9..81060758f0 100644 --- a/Common/ComputationalGeometry/vtkParametricDini.h +++ b/Common/ComputationalGeometry/vtkParametricDini.h @@ -26,8 +26,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricDini_h -#define __vtkParametricDini_h +#ifndef vtkParametricDini_h +#define vtkParametricDini_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricEllipsoid.h b/Common/ComputationalGeometry/vtkParametricEllipsoid.h index 08869af089..4da0031ddd 100644 --- a/Common/ComputationalGeometry/vtkParametricEllipsoid.h +++ b/Common/ComputationalGeometry/vtkParametricEllipsoid.h @@ -29,8 +29,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricEllipsoid_h -#define __vtkParametricEllipsoid_h +#ifndef vtkParametricEllipsoid_h +#define vtkParametricEllipsoid_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricEnneper.h b/Common/ComputationalGeometry/vtkParametricEnneper.h index 8d76b61321..dc075a8191 100644 --- a/Common/ComputationalGeometry/vtkParametricEnneper.h +++ b/Common/ComputationalGeometry/vtkParametricEnneper.h @@ -26,8 +26,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricEnneper_h -#define __vtkParametricEnneper_h +#ifndef vtkParametricEnneper_h +#define vtkParametricEnneper_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricFigure8Klein.h b/Common/ComputationalGeometry/vtkParametricFigure8Klein.h index d7d45d69da..09910c8c49 100644 --- a/Common/ComputationalGeometry/vtkParametricFigure8Klein.h +++ b/Common/ComputationalGeometry/vtkParametricFigure8Klein.h @@ -33,8 +33,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricFigure8Klein_h -#define __vtkParametricFigure8Klein_h +#ifndef vtkParametricFigure8Klein_h +#define vtkParametricFigure8Klein_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricFunction.h b/Common/ComputationalGeometry/vtkParametricFunction.h index 37899cb6d0..840df8a188 100644 --- a/Common/ComputationalGeometry/vtkParametricFunction.h +++ b/Common/ComputationalGeometry/vtkParametricFunction.h @@ -47,8 +47,8 @@ // vtkParametricEnneper vtkParametricRandomHills vtkParametricSuperEllipsoid // vtkParametricSuperToroid vtkParametricTorus // -#ifndef __vtkParametricFunction_h -#define __vtkParametricFunction_h +#ifndef vtkParametricFunction_h +#define vtkParametricFunction_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ComputationalGeometry/vtkParametricKlein.h b/Common/ComputationalGeometry/vtkParametricKlein.h index 3e5a915a48..632eea1fd3 100644 --- a/Common/ComputationalGeometry/vtkParametricKlein.h +++ b/Common/ComputationalGeometry/vtkParametricKlein.h @@ -33,8 +33,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricKlein_h -#define __vtkParametricKlein_h +#ifndef vtkParametricKlein_h +#define vtkParametricKlein_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricMobius.h b/Common/ComputationalGeometry/vtkParametricMobius.h index e8047e33cd..4b2df9e57b 100644 --- a/Common/ComputationalGeometry/vtkParametricMobius.h +++ b/Common/ComputationalGeometry/vtkParametricMobius.h @@ -24,8 +24,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricMobius_h -#define __vtkParametricMobius_h +#ifndef vtkParametricMobius_h +#define vtkParametricMobius_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricRandomHills.h b/Common/ComputationalGeometry/vtkParametricRandomHills.h index 0f02fd4ea6..2d51a9af52 100644 --- a/Common/ComputationalGeometry/vtkParametricRandomHills.h +++ b/Common/ComputationalGeometry/vtkParametricRandomHills.h @@ -28,8 +28,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricRandomHills_h -#define __vtkParametricRandomHills_h +#ifndef vtkParametricRandomHills_h +#define vtkParametricRandomHills_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricRoman.h b/Common/ComputationalGeometry/vtkParametricRoman.h index ce1c5e1d05..c3e8f87aef 100644 --- a/Common/ComputationalGeometry/vtkParametricRoman.h +++ b/Common/ComputationalGeometry/vtkParametricRoman.h @@ -24,8 +24,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricRoman_h -#define __vtkParametricRoman_h +#ifndef vtkParametricRoman_h +#define vtkParametricRoman_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricSpline.h b/Common/ComputationalGeometry/vtkParametricSpline.h index b9b82de261..554fed934c 100644 --- a/Common/ComputationalGeometry/vtkParametricSpline.h +++ b/Common/ComputationalGeometry/vtkParametricSpline.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkSpline vtkKochanekSpline vtkCardinalSpline -#ifndef __vtkParametricSpline_h -#define __vtkParametricSpline_h +#ifndef vtkParametricSpline_h +#define vtkParametricSpline_h class vtkSpline; class vtkPoints; diff --git a/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h b/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h index ee8114b14a..61a536f370 100644 --- a/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h +++ b/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h @@ -33,8 +33,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricSuperEllipsoid_h -#define __vtkParametricSuperEllipsoid_h +#ifndef vtkParametricSuperEllipsoid_h +#define vtkParametricSuperEllipsoid_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricSuperToroid.h b/Common/ComputationalGeometry/vtkParametricSuperToroid.h index bd9e7fed79..e858361a14 100644 --- a/Common/ComputationalGeometry/vtkParametricSuperToroid.h +++ b/Common/ComputationalGeometry/vtkParametricSuperToroid.h @@ -37,8 +37,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricSuperToroid_h -#define __vtkParametricSuperToroid_h +#ifndef vtkParametricSuperToroid_h +#define vtkParametricSuperToroid_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/ComputationalGeometry/vtkParametricTorus.h b/Common/ComputationalGeometry/vtkParametricTorus.h index 062c0885c7..bfc0dc726b 100644 --- a/Common/ComputationalGeometry/vtkParametricTorus.h +++ b/Common/ComputationalGeometry/vtkParametricTorus.h @@ -24,8 +24,8 @@ // Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the // class. // -#ifndef __vtkParametricTorus_h -#define __vtkParametricTorus_h +#ifndef vtkParametricTorus_h +#define vtkParametricTorus_h #include "vtkCommonComputationalGeometryModule.h" // For export macro #include "vtkParametricFunction.h" diff --git a/Common/Core/Testing/Cxx/vtkTestNewVar.h b/Common/Core/Testing/Cxx/vtkTestNewVar.h index f1c3cb3cd7..2682f9fe00 100644 --- a/Common/Core/Testing/Cxx/vtkTestNewVar.h +++ b/Common/Core/Testing/Cxx/vtkTestNewVar.h @@ -16,8 +16,8 @@ // .SECTION Description // Tests instantiations of the vtkNew class template. -#ifndef __vtkTestNewVar_h -#define __vtkTestNewVar_h +#ifndef vtkTestNewVar_h +#define vtkTestNewVar_h #include "vtkObject.h" #include "vtkNew.h" diff --git a/Common/Core/vtkABI.h b/Common/Core/vtkABI.h index 92226e457f..d6bb4f9437 100644 --- a/Common/Core/vtkABI.h +++ b/Common/Core/vtkABI.h @@ -39,8 +39,8 @@ // added in GCC 4.0. Currently hidden is not used, but it can be used to // explicitly hide symbols from external linkage. -#ifndef __vtkABI_h -#define __vtkABI_h +#ifndef vtkABI_h +#define vtkABI_h #if defined(_WIN32) # define VTK_ABI_IMPORT __declspec(dllimport) @@ -56,5 +56,5 @@ # define VTK_ABI_HIDDEN #endif -#endif // __vtkABI_h +#endif // vtkABI_h // VTK-HeaderTest-Exclude: vtkABI.h diff --git a/Common/Core/vtkAbstractArray.h b/Common/Core/vtkAbstractArray.h index 02bd28ec57..45ae1537d1 100644 --- a/Common/Core/vtkAbstractArray.h +++ b/Common/Core/vtkAbstractArray.h @@ -38,8 +38,8 @@ // .SECTION See Also // vtkDataArray vtkStringArray vtkCellArray -#ifndef __vtkAbstractArray_h -#define __vtkAbstractArray_h +#ifndef vtkAbstractArray_h +#define vtkAbstractArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkAndroidOutputWindow.h b/Common/Core/vtkAndroidOutputWindow.h index 950140b451..b3f9d1e6c1 100644 --- a/Common/Core/vtkAndroidOutputWindow.h +++ b/Common/Core/vtkAndroidOutputWindow.h @@ -22,8 +22,8 @@ // the vtkObject::GlobalWarningDisplayOff() function is called. The // window is created the next time text is written to the window. -#ifndef __vtkAndroidOutputWindow_h -#define __vtkAndroidOutputWindow_h +#ifndef vtkAndroidOutputWindow_h +#define vtkAndroidOutputWindow_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkOutputWindow.h" diff --git a/Common/Core/vtkAnimationCue.h b/Common/Core/vtkAnimationCue.h index f6b522c053..57d29c7815 100644 --- a/Common/Core/vtkAnimationCue.h +++ b/Common/Core/vtkAnimationCue.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkAnimationScene -#ifndef __vtkAnimationCue_h -#define __vtkAnimationCue_h +#ifndef vtkAnimationCue_h +#define vtkAnimationCue_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkArray.h b/Common/Core/vtkArray.h index f0fb291fed..1f7e39ccd3 100644 --- a/Common/Core/vtkArray.h +++ b/Common/Core/vtkArray.h @@ -48,8 +48,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArray_h -#define __vtkArray_h +#ifndef vtkArray_h +#define vtkArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkArrayCoordinates.h" diff --git a/Common/Core/vtkArrayCoordinates.h b/Common/Core/vtkArrayCoordinates.h index 09f9c3f293..373eab66c3 100644 --- a/Common/Core/vtkArrayCoordinates.h +++ b/Common/Core/vtkArrayCoordinates.h @@ -38,8 +38,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArrayCoordinates_h -#define __vtkArrayCoordinates_h +#ifndef vtkArrayCoordinates_h +#define vtkArrayCoordinates_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkArrayExtents.h b/Common/Core/vtkArrayExtents.h index 748ce84c95..403eab34a2 100644 --- a/Common/Core/vtkArrayExtents.h +++ b/Common/Core/vtkArrayExtents.h @@ -54,8 +54,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArrayExtents_h -#define __vtkArrayExtents_h +#ifndef vtkArrayExtents_h +#define vtkArrayExtents_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkArrayExtentsList.h b/Common/Core/vtkArrayExtentsList.h index c1141265d6..4fef84a4ad 100644 --- a/Common/Core/vtkArrayExtentsList.h +++ b/Common/Core/vtkArrayExtentsList.h @@ -38,8 +38,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArrayExtentsList_h -#define __vtkArrayExtentsList_h +#ifndef vtkArrayExtentsList_h +#define vtkArrayExtentsList_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkArrayExtents.h" diff --git a/Common/Core/vtkArrayInterpolate.h b/Common/Core/vtkArrayInterpolate.h index 43ae2cbc53..8f51e8a68a 100644 --- a/Common/Core/vtkArrayInterpolate.h +++ b/Common/Core/vtkArrayInterpolate.h @@ -39,8 +39,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArrayInterpolate_h -#define __vtkArrayInterpolate_h +#ifndef vtkArrayInterpolate_h +#define vtkArrayInterpolate_h #include "vtkTypedArray.h" diff --git a/Common/Core/vtkArrayIterator.h b/Common/Core/vtkArrayIterator.h index 2fa1c92bbd..b15ee7c44f 100644 --- a/Common/Core/vtkArrayIterator.h +++ b/Common/Core/vtkArrayIterator.h @@ -37,8 +37,8 @@ // iter->Delete(); // \endcode -#ifndef __vtkArrayIterator_h -#define __vtkArrayIterator_h +#ifndef vtkArrayIterator_h +#define vtkArrayIterator_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkArrayIteratorIncludes.h b/Common/Core/vtkArrayIteratorIncludes.h index 3371e367e4..dfd8887018 100644 --- a/Common/Core/vtkArrayIteratorIncludes.h +++ b/Common/Core/vtkArrayIteratorIncludes.h @@ -28,8 +28,8 @@ // vtkArrayIteratorTemplateMacro updated, one needs to update this header // file alone. -#ifndef __vtkArrayIteratorIncludes_h -#define __vtkArrayIteratorIncludes_h +#ifndef vtkArrayIteratorIncludes_h +#define vtkArrayIteratorIncludes_h // Iterators. #include "vtkArrayIteratorTemplate.h" diff --git a/Common/Core/vtkArrayIteratorTemplate.h b/Common/Core/vtkArrayIteratorTemplate.h index cb79fa5cfd..275c9ecb82 100644 --- a/Common/Core/vtkArrayIteratorTemplate.h +++ b/Common/Core/vtkArrayIteratorTemplate.h @@ -20,8 +20,8 @@ // with arrays that have a contiguous internal storage of values (as in // vtkDataArray, vtkStringArray). -#ifndef __vtkArrayIteratorTemplate_h -#define __vtkArrayIteratorTemplate_h +#ifndef vtkArrayIteratorTemplate_h +#define vtkArrayIteratorTemplate_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkTypeTemplate.h" // For templated vtkObject API @@ -116,7 +116,7 @@ private: # define VTK_ARRAY_ITERATOR_TEMPLATE_INSTANTIATE(T) #endif // !defined(VTK_NO_EXPLICIT_TEMPLATE_INSTANTIATION) -#endif // !defined(__vtkArrayIteratorTemplate_h) +#endif // !defined(vtkArrayIteratorTemplate_h) // This portion must be OUTSIDE the include blockers. Each // vtkArrayIteratorTemplate subclass uses this to give its instantiation diff --git a/Common/Core/vtkArrayPrint.h b/Common/Core/vtkArrayPrint.h index 4d8a0e39a5..e074f88c54 100644 --- a/Common/Core/vtkArrayPrint.h +++ b/Common/Core/vtkArrayPrint.h @@ -24,8 +24,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArrayPrint_h -#define __vtkArrayPrint_h +#ifndef vtkArrayPrint_h +#define vtkArrayPrint_h #include "vtkTypedArray.h" diff --git a/Common/Core/vtkArrayRange.h b/Common/Core/vtkArrayRange.h index eca0d1ade9..ed714ada88 100644 --- a/Common/Core/vtkArrayRange.h +++ b/Common/Core/vtkArrayRange.h @@ -32,8 +32,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArrayRange_h -#define __vtkArrayRange_h +#ifndef vtkArrayRange_h +#define vtkArrayRange_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkArraySort.h b/Common/Core/vtkArraySort.h index 605ce659e3..b2f7b6ac94 100644 --- a/Common/Core/vtkArraySort.h +++ b/Common/Core/vtkArraySort.h @@ -37,8 +37,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArraySort_h -#define __vtkArraySort_h +#ifndef vtkArraySort_h +#define vtkArraySort_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkArrayWeights.h b/Common/Core/vtkArrayWeights.h index 57aef6968b..406207965d 100644 --- a/Common/Core/vtkArrayWeights.h +++ b/Common/Core/vtkArrayWeights.h @@ -38,8 +38,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National // Laboratories. -#ifndef __vtkArrayWeights_h -#define __vtkArrayWeights_h +#ifndef vtkArrayWeights_h +#define vtkArrayWeights_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkAutoInit.h b/Common/Core/vtkAutoInit.h index 7947d513df..1bde096cc6 100644 --- a/Common/Core/vtkAutoInit.h +++ b/Common/Core/vtkAutoInit.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkAutoInit_h -#define __vtkAutoInit_h +#ifndef vtkAutoInit_h +#define vtkAutoInit_h #include "vtkDebugLeaksManager.h" // DebugLeaks exists longer. #include "vtkTimeStamp.h" // Here so that TimeStamp Schwarz initializer works diff --git a/Common/Core/vtkBitArray.h b/Common/Core/vtkBitArray.h index e45aaab946..9e606a09dd 100644 --- a/Common/Core/vtkBitArray.h +++ b/Common/Core/vtkBitArray.h @@ -19,8 +19,8 @@ // for insertion and retrieval of bits, and will automatically resize // itself to hold new data. -#ifndef __vtkBitArray_h -#define __vtkBitArray_h +#ifndef vtkBitArray_h +#define vtkBitArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkDataArray.h" diff --git a/Common/Core/vtkBitArrayIterator.h b/Common/Core/vtkBitArrayIterator.h index 505c27bbc8..494b02eacb 100644 --- a/Common/Core/vtkBitArrayIterator.h +++ b/Common/Core/vtkBitArrayIterator.h @@ -16,8 +16,8 @@ // This iterator iterates over a vtkBitArray. It uses the double interface // to get/set bit values. -#ifndef __vtkBitArrayIterator_h -#define __vtkBitArrayIterator_h +#ifndef vtkBitArrayIterator_h +#define vtkBitArrayIterator_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkArrayIterator.h" diff --git a/Common/Core/vtkBoxMuellerRandomSequence.h b/Common/Core/vtkBoxMuellerRandomSequence.h index 10998b1d7b..993091afbd 100644 --- a/Common/Core/vtkBoxMuellerRandomSequence.h +++ b/Common/Core/vtkBoxMuellerRandomSequence.h @@ -20,8 +20,8 @@ // It based is calculation from a uniformly distributed pseudo random sequence. // The initial sequence is a vtkMinimalStandardRandomSequence. -#ifndef __vtkBoxMuellerRandomSequence_h -#define __vtkBoxMuellerRandomSequence_h +#ifndef vtkBoxMuellerRandomSequence_h +#define vtkBoxMuellerRandomSequence_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkGaussianRandomSequence.h" @@ -62,4 +62,4 @@ private: void operator=(const vtkBoxMuellerRandomSequence&); // Not implemented. }; -#endif // #ifndef __vtkBoxMuellerRandomSequence_h +#endif // #ifndef vtkBoxMuellerRandomSequence_h diff --git a/Common/Core/vtkBreakPoint.h b/Common/Core/vtkBreakPoint.h index 903dfbdb58..5eb71d9165 100644 --- a/Common/Core/vtkBreakPoint.h +++ b/Common/Core/vtkBreakPoint.h @@ -30,8 +30,8 @@ // This function is in Common, not in Parallel because it does not depend on // MPI and you may want to call vtkBreakPoint::Break() in any class of VTK. -#ifndef __vtkBreakPoint_h -#define __vtkBreakPoint_h +#ifndef vtkBreakPoint_h +#define vtkBreakPoint_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" // to get VTKCOMMONCORE_EXPORT @@ -45,5 +45,5 @@ public: static void Break(); }; -#endif // #ifndef __vtkBreakPoint_h +#endif // #ifndef vtkBreakPoint_h // VTK-HeaderTest-Exclude: vtkBreakPoint.h diff --git a/Common/Core/vtkByteSwap.h b/Common/Core/vtkByteSwap.h index c53f450f5f..1e43e284b6 100644 --- a/Common/Core/vtkByteSwap.h +++ b/Common/Core/vtkByteSwap.h @@ -17,8 +17,8 @@ // vtkByteSwap is used by other classes to perform machine dependent byte // swapping. Byte swapping is often used when reading or writing binary // files. -#ifndef __vtkByteSwap_h -#define __vtkByteSwap_h +#ifndef vtkByteSwap_h +#define vtkByteSwap_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkCallbackCommand.h b/Common/Core/vtkCallbackCommand.h index 2c4ffff2c8..130d7beaa9 100644 --- a/Common/Core/vtkCallbackCommand.h +++ b/Common/Core/vtkCallbackCommand.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkCommand vtkOldStyleCallbackCommand -#ifndef __vtkCallbackCommand_h -#define __vtkCallbackCommand_h +#ifndef vtkCallbackCommand_h +#define vtkCallbackCommand_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCommand.h" diff --git a/Common/Core/vtkCharArray.h b/Common/Core/vtkCharArray.h index cb418f84ed..9bd640325b 100644 --- a/Common/Core/vtkCharArray.h +++ b/Common/Core/vtkCharArray.h @@ -18,8 +18,8 @@ // methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkCharArray_h -#define __vtkCharArray_h +#ifndef vtkCharArray_h +#define vtkCharArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkCharArray_cxx) diff --git a/Common/Core/vtkCollection.h b/Common/Core/vtkCollection.h index 37034d0964..72e6e51352 100644 --- a/Common/Core/vtkCollection.h +++ b/Common/Core/vtkCollection.h @@ -25,8 +25,8 @@ // vtkRenderWindowCollection vtkRendererCollection // vtkStructuredPointsCollection vtkTransformCollection vtkVolumeCollection -#ifndef __vtkCollection_h -#define __vtkCollection_h +#ifndef vtkCollection_h +#define vtkCollection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkCollectionIterator.h b/Common/Core/vtkCollectionIterator.h index f000de0d52..21299aa991 100644 --- a/Common/Core/vtkCollectionIterator.h +++ b/Common/Core/vtkCollectionIterator.h @@ -22,8 +22,8 @@ // items are invalidated. Other iterators will still continue to // function normally. -#ifndef __vtkCollectionIterator_h -#define __vtkCollectionIterator_h +#ifndef vtkCollectionIterator_h +#define vtkCollectionIterator_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkCommand.h b/Common/Core/vtkCommand.h index f1d18ac5fd..c2ee869c5d 100644 --- a/Common/Core/vtkCommand.h +++ b/Common/Core/vtkCommand.h @@ -199,8 +199,8 @@ // vtkObject vtkCallbackCommand vtkOldStyleCallbackCommand // vtkInteractorObserver vtk3DWidget -#ifndef __vtkCommand_h -#define __vtkCommand_h +#ifndef vtkCommand_h +#define vtkCommand_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObjectBase.h" @@ -404,6 +404,6 @@ protected: //ETX }; -#endif /* __vtkCommand_h */ +#endif /* vtkCommand_h */ // VTK-HeaderTest-Exclude: vtkCommand.h diff --git a/Common/Core/vtkCommonInformationKeyManager.h b/Common/Core/vtkCommonInformationKeyManager.h index f8cabf099f..c808ec81fe 100644 --- a/Common/Core/vtkCommonInformationKeyManager.h +++ b/Common/Core/vtkCommonInformationKeyManager.h @@ -19,8 +19,8 @@ // It makes sure that the table of keys is created before and // destroyed after it is used. -#ifndef __vtkCommonInformationKeyManager_h -#define __vtkCommonInformationKeyManager_h +#ifndef vtkCommonInformationKeyManager_h +#define vtkCommonInformationKeyManager_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkConditionVariable.h b/Common/Core/vtkConditionVariable.h index a04ce3f674..cc1374214e 100644 --- a/Common/Core/vtkConditionVariable.h +++ b/Common/Core/vtkConditionVariable.h @@ -24,8 +24,8 @@ // Washington University, St. Louis, Missouri. // http://www.cs.wustl.edu/~schmidt/win32-cv-1.html -#ifndef __vtkConditionVariable_h -#define __vtkConditionVariable_h +#ifndef vtkConditionVariable_h +#define vtkConditionVariable_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" @@ -196,4 +196,4 @@ inline int vtkConditionVariable::Wait( vtkMutexLock* lock ) } //ETX -#endif // __vtkConditionVariable_h +#endif // vtkConditionVariable_h diff --git a/Common/Core/vtkCriticalSection.h b/Common/Core/vtkCriticalSection.h index b57f76ae3b..bc478afb3a 100644 --- a/Common/Core/vtkCriticalSection.h +++ b/Common/Core/vtkCriticalSection.h @@ -30,8 +30,8 @@ // for non-Windows platforms (Irix, SunOS, etc) are discovered, they // should replace the implementations in this class -#ifndef __vtkCriticalSection_h -#define __vtkCriticalSection_h +#ifndef vtkCriticalSection_h +#define vtkCriticalSection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkDataArray.h b/Common/Core/vtkDataArray.h index 54d7b016f2..ec25045c76 100644 --- a/Common/Core/vtkDataArray.h +++ b/Common/Core/vtkDataArray.h @@ -31,8 +31,8 @@ // vtkUnsignedShortArray vtkIntArray vtkUnsignedIntArray vtkLongArray // vtkUnsignedLongArray vtkDoubleArray vtkDoubleArray -#ifndef __vtkDataArray_h -#define __vtkDataArray_h +#ifndef vtkDataArray_h +#define vtkDataArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkAbstractArray.h" diff --git a/Common/Core/vtkDataArrayCollection.h b/Common/Core/vtkDataArrayCollection.h index c421b7d53a..6d9b141b2c 100644 --- a/Common/Core/vtkDataArrayCollection.h +++ b/Common/Core/vtkDataArrayCollection.h @@ -17,8 +17,8 @@ // vtkDataArrayCollection is an object that creates and manipulates lists of // datasets. See also vtkCollection and subclasses. -#ifndef __vtkDataArrayCollection_h -#define __vtkDataArrayCollection_h +#ifndef vtkDataArrayCollection_h +#define vtkDataArrayCollection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/Core/vtkDataArrayCollectionIterator.h b/Common/Core/vtkDataArrayCollectionIterator.h index 619dd752ea..5e7a4e87e0 100644 --- a/Common/Core/vtkDataArrayCollectionIterator.h +++ b/Common/Core/vtkDataArrayCollectionIterator.h @@ -18,8 +18,8 @@ // vtkCollectionIterator which allows the items to be retrieved with // the proper subclass pointer type for vtkDataArrayCollection. -#ifndef __vtkDataArrayCollectionIterator_h -#define __vtkDataArrayCollectionIterator_h +#ifndef vtkDataArrayCollectionIterator_h +#define vtkDataArrayCollectionIterator_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCollectionIterator.h" diff --git a/Common/Core/vtkDataArrayIteratorMacro.h b/Common/Core/vtkDataArrayIteratorMacro.h index bfb7e2d933..079fd7e832 100644 --- a/Common/Core/vtkDataArrayIteratorMacro.h +++ b/Common/Core/vtkDataArrayIteratorMacro.h @@ -73,8 +73,8 @@ // .SECTION See Also // vtkTemplateMacro vtkTypedDataArrayIterator -#ifndef __vtkDataArrayIteratorMacro_h -#define __vtkDataArrayIteratorMacro_h +#ifndef vtkDataArrayIteratorMacro_h +#define vtkDataArrayIteratorMacro_h #include "vtkDataArrayTemplate.h" // For all classes referred to in the macro #include "vtkSetGet.h" // For vtkTemplateMacro @@ -131,6 +131,6 @@ } \ ) -#endif //__vtkDataArrayIteratorMacro_h +#endif //vtkDataArrayIteratorMacro_h // VTK-HeaderTest-Exclude: vtkDataArrayIteratorMacro.h diff --git a/Common/Core/vtkDataArraySelection.h b/Common/Core/vtkDataArraySelection.h index 96e1c39390..71d3987401 100644 --- a/Common/Core/vtkDataArraySelection.h +++ b/Common/Core/vtkDataArraySelection.h @@ -20,8 +20,8 @@ // allow file readers to configure what data arrays are read from the // file. -#ifndef __vtkDataArraySelection_h -#define __vtkDataArraySelection_h +#ifndef vtkDataArraySelection_h +#define vtkDataArraySelection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkDataArrayTemplate.h b/Common/Core/vtkDataArrayTemplate.h index 9cf10fbfa0..77a22cf49d 100644 --- a/Common/Core/vtkDataArrayTemplate.h +++ b/Common/Core/vtkDataArrayTemplate.h @@ -18,8 +18,8 @@ // VTK. This template is used to implement all the subclasses in the // same way while avoiding code duplication. -#ifndef __vtkDataArrayTemplate_h -#define __vtkDataArrayTemplate_h +#ifndef vtkDataArrayTemplate_h +#define vtkDataArrayTemplate_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkTypedDataArray.h" @@ -392,7 +392,7 @@ private: void SetArray(T* array, vtkIdType size, int save); \ void SetArray(T* array, vtkIdType size, int save, int deleteMethod) */ -#endif // !defined(__vtkDataArrayTemplate_h) +#endif // !defined(vtkDataArrayTemplate_h) // This portion must be OUTSIDE the include blockers. Each // vtkDataArray subclass uses this to give its instantiation of this diff --git a/Common/Core/vtkDebugLeaks.h b/Common/Core/vtkDebugLeaks.h index be15e1558d..6cf6d2be9c 100644 --- a/Common/Core/vtkDebugLeaks.h +++ b/Common/Core/vtkDebugLeaks.h @@ -23,8 +23,8 @@ // -DVTK_DEBUG_LEAKS to the compile line, and rebuild vtkObject and // vtkObjectFactory. -#ifndef __vtkDebugLeaks_h -#define __vtkDebugLeaks_h +#ifndef vtkDebugLeaks_h +#define vtkDebugLeaks_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" @@ -104,5 +104,5 @@ public: }; //ETX -#endif // __vtkDebugLeaks_h +#endif // vtkDebugLeaks_h // VTK-HeaderTest-Exclude: vtkDebugLeaks.h diff --git a/Common/Core/vtkDebugLeaksManager.h b/Common/Core/vtkDebugLeaksManager.h index 705a8e4596..d9856eec67 100644 --- a/Common/Core/vtkDebugLeaksManager.h +++ b/Common/Core/vtkDebugLeaksManager.h @@ -19,8 +19,8 @@ // pattern. It makes sure that the vtkDebugLeaks singleton is created // before and destroyed after all other singletons in VTK. -#ifndef __vtkDebugLeaksManager_h -#define __vtkDebugLeaksManager_h +#ifndef vtkDebugLeaksManager_h +#define vtkDebugLeaksManager_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkDenseArray.h b/Common/Core/vtkDenseArray.h index 8953f9036d..5d8e6e2aac 100644 --- a/Common/Core/vtkDenseArray.h +++ b/Common/Core/vtkDenseArray.h @@ -40,8 +40,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkDenseArray_h -#define __vtkDenseArray_h +#ifndef vtkDenseArray_h +#define vtkDenseArray_h #include "vtkArrayCoordinates.h" #include "vtkObjectFactory.h" diff --git a/Common/Core/vtkDoubleArray.h b/Common/Core/vtkDoubleArray.h index 1ad119e146..82a067807d 100644 --- a/Common/Core/vtkDoubleArray.h +++ b/Common/Core/vtkDoubleArray.h @@ -18,8 +18,8 @@ // methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkDoubleArray_h -#define __vtkDoubleArray_h +#ifndef vtkDoubleArray_h +#define vtkDoubleArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkDoubleArray_cxx) diff --git a/Common/Core/vtkDynamicLoader.h b/Common/Core/vtkDynamicLoader.h index 7c2a5e25dc..26e94d85c1 100644 --- a/Common/Core/vtkDynamicLoader.h +++ b/Common/Core/vtkDynamicLoader.h @@ -19,8 +19,8 @@ // .SECTION See Also // A more portable and lightweight solution is kwsys::DynamicLoader -#ifndef __vtkDynamicLoader_h -#define __vtkDynamicLoader_h +#ifndef vtkDynamicLoader_h +#define vtkDynamicLoader_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkEventForwarderCommand.h b/Common/Core/vtkEventForwarderCommand.h index 488f703caa..c73da0cacf 100644 --- a/Common/Core/vtkEventForwarderCommand.h +++ b/Common/Core/vtkEventForwarderCommand.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkCommand -#ifndef __vtkEventForwarderCommand_h -#define __vtkEventForwarderCommand_h +#ifndef vtkEventForwarderCommand_h +#define vtkEventForwarderCommand_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCommand.h" @@ -59,6 +59,6 @@ protected: ~vtkEventForwarderCommand() {} }; -#endif /* __vtkEventForwarderCommand_h */ +#endif /* vtkEventForwarderCommand_h */ // VTK-HeaderTest-Exclude: vtkEventForwarderCommand.h diff --git a/Common/Core/vtkFileOutputWindow.h b/Common/Core/vtkFileOutputWindow.h index cbe7146f6e..8facc33376 100644 --- a/Common/Core/vtkFileOutputWindow.h +++ b/Common/Core/vtkFileOutputWindow.h @@ -18,8 +18,8 @@ // To use this class, instantiate it and then call SetInstance(this). // -#ifndef __vtkFileOutputWindow_h -#define __vtkFileOutputWindow_h +#ifndef vtkFileOutputWindow_h +#define vtkFileOutputWindow_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkOutputWindow.h" diff --git a/Common/Core/vtkFloatArray.h b/Common/Core/vtkFloatArray.h index 1ca59c25da..d2a97a1bb4 100644 --- a/Common/Core/vtkFloatArray.h +++ b/Common/Core/vtkFloatArray.h @@ -18,8 +18,8 @@ // methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkFloatArray_h -#define __vtkFloatArray_h +#ifndef vtkFloatArray_h +#define vtkFloatArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkFloatArray_cxx) diff --git a/Common/Core/vtkFloatingPointExceptions.h b/Common/Core/vtkFloatingPointExceptions.h index 3293d35a30..ccc5893154 100644 --- a/Common/Core/vtkFloatingPointExceptions.h +++ b/Common/Core/vtkFloatingPointExceptions.h @@ -20,8 +20,8 @@ // Visual studio nor gcc. It is mainly use to optionally enable floating // point exceptions in the C++ tests. -#ifndef __vtkFloatingPointExceptions_h -#define __vtkFloatingPointExceptions_h +#ifndef vtkFloatingPointExceptions_h +#define vtkFloatingPointExceptions_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" // For VTKCOMMONCORE_EXPORT diff --git a/Common/Core/vtkGarbageCollector.h b/Common/Core/vtkGarbageCollector.h index 520969b403..e44dddb807 100644 --- a/Common/Core/vtkGarbageCollector.h +++ b/Common/Core/vtkGarbageCollector.h @@ -73,8 +73,8 @@ // If subclassing from a class that already supports garbage // collection, one need only provide the ReportReferences method. -#ifndef __vtkGarbageCollector_h -#define __vtkGarbageCollector_h +#ifndef vtkGarbageCollector_h +#define vtkGarbageCollector_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkGarbageCollectorManager.h b/Common/Core/vtkGarbageCollectorManager.h index 3104c3f160..e98886bba9 100644 --- a/Common/Core/vtkGarbageCollectorManager.h +++ b/Common/Core/vtkGarbageCollectorManager.h @@ -19,8 +19,8 @@ // pattern. It makes sure that the vtkGarbageCollector singleton is created // before and destroyed after it is used. -#ifndef __vtkGarbageCollectorManager_h -#define __vtkGarbageCollectorManager_h +#ifndef vtkGarbageCollectorManager_h +#define vtkGarbageCollectorManager_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkGaussianRandomSequence.h b/Common/Core/vtkGaussianRandomSequence.h index d35b4a48b2..03c85337f1 100644 --- a/Common/Core/vtkGaussianRandomSequence.h +++ b/Common/Core/vtkGaussianRandomSequence.h @@ -19,8 +19,8 @@ // // This is just an interface. -#ifndef __vtkGaussianRandomSequence_h -#define __vtkGaussianRandomSequence_h +#ifndef vtkGaussianRandomSequence_h +#define vtkGaussianRandomSequence_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkRandomSequence.h" @@ -47,4 +47,4 @@ private: void operator=(const vtkGaussianRandomSequence&); // Not implemented. }; -#endif // #ifndef __vtkGaussianRandomSequence_h +#endif // #ifndef vtkGaussianRandomSequence_h diff --git a/Common/Core/vtkIOStream.h b/Common/Core/vtkIOStream.h index c9fc315168..c232b435bc 100644 --- a/Common/Core/vtkIOStream.h +++ b/Common/Core/vtkIOStream.h @@ -16,8 +16,8 @@ // .SECTION Description // This header includes the proper streams. -#ifndef __vtkIOStream_h -#define __vtkIOStream_h +#ifndef vtkIOStream_h +#define vtkIOStream_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkConfigure.h" @@ -97,5 +97,5 @@ inline ostream& operator << (ostream& os, vtkIOStreamULL value) #endif -#endif // __vtkIOStream_h +#endif // vtkIOStream_h // VTK-HeaderTest-Exclude: vtkIOStream.h diff --git a/Common/Core/vtkIOStreamFwd.h b/Common/Core/vtkIOStreamFwd.h index a31f53b6de..5b694291ac 100644 --- a/Common/Core/vtkIOStreamFwd.h +++ b/Common/Core/vtkIOStreamFwd.h @@ -16,8 +16,8 @@ // .SECTION Description // This header forward-declares the proper streams. -#ifndef __vtkIOStreamFwd_h -#define __vtkIOStreamFwd_h +#ifndef vtkIOStreamFwd_h +#define vtkIOStreamFwd_h #include "vtkConfigure.h" @@ -41,5 +41,5 @@ using std::fstream; #pragma warning(pop) #endif -#endif // __vtkIOStreamFwd_h +#endif // vtkIOStreamFwd_h // VTK-HeaderTest-Exclude: vtkIOStreamFwd.h diff --git a/Common/Core/vtkIdList.h b/Common/Core/vtkIdList.h index baac267716..f34c11c673 100644 --- a/Common/Core/vtkIdList.h +++ b/Common/Core/vtkIdList.h @@ -18,8 +18,8 @@ // objects. vtkIdList may represent any type of integer id, but // usually represents point and cell ids. -#ifndef __vtkIdList_h -#define __vtkIdList_h +#ifndef vtkIdList_h +#define vtkIdList_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkIdListCollection.h b/Common/Core/vtkIdListCollection.h index bd8fdcc2f9..359db4c30e 100644 --- a/Common/Core/vtkIdListCollection.h +++ b/Common/Core/vtkIdListCollection.h @@ -17,8 +17,8 @@ // vtkIdListCollection is an object that creates and manipulates lists of // datasets. See also vtkCollection and subclasses. -#ifndef __vtkIdListCollection_h -#define __vtkIdListCollection_h +#ifndef vtkIdListCollection_h +#define vtkIdListCollection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/Core/vtkIdTypeArray.h b/Common/Core/vtkIdTypeArray.h index 2f62b99286..e40148c284 100644 --- a/Common/Core/vtkIdTypeArray.h +++ b/Common/Core/vtkIdTypeArray.h @@ -18,11 +18,11 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkIdTypeArray_h -#define __vtkIdTypeArray_h +#ifndef vtkIdTypeArray_h +#define vtkIdTypeArray_h // Tell the template header how to give our superclass a DLL interface. -#if !(defined(vtkIdTypeArray_cxx) && defined(VTK_USE_64BIT_IDS)) && (defined(VTK_USE_64BIT_IDS) || !defined(__vtkIntArray_h)) +#if !(defined(vtkIdTypeArray_cxx) && defined(VTK_USE_64BIT_IDS)) && (defined(VTK_USE_64BIT_IDS) || !defined(vtkIntArray_h)) # define VTK_DATA_ARRAY_TEMPLATE_TYPE vtkIdType #endif diff --git a/Common/Core/vtkIndent.h b/Common/Core/vtkIndent.h index e488affc52..08294bc999 100644 --- a/Common/Core/vtkIndent.h +++ b/Common/Core/vtkIndent.h @@ -18,8 +18,8 @@ // vtkIndent is used to control indentation during the chaining print // process. This way nested objects can correctly indent themselves. -#ifndef __vtkIndent_h -#define __vtkIndent_h +#ifndef vtkIndent_h +#define vtkIndent_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkInformation.h b/Common/Core/vtkInformation.h index 945c525aa6..d97c474c77 100644 --- a/Common/Core/vtkInformation.h +++ b/Common/Core/vtkInformation.h @@ -22,8 +22,8 @@ // data referenced by the instance on a particular input or output // define the request made to the vtkAlgorithm instance. -#ifndef __vtkInformation_h -#define __vtkInformation_h +#ifndef vtkInformation_h +#define vtkInformation_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkInformationDataObjectKey.h b/Common/Core/vtkInformationDataObjectKey.h index c8011e1783..935d66b57b 100644 --- a/Common/Core/vtkInformationDataObjectKey.h +++ b/Common/Core/vtkInformationDataObjectKey.h @@ -17,8 +17,8 @@ // vtkInformationDataObjectKey is used to represent keys in // vtkInformation for values that are vtkDataObject instances. -#ifndef __vtkInformationDataObjectKey_h -#define __vtkInformationDataObjectKey_h +#ifndef vtkInformationDataObjectKey_h +#define vtkInformationDataObjectKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationDoubleKey.h b/Common/Core/vtkInformationDoubleKey.h index 50fae724f7..8dd6e9b118 100644 --- a/Common/Core/vtkInformationDoubleKey.h +++ b/Common/Core/vtkInformationDoubleKey.h @@ -17,8 +17,8 @@ // vtkInformationDoubleKey is used to represent keys for double values // in vtkInformation. -#ifndef __vtkInformationDoubleKey_h -#define __vtkInformationDoubleKey_h +#ifndef vtkInformationDoubleKey_h +#define vtkInformationDoubleKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationDoubleVectorKey.h b/Common/Core/vtkInformationDoubleVectorKey.h index 4501b512d0..363d990699 100644 --- a/Common/Core/vtkInformationDoubleVectorKey.h +++ b/Common/Core/vtkInformationDoubleVectorKey.h @@ -17,8 +17,8 @@ // vtkInformationDoubleVectorKey is used to represent keys for double // vector values in vtkInformation.h -#ifndef __vtkInformationDoubleVectorKey_h -#define __vtkInformationDoubleVectorKey_h +#ifndef vtkInformationDoubleVectorKey_h +#define vtkInformationDoubleVectorKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationIdTypeKey.h b/Common/Core/vtkInformationIdTypeKey.h index c0812ebee2..f2aa7f5280 100644 --- a/Common/Core/vtkInformationIdTypeKey.h +++ b/Common/Core/vtkInformationIdTypeKey.h @@ -17,8 +17,8 @@ // vtkInformationIdTypeKey is used to represent keys for vtkIdType values // in vtkInformation. -#ifndef __vtkInformationIdTypeKey_h -#define __vtkInformationIdTypeKey_h +#ifndef vtkInformationIdTypeKey_h +#define vtkInformationIdTypeKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationInformationKey.h b/Common/Core/vtkInformationInformationKey.h index 4b1e291c52..6ce7ecf883 100644 --- a/Common/Core/vtkInformationInformationKey.h +++ b/Common/Core/vtkInformationInformationKey.h @@ -17,8 +17,8 @@ // vtkInformationInformationKey is used to represent keys in vtkInformation // for other information objects. -#ifndef __vtkInformationInformationKey_h -#define __vtkInformationInformationKey_h +#ifndef vtkInformationInformationKey_h +#define vtkInformationInformationKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationInformationVectorKey.h b/Common/Core/vtkInformationInformationVectorKey.h index efcfe56895..683fbd91f4 100644 --- a/Common/Core/vtkInformationInformationVectorKey.h +++ b/Common/Core/vtkInformationInformationVectorKey.h @@ -17,8 +17,8 @@ // vtkInformationInformationVectorKey is used to represent keys in // vtkInformation for vectors of other vtkInformation objects. -#ifndef __vtkInformationInformationVectorKey_h -#define __vtkInformationInformationVectorKey_h +#ifndef vtkInformationInformationVectorKey_h +#define vtkInformationInformationVectorKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationIntegerKey.h b/Common/Core/vtkInformationIntegerKey.h index b02861fd15..df2efe5aec 100644 --- a/Common/Core/vtkInformationIntegerKey.h +++ b/Common/Core/vtkInformationIntegerKey.h @@ -17,8 +17,8 @@ // vtkInformationIntegerKey is used to represent keys for integer values // in vtkInformation. -#ifndef __vtkInformationIntegerKey_h -#define __vtkInformationIntegerKey_h +#ifndef vtkInformationIntegerKey_h +#define vtkInformationIntegerKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationIntegerPointerKey.h b/Common/Core/vtkInformationIntegerPointerKey.h index 2c28ae0b5f..e777dad408 100644 --- a/Common/Core/vtkInformationIntegerPointerKey.h +++ b/Common/Core/vtkInformationIntegerPointerKey.h @@ -17,8 +17,8 @@ // vtkInformationIntegerPointerKey is used to represent keys for pointer // to integer values in vtkInformation.h -#ifndef __vtkInformationIntegerPointerKey_h -#define __vtkInformationIntegerPointerKey_h +#ifndef vtkInformationIntegerPointerKey_h +#define vtkInformationIntegerPointerKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationIntegerVectorKey.h b/Common/Core/vtkInformationIntegerVectorKey.h index 13c03bcabd..3c0f4cc53e 100644 --- a/Common/Core/vtkInformationIntegerVectorKey.h +++ b/Common/Core/vtkInformationIntegerVectorKey.h @@ -17,8 +17,8 @@ // vtkInformationIntegerVectorKey is used to represent keys for integer // vector values in vtkInformation.h -#ifndef __vtkInformationIntegerVectorKey_h -#define __vtkInformationIntegerVectorKey_h +#ifndef vtkInformationIntegerVectorKey_h +#define vtkInformationIntegerVectorKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationInternals.h b/Common/Core/vtkInformationInternals.h index b412d08f1f..1e0cc56e74 100644 --- a/Common/Core/vtkInformationInternals.h +++ b/Common/Core/vtkInformationInternals.h @@ -18,8 +18,8 @@ // vtkInformation. This should only be accessed by friends // and sub-classes of that class. -#ifndef __vtkInformationInternals_h -#define __vtkInformationInternals_h +#ifndef vtkInformationInternals_h +#define vtkInformationInternals_h #include "vtkInformationKey.h" #include "vtkObjectBase.h" diff --git a/Common/Core/vtkInformationIterator.h b/Common/Core/vtkInformationIterator.h index 4b758ad3d6..5005b6683b 100644 --- a/Common/Core/vtkInformationIterator.h +++ b/Common/Core/vtkInformationIterator.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkInformation vtkInformationKey -#ifndef __vtkInformationIterator_h -#define __vtkInformationIterator_h +#ifndef vtkInformationIterator_h +#define vtkInformationIterator_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkInformationKey.h b/Common/Core/vtkInformationKey.h index 63fe27caa6..7b14198231 100644 --- a/Common/Core/vtkInformationKey.h +++ b/Common/Core/vtkInformationKey.h @@ -23,8 +23,8 @@ // of value stored in a vtkInformation instance corresponding to a // given key matches the type expected for that key. -#ifndef __vtkInformationKey_h -#define __vtkInformationKey_h +#ifndef vtkInformationKey_h +#define vtkInformationKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObjectBase.h" diff --git a/Common/Core/vtkInformationKeyVectorKey.h b/Common/Core/vtkInformationKeyVectorKey.h index 7fc8c52c3f..3d1ccac08e 100644 --- a/Common/Core/vtkInformationKeyVectorKey.h +++ b/Common/Core/vtkInformationKeyVectorKey.h @@ -17,8 +17,8 @@ // vtkInformationKeyVectorKey is used to represent keys for // vector-of-keys values in vtkInformation. -#ifndef __vtkInformationKeyVectorKey_h -#define __vtkInformationKeyVectorKey_h +#ifndef vtkInformationKeyVectorKey_h +#define vtkInformationKeyVectorKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationObjectBaseKey.h b/Common/Core/vtkInformationObjectBaseKey.h index 4563c920d0..31926139be 100644 --- a/Common/Core/vtkInformationObjectBaseKey.h +++ b/Common/Core/vtkInformationObjectBaseKey.h @@ -17,8 +17,8 @@ // vtkInformationObjectBaseKey is used to represent keys in // vtkInformation for values that are vtkObjectBase instances. -#ifndef __vtkInformationObjectBaseKey_h -#define __vtkInformationObjectBaseKey_h +#ifndef vtkInformationObjectBaseKey_h +#define vtkInformationObjectBaseKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationObjectBaseVectorKey.h b/Common/Core/vtkInformationObjectBaseVectorKey.h index 474d8db65d..0783aa6f62 100644 --- a/Common/Core/vtkInformationObjectBaseVectorKey.h +++ b/Common/Core/vtkInformationObjectBaseVectorKey.h @@ -19,8 +19,8 @@ // from that in other similar keys because of our internal use of smart // pointers. -#ifndef __vtkInformationObjectBaseVectorKey_h -#define __vtkInformationObjectBaseVectorKey_h +#ifndef vtkInformationObjectBaseVectorKey_h +#define vtkInformationObjectBaseVectorKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationRequestKey.h b/Common/Core/vtkInformationRequestKey.h index 24988113f9..024400d52d 100644 --- a/Common/Core/vtkInformationRequestKey.h +++ b/Common/Core/vtkInformationRequestKey.h @@ -17,8 +17,8 @@ // vtkInformationRequestKey is used to represent keys for pointer // to pointer values in vtkInformation.h -#ifndef __vtkInformationRequestKey_h -#define __vtkInformationRequestKey_h +#ifndef vtkInformationRequestKey_h +#define vtkInformationRequestKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationStringKey.h b/Common/Core/vtkInformationStringKey.h index 7f4e62afa7..11193b91e7 100644 --- a/Common/Core/vtkInformationStringKey.h +++ b/Common/Core/vtkInformationStringKey.h @@ -17,8 +17,8 @@ // vtkInformationStringKey is used to represent keys for string values // in vtkInformation. -#ifndef __vtkInformationStringKey_h -#define __vtkInformationStringKey_h +#ifndef vtkInformationStringKey_h +#define vtkInformationStringKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationStringVectorKey.h b/Common/Core/vtkInformationStringVectorKey.h index 773adf89e0..4ff00c83ee 100644 --- a/Common/Core/vtkInformationStringVectorKey.h +++ b/Common/Core/vtkInformationStringVectorKey.h @@ -17,8 +17,8 @@ // vtkInformationStringVectorKey is used to represent keys for String // vector values in vtkInformation.h -#ifndef __vtkInformationStringVectorKey_h -#define __vtkInformationStringVectorKey_h +#ifndef vtkInformationStringVectorKey_h +#define vtkInformationStringVectorKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationUnsignedLongKey.h b/Common/Core/vtkInformationUnsignedLongKey.h index b61426d56e..0c46118484 100644 --- a/Common/Core/vtkInformationUnsignedLongKey.h +++ b/Common/Core/vtkInformationUnsignedLongKey.h @@ -17,8 +17,8 @@ // vtkInformationUnsignedLongKey is used to represent keys for unsigned long values // in vtkInformation. -#ifndef __vtkInformationUnsignedLongKey_h -#define __vtkInformationUnsignedLongKey_h +#ifndef vtkInformationUnsignedLongKey_h +#define vtkInformationUnsignedLongKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationVariantKey.h b/Common/Core/vtkInformationVariantKey.h index d091b497e8..a9f2f92f9e 100644 --- a/Common/Core/vtkInformationVariantKey.h +++ b/Common/Core/vtkInformationVariantKey.h @@ -17,8 +17,8 @@ // vtkInformationVariantKey is used to represent keys for variant values // in vtkInformation. -#ifndef __vtkInformationVariantKey_h -#define __vtkInformationVariantKey_h +#ifndef vtkInformationVariantKey_h +#define vtkInformationVariantKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationVariantVectorKey.h b/Common/Core/vtkInformationVariantVectorKey.h index 4d534e309a..ad48b5d965 100644 --- a/Common/Core/vtkInformationVariantVectorKey.h +++ b/Common/Core/vtkInformationVariantVectorKey.h @@ -17,8 +17,8 @@ // vtkInformationVariantVectorKey is used to represent keys for variant // vector values in vtkInformation.h -#ifndef __vtkInformationVariantVectorKey_h -#define __vtkInformationVariantVectorKey_h +#ifndef vtkInformationVariantVectorKey_h +#define vtkInformationVariantVectorKey_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/Core/vtkInformationVector.h b/Common/Core/vtkInformationVector.h index 7bea2b63b8..78847c2b8e 100644 --- a/Common/Core/vtkInformationVector.h +++ b/Common/Core/vtkInformationVector.h @@ -20,8 +20,8 @@ // vtkAlgorithm. An instance of this class is passed to // vtkAlgorithm::ProcessRequest calls. -#ifndef __vtkInformationVector_h -#define __vtkInformationVector_h +#ifndef vtkInformationVector_h +#define vtkInformationVector_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkInstantiator.h b/Common/Core/vtkInstantiator.h index 5fb6213ce3..da50fca4f0 100644 --- a/Common/Core/vtkInstantiator.h +++ b/Common/Core/vtkInstantiator.h @@ -50,8 +50,8 @@ // classes from a new library, the generated header must be included. // -#ifndef __vtkInstantiator_h -#define __vtkInstantiator_h +#ifndef vtkInstantiator_h +#define vtkInstantiator_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkIntArray.h b/Common/Core/vtkIntArray.h index b25fbc80d3..ef54c46a67 100644 --- a/Common/Core/vtkIntArray.h +++ b/Common/Core/vtkIntArray.h @@ -18,11 +18,11 @@ // methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkIntArray_h -#define __vtkIntArray_h +#ifndef vtkIntArray_h +#define vtkIntArray_h // Tell the template header how to give our superclass a DLL interface. -#if !defined(vtkIntArray_cxx) && (defined(VTK_USE_64BIT_IDS) || !defined(__vtkIdTypeArray_h)) +#if !defined(vtkIntArray_cxx) && (defined(VTK_USE_64BIT_IDS) || !defined(vtkIdTypeArray_h)) # define VTK_DATA_ARRAY_TEMPLATE_TYPE int #endif diff --git a/Common/Core/vtkLargeInteger.h b/Common/Core/vtkLargeInteger.h index 1068af815a..680fcf74c0 100644 --- a/Common/Core/vtkLargeInteger.h +++ b/Common/Core/vtkLargeInteger.h @@ -14,8 +14,8 @@ =========================================================================*/ // .NAME vtkLargeInteger - class for arbitrarily large ints -#ifndef __vtkLargeInteger_h -#define __vtkLargeInteger_h +#ifndef vtkLargeInteger_h +#define vtkLargeInteger_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkLongArray.h b/Common/Core/vtkLongArray.h index c4119c6334..84977e209d 100644 --- a/Common/Core/vtkLongArray.h +++ b/Common/Core/vtkLongArray.h @@ -18,8 +18,8 @@ // methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkLongArray_h -#define __vtkLongArray_h +#ifndef vtkLongArray_h +#define vtkLongArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkLongArray_cxx) diff --git a/Common/Core/vtkLongLongArray.h b/Common/Core/vtkLongLongArray.h index 7770a576c2..cae2a1623c 100644 --- a/Common/Core/vtkLongLongArray.h +++ b/Common/Core/vtkLongLongArray.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkLongLongArray_h -#define __vtkLongLongArray_h +#ifndef vtkLongLongArray_h +#define vtkLongLongArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkLongLongArray_cxx) diff --git a/Common/Core/vtkLookupTable.h b/Common/Core/vtkLookupTable.h index b97f8e1cd0..f233c852f2 100644 --- a/Common/Core/vtkLookupTable.h +++ b/Common/Core/vtkLookupTable.h @@ -48,8 +48,8 @@ // .SECTION See Also // vtkLogLookupTable vtkWindowLevelLookupTable -#ifndef __vtkLookupTable_h -#define __vtkLookupTable_h +#ifndef vtkLookupTable_h +#define vtkLookupTable_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkScalarsToColors.h" diff --git a/Common/Core/vtkMappedDataArray.h b/Common/Core/vtkMappedDataArray.h index c1c656ba05..1e97b73d86 100644 --- a/Common/Core/vtkMappedDataArray.h +++ b/Common/Core/vtkMappedDataArray.h @@ -29,8 +29,8 @@ // Subclasses that hold vtkIdType elements must also // reimplement `int GetDataType()` (see Caveat in vtkTypedDataArray). -#ifndef __vtkMappedDataArray_h -#define __vtkMappedDataArray_h +#ifndef vtkMappedDataArray_h +#define vtkMappedDataArray_h #include "vtkTypedDataArray.h" @@ -153,6 +153,6 @@ private: vtkAbstractTypeMacroWithNewInstanceType(thisClass, superClass, vtkDataArray) \ vtkMappedDataArrayNewInstanceMacro(thisClass) -#endif //__vtkMappedDataArray_h +#endif //vtkMappedDataArray_h // VTK-HeaderTest-Exclude: vtkMappedDataArray.h diff --git a/Common/Core/vtkMath.h b/Common/Core/vtkMath.h index 65928cc35d..a357d56a8d 100644 --- a/Common/Core/vtkMath.h +++ b/Common/Core/vtkMath.h @@ -33,8 +33,8 @@ // vtkMinimalStandardRandomSequence, vtkBoxMuellerRandomSequence, // vtkQuaternion -#ifndef __vtkMath_h -#define __vtkMath_h +#ifndef vtkMath_h +#define vtkMath_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkMathUtilities.h b/Common/Core/vtkMathUtilities.h index 4cca9a8d91..321b28b91c 100644 --- a/Common/Core/vtkMathUtilities.h +++ b/Common/Core/vtkMathUtilities.h @@ -21,8 +21,8 @@ // The initial motivation is to provide a few lightweight functions to help in // testing and internal implementation files. -#ifndef __vtkMathUtilities_h -#define __vtkMathUtilities_h +#ifndef vtkMathUtilities_h +#define vtkMathUtilities_h #include #include @@ -87,5 +87,5 @@ bool NearlyEqual(A a, A b, A tol=std::numeric_limits::epsilon()) } // End vtkMathUtilities namespace. -#endif // __vtkMathUtilities_h +#endif // vtkMathUtilities_h // VTK-HeaderTest-Exclude: vtkMathUtilities.h diff --git a/Common/Core/vtkMinimalStandardRandomSequence.h b/Common/Core/vtkMinimalStandardRandomSequence.h index 00d3c73429..0b9a4a7cd8 100644 --- a/Common/Core/vtkMinimalStandardRandomSequence.h +++ b/Common/Core/vtkMinimalStandardRandomSequence.h @@ -29,8 +29,8 @@ // Correctness test is described in first column, page 1195: // A seed of 1 at step 1 should give a seed of 1043618065 at step 10001. -#ifndef __vtkMinimalStandardRandomSequence_h -#define __vtkMinimalStandardRandomSequence_h +#ifndef vtkMinimalStandardRandomSequence_h +#define vtkMinimalStandardRandomSequence_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkRandomSequence.h" @@ -108,4 +108,4 @@ private: void operator=(const vtkMinimalStandardRandomSequence&); // Not implemented. }; -#endif // #ifndef __vtkMinimalStandardRandomSequence_h +#endif // #ifndef vtkMinimalStandardRandomSequence_h diff --git a/Common/Core/vtkMultiThreader.h b/Common/Core/vtkMultiThreader.h index 423c4414e2..d79cde709a 100644 --- a/Common/Core/vtkMultiThreader.h +++ b/Common/Core/vtkMultiThreader.h @@ -19,8 +19,8 @@ // supporting POSIX threads. This class can be used to execute a single // method on multiple threads, or to specify a method per thread. -#ifndef __vtkMultiThreader_h -#define __vtkMultiThreader_h +#ifndef vtkMultiThreader_h +#define vtkMultiThreader_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkMutexLock.h b/Common/Core/vtkMutexLock.h index 1dcbe1bdfc..78583d4192 100644 --- a/Common/Core/vtkMutexLock.h +++ b/Common/Core/vtkMutexLock.h @@ -18,8 +18,8 @@ // through different threads. This header file also defines // vtkSimpleMutexLock which is not a subclass of vtkObject. -#ifndef __vtkMutexLock_h -#define __vtkMutexLock_h +#ifndef vtkMutexLock_h +#define vtkMutexLock_h #include "vtkCommonCoreModule.h" // For export macro diff --git a/Common/Core/vtkNew.h b/Common/Core/vtkNew.h index b0ca7bd73b..f3b123ba6c 100644 --- a/Common/Core/vtkNew.h +++ b/Common/Core/vtkNew.h @@ -47,8 +47,8 @@ // .SECTION See Also // vtkSmartPointer vtkWeakPointer -#ifndef __vtkNew_h -#define __vtkNew_h +#ifndef vtkNew_h +#define vtkNew_h #include "vtkIOStream.h" diff --git a/Common/Core/vtkOStrStreamWrapper.h b/Common/Core/vtkOStrStreamWrapper.h index aa4bf0d3cf..9d6c73f550 100644 --- a/Common/Core/vtkOStrStreamWrapper.h +++ b/Common/Core/vtkOStrStreamWrapper.h @@ -21,8 +21,8 @@ // less time for compilation depending on the platform. This wrapper // is used by the macros in vtkSetGet.h. -#ifndef __vtkOStrStreamWrapper_h -#define __vtkOStrStreamWrapper_h +#ifndef vtkOStrStreamWrapper_h +#define vtkOStrStreamWrapper_h #ifndef __VTK_SYSTEM_INCLUDES__INSIDE Do_not_include_vtkOStrStreamWrapper_directly__vtkSystemIncludes_includes_it; diff --git a/Common/Core/vtkOStreamWrapper.h b/Common/Core/vtkOStreamWrapper.h index f0e57308ec..2a9625f756 100644 --- a/Common/Core/vtkOStreamWrapper.h +++ b/Common/Core/vtkOStreamWrapper.h @@ -21,8 +21,8 @@ // time for compilation depending on the platform. This wrapper is // used by the macros in vtkSetGet.h. -#ifndef __vtkOStreamWrapper_h -#define __vtkOStreamWrapper_h +#ifndef vtkOStreamWrapper_h +#define vtkOStreamWrapper_h #include "vtkCommonCoreModule.h" diff --git a/Common/Core/vtkObject.h b/Common/Core/vtkObject.h index 6f2eddd656..cca9dc8948 100644 --- a/Common/Core/vtkObject.h +++ b/Common/Core/vtkObject.h @@ -35,8 +35,8 @@ // .SECTION See also // vtkCommand vtkTimeStamp -#ifndef __vtkObject_h -#define __vtkObject_h +#ifndef vtkObject_h +#define vtkObject_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObjectBase.h" diff --git a/Common/Core/vtkObjectBase.h b/Common/Core/vtkObjectBase.h index fdd29ad786..8770c3a040 100644 --- a/Common/Core/vtkObjectBase.h +++ b/Common/Core/vtkObjectBase.h @@ -37,8 +37,8 @@ // .SECTION See also // vtkObject vtkCommand vtkInformationKey -#ifndef __vtkObjectBase_h -#define __vtkObjectBase_h +#ifndef vtkObjectBase_h +#define vtkObjectBase_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkAtomicInt.h" diff --git a/Common/Core/vtkObjectFactory.h b/Common/Core/vtkObjectFactory.h index 371817992d..c5d9c57817 100644 --- a/Common/Core/vtkObjectFactory.h +++ b/Common/Core/vtkObjectFactory.h @@ -32,8 +32,8 @@ // with the vtkObjectFactory::RegisterFactory method. // -#ifndef __vtkObjectFactory_h -#define __vtkObjectFactory_h +#ifndef vtkObjectFactory_h +#define vtkObjectFactory_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkObjectFactoryCollection.h b/Common/Core/vtkObjectFactoryCollection.h index 6ffb72588f..3e6bcd0af4 100644 --- a/Common/Core/vtkObjectFactoryCollection.h +++ b/Common/Core/vtkObjectFactoryCollection.h @@ -20,8 +20,8 @@ // .SECTION see also // vtkCollection vtkObjectFactory -#ifndef __vtkObjectFactoryCollection_h -#define __vtkObjectFactoryCollection_h +#ifndef vtkObjectFactoryCollection_h +#define vtkObjectFactoryCollection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/Core/vtkOldStyleCallbackCommand.h b/Common/Core/vtkOldStyleCallbackCommand.h index dc0c44c618..0ddde4c9a5 100644 --- a/Common/Core/vtkOldStyleCallbackCommand.h +++ b/Common/Core/vtkOldStyleCallbackCommand.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkCommand vtkCallbackCommand -#ifndef __vtkOldStyleCallbackCommand_h -#define __vtkOldStyleCallbackCommand_h +#ifndef vtkOldStyleCallbackCommand_h +#define vtkOldStyleCallbackCommand_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCommand.h" @@ -66,6 +66,6 @@ protected: }; -#endif /* __vtkOldStyleCallbackCommand_h */ +#endif /* vtkOldStyleCallbackCommand_h */ // VTK-HeaderTest-Exclude: vtkOldStyleCallbackCommand.h diff --git a/Common/Core/vtkOutputWindow.h b/Common/Core/vtkOutputWindow.h index 34a9a71981..f5ee8b2811 100644 --- a/Common/Core/vtkOutputWindow.h +++ b/Common/Core/vtkOutputWindow.h @@ -19,8 +19,8 @@ // do not. (i.e windows does not). Sub-classes can be provided which can // redirect the output to a window. -#ifndef __vtkOutputWindow_h -#define __vtkOutputWindow_h +#ifndef vtkOutputWindow_h +#define vtkOutputWindow_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkOverrideInformation.h b/Common/Core/vtkOverrideInformation.h index 8b29ab3dba..c0fbc46758 100644 --- a/Common/Core/vtkOverrideInformation.h +++ b/Common/Core/vtkOverrideInformation.h @@ -18,8 +18,8 @@ // a class which is overriden in a vtkObjectFactory. // -#ifndef __vtkOverrideInformation_h -#define __vtkOverrideInformation_h +#ifndef vtkOverrideInformation_h +#define vtkOverrideInformation_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkOverrideInformationCollection.h b/Common/Core/vtkOverrideInformationCollection.h index cd13a66cab..3e11dc0b15 100644 --- a/Common/Core/vtkOverrideInformationCollection.h +++ b/Common/Core/vtkOverrideInformationCollection.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkCollection -#ifndef __vtkOverrideInformationCollection_h -#define __vtkOverrideInformationCollection_h +#ifndef vtkOverrideInformationCollection_h +#define vtkOverrideInformationCollection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/Core/vtkPoints.h b/Common/Core/vtkPoints.h index ed861392d3..8d17d40645 100644 --- a/Common/Core/vtkPoints.h +++ b/Common/Core/vtkPoints.h @@ -17,8 +17,8 @@ // vtkPoints represents 3D points. The data model for vtkPoints is an // array of vx-vy-vz triplets accessible by (point or cell) id. -#ifndef __vtkPoints_h -#define __vtkPoints_h +#ifndef vtkPoints_h +#define vtkPoints_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkPoints2D.h b/Common/Core/vtkPoints2D.h index a43f5312ef..9a29e97d14 100644 --- a/Common/Core/vtkPoints2D.h +++ b/Common/Core/vtkPoints2D.h @@ -17,8 +17,8 @@ // vtkPoints2D represents 2D points. The data model for vtkPoints2D is an // array of vx-vy doublets accessible by (point or cell) id. -#ifndef __vtkPoints2D_h -#define __vtkPoints2D_h +#ifndef vtkPoints2D_h +#define vtkPoints2D_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkPriorityQueue.h b/Common/Core/vtkPriorityQueue.h index e38ae73180..f755a78fba 100644 --- a/Common/Core/vtkPriorityQueue.h +++ b/Common/Core/vtkPriorityQueue.h @@ -32,8 +32,8 @@ // array. This avoids the overhead associated with parent/child pointers, // and frequent memory allocation and deallocation. -#ifndef __vtkPriorityQueue_h -#define __vtkPriorityQueue_h +#ifndef vtkPriorityQueue_h +#define vtkPriorityQueue_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkRandomSequence.h b/Common/Core/vtkRandomSequence.h index 011c7c28de..e1b0af4a41 100644 --- a/Common/Core/vtkRandomSequence.h +++ b/Common/Core/vtkRandomSequence.h @@ -25,8 +25,8 @@ // "Object-Oriented Software Construction", 2nd Edition, by Bertrand Meyer. // chapter 23, "Principles of class design", "Pseudo-random number generators: // a design exercise", page 754--755. -#ifndef __vtkRandomSequence_h -#define __vtkRandomSequence_h +#ifndef vtkRandomSequence_h +#define vtkRandomSequence_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" @@ -53,4 +53,4 @@ private: void operator=(const vtkRandomSequence&); // Not implemented. }; -#endif // #ifndef __vtkRandomSequence_h +#endif // #ifndef vtkRandomSequence_h diff --git a/Common/Core/vtkReferenceCount.h b/Common/Core/vtkReferenceCount.h index 5d70396e15..2efd42cc41 100644 --- a/Common/Core/vtkReferenceCount.h +++ b/Common/Core/vtkReferenceCount.h @@ -18,8 +18,8 @@ // .SECTION See Also // vtkObject -#ifndef __vtkReferenceCount_h -#define __vtkReferenceCount_h +#ifndef vtkReferenceCount_h +#define vtkReferenceCount_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkSMPThreadLocalObject.h b/Common/Core/vtkSMPThreadLocalObject.h index f1fd7324bc..1dfef97194 100644 --- a/Common/Core/vtkSMPThreadLocalObject.h +++ b/Common/Core/vtkSMPThreadLocalObject.h @@ -64,8 +64,8 @@ // .SECTION See Also // vtkSMPThreadLocal -#ifndef __vtkSMPThreadLocalObject_h -#define __vtkSMPThreadLocalObject_h +#ifndef vtkSMPThreadLocalObject_h +#define vtkSMPThreadLocalObject_h #include "vtkSMPThreadLocal.h" diff --git a/Common/Core/vtkSMPTools.h b/Common/Core/vtkSMPTools.h index 99e3907264..dc49322273 100644 --- a/Common/Core/vtkSMPTools.h +++ b/Common/Core/vtkSMPTools.h @@ -20,8 +20,8 @@ // (currently Sequential, TBB and X-Kaapi) that actual execution is // delegated to. -#ifndef __vtkSMPTools_h__ -#define __vtkSMPTools_h__ +#ifndef vtkSMPTools_h__ +#define vtkSMPTools_h__ #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkScalarsToColors.h b/Common/Core/vtkScalarsToColors.h index bd606eac31..32e05fe7be 100644 --- a/Common/Core/vtkScalarsToColors.h +++ b/Common/Core/vtkScalarsToColors.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkLookupTable vtkColorTransferFunction -#ifndef __vtkScalarsToColors_h -#define __vtkScalarsToColors_h +#ifndef vtkScalarsToColors_h +#define vtkScalarsToColors_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkVariant.h" // Set/get annotation methods require variants. diff --git a/Common/Core/vtkSetGet.h b/Common/Core/vtkSetGet.h index 2269f46fc5..2ca8d422d2 100644 --- a/Common/Core/vtkSetGet.h +++ b/Common/Core/vtkSetGet.h @@ -22,8 +22,8 @@ // vector arrays of built-in types size 2,3,4; for setting objects; and // debug, warning, and error printout information. -#ifndef __vtkSetGet_h -#define __vtkSetGet_h +#ifndef vtkSetGet_h +#define vtkSetGet_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkShortArray.h b/Common/Core/vtkShortArray.h index ed9e2b54e3..2a4a0b45d4 100644 --- a/Common/Core/vtkShortArray.h +++ b/Common/Core/vtkShortArray.h @@ -18,8 +18,8 @@ // methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkShortArray_h -#define __vtkShortArray_h +#ifndef vtkShortArray_h +#define vtkShortArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkShortArray_cxx) diff --git a/Common/Core/vtkSignedCharArray.h b/Common/Core/vtkSignedCharArray.h index d2cb47e8ab..d458884e7c 100644 --- a/Common/Core/vtkSignedCharArray.h +++ b/Common/Core/vtkSignedCharArray.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkSignedCharArray_h -#define __vtkSignedCharArray_h +#ifndef vtkSignedCharArray_h +#define vtkSignedCharArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkSignedCharArray_cxx) diff --git a/Common/Core/vtkSimpleCriticalSection.h b/Common/Core/vtkSimpleCriticalSection.h index 6447a8d30a..aa7656e37e 100644 --- a/Common/Core/vtkSimpleCriticalSection.h +++ b/Common/Core/vtkSimpleCriticalSection.h @@ -30,8 +30,8 @@ // for non-Windows platforms (Irix, SunOS, etc) are discovered, they // should replace the implementations in this class -#ifndef __vtkSimpleCriticalSection_h -#define __vtkSimpleCriticalSection_h +#ifndef vtkSimpleCriticalSection_h +#define vtkSimpleCriticalSection_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkSmartPointer.h b/Common/Core/vtkSmartPointer.h index 34fa35a335..7563b8f912 100644 --- a/Common/Core/vtkSmartPointer.h +++ b/Common/Core/vtkSmartPointer.h @@ -17,8 +17,8 @@ // vtkSmartPointer is a class template that provides automatic casting // for objects held by the vtkSmartPointerBase superclass. -#ifndef __vtkSmartPointer_h -#define __vtkSmartPointer_h +#ifndef vtkSmartPointer_h +#define vtkSmartPointer_h #include "vtkSmartPointerBase.h" diff --git a/Common/Core/vtkSmartPointerBase.h b/Common/Core/vtkSmartPointerBase.h index 2a7ef4842d..8b6d9a52dd 100644 --- a/Common/Core/vtkSmartPointerBase.h +++ b/Common/Core/vtkSmartPointerBase.h @@ -20,8 +20,8 @@ // intended to be used directly. Instead, use the vtkSmartPointer // class template to automatically perform proper cast operations. -#ifndef __vtkSmartPointerBase_h -#define __vtkSmartPointerBase_h +#ifndef vtkSmartPointerBase_h +#define vtkSmartPointerBase_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObjectBase.h" diff --git a/Common/Core/vtkSortDataArray.h b/Common/Core/vtkSortDataArray.h index ee766f2d4d..88da8339ef 100644 --- a/Common/Core/vtkSortDataArray.h +++ b/Common/Core/vtkSortDataArray.h @@ -24,8 +24,8 @@ // .NAME vtkSortDataArray - Provides several methods for sorting vtk arrays. -#ifndef __vtkSortDataArray_h -#define __vtkSortDataArray_h +#ifndef vtkSortDataArray_h +#define vtkSortDataArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" @@ -71,4 +71,4 @@ private: void operator=(const vtkSortDataArray &); // Not implemented. }; -#endif //__vtkSortDataArray_h +#endif //vtkSortDataArray_h diff --git a/Common/Core/vtkSparseArray.h b/Common/Core/vtkSparseArray.h index c82f077aa6..0cf6b6fe15 100644 --- a/Common/Core/vtkSparseArray.h +++ b/Common/Core/vtkSparseArray.h @@ -60,8 +60,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkSparseArray_h -#define __vtkSparseArray_h +#ifndef vtkSparseArray_h +#define vtkSparseArray_h #include "vtkArrayCoordinates.h" #include "vtkArraySort.h" diff --git a/Common/Core/vtkStdString.h b/Common/Core/vtkStdString.h index 78a31ebd1d..0706175b24 100644 --- a/Common/Core/vtkStdString.h +++ b/Common/Core/vtkStdString.h @@ -18,8 +18,8 @@ // names than basic_string<...> in namespace std given by the standard // STL string. -#ifndef __vtkStdString_h -#define __vtkStdString_h +#ifndef vtkStdString_h +#define vtkStdString_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" // For VTKCOMMONCORE_EXPORT. diff --git a/Common/Core/vtkStringArray.h b/Common/Core/vtkStringArray.h index 0e6114875f..3aaf7d28a2 100644 --- a/Common/Core/vtkStringArray.h +++ b/Common/Core/vtkStringArray.h @@ -23,8 +23,8 @@ // .SECTION Thanks // Andy Wilson (atwilso@sandia.gov) wrote this class. -#ifndef __vtkStringArray_h -#define __vtkStringArray_h +#ifndef vtkStringArray_h +#define vtkStringArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkAbstractArray.h" diff --git a/Common/Core/vtkSystemIncludes.h b/Common/Core/vtkSystemIncludes.h index 07c0b22094..f959a908e0 100644 --- a/Common/Core/vtkSystemIncludes.h +++ b/Common/Core/vtkSystemIncludes.h @@ -18,8 +18,8 @@ // The vtkSystemIncludes centralizes the inclusion of system include // files. -#ifndef __vtkSystemIncludes_h -#define __vtkSystemIncludes_h +#ifndef vtkSystemIncludes_h +#define vtkSystemIncludes_h /* first include the local configuration for this machine */ #define __VTK_SYSTEM_INCLUDES__INSIDE diff --git a/Common/Core/vtkTemplateAliasMacro.h b/Common/Core/vtkTemplateAliasMacro.h index e06a102492..f397059ac4 100644 --- a/Common/Core/vtkTemplateAliasMacro.h +++ b/Common/Core/vtkTemplateAliasMacro.h @@ -33,8 +33,8 @@ // vtkTemplateAliasMacro(vtkMyTemplateFunction(static_cast(p))); // } -#ifndef __vtkTemplateAliasMacro_h -#define __vtkTemplateAliasMacro_h +#ifndef vtkTemplateAliasMacro_h +#define vtkTemplateAliasMacro_h #include "vtkTypeTraits.h" diff --git a/Common/Core/vtkTimePointUtility.h b/Common/Core/vtkTimePointUtility.h index f3c3b9e2ee..0f20ad1da6 100644 --- a/Common/Core/vtkTimePointUtility.h +++ b/Common/Core/vtkTimePointUtility.h @@ -22,8 +22,8 @@ // // vtkTimePointUtility is provides methods to perform common time operations. -#ifndef __vtkTimePointUtility_h -#define __vtkTimePointUtility_h +#ifndef vtkTimePointUtility_h +#define vtkTimePointUtility_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkTimeStamp.h b/Common/Core/vtkTimeStamp.h index 20a137ae64..da66922bb9 100644 --- a/Common/Core/vtkTimeStamp.h +++ b/Common/Core/vtkTimeStamp.h @@ -20,8 +20,8 @@ // There is built in support for the binary < and > comparison // operators between two vtkTimeStamp objects. -#ifndef __vtkTimeStamp_h -#define __vtkTimeStamp_h +#ifndef vtkTimeStamp_h +#define vtkTimeStamp_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkType.h b/Common/Core/vtkType.h index 0c5ca08269..7401d1d540 100644 --- a/Common/Core/vtkType.h +++ b/Common/Core/vtkType.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkType_h -#define __vtkType_h +#ifndef vtkType_h +#define vtkType_h #include "vtkConfigure.h" diff --git a/Common/Core/vtkTypeTemplate.h b/Common/Core/vtkTypeTemplate.h index b3518c2693..6ae8f80701 100644 --- a/Common/Core/vtkTypeTemplate.h +++ b/Common/Core/vtkTypeTemplate.h @@ -25,8 +25,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkTypeTemplate_h -#define __vtkTypeTemplate_h +#ifndef vtkTypeTemplate_h +#define vtkTypeTemplate_h #include "vtkObjectBase.h" #include diff --git a/Common/Core/vtkTypeTraits.h b/Common/Core/vtkTypeTraits.h index 6b90d935b7..25b544230f 100644 --- a/Common/Core/vtkTypeTraits.h +++ b/Common/Core/vtkTypeTraits.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkTypeTraits provides information about VTK's supported scalar types // that is useful for templates. -#ifndef __vtkTypeTraits_h -#define __vtkTypeTraits_h +#ifndef vtkTypeTraits_h +#define vtkTypeTraits_h #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkTypedArray.h b/Common/Core/vtkTypedArray.h index 455dfcaec5..07ef8cf1a4 100644 --- a/Common/Core/vtkTypedArray.h +++ b/Common/Core/vtkTypedArray.h @@ -41,8 +41,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkTypedArray_h -#define __vtkTypedArray_h +#ifndef vtkTypedArray_h +#define vtkTypedArray_h #include "vtkArray.h" #include "vtkTypeTemplate.h" diff --git a/Common/Core/vtkTypedDataArray.h b/Common/Core/vtkTypedDataArray.h index 987e48988c..1f761d45f9 100644 --- a/Common/Core/vtkTypedDataArray.h +++ b/Common/Core/vtkTypedDataArray.h @@ -25,8 +25,8 @@ // GetDataType(). To fix this, such subclasses should override GetDataType() to // return VTK_ID_TYPE. -#ifndef __vtkTypedDataArray_h -#define __vtkTypedDataArray_h +#ifndef vtkTypedDataArray_h +#define vtkTypedDataArray_h #include "vtkDataArray.h" @@ -163,6 +163,6 @@ typename vtkTypedDataArray::Iterator vtkTypedDataArray::End() #include "vtkTypedDataArray.txx" -#endif //__vtkTypedDataArray_h +#endif //vtkTypedDataArray_h // VTK-HeaderTest-Exclude: vtkTypedDataArray.h diff --git a/Common/Core/vtkTypedDataArrayIterator.h b/Common/Core/vtkTypedDataArrayIterator.h index db55c5dbf5..dd2883380d 100644 --- a/Common/Core/vtkTypedDataArrayIterator.h +++ b/Common/Core/vtkTypedDataArrayIterator.h @@ -24,8 +24,8 @@ // for safely iterating through subclasses of vtkMappedDataArray, which may // not use the same memory layout as a typical vtkDataArray. -#ifndef __vtkTypedDataArrayIterator_h -#define __vtkTypedDataArrayIterator_h +#ifndef vtkTypedDataArrayIterator_h +#define vtkTypedDataArrayIterator_h #include // For iterator traits @@ -164,6 +164,6 @@ private: vtkIdType Index; }; -#endif // __vtkTypedDataArrayIterator_h +#endif // vtkTypedDataArrayIterator_h // VTK-HeaderTest-Exclude: vtkTypedDataArrayIterator.h diff --git a/Common/Core/vtkUnicodeString.h b/Common/Core/vtkUnicodeString.h index 565a7eb8ad..2ae940f728 100644 --- a/Common/Core/vtkUnicodeString.h +++ b/Common/Core/vtkUnicodeString.h @@ -41,8 +41,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkUnicodeString_h -#define __vtkUnicodeString_h +#ifndef vtkUnicodeString_h +#define vtkUnicodeString_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/Core/vtkUnicodeStringArray.h b/Common/Core/vtkUnicodeStringArray.h index 7a19081cc9..0a2bfa805f 100644 --- a/Common/Core/vtkUnicodeStringArray.h +++ b/Common/Core/vtkUnicodeStringArray.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkUnicodeStringArray_h -#define __vtkUnicodeStringArray_h +#ifndef vtkUnicodeStringArray_h +#define vtkUnicodeStringArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkAbstractArray.h" diff --git a/Common/Core/vtkUnsignedCharArray.h b/Common/Core/vtkUnsignedCharArray.h index a0fa1ff45d..e10cf0d4d4 100644 --- a/Common/Core/vtkUnsignedCharArray.h +++ b/Common/Core/vtkUnsignedCharArray.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkUnsignedCharArray_h -#define __vtkUnsignedCharArray_h +#ifndef vtkUnsignedCharArray_h +#define vtkUnsignedCharArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkUnsignedCharArray_cxx) diff --git a/Common/Core/vtkUnsignedIntArray.h b/Common/Core/vtkUnsignedIntArray.h index 85a1d47d16..8844471b1b 100644 --- a/Common/Core/vtkUnsignedIntArray.h +++ b/Common/Core/vtkUnsignedIntArray.h @@ -18,8 +18,8 @@ // provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkUnsignedIntArray_h -#define __vtkUnsignedIntArray_h +#ifndef vtkUnsignedIntArray_h +#define vtkUnsignedIntArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkUnsignedIntArray_cxx) diff --git a/Common/Core/vtkUnsignedLongArray.h b/Common/Core/vtkUnsignedLongArray.h index 441ad8317a..6813a4908a 100644 --- a/Common/Core/vtkUnsignedLongArray.h +++ b/Common/Core/vtkUnsignedLongArray.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkUnsignedLongArray_h -#define __vtkUnsignedLongArray_h +#ifndef vtkUnsignedLongArray_h +#define vtkUnsignedLongArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkUnsignedLongArray_cxx) diff --git a/Common/Core/vtkUnsignedLongLongArray.h b/Common/Core/vtkUnsignedLongLongArray.h index d971e9a9e4..bd4aa2dc2b 100644 --- a/Common/Core/vtkUnsignedLongLongArray.h +++ b/Common/Core/vtkUnsignedLongLongArray.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkUnsignedLongLongArray_h -#define __vtkUnsignedLongLongArray_h +#ifndef vtkUnsignedLongLongArray_h +#define vtkUnsignedLongLongArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkUnsignedLongLongArray_cxx) diff --git a/Common/Core/vtkUnsignedShortArray.h b/Common/Core/vtkUnsignedShortArray.h index 3095f62313..b730ad02e0 100644 --- a/Common/Core/vtkUnsignedShortArray.h +++ b/Common/Core/vtkUnsignedShortArray.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkUnsignedShortArray_h -#define __vtkUnsignedShortArray_h +#ifndef vtkUnsignedShortArray_h +#define vtkUnsignedShortArray_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkUnsignedShortArray_cxx) diff --git a/Common/Core/vtkUnsigned__Int64Array.h b/Common/Core/vtkUnsigned__Int64Array.h index cff9262f9e..bcea6795f4 100644 --- a/Common/Core/vtkUnsigned__Int64Array.h +++ b/Common/Core/vtkUnsigned__Int64Array.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtkUnsigned__Int64Array_h -#define __vtkUnsigned__Int64Array_h +#ifndef vtkUnsigned__Int64Array_h +#define vtkUnsigned__Int64Array_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtkUnsigned__Int64Array_cxx) diff --git a/Common/Core/vtkVariant.h b/Common/Core/vtkVariant.h index 0a5472dd2b..ffdb00bfd1 100644 --- a/Common/Core/vtkVariant.h +++ b/Common/Core/vtkVariant.h @@ -26,8 +26,8 @@ // Sandia National Laboratories for their help in developing this class. -#ifndef __vtkVariant_h -#define __vtkVariant_h +#ifndef vtkVariant_h +#define vtkVariant_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkType.h" // To define type IDs and VTK_TYPE_USE_* flags diff --git a/Common/Core/vtkVariantArray.h b/Common/Core/vtkVariantArray.h index 57315dbe0a..fadc4ec685 100644 --- a/Common/Core/vtkVariantArray.h +++ b/Common/Core/vtkVariantArray.h @@ -26,8 +26,8 @@ // Sandia National Laboratories for their help in developing this class. -#ifndef __vtkVariantArray_h -#define __vtkVariantArray_h +#ifndef vtkVariantArray_h +#define vtkVariantArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkAbstractArray.h" diff --git a/Common/Core/vtkVariantCast.h b/Common/Core/vtkVariantCast.h index 3e7ea8c563..1c4f58229c 100644 --- a/Common/Core/vtkVariantCast.h +++ b/Common/Core/vtkVariantCast.h @@ -31,8 +31,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkVariantCast_h -#define __vtkVariantCast_h +#ifndef vtkVariantCast_h +#define vtkVariantCast_h #include "vtkUnicodeString.h" #include // for warnings diff --git a/Common/Core/vtkVariantCreate.h b/Common/Core/vtkVariantCreate.h index da808067c6..1e083b541d 100644 --- a/Common/Core/vtkVariantCreate.h +++ b/Common/Core/vtkVariantCreate.h @@ -27,8 +27,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkVariantCreate_h -#define __vtkVariantCreate_h +#ifndef vtkVariantCreate_h +#define vtkVariantCreate_h #include // for warnings diff --git a/Common/Core/vtkVariantExtract.h b/Common/Core/vtkVariantExtract.h index a39b218ec1..af97b602b6 100644 --- a/Common/Core/vtkVariantExtract.h +++ b/Common/Core/vtkVariantExtract.h @@ -30,8 +30,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkVariantExtract_h -#define __vtkVariantExtract_h +#ifndef vtkVariantExtract_h +#define vtkVariantExtract_h #include // for typeid diff --git a/Common/Core/vtkVersion.h b/Common/Core/vtkVersion.h index bca226aa6d..d6fd59ad21 100644 --- a/Common/Core/vtkVersion.h +++ b/Common/Core/vtkVersion.h @@ -22,8 +22,8 @@ // timestamps a particular source release. -#ifndef __vtkVersion_h -#define __vtkVersion_h +#ifndef vtkVersion_h +#define vtkVersion_h #include "vtkCommonCoreModule.h" // For export macro diff --git a/Common/Core/vtkVoidArray.h b/Common/Core/vtkVoidArray.h index ca3f603006..5239329524 100644 --- a/Common/Core/vtkVoidArray.h +++ b/Common/Core/vtkVoidArray.h @@ -18,8 +18,8 @@ // for insertion and retrieval of these pointers values, and will // automatically resize itself to hold new data. -#ifndef __vtkVoidArray_h -#define __vtkVoidArray_h +#ifndef vtkVoidArray_h +#define vtkVoidArray_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkWeakPointer.h b/Common/Core/vtkWeakPointer.h index 0f17aef7b6..4006462602 100644 --- a/Common/Core/vtkWeakPointer.h +++ b/Common/Core/vtkWeakPointer.h @@ -37,8 +37,8 @@ // } // \endcode -#ifndef __vtkWeakPointer_h -#define __vtkWeakPointer_h +#ifndef vtkWeakPointer_h +#define vtkWeakPointer_h #include "vtkWeakPointerBase.h" diff --git a/Common/Core/vtkWeakPointerBase.h b/Common/Core/vtkWeakPointerBase.h index 71fcb1d1ae..18f94fbdac 100644 --- a/Common/Core/vtkWeakPointerBase.h +++ b/Common/Core/vtkWeakPointerBase.h @@ -19,8 +19,8 @@ // when the vtkObjectBase referred to is destroyed, the pointer gets initialized to // NULL, thus avoid dangling references. -#ifndef __vtkWeakPointerBase_h -#define __vtkWeakPointerBase_h +#ifndef vtkWeakPointerBase_h +#define vtkWeakPointerBase_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObjectBase.h" diff --git a/Common/Core/vtkWin32Header.h b/Common/Core/vtkWin32Header.h index bd403df435..a60e73031d 100644 --- a/Common/Core/vtkWin32Header.h +++ b/Common/Core/vtkWin32Header.h @@ -17,8 +17,8 @@ // The vtkWin32Header captures some system differences between Unix and // Windows operating systems. -#ifndef __vtkWIN32Header_h -#define __vtkWIN32Header_h +#ifndef vtkWIN32Header_h +#define vtkWIN32Header_h #ifndef __VTK_SYSTEM_INCLUDES__INSIDE Do_not_include_vtkWin32Header_directly__vtkSystemIncludes_includes_it; diff --git a/Common/Core/vtkWin32OutputWindow.h b/Common/Core/vtkWin32OutputWindow.h index e5c79c8d1e..dcc633e3fd 100644 --- a/Common/Core/vtkWin32OutputWindow.h +++ b/Common/Core/vtkWin32OutputWindow.h @@ -22,8 +22,8 @@ // the vtkObject::GlobalWarningDisplayOff() function is called. The // window is created the next time text is written to the window. -#ifndef __vtkWin32OutputWindow_h -#define __vtkWin32OutputWindow_h +#ifndef vtkWin32OutputWindow_h +#define vtkWin32OutputWindow_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkOutputWindow.h" diff --git a/Common/Core/vtkWin32ProcessOutputWindow.h b/Common/Core/vtkWin32ProcessOutputWindow.h index 013cc106ea..ca98cb14bc 100644 --- a/Common/Core/vtkWin32ProcessOutputWindow.h +++ b/Common/Core/vtkWin32ProcessOutputWindow.h @@ -19,8 +19,8 @@ // process display VTK errors so that if a VTK application crashes, // the error messages are still available. -#ifndef __vtkWin32ProcessOutputWindow_h -#define __vtkWin32ProcessOutputWindow_h +#ifndef vtkWin32ProcessOutputWindow_h +#define vtkWin32ProcessOutputWindow_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkOutputWindow.h" diff --git a/Common/Core/vtkWindow.h b/Common/Core/vtkWindow.h index 395e29a23d..3f54942a69 100644 --- a/Common/Core/vtkWindow.h +++ b/Common/Core/vtkWindow.h @@ -20,8 +20,8 @@ // .SECTION see also // vtkRenderWindow vtkViewport -#ifndef __vtkWindow_h -#define __vtkWindow_h +#ifndef vtkWindow_h +#define vtkWindow_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Core/vtkWindows.h b/Common/Core/vtkWindows.h index 9d6c1c0ecc..d3c1d26fd9 100644 --- a/Common/Core/vtkWindows.h +++ b/Common/Core/vtkWindows.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkWindows_h -#define __vtkWindows_h +#ifndef vtkWindows_h +#define vtkWindows_h /* This header is useless when not on windows or when the windows header has already been included at the top of VTK. Block the diff --git a/Common/Core/vtkXMLFileOutputWindow.h b/Common/Core/vtkXMLFileOutputWindow.h index 09acdecc7a..9882c0b75c 100644 --- a/Common/Core/vtkXMLFileOutputWindow.h +++ b/Common/Core/vtkXMLFileOutputWindow.h @@ -32,8 +32,8 @@ // class, instantiate it and then call SetInstance(this). -#ifndef __vtkXMLFileOutputWindow_h -#define __vtkXMLFileOutputWindow_h +#ifndef vtkXMLFileOutputWindow_h +#define vtkXMLFileOutputWindow_h #include "vtkCommonCoreModule.h" // For export macro #include "vtkFileOutputWindow.h" diff --git a/Common/Core/vtk__Int64Array.h b/Common/Core/vtk__Int64Array.h index 59a2c94ee9..538277b271 100644 --- a/Common/Core/vtk__Int64Array.h +++ b/Common/Core/vtk__Int64Array.h @@ -18,8 +18,8 @@ // It provides methods for insertion and retrieval of values and will // automatically resize itself to hold new data. -#ifndef __vtk__Int64Array_h -#define __vtk__Int64Array_h +#ifndef vtk__Int64Array_h +#define vtk__Int64Array_h // Tell the template header how to give our superclass a DLL interface. #if !defined(vtk__Int64Array_cxx) diff --git a/Common/DataModel/vtkAMRBox.h b/Common/DataModel/vtkAMRBox.h index 911e08eaca..e73bfa8387 100644 --- a/Common/DataModel/vtkAMRBox.h +++ b/Common/DataModel/vtkAMRBox.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkAMRInformation -#ifndef __vtkAMRBox_h -#define __vtkAMRBox_h +#ifndef vtkAMRBox_h +#define vtkAMRBox_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkAMRDataInternals.h b/Common/DataModel/vtkAMRDataInternals.h index 1344fdfa24..8618c1588d 100644 --- a/Common/DataModel/vtkAMRDataInternals.h +++ b/Common/DataModel/vtkAMRDataInternals.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkOverlappingAMR, vtkAMRBox -#ifndef __vtkAMRDataInternals_h -#define __vtkAMRDataInternals_h +#ifndef vtkAMRDataInternals_h +#define vtkAMRDataInternals_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkAMRInformation.h b/Common/DataModel/vtkAMRInformation.h index 466be53c19..1a615e7ad7 100644 --- a/Common/DataModel/vtkAMRInformation.h +++ b/Common/DataModel/vtkAMRInformation.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkOverlappingAMR, vtkAMRBox -#ifndef __vtkAMRInformation_h -#define __vtkAMRInformation_h +#ifndef vtkAMRInformation_h +#define vtkAMRInformation_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkAbstractCellLocator.h b/Common/DataModel/vtkAbstractCellLocator.h index 114fd24f75..88e751bc84 100644 --- a/Common/DataModel/vtkAbstractCellLocator.h +++ b/Common/DataModel/vtkAbstractCellLocator.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkLocator vtkPointLocator vtkOBBTree vtkCellLocator -#ifndef __vtkAbstractCellLocator_h -#define __vtkAbstractCellLocator_h +#ifndef vtkAbstractCellLocator_h +#define vtkAbstractCellLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkLocator.h" diff --git a/Common/DataModel/vtkAbstractElectronicData.h b/Common/DataModel/vtkAbstractElectronicData.h index 42103786fa..2792e33f29 100644 --- a/Common/DataModel/vtkAbstractElectronicData.h +++ b/Common/DataModel/vtkAbstractElectronicData.h @@ -16,8 +16,8 @@ // chemical electronic data // .SECTION Description -#ifndef __vtkAbstractElectronicData_h -#define __vtkAbstractElectronicData_h +#ifndef vtkAbstractElectronicData_h +#define vtkAbstractElectronicData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkAbstractPointLocator.h b/Common/DataModel/vtkAbstractPointLocator.h index 68c0cd34c7..ac60507ee9 100644 --- a/Common/DataModel/vtkAbstractPointLocator.h +++ b/Common/DataModel/vtkAbstractPointLocator.h @@ -21,8 +21,8 @@ // and finding the closest point. The points are provided from the specified // dataset input. -#ifndef __vtkAbstractPointLocator_h -#define __vtkAbstractPointLocator_h +#ifndef vtkAbstractPointLocator_h +#define vtkAbstractPointLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkLocator.h" diff --git a/Common/DataModel/vtkAdjacentVertexIterator.h b/Common/DataModel/vtkAdjacentVertexIterator.h index 74aa4f521a..e00a0a569a 100644 --- a/Common/DataModel/vtkAdjacentVertexIterator.h +++ b/Common/DataModel/vtkAdjacentVertexIterator.h @@ -30,8 +30,8 @@ // .SECTION Thanks // -#ifndef __vtkAdjacentVertexIterator_h -#define __vtkAdjacentVertexIterator_h +#ifndef vtkAdjacentVertexIterator_h +#define vtkAdjacentVertexIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkAnimationScene.h b/Common/DataModel/vtkAnimationScene.h index e327275f22..e6368a307e 100644 --- a/Common/DataModel/vtkAnimationScene.h +++ b/Common/DataModel/vtkAnimationScene.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkAnimationCue -#ifndef __vtkAnimationScene_h -#define __vtkAnimationScene_h +#ifndef vtkAnimationScene_h +#define vtkAnimationScene_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkAnimationCue.h" diff --git a/Common/DataModel/vtkAnnotation.h b/Common/DataModel/vtkAnnotation.h index e4795ccf92..40301dfe72 100644 --- a/Common/DataModel/vtkAnnotation.h +++ b/Common/DataModel/vtkAnnotation.h @@ -30,8 +30,8 @@ // Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories // contributed code to this class. -#ifndef __vtkAnnotation_h -#define __vtkAnnotation_h +#ifndef vtkAnnotation_h +#define vtkAnnotation_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkAnnotationLayers.h b/Common/DataModel/vtkAnnotationLayers.h index 047a8a7eb7..898762dd1e 100644 --- a/Common/DataModel/vtkAnnotationLayers.h +++ b/Common/DataModel/vtkAnnotationLayers.h @@ -27,8 +27,8 @@ // layers introduces a prioritization of annotations. Annotations in // higher layers may obscure annotations in lower layers. -#ifndef __vtkAnnotationLayers_h -#define __vtkAnnotationLayers_h +#ifndef vtkAnnotationLayers_h +#define vtkAnnotationLayers_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkArrayData.h b/Common/DataModel/vtkArrayData.h index 8f2509ae36..b020bff777 100644 --- a/Common/DataModel/vtkArrayData.h +++ b/Common/DataModel/vtkArrayData.h @@ -34,8 +34,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkArrayData_h -#define __vtkArrayData_h +#ifndef vtkArrayData_h +#define vtkArrayData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkArray.h" diff --git a/Common/DataModel/vtkAtom.h b/Common/DataModel/vtkAtom.h index aeaa50da11..bf698cd2fd 100644 --- a/Common/DataModel/vtkAtom.h +++ b/Common/DataModel/vtkAtom.h @@ -15,8 +15,8 @@ // .NAME vtkAtom - convenience proxy for vtkMolecule // .SECTION Description -#ifndef __vtkAtom_h -#define __vtkAtom_h +#ifndef vtkAtom_h +#define vtkAtom_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" // For macros, defines, etc diff --git a/Common/DataModel/vtkAttributesErrorMetric.h b/Common/DataModel/vtkAttributesErrorMetric.h index bf3476eaa1..3e1875fd77 100644 --- a/Common/DataModel/vtkAttributesErrorMetric.h +++ b/Common/DataModel/vtkAttributesErrorMetric.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkGenericCellTessellator vtkGenericSubdivisionErrorMetric -#ifndef __vtkAttributesErrorMetric_h -#define __vtkAttributesErrorMetric_h +#ifndef vtkAttributesErrorMetric_h +#define vtkAttributesErrorMetric_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkGenericSubdivisionErrorMetric.h" diff --git a/Common/DataModel/vtkBSPCuts.h b/Common/DataModel/vtkBSPCuts.h index b42766367f..98f1f1a798 100644 --- a/Common/DataModel/vtkBSPCuts.h +++ b/Common/DataModel/vtkBSPCuts.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkKdTree vtkKdNode vtkDistributedDataFilter -#ifndef __vtkBSPCuts_h -#define __vtkBSPCuts_h +#ifndef vtkBSPCuts_h +#define vtkBSPCuts_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkBSPIntersections.h b/Common/DataModel/vtkBSPIntersections.h index 216b2798fa..f67a34edf2 100644 --- a/Common/DataModel/vtkBSPIntersections.h +++ b/Common/DataModel/vtkBSPIntersections.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkBSPCuts vtkKdTree -#ifndef __vtkBSPIntersections_h -#define __vtkBSPIntersections_h +#ifndef vtkBSPIntersections_h +#define vtkBSPIntersections_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkBiQuadraticQuad.h b/Common/DataModel/vtkBiQuadraticQuad.h index 429975d7a8..dd0d26f57f 100644 --- a/Common/DataModel/vtkBiQuadraticQuad.h +++ b/Common/DataModel/vtkBiQuadraticQuad.h @@ -34,8 +34,8 @@ // Thanks to Soeren Gebbert who developed this class and // integrated it into VTK 5.0. -#ifndef __vtkBiQuadraticQuad_h -#define __vtkBiQuadraticQuad_h +#ifndef vtkBiQuadraticQuad_h +#define vtkBiQuadraticQuad_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h b/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h index f1f77daf5d..fd008a548b 100644 --- a/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h +++ b/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h @@ -63,8 +63,8 @@ // integrated it into VTK 5.0. -#ifndef __vtkBiQuadraticQuadraticHexahedron_h -#define __vtkBiQuadraticQuadraticHexahedron_h +#ifndef vtkBiQuadraticQuadraticHexahedron_h +#define vtkBiQuadraticQuadraticHexahedron_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkBiQuadraticQuadraticWedge.h b/Common/DataModel/vtkBiQuadraticQuadraticWedge.h index 7da60eee8f..d1f3e3de28 100644 --- a/Common/DataModel/vtkBiQuadraticQuadraticWedge.h +++ b/Common/DataModel/vtkBiQuadraticQuadraticWedge.h @@ -36,8 +36,8 @@ // integrated it into VTK 5.0. -#ifndef __vtkBiQuadraticQuadraticWedge_h -#define __vtkBiQuadraticQuadraticWedge_h +#ifndef vtkBiQuadraticQuadraticWedge_h +#define vtkBiQuadraticQuadraticWedge_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkBiQuadraticTriangle.h b/Common/DataModel/vtkBiQuadraticTriangle.h index fd575bb42b..3733e563cf 100644 --- a/Common/DataModel/vtkBiQuadraticTriangle.h +++ b/Common/DataModel/vtkBiQuadraticTriangle.h @@ -32,8 +32,8 @@ // Copyright (c) EDF - www.edf.fr // -#ifndef __vtkBiQuadraticTriangle_h -#define __vtkBiQuadraticTriangle_h +#ifndef vtkBiQuadraticTriangle_h +#define vtkBiQuadraticTriangle_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkBond.h b/Common/DataModel/vtkBond.h index 38bf66e711..2f51022517 100644 --- a/Common/DataModel/vtkBond.h +++ b/Common/DataModel/vtkBond.h @@ -15,8 +15,8 @@ // .NAME vtkBond - convenience proxy for vtkMolecule // .SECTION Description -#ifndef __vtkBond_h -#define __vtkBond_h +#ifndef vtkBond_h +#define vtkBond_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" // For macros, etc diff --git a/Common/DataModel/vtkBoundingBox.h b/Common/DataModel/vtkBoundingBox.h index 493926b83e..f2816ecbfd 100644 --- a/Common/DataModel/vtkBoundingBox.h +++ b/Common/DataModel/vtkBoundingBox.h @@ -21,8 +21,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION see also // vtkBox -#ifndef __vtkBoundingBox_h -#define __vtkBoundingBox_h +#ifndef vtkBoundingBox_h +#define vtkBoundingBox_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/DataModel/vtkBox.h b/Common/DataModel/vtkBox.h index 90abfcb755..7b7900671b 100644 --- a/Common/DataModel/vtkBox.h +++ b/Common/DataModel/vtkBox.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkCubeSource vtkImplicitFunction -#ifndef __vtkBox_h -#define __vtkBox_h +#ifndef vtkBox_h +#define vtkBox_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkCell.h b/Common/DataModel/vtkCell.h index ea6b36c311..f6e9c94c77 100644 --- a/Common/DataModel/vtkCell.h +++ b/Common/DataModel/vtkCell.h @@ -31,8 +31,8 @@ // vtkPolygon vtkQuad vtkTetra vtkTriangle // vtkTriangleStrip vtkVertex vtkVoxel vtkWedge vtkPyramid -#ifndef __vtkCell_h -#define __vtkCell_h +#ifndef vtkCell_h +#define vtkCell_h #define VTK_CELL_SIZE 512 #define VTK_TOL 1.e-05 // Tolerance for geometric calculation diff --git a/Common/DataModel/vtkCell3D.h b/Common/DataModel/vtkCell3D.h index f6d4eaccd2..86f5c6f236 100644 --- a/Common/DataModel/vtkCell3D.h +++ b/Common/DataModel/vtkCell3D.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkTetra vtkHexahedron vtkVoxel vtkWedge vtkPyramid -#ifndef __vtkCell3D_h -#define __vtkCell3D_h +#ifndef vtkCell3D_h +#define vtkCell3D_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkCellArray.h b/Common/DataModel/vtkCellArray.h index 9e429045d7..de15bfee70 100644 --- a/Common/DataModel/vtkCellArray.h +++ b/Common/DataModel/vtkCellArray.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkCellTypes vtkCellLinks -#ifndef __vtkCellArray_h -#define __vtkCellArray_h +#ifndef vtkCellArray_h +#define vtkCellArray_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkCellData.h b/Common/DataModel/vtkCellData.h index ee95f246fb..0e3f8740e0 100644 --- a/Common/DataModel/vtkCellData.h +++ b/Common/DataModel/vtkCellData.h @@ -20,8 +20,8 @@ // objects, such as passing data through filter, copying data from one // cell to another, and interpolating data given cell interpolation weights. -#ifndef __vtkCellData_h -#define __vtkCellData_h +#ifndef vtkCellData_h +#define vtkCellData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataSetAttributes.h" diff --git a/Common/DataModel/vtkCellIterator.h b/Common/DataModel/vtkCellIterator.h index 6de0d1703a..0b4c6c8a88 100644 --- a/Common/DataModel/vtkCellIterator.h +++ b/Common/DataModel/vtkCellIterator.h @@ -59,8 +59,8 @@ // fetching unnecessary data. Also note that at the end of the loop, the // iterator must be deleted as these iterators are vtkObject subclasses. -#ifndef __vtkCellIterator_h -#define __vtkCellIterator_h +#ifndef vtkCellIterator_h +#define vtkCellIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" @@ -281,4 +281,4 @@ inline vtkIdType vtkCellIterator::GetNumberOfFaces() return this->Faces->GetNumberOfIds() != 0 ? this->Faces->GetId(0) : 0; } -#endif //__vtkCellIterator_h +#endif //vtkCellIterator_h diff --git a/Common/DataModel/vtkCellLinks.h b/Common/DataModel/vtkCellLinks.h index 71fae1a5bb..49a2ef0932 100644 --- a/Common/DataModel/vtkCellLinks.h +++ b/Common/DataModel/vtkCellLinks.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkCellArray vtkCellTypes -#ifndef __vtkCellLinks_h -#define __vtkCellLinks_h +#ifndef vtkCellLinks_h +#define vtkCellLinks_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkCellLocator.h b/Common/DataModel/vtkCellLocator.h index 7ab2afa54c..89866e7469 100644 --- a/Common/DataModel/vtkCellLocator.h +++ b/Common/DataModel/vtkCellLocator.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkLocator vtkPointLocator vtkOBBTree -#ifndef __vtkCellLocator_h -#define __vtkCellLocator_h +#ifndef vtkCellLocator_h +#define vtkCellLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkAbstractCellLocator.h" diff --git a/Common/DataModel/vtkCellType.h b/Common/DataModel/vtkCellType.h index 82dafe107b..72b16cfad7 100644 --- a/Common/DataModel/vtkCellType.h +++ b/Common/DataModel/vtkCellType.h @@ -20,8 +20,8 @@ // explicitly represented (as in vtkPolyData), or may be implicit to the // data type (as in vtkStructuredPoints). -#ifndef __vtkCellType_h -#define __vtkCellType_h +#ifndef vtkCellType_h +#define vtkCellType_h // To add a new cell type, define a new integer type flag here, then // create a subclass of vtkCell to implement the proper behavior. You diff --git a/Common/DataModel/vtkCellTypes.h b/Common/DataModel/vtkCellTypes.h index cd3a89df99..eadfa92901 100644 --- a/Common/DataModel/vtkCellTypes.h +++ b/Common/DataModel/vtkCellTypes.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkCellArray vtkCellLinks -#ifndef __vtkCellTypes_h -#define __vtkCellTypes_h +#ifndef vtkCellTypes_h +#define vtkCellTypes_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkColor.h b/Common/DataModel/vtkColor.h index 7bc744ae89..464a5e4f1d 100644 --- a/Common/DataModel/vtkColor.h +++ b/Common/DataModel/vtkColor.h @@ -19,8 +19,8 @@ // This class is a templated data type for storing and manipulating fixed size // colors. It derives from the vtkVector templated data structure. -#ifndef __vtkColor_h -#define __vtkColor_h +#ifndef vtkColor_h +#define vtkColor_h #include "vtkTuple.h" #include "vtkObject.h" // for legacy macros @@ -337,5 +337,5 @@ const T& vtkColor4::Alpha() const } #endif // VTK_LEGACY_REMOVE -#endif // __vtkColor_h +#endif // vtkColor_h // VTK-HeaderTest-Exclude: vtkColor.h diff --git a/Common/DataModel/vtkCompositeDataIterator.h b/Common/DataModel/vtkCompositeDataIterator.h index d1d49c9dbb..26a85808c1 100644 --- a/Common/DataModel/vtkCompositeDataIterator.h +++ b/Common/DataModel/vtkCompositeDataIterator.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkCompositeDataIterator provides an interface for accessing datasets // in a collection (vtkCompositeDataIterator). -#ifndef __vtkCompositeDataIterator_h -#define __vtkCompositeDataIterator_h +#ifndef vtkCompositeDataIterator_h +#define vtkCompositeDataIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkCompositeDataSet.h b/Common/DataModel/vtkCompositeDataSet.h index 7d014fd16c..2df4ec9667 100644 --- a/Common/DataModel/vtkCompositeDataSet.h +++ b/Common/DataModel/vtkCompositeDataSet.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkCompositeDataIterator -#ifndef __vtkCompositeDataSet_h -#define __vtkCompositeDataSet_h +#ifndef vtkCompositeDataSet_h +#define vtkCompositeDataSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkCone.h b/Common/DataModel/vtkCone.h index 7caf1bee0b..8346b276b4 100644 --- a/Common/DataModel/vtkCone.h +++ b/Common/DataModel/vtkCone.h @@ -25,8 +25,8 @@ // The cone is infinite in extent. To truncate the cone use the // vtkImplicitBoolean in combination with clipping planes. -#ifndef __vtkCone_h -#define __vtkCone_h +#ifndef vtkCone_h +#define vtkCone_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkConvexPointSet.h b/Common/DataModel/vtkConvexPointSet.h index c9d8b7610f..c0ad2cf667 100644 --- a/Common/DataModel/vtkConvexPointSet.h +++ b/Common/DataModel/vtkConvexPointSet.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkHexahedron vtkPyramid vtkTetra vtkVoxel vtkWedge -#ifndef __vtkConvexPointSet_h -#define __vtkConvexPointSet_h +#ifndef vtkConvexPointSet_h +#define vtkConvexPointSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkCubicLine.h b/Common/DataModel/vtkCubicLine.h index 5e1255253a..ca272bd630 100644 --- a/Common/DataModel/vtkCubicLine.h +++ b/Common/DataModel/vtkCubicLine.h @@ -28,8 +28,8 @@ // -#ifndef __vtkCubicLine_h -#define __vtkCubicLine_h +#ifndef vtkCubicLine_h +#define vtkCubicLine_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkCylinder.h b/Common/DataModel/vtkCylinder.h index d047a219a8..3fd82fbb16 100644 --- a/Common/DataModel/vtkCylinder.h +++ b/Common/DataModel/vtkCylinder.h @@ -25,8 +25,8 @@ // vtkImplicitBoolean in combination with clipping planes. -#ifndef __vtkCylinder_h -#define __vtkCylinder_h +#ifndef vtkCylinder_h +#define vtkCylinder_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkDataArrayDispatcher.h b/Common/DataModel/vtkDataArrayDispatcher.h index 9401abf444..dcd479f9ee 100644 --- a/Common/DataModel/vtkDataArrayDispatcher.h +++ b/Common/DataModel/vtkDataArrayDispatcher.h @@ -46,8 +46,8 @@ // .SECTION See Also // vtkDispatcher vtkDoubleDispatcher -#ifndef __vtkDataArrayDispatcher_h -#define __vtkDataArrayDispatcher_h +#ifndef vtkDataArrayDispatcher_h +#define vtkDataArrayDispatcher_h #include "vtkType.h" //Required for vtkIdType #include "vtkDataArray.h" //required for constructor of the vtkDataArrayFunctor @@ -168,5 +168,5 @@ ReturnType vtkDataArrayDispatcher return ReturnType(); } -#endif // __vtkDataArrayDispatcher_h +#endif // vtkDataArrayDispatcher_h // VTK-HeaderTest-Exclude: vtkDataArrayDispatcher.h diff --git a/Common/DataModel/vtkDataObject.h b/Common/DataModel/vtkDataObject.h index 8fbbc1a2c6..e1fbad51a1 100644 --- a/Common/DataModel/vtkDataObject.h +++ b/Common/DataModel/vtkDataObject.h @@ -29,8 +29,8 @@ // vtkDataObjectMapper vtkDataObjectToDataSet // vtkFieldDataToAttributeDataFilter -#ifndef __vtkDataObject_h -#define __vtkDataObject_h +#ifndef vtkDataObject_h +#define vtkDataObject_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkDataObjectCollection.h b/Common/DataModel/vtkDataObjectCollection.h index 4b34f6d78c..9276c020ea 100644 --- a/Common/DataModel/vtkDataObjectCollection.h +++ b/Common/DataModel/vtkDataObjectCollection.h @@ -17,8 +17,8 @@ // vtkDataObjectCollection is an object that creates and manipulates lists of // data objects. See also vtkCollection and subclasses. -#ifndef __vtkDataObjectCollection_h -#define __vtkDataObjectCollection_h +#ifndef vtkDataObjectCollection_h +#define vtkDataObjectCollection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/DataModel/vtkDataObjectTree.h b/Common/DataModel/vtkDataObjectTree.h index b9680d50cb..6a980ffa69 100644 --- a/Common/DataModel/vtkDataObjectTree.h +++ b/Common/DataModel/vtkDataObjectTree.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkDataObjectTreeIterator -#ifndef __vtkDataObjectTree_h -#define __vtkDataObjectTree_h +#ifndef vtkDataObjectTree_h +#define vtkDataObjectTree_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCompositeDataSet.h" diff --git a/Common/DataModel/vtkDataObjectTreeInternals.h b/Common/DataModel/vtkDataObjectTreeInternals.h index fac4e98aef..3a0fb4c01a 100644 --- a/Common/DataModel/vtkDataObjectTreeInternals.h +++ b/Common/DataModel/vtkDataObjectTreeInternals.h @@ -15,8 +15,8 @@ // .NAME vtkDataObjectTreeInternals // .SECTION Description -#ifndef __vtkDataObjectTreeInternals_h -#define __vtkDataObjectTreeInternals_h +#ifndef vtkDataObjectTreeInternals_h +#define vtkDataObjectTreeInternals_h #include "vtkDataObject.h" #include "vtkInformation.h" diff --git a/Common/DataModel/vtkDataObjectTreeIterator.h b/Common/DataModel/vtkDataObjectTreeIterator.h index 914ffc7bdc..aae3d9fa2d 100644 --- a/Common/DataModel/vtkDataObjectTreeIterator.h +++ b/Common/DataModel/vtkDataObjectTreeIterator.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkDataObjectTreeIterator provides an interface for accessing datasets // in a collection (vtkDataObjectTreeIterator). -#ifndef __vtkDataObjectTreeIterator_h -#define __vtkDataObjectTreeIterator_h +#ifndef vtkDataObjectTreeIterator_h +#define vtkDataObjectTreeIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCompositeDataIterator.h" diff --git a/Common/DataModel/vtkDataObjectTypes.h b/Common/DataModel/vtkDataObjectTypes.h index d81a2e4ec0..05fbb8cb5d 100644 --- a/Common/DataModel/vtkDataObjectTypes.h +++ b/Common/DataModel/vtkDataObjectTypes.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkDataObject -#ifndef __vtkDataObjectTypes_h -#define __vtkDataObjectTypes_h +#ifndef vtkDataObjectTypes_h +#define vtkDataObjectTypes_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkDataSet.h b/Common/DataModel/vtkDataSet.h index 61c5800db6..d5b2f9165e 100644 --- a/Common/DataModel/vtkDataSet.h +++ b/Common/DataModel/vtkDataSet.h @@ -34,8 +34,8 @@ // vtkRectilinearGrid vtkPolyData vtkPointData vtkCellData // vtkDataObject vtkFieldData -#ifndef __vtkDataSet_h -#define __vtkDataSet_h +#ifndef vtkDataSet_h +#define vtkDataSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkDataSetAttributes.h b/Common/DataModel/vtkDataSetAttributes.h index e7f9afe9ca..ae1b78b9fe 100644 --- a/Common/DataModel/vtkDataSetAttributes.h +++ b/Common/DataModel/vtkDataSetAttributes.h @@ -38,8 +38,8 @@ // group of sources have in common, and to copy tuples from a source into // the destination, for only those attributes that are held by all. -#ifndef __vtkDataSetAttributes_h -#define __vtkDataSetAttributes_h +#ifndef vtkDataSetAttributes_h +#define vtkDataSetAttributes_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkFieldData.h" diff --git a/Common/DataModel/vtkDataSetCellIterator.h b/Common/DataModel/vtkDataSetCellIterator.h index ce43fe2852..fc24f1e157 100644 --- a/Common/DataModel/vtkDataSetCellIterator.h +++ b/Common/DataModel/vtkDataSetCellIterator.h @@ -15,8 +15,8 @@ // .NAME vtkDataSetCellIterator - Implementation of vtkCellIterator using // vtkDataSet API. -#ifndef __vtkDataSetCellIterator_h -#define __vtkDataSetCellIterator_h +#ifndef vtkDataSetCellIterator_h +#define vtkDataSetCellIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCellIterator.h" @@ -55,4 +55,4 @@ private: void operator=(const vtkDataSetCellIterator &); // Not implemented. }; -#endif //__vtkDataSetCellIterator_h +#endif //vtkDataSetCellIterator_h diff --git a/Common/DataModel/vtkDataSetCollection.h b/Common/DataModel/vtkDataSetCollection.h index 76cf16b945..17393afb14 100644 --- a/Common/DataModel/vtkDataSetCollection.h +++ b/Common/DataModel/vtkDataSetCollection.h @@ -17,8 +17,8 @@ // vtkDataSetCollection is an object that creates and manipulates lists of // datasets. See also vtkCollection and subclasses. -#ifndef __vtkDataSetCollection_h -#define __vtkDataSetCollection_h +#ifndef vtkDataSetCollection_h +#define vtkDataSetCollection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/DataModel/vtkDirectedAcyclicGraph.h b/Common/DataModel/vtkDirectedAcyclicGraph.h index c4a494131b..7b4f7e4d78 100644 --- a/Common/DataModel/vtkDirectedAcyclicGraph.h +++ b/Common/DataModel/vtkDirectedAcyclicGraph.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkDirectedGraph vtkMutableDirectedGraph vtkGraph -#ifndef __vtkDirectedAcyclicGraph_h -#define __vtkDirectedAcyclicGraph_h +#ifndef vtkDirectedAcyclicGraph_h +#define vtkDirectedAcyclicGraph_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDirectedGraph.h" diff --git a/Common/DataModel/vtkDirectedGraph.h b/Common/DataModel/vtkDirectedGraph.h index 02a16e88db..3abb3832fc 100644 --- a/Common/DataModel/vtkDirectedGraph.h +++ b/Common/DataModel/vtkDirectedGraph.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkGraph vtkMutableDirectedGraph -#ifndef __vtkDirectedGraph_h -#define __vtkDirectedGraph_h +#ifndef vtkDirectedGraph_h +#define vtkDirectedGraph_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkGraph.h" diff --git a/Common/DataModel/vtkDispatcher.h b/Common/DataModel/vtkDispatcher.h index e2a35b6253..8c5ecab12e 100644 --- a/Common/DataModel/vtkDispatcher.h +++ b/Common/DataModel/vtkDispatcher.h @@ -67,8 +67,8 @@ // .SECTION See Also // vtkDispatcher -#ifndef __vtkDispatcher_h -#define __vtkDispatcher_h +#ifndef vtkDispatcher_h +#define vtkDispatcher_h #include "vtkDispatcher_Private.h" //needed for Functor,CastingPolicy,TypeInfo #include //Required for the storage of template params to runtime params @@ -209,5 +209,5 @@ ReturnType vtkDispatcher return (i->second)(*lhs); } -#endif // __vtkDispatcher_h +#endif // vtkDispatcher_h // VTK-HeaderTest-Exclude: vtkDispatcher.h diff --git a/Common/DataModel/vtkDispatcher_Private.h b/Common/DataModel/vtkDispatcher_Private.h index 1ce9b2185f..e39a66fc1f 100644 --- a/Common/DataModel/vtkDispatcher_Private.h +++ b/Common/DataModel/vtkDispatcher_Private.h @@ -27,8 +27,8 @@ // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -#ifndef __vtkDispatcher_Private_h -#define __vtkDispatcher_Private_h +#ifndef vtkDispatcher_Private_h +#define vtkDispatcher_Private_h #include #include @@ -426,5 +426,5 @@ inline bool operator>=(const TypeInfo& lhs, const TypeInfo& rhs) } -#endif // __vtkDispatcherPrivate_h +#endif // vtkDispatcherPrivate_h // VTK-HeaderTest-Exclude: vtkDispatcher_Private.h diff --git a/Common/DataModel/vtkDistributedGraphHelper.h b/Common/DataModel/vtkDistributedGraphHelper.h index 1b38fbbd8e..ff30b5f096 100644 --- a/Common/DataModel/vtkDistributedGraphHelper.h +++ b/Common/DataModel/vtkDistributedGraphHelper.h @@ -46,8 +46,8 @@ // // .SECTION See Also // vtkGraph -#ifndef __vtkDistributedGraphHelper_h -#define __vtkDistributedGraphHelper_h +#ifndef vtkDistributedGraphHelper_h +#define vtkDistributedGraphHelper_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" @@ -256,4 +256,4 @@ class VTKCOMMONDATAMODEL_EXPORT vtkDistributedGraphHelper : public vtkObject //ETX }; -#endif // __vtkDistributedGraphHelper_h +#endif // vtkDistributedGraphHelper_h diff --git a/Common/DataModel/vtkDoubleDispatcher.h b/Common/DataModel/vtkDoubleDispatcher.h index 78669217ae..8223be3b32 100644 --- a/Common/DataModel/vtkDoubleDispatcher.h +++ b/Common/DataModel/vtkDoubleDispatcher.h @@ -64,8 +64,8 @@ // .SECTION See Also // vtkDispatcher -#ifndef __vtkDoubleDispatcher_h -#define __vtkDoubleDispatcher_h +#ifndef vtkDoubleDispatcher_h +#define vtkDoubleDispatcher_h #include "vtkDispatcher_Private.h" //needed for Functor,CastingPolicy,TypeInfo #include //Required for the storage of template params to runtime params @@ -212,5 +212,5 @@ ReturnType vtkDoubleDispatcher return (i->second)(*lhs,*rhs); } -#endif // __vtkDoubleDispatcher_h +#endif // vtkDoubleDispatcher_h // VTK-HeaderTest-Exclude: vtkDoubleDispatcher.h diff --git a/Common/DataModel/vtkEdgeListIterator.h b/Common/DataModel/vtkEdgeListIterator.h index 3bba13e784..0fec6225f9 100644 --- a/Common/DataModel/vtkEdgeListIterator.h +++ b/Common/DataModel/vtkEdgeListIterator.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkGraph -#ifndef __vtkEdgeListIterator_h -#define __vtkEdgeListIterator_h +#ifndef vtkEdgeListIterator_h +#define vtkEdgeListIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkEdgeTable.h b/Common/DataModel/vtkEdgeTable.h index 1ff89102ba..5c6c31950e 100644 --- a/Common/DataModel/vtkEdgeTable.h +++ b/Common/DataModel/vtkEdgeTable.h @@ -24,8 +24,8 @@ // If points are inserted, use the methods InitPointInsertion() and // InsertUniquePoint(). -#ifndef __vtkEdgeTable_h -#define __vtkEdgeTable_h +#ifndef vtkEdgeTable_h +#define vtkEdgeTable_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkEmptyCell.h b/Common/DataModel/vtkEmptyCell.h index 99c8341a0e..89b10f5ad1 100644 --- a/Common/DataModel/vtkEmptyCell.h +++ b/Common/DataModel/vtkEmptyCell.h @@ -17,8 +17,8 @@ // vtkEmptyCell is a concrete implementation of vtkCell. It is used // during processing to represented a deleted element. -#ifndef __vtkEmptyCell_h -#define __vtkEmptyCell_h +#ifndef vtkEmptyCell_h +#define vtkEmptyCell_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkExplicitCell.h b/Common/DataModel/vtkExplicitCell.h index 2c34e4be71..066d49895d 100644 --- a/Common/DataModel/vtkExplicitCell.h +++ b/Common/DataModel/vtkExplicitCell.h @@ -21,8 +21,8 @@ // require explicit face/edge descriptions. Most cells in VTK are // implicitly represented. -#ifndef __vtkExplicitCell_h -#define __vtkExplicitCell_h +#ifndef vtkExplicitCell_h +#define vtkExplicitCell_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkExtractStructuredGridHelper.h b/Common/DataModel/vtkExtractStructuredGridHelper.h index 343d05f485..f0b7ea0ff3 100644 --- a/Common/DataModel/vtkExtractStructuredGridHelper.h +++ b/Common/DataModel/vtkExtractStructuredGridHelper.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkExtractGrid vtkExtractVOI vtkExtractRectilinearGrid -#ifndef __vtkExtractStructuredGridHelper_h -#define __vtkExtractStructuredGridHelper_h +#ifndef vtkExtractStructuredGridHelper_h +#define vtkExtractStructuredGridHelper_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkFieldData.h b/Common/DataModel/vtkFieldData.h index 7a04004198..ae11ada33e 100644 --- a/Common/DataModel/vtkFieldData.h +++ b/Common/DataModel/vtkFieldData.h @@ -37,8 +37,8 @@ // .SECTION See Also // vtkAbstractArray vtkDataSetAttributes vtkPointData vtkCellData -#ifndef __vtkFieldData_h -#define __vtkFieldData_h +#ifndef vtkFieldData_h +#define vtkFieldData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGenericAdaptorCell.h b/Common/DataModel/vtkGenericAdaptorCell.h index fec90053f1..2dcbd7c205 100644 --- a/Common/DataModel/vtkGenericAdaptorCell.h +++ b/Common/DataModel/vtkGenericAdaptorCell.h @@ -53,8 +53,8 @@ // .SECTION See Also // vtkGenericDataSet -#ifndef __vtkGenericAdaptorCell_h -#define __vtkGenericAdaptorCell_h +#ifndef vtkGenericAdaptorCell_h +#define vtkGenericAdaptorCell_h #include "vtkCommonDataModelModule.h" // For export macro diff --git a/Common/DataModel/vtkGenericAttribute.h b/Common/DataModel/vtkGenericAttribute.h index a7796a8747..9bb476ced3 100644 --- a/Common/DataModel/vtkGenericAttribute.h +++ b/Common/DataModel/vtkGenericAttribute.h @@ -24,8 +24,8 @@ // array). It adopts an iterator interface, and allows attributes to be // associated with points, edges, faces, or edges. -#ifndef __vtkGenericAttribute_h -#define __vtkGenericAttribute_h +#ifndef vtkGenericAttribute_h +#define vtkGenericAttribute_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGenericAttributeCollection.h b/Common/DataModel/vtkGenericAttributeCollection.h index 4d91fcd971..667aaecdfb 100644 --- a/Common/DataModel/vtkGenericAttributeCollection.h +++ b/Common/DataModel/vtkGenericAttributeCollection.h @@ -17,8 +17,8 @@ // vtkGenericAttributeCollection is a class that collects attributes // (represented by vtkGenericAttribute). -#ifndef __vtkGenericAttributeCollection_h -#define __vtkGenericAttributeCollection_h +#ifndef vtkGenericAttributeCollection_h +#define vtkGenericAttributeCollection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGenericCell.h b/Common/DataModel/vtkGenericCell.h index 37340c6b41..50419a849a 100644 --- a/Common/DataModel/vtkGenericCell.h +++ b/Common/DataModel/vtkGenericCell.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkCell vtkDataSet -#ifndef __vtkGenericCell_h -#define __vtkGenericCell_h +#ifndef vtkGenericCell_h +#define vtkGenericCell_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkGenericCellIterator.h b/Common/DataModel/vtkGenericCellIterator.h index 4a7aeef412..d36b0efd1e 100644 --- a/Common/DataModel/vtkGenericCellIterator.h +++ b/Common/DataModel/vtkGenericCellIterator.h @@ -27,8 +27,8 @@ // } // -#ifndef __vtkGenericCellIterator_h -#define __vtkGenericCellIterator_h +#ifndef vtkGenericCellIterator_h +#define vtkGenericCellIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGenericCellTessellator.h b/Common/DataModel/vtkGenericCellTessellator.h index 9535331c76..36a413d74a 100644 --- a/Common/DataModel/vtkGenericCellTessellator.h +++ b/Common/DataModel/vtkGenericCellTessellator.h @@ -35,8 +35,8 @@ // relative value of the point ids. -#ifndef __vtkGenericCellTessellator_h -#define __vtkGenericCellTessellator_h +#ifndef vtkGenericCellTessellator_h +#define vtkGenericCellTessellator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGenericDataSet.h b/Common/DataModel/vtkGenericDataSet.h index 4df508189c..4a54499831 100644 --- a/Common/DataModel/vtkGenericDataSet.h +++ b/Common/DataModel/vtkGenericDataSet.h @@ -51,8 +51,8 @@ // .SECTION See Also // vtkGenericAdaptorCell vtkDataSet -#ifndef __vtkGenericDataSet_h -#define __vtkGenericDataSet_h +#ifndef vtkGenericDataSet_h +#define vtkGenericDataSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkGenericEdgeTable.h b/Common/DataModel/vtkGenericEdgeTable.h index 58eb0be225..631b91ad31 100644 --- a/Common/DataModel/vtkGenericEdgeTable.h +++ b/Common/DataModel/vtkGenericEdgeTable.h @@ -24,8 +24,8 @@ // error metric on each edge. This avoids recomputing the error metric each // time the same edge is visited. -#ifndef __vtkGenericEdgeTable_h -#define __vtkGenericEdgeTable_h +#ifndef vtkGenericEdgeTable_h +#define vtkGenericEdgeTable_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGenericInterpolatedVelocityField.h b/Common/DataModel/vtkGenericInterpolatedVelocityField.h index 4779e8ef27..f2f70552c1 100644 --- a/Common/DataModel/vtkGenericInterpolatedVelocityField.h +++ b/Common/DataModel/vtkGenericInterpolatedVelocityField.h @@ -36,8 +36,8 @@ // .SECTION See Also // vtkFunctionSet vtkGenericStreamTracer -#ifndef __vtkGenericInterpolatedVelocityField_h -#define __vtkGenericInterpolatedVelocityField_h +#ifndef vtkGenericInterpolatedVelocityField_h +#define vtkGenericInterpolatedVelocityField_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkFunctionSet.h" diff --git a/Common/DataModel/vtkGenericPointIterator.h b/Common/DataModel/vtkGenericPointIterator.h index 35344c9602..a958cdee08 100644 --- a/Common/DataModel/vtkGenericPointIterator.h +++ b/Common/DataModel/vtkGenericPointIterator.h @@ -28,8 +28,8 @@ // -#ifndef __vtkGenericPointIterator_h -#define __vtkGenericPointIterator_h +#ifndef vtkGenericPointIterator_h +#define vtkGenericPointIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGenericSubdivisionErrorMetric.h b/Common/DataModel/vtkGenericSubdivisionErrorMetric.h index 46c1b4c665..45b0c5ddc1 100644 --- a/Common/DataModel/vtkGenericSubdivisionErrorMetric.h +++ b/Common/DataModel/vtkGenericSubdivisionErrorMetric.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkGenericCellTessellator -#ifndef __vtkGenericSubdivisionErrorMetric_h -#define __vtkGenericSubdivisionErrorMetric_h +#ifndef vtkGenericSubdivisionErrorMetric_h +#define vtkGenericSubdivisionErrorMetric_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGeometricErrorMetric.h b/Common/DataModel/vtkGeometricErrorMetric.h index 2f97d1b84d..ffa933767f 100644 --- a/Common/DataModel/vtkGeometricErrorMetric.h +++ b/Common/DataModel/vtkGeometricErrorMetric.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkGenericCellTessellator vtkGenericSubdivisionErrorMetric -#ifndef __vtkGeometricErrorMetric_h -#define __vtkGeometricErrorMetric_h +#ifndef vtkGeometricErrorMetric_h +#define vtkGeometricErrorMetric_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkGenericSubdivisionErrorMetric.h" diff --git a/Common/DataModel/vtkGraph.h b/Common/DataModel/vtkGraph.h index 85a809e0b3..030aed11c3 100644 --- a/Common/DataModel/vtkGraph.h +++ b/Common/DataModel/vtkGraph.h @@ -199,8 +199,8 @@ // Laboratories and Douglas Gregor of Indiana University for designing these // classes. -#ifndef __vtkGraph_h -#define __vtkGraph_h +#ifndef vtkGraph_h +#define vtkGraph_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkGraphEdge.h b/Common/DataModel/vtkGraphEdge.h index cd32f53659..a387b2419a 100644 --- a/Common/DataModel/vtkGraphEdge.h +++ b/Common/DataModel/vtkGraphEdge.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkGraph -#ifndef __vtkGraphEdge_h -#define __vtkGraphEdge_h +#ifndef vtkGraphEdge_h +#define vtkGraphEdge_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkGraphInternals.h b/Common/DataModel/vtkGraphInternals.h index 6c85b20049..eb27618efe 100644 --- a/Common/DataModel/vtkGraphInternals.h +++ b/Common/DataModel/vtkGraphInternals.h @@ -22,8 +22,8 @@ // This is the internal representation of vtkGraph, used only in rare cases // where one must modify that representation. -#ifndef __vtkGraphInternals_h -#define __vtkGraphInternals_h +#ifndef vtkGraphInternals_h +#define vtkGraphInternals_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkGraph.h" @@ -94,6 +94,6 @@ private: void operator=(const vtkGraphInternals&); // Not implemented. }; -#endif // __vtkGraphInternals_h +#endif // vtkGraphInternals_h // VTK-HeaderTest-Exclude: vtkGraphInternals.h diff --git a/Common/DataModel/vtkHexagonalPrism.h b/Common/DataModel/vtkHexagonalPrism.h index 4470e0b74b..5046f9ea63 100644 --- a/Common/DataModel/vtkHexagonalPrism.h +++ b/Common/DataModel/vtkHexagonalPrism.h @@ -30,8 +30,8 @@ // Please address all comments to Jean Favre (jfavre at cscs.ch). -#ifndef __vtkHexagonalPrism_h -#define __vtkHexagonalPrism_h +#ifndef vtkHexagonalPrism_h +#define vtkHexagonalPrism_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkHexahedron.h b/Common/DataModel/vtkHexahedron.h index 7b1a3eef74..64b5310294 100644 --- a/Common/DataModel/vtkHexahedron.h +++ b/Common/DataModel/vtkHexahedron.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkConvexPointSet vtkPyramid vtkTetra vtkVoxel vtkWedge -#ifndef __vtkHexahedron_h -#define __vtkHexahedron_h +#ifndef vtkHexahedron_h +#define vtkHexahedron_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkHyperOctree.h b/Common/DataModel/vtkHyperOctree.h index 5476505d09..9ce5463b6d 100644 --- a/Common/DataModel/vtkHyperOctree.h +++ b/Common/DataModel/vtkHyperOctree.h @@ -113,8 +113,8 @@ // .SECTION See Also // vtkHyperOctreeAlgorithm -#ifndef __vtkHyperOctree_h -#define __vtkHyperOctree_h +#ifndef vtkHyperOctree_h +#define vtkHyperOctree_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataSet.h" diff --git a/Common/DataModel/vtkHyperOctreeCursor.h b/Common/DataModel/vtkHyperOctreeCursor.h index 1c41630ca1..1d584d2bea 100644 --- a/Common/DataModel/vtkHyperOctreeCursor.h +++ b/Common/DataModel/vtkHyperOctreeCursor.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkDataObject vtkFieldData vtkHyperOctreeAlgorithm -#ifndef __vtkHyperOctreeCursor_h -#define __vtkHyperOctreeCursor_h +#ifndef vtkHyperOctreeCursor_h +#define vtkHyperOctreeCursor_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkHyperOctreePointsGrabber.h b/Common/DataModel/vtkHyperOctreePointsGrabber.h index 0c85d44de7..f1b3322c19 100644 --- a/Common/DataModel/vtkHyperOctreePointsGrabber.h +++ b/Common/DataModel/vtkHyperOctreePointsGrabber.h @@ -23,8 +23,8 @@ // vtkHyperOctree, vtkHyperOctreeClipCutPointsGrabber, // vtkClipHyperOctree, vtkHyperOctreeCutter -#ifndef __vtkHyperOctreePointsGrabber_h -#define __vtkHyperOctreePointsGrabber_h +#ifndef vtkHyperOctreePointsGrabber_h +#define vtkHyperOctreePointsGrabber_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkHyperTree.h b/Common/DataModel/vtkHyperTree.h index b69a1633ce..9e4cb3a321 100644 --- a/Common/DataModel/vtkHyperTree.h +++ b/Common/DataModel/vtkHyperTree.h @@ -116,8 +116,8 @@ // This class was written by Philippe Pebay, Joachim Pouderoux and Charles Law, Kitware 2013 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTree_h -#define __vtkHyperTree_h +#ifndef vtkHyperTree_h +#define vtkHyperTree_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkHyperTreeCursor.h b/Common/DataModel/vtkHyperTreeCursor.h index 853647374e..265c894e89 100644 --- a/Common/DataModel/vtkHyperTreeCursor.h +++ b/Common/DataModel/vtkHyperTreeCursor.h @@ -23,8 +23,8 @@ // Kitware 2013 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTreeCursor_h -#define __vtkHyperTreeCursor_h +#ifndef vtkHyperTreeCursor_h +#define vtkHyperTreeCursor_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkHyperTreeGrid.h b/Common/DataModel/vtkHyperTreeGrid.h index a2a433ee8d..5b07763816 100644 --- a/Common/DataModel/vtkHyperTreeGrid.h +++ b/Common/DataModel/vtkHyperTreeGrid.h @@ -35,8 +35,8 @@ // Kitware 2013 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTreeGrid_h -#define __vtkHyperTreeGrid_h +#ifndef vtkHyperTreeGrid_h +#define vtkHyperTreeGrid_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataSet.h" diff --git a/Common/DataModel/vtkImageData.h b/Common/DataModel/vtkImageData.h index da72f10b69..28b96313f5 100644 --- a/Common/DataModel/vtkImageData.h +++ b/Common/DataModel/vtkImageData.h @@ -19,8 +19,8 @@ // a topological and geometrical regular array of points. Examples include // volumes (voxel data) and pixmaps. -#ifndef __vtkImageData_h -#define __vtkImageData_h +#ifndef vtkImageData_h +#define vtkImageData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataSet.h" diff --git a/Common/DataModel/vtkImageIterator.h b/Common/DataModel/vtkImageIterator.h index bea4009f94..6b624a8542 100644 --- a/Common/DataModel/vtkImageIterator.h +++ b/Common/DataModel/vtkImageIterator.h @@ -20,8 +20,8 @@ // .SECTION See also // vtkImageData vtkImageProgressIterator -#ifndef __vtkImageIterator_h -#define __vtkImageIterator_h +#ifndef vtkImageIterator_h +#define vtkImageIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/DataModel/vtkImplicitBoolean.h b/Common/DataModel/vtkImplicitBoolean.h index d0df617a40..e9a1d9a511 100644 --- a/Common/DataModel/vtkImplicitBoolean.h +++ b/Common/DataModel/vtkImplicitBoolean.h @@ -29,8 +29,8 @@ // VTK_UNION_OF_MAGNITUDES takes the minimum absolute value of the // implicit functions. -#ifndef __vtkImplicitBoolean_h -#define __vtkImplicitBoolean_h +#ifndef vtkImplicitBoolean_h +#define vtkImplicitBoolean_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkImplicitDataSet.h b/Common/DataModel/vtkImplicitDataSet.h index 3879aa5d6a..e15a1eaf31 100644 --- a/Common/DataModel/vtkImplicitDataSet.h +++ b/Common/DataModel/vtkImplicitDataSet.h @@ -34,8 +34,8 @@ // vtkImplicitFunction vtkImplicitVolume vtkClipPolyData vtkCutter // vtkImplicitWindowFunction -#ifndef __vtkImplicitDataSet_h -#define __vtkImplicitDataSet_h +#ifndef vtkImplicitDataSet_h +#define vtkImplicitDataSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkImplicitFunction.h b/Common/DataModel/vtkImplicitFunction.h index 947406c4f3..6650ceb7b9 100644 --- a/Common/DataModel/vtkImplicitFunction.h +++ b/Common/DataModel/vtkImplicitFunction.h @@ -44,8 +44,8 @@ // vtkPlanes vtkQuadric vtkImplicitVolume vtkSampleFunction vtkCutter // vtkClipPolyData -#ifndef __vtkImplicitFunction_h -#define __vtkImplicitFunction_h +#ifndef vtkImplicitFunction_h +#define vtkImplicitFunction_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkImplicitFunctionCollection.h b/Common/DataModel/vtkImplicitFunctionCollection.h index 457e410bcd..2f0855580e 100644 --- a/Common/DataModel/vtkImplicitFunctionCollection.h +++ b/Common/DataModel/vtkImplicitFunctionCollection.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkCollection vtkPlaneCollection -#ifndef __vtkImplicitFunctionCollection_h -#define __vtkImplicitFunctionCollection_h +#ifndef vtkImplicitFunctionCollection_h +#define vtkImplicitFunctionCollection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/DataModel/vtkImplicitHalo.h b/Common/DataModel/vtkImplicitHalo.h index d327710dfa..d393471050 100644 --- a/Common/DataModel/vtkImplicitHalo.h +++ b/Common/DataModel/vtkImplicitHalo.h @@ -26,8 +26,8 @@ // .SECTION Caveats // It does not implement the gradient. -#ifndef __vtkImplicitHalo_h -#define __vtkImplicitHalo_h +#ifndef vtkImplicitHalo_h +#define vtkImplicitHalo_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkImplicitSelectionLoop.h b/Common/DataModel/vtkImplicitSelectionLoop.h index 26e022d66d..107cac9eb1 100644 --- a/Common/DataModel/vtkImplicitSelectionLoop.h +++ b/Common/DataModel/vtkImplicitSelectionLoop.h @@ -42,8 +42,8 @@ // vtkImplicitFunction vtkImplicitBoolean vtkExtractGeometry vtkClipPolyData // vtkConnectivityFilter vtkPolyDataConnectivityFilter -#ifndef __vtkImplicitSelectionLoop_h -#define __vtkImplicitSelectionLoop_h +#ifndef vtkImplicitSelectionLoop_h +#define vtkImplicitSelectionLoop_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkImplicitSum.h b/Common/DataModel/vtkImplicitSum.h index 03dbda2ad3..12b5d086d2 100644 --- a/Common/DataModel/vtkImplicitSum.h +++ b/Common/DataModel/vtkImplicitSum.h @@ -20,8 +20,8 @@ // scalar weights add up to 1. Note that this function gives accurate // sums and gradients only if the input functions are linear. -#ifndef __vtkImplicitSum_h -#define __vtkImplicitSum_h +#ifndef vtkImplicitSum_h +#define vtkImplicitSum_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkImplicitVolume.h b/Common/DataModel/vtkImplicitVolume.h index 662b5ce101..1eb487ae60 100644 --- a/Common/DataModel/vtkImplicitVolume.h +++ b/Common/DataModel/vtkImplicitVolume.h @@ -34,8 +34,8 @@ // vtkImplicitFunction vtkImplicitDataSet vtkClipPolyData vtkCutter // vtkImplicitWindowFunction -#ifndef __vtkImplicitVolume_h -#define __vtkImplicitVolume_h +#ifndef vtkImplicitVolume_h +#define vtkImplicitVolume_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkImplicitWindowFunction.h b/Common/DataModel/vtkImplicitWindowFunction.h index a92e66b87e..c9d3d91675 100644 --- a/Common/DataModel/vtkImplicitWindowFunction.h +++ b/Common/DataModel/vtkImplicitWindowFunction.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkImplicitFunction -#ifndef __vtkImplicitWindowFunction_h -#define __vtkImplicitWindowFunction_h +#ifndef vtkImplicitWindowFunction_h +#define vtkImplicitWindowFunction_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkInEdgeIterator.h b/Common/DataModel/vtkInEdgeIterator.h index 79900ec150..c8bc2f21f5 100644 --- a/Common/DataModel/vtkInEdgeIterator.h +++ b/Common/DataModel/vtkInEdgeIterator.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkGraph vtkOutEdgeIterator -#ifndef __vtkInEdgeIterator_h -#define __vtkInEdgeIterator_h +#ifndef vtkInEdgeIterator_h +#define vtkInEdgeIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkIncrementalOctreeNode.h b/Common/DataModel/vtkIncrementalOctreeNode.h index a8206b218e..457faba3b4 100644 --- a/Common/DataModel/vtkIncrementalOctreeNode.h +++ b/Common/DataModel/vtkIncrementalOctreeNode.h @@ -53,8 +53,8 @@ // .SECTION See Also // vtkIncrementalOctreePointLocator -#ifndef __vtkIncrementalOctreeNode_h -#define __vtkIncrementalOctreeNode_h +#ifndef vtkIncrementalOctreeNode_h +#define vtkIncrementalOctreeNode_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkIncrementalOctreePointLocator.h b/Common/DataModel/vtkIncrementalOctreePointLocator.h index f56e3be41e..e01419d58a 100644 --- a/Common/DataModel/vtkIncrementalOctreePointLocator.h +++ b/Common/DataModel/vtkIncrementalOctreePointLocator.h @@ -42,8 +42,8 @@ // vtkAbstractPointLocator, vtkIncrementalPointLocator, vtkPointLocator, // vtkMergePoints -#ifndef __vtkIncrementalOctreePointLocator_h -#define __vtkIncrementalOctreePointLocator_h +#ifndef vtkIncrementalOctreePointLocator_h +#define vtkIncrementalOctreePointLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkIncrementalPointLocator.h" diff --git a/Common/DataModel/vtkIncrementalPointLocator.h b/Common/DataModel/vtkIncrementalPointLocator.h index 32a3352d5a..b5f0c21a6d 100644 --- a/Common/DataModel/vtkIncrementalPointLocator.h +++ b/Common/DataModel/vtkIncrementalPointLocator.h @@ -36,8 +36,8 @@ // vtkLocator, vtkIncrementalOctreePointLocator, vtkPointLocator, // vtkMergePoints -#ifndef __vtkIncrementalPointLocator_h -#define __vtkIncrementalPointLocator_h +#ifndef vtkIncrementalPointLocator_h +#define vtkIncrementalPointLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkAbstractPointLocator.h" diff --git a/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h b/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h index c62c92a9eb..df9323e3ee 100644 --- a/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h +++ b/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h @@ -19,8 +19,8 @@ // from that in other similar keys because of our internal use of smart // pointers. -#ifndef __vtkInformationQuadratureSchemeDefinitionVectorKey_h -#define __vtkInformationQuadratureSchemeDefinitionVectorKey_h +#ifndef vtkInformationQuadratureSchemeDefinitionVectorKey_h +#define vtkInformationQuadratureSchemeDefinitionVectorKey_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/DataModel/vtkIterativeClosestPointTransform.h b/Common/DataModel/vtkIterativeClosestPointTransform.h index bae6687c47..02c9e45204 100644 --- a/Common/DataModel/vtkIterativeClosestPointTransform.h +++ b/Common/DataModel/vtkIterativeClosestPointTransform.h @@ -34,8 +34,8 @@ // vtkLandmarkTransform -#ifndef __vtkIterativeClosestPointTransform_h -#define __vtkIterativeClosestPointTransform_h +#ifndef vtkIterativeClosestPointTransform_h +#define vtkIterativeClosestPointTransform_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkLinearTransform.h" diff --git a/Common/DataModel/vtkKdNode.h b/Common/DataModel/vtkKdNode.h index 2321f30bfe..ffb79b2f97 100644 --- a/Common/DataModel/vtkKdNode.h +++ b/Common/DataModel/vtkKdNode.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkKdTree vtkOBSPCuts -#ifndef __vtkKdNode_h -#define __vtkKdNode_h +#ifndef vtkKdNode_h +#define vtkKdNode_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkKdTree.h b/Common/DataModel/vtkKdTree.h index 55a7dd9555..21a01efe34 100644 --- a/Common/DataModel/vtkKdTree.h +++ b/Common/DataModel/vtkKdTree.h @@ -50,8 +50,8 @@ // .SECTION See Also // vtkLocator vtkCellLocator vtkPKdTree -#ifndef __vtkKdTree_h -#define __vtkKdTree_h +#ifndef vtkKdTree_h +#define vtkKdTree_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkLocator.h" diff --git a/Common/DataModel/vtkKdTreePointLocator.h b/Common/DataModel/vtkKdTreePointLocator.h index a3576e1fb5..4edb1b51f5 100644 --- a/Common/DataModel/vtkKdTreePointLocator.h +++ b/Common/DataModel/vtkKdTreePointLocator.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkKdTree -#ifndef __vtkKdTreePointLocator_h -#define __vtkKdTreePointLocator_h +#ifndef vtkKdTreePointLocator_h +#define vtkKdTreePointLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkAbstractPointLocator.h" diff --git a/Common/DataModel/vtkLine.h b/Common/DataModel/vtkLine.h index f80486e7ba..f25516420e 100644 --- a/Common/DataModel/vtkLine.h +++ b/Common/DataModel/vtkLine.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkLine is a concrete implementation of vtkCell to represent a 1D line. -#ifndef __vtkLine_h -#define __vtkLine_h +#ifndef vtkLine_h +#define vtkLine_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkLocator.h b/Common/DataModel/vtkLocator.h index b984dc78d0..33ad965f04 100644 --- a/Common/DataModel/vtkLocator.h +++ b/Common/DataModel/vtkLocator.h @@ -47,8 +47,8 @@ // .SECTION See Also // vtkPointLocator vtkCellLocator vtkOBBTree vtkMergePoints -#ifndef __vtkLocator_h -#define __vtkLocator_h +#ifndef vtkLocator_h +#define vtkLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkMappedUnstructuredGrid.h b/Common/DataModel/vtkMappedUnstructuredGrid.h index 8387f448be..4900f63e24 100644 --- a/Common/DataModel/vtkMappedUnstructuredGrid.h +++ b/Common/DataModel/vtkMappedUnstructuredGrid.h @@ -137,8 +137,8 @@ // vtkMappedUnstructuredGrid usage, adapting the Exodus II data structures for // the VTK pipeline. -#ifndef __vtkMappedUnstructuredGrid_h -#define __vtkMappedUnstructuredGrid_h +#ifndef vtkMappedUnstructuredGrid_h +#define vtkMappedUnstructuredGrid_h #include "vtkUnstructuredGridBase.h" @@ -289,6 +289,6 @@ private: \ #define vtkMakeMappedUnstructuredGridWithIter(_className, _impl, _cIter, _exportDecl) \ vtkMakeExportedMappedUnstructuredGridWithIter(_className, _impl, _cIter, ) -#endif //__vtkMappedUnstructuredGrid_h +#endif //vtkMappedUnstructuredGrid_h // VTK-HeaderTest-Exclude: vtkMappedUnstructuredGrid.h diff --git a/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h b/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h index 3164aeec90..d26f01fc61 100644 --- a/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h +++ b/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h @@ -21,8 +21,8 @@ // uses random access for data lookups. Custom vtkCellIterator implementations // should be used instead when random-access is inefficient. -#ifndef __vtkMappedUnstructuredGridCellIterator_h -#define __vtkMappedUnstructuredGridCellIterator_h +#ifndef vtkMappedUnstructuredGridCellIterator_h +#define vtkMappedUnstructuredGridCellIterator_h #include "vtkCellIterator.h" #include "vtkSmartPointer.h" // For vtkSmartPointer @@ -70,6 +70,6 @@ private: #include "vtkMappedUnstructuredGridCellIterator.txx" -#endif //__vtkMappedUnstructuredGridCellIterator_h +#endif //vtkMappedUnstructuredGridCellIterator_h // VTK-HeaderTest-Exclude: vtkMappedUnstructuredGridCellIterator.h diff --git a/Common/DataModel/vtkMarchingCubesTriangleCases.h b/Common/DataModel/vtkMarchingCubesTriangleCases.h index 203d9c6eec..89849002cc 100644 --- a/Common/DataModel/vtkMarchingCubesTriangleCases.h +++ b/Common/DataModel/vtkMarchingCubesTriangleCases.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkMarchingCubesCases_h -#define __vtkMarchingCubesCases_h +#ifndef vtkMarchingCubesCases_h +#define vtkMarchingCubesCases_h // // marching cubes case table for generating isosurfaces // diff --git a/Common/DataModel/vtkMarchingSquaresLineCases.h b/Common/DataModel/vtkMarchingSquaresLineCases.h index f33ce3fba1..665ef146dd 100644 --- a/Common/DataModel/vtkMarchingSquaresLineCases.h +++ b/Common/DataModel/vtkMarchingSquaresLineCases.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkMarchingSquaresLineCases_h -#define __vtkMarchingSquaresLineCases_h +#ifndef vtkMarchingSquaresLineCases_h +#define vtkMarchingSquaresLineCases_h // // Marching squares cases for generating isolines. // diff --git a/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h b/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h index e21f10ae2d..0aa308173b 100644 --- a/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h +++ b/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h @@ -36,8 +36,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION See Also // vtkPolyhedralCell -#ifndef __vtkMeanValueCoordinatesInterpolator_h -#define __vtkMeanValueCoordinatesInterpolator_h +#ifndef vtkMeanValueCoordinatesInterpolator_h +#define vtkMeanValueCoordinatesInterpolator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkMergePoints.h b/Common/DataModel/vtkMergePoints.h index db711e79c5..d5c1fc7289 100644 --- a/Common/DataModel/vtkMergePoints.h +++ b/Common/DataModel/vtkMergePoints.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkCleanPolyData -#ifndef __vtkMergePoints_h -#define __vtkMergePoints_h +#ifndef vtkMergePoints_h +#define vtkMergePoints_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPointLocator.h" diff --git a/Common/DataModel/vtkMolecule.h b/Common/DataModel/vtkMolecule.h index 452c54f6e0..b89274db89 100644 --- a/Common/DataModel/vtkMolecule.h +++ b/Common/DataModel/vtkMolecule.h @@ -63,8 +63,8 @@ // .SECTION See Also // vtkAtom vtkBond vtkMoleculeMapper vtkPeriodicTable -#ifndef __vtkMolecule_h -#define __vtkMolecule_h +#ifndef vtkMolecule_h +#define vtkMolecule_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkUndirectedGraph.h" diff --git a/Common/DataModel/vtkMultiBlockDataSet.h b/Common/DataModel/vtkMultiBlockDataSet.h index 37e8bc7b3f..59f26e58f7 100644 --- a/Common/DataModel/vtkMultiBlockDataSet.h +++ b/Common/DataModel/vtkMultiBlockDataSet.h @@ -33,8 +33,8 @@ // * ds 1 // @endverbatim -#ifndef __vtkMultiBlockDataSet_h -#define __vtkMultiBlockDataSet_h +#ifndef vtkMultiBlockDataSet_h +#define vtkMultiBlockDataSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObjectTree.h" diff --git a/Common/DataModel/vtkMultiPieceDataSet.h b/Common/DataModel/vtkMultiPieceDataSet.h index 926dd7f68d..aed75bda19 100644 --- a/Common/DataModel/vtkMultiPieceDataSet.h +++ b/Common/DataModel/vtkMultiPieceDataSet.h @@ -27,8 +27,8 @@ // datasets eg. vtkMultiBlockDataSet, vtkHierarchicalBoxDataSet. Hence the lack // of algorithms producting vtkMultiPieceDataSet. -#ifndef __vtkMultiPieceDataSet_h -#define __vtkMultiPieceDataSet_h +#ifndef vtkMultiPieceDataSet_h +#define vtkMultiPieceDataSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObjectTree.h" diff --git a/Common/DataModel/vtkMutableDirectedGraph.h b/Common/DataModel/vtkMutableDirectedGraph.h index e279edb52e..3a013d6776 100644 --- a/Common/DataModel/vtkMutableDirectedGraph.h +++ b/Common/DataModel/vtkMutableDirectedGraph.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkDirectedGraph vtkGraph vtkTree -#ifndef __vtkMutableDirectedGraph_h -#define __vtkMutableDirectedGraph_h +#ifndef vtkMutableDirectedGraph_h +#define vtkMutableDirectedGraph_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDirectedGraph.h" diff --git a/Common/DataModel/vtkMutableUndirectedGraph.h b/Common/DataModel/vtkMutableUndirectedGraph.h index 350297a190..9f0b95b4cd 100644 --- a/Common/DataModel/vtkMutableUndirectedGraph.h +++ b/Common/DataModel/vtkMutableUndirectedGraph.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkUndirectedGraph vtkGraph -#ifndef __vtkMutableUndirectedGraph_h -#define __vtkMutableUndirectedGraph_h +#ifndef vtkMutableUndirectedGraph_h +#define vtkMutableUndirectedGraph_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkUndirectedGraph.h" diff --git a/Common/DataModel/vtkNonLinearCell.h b/Common/DataModel/vtkNonLinearCell.h index c2ac9a49a0..632cd546a2 100644 --- a/Common/DataModel/vtkNonLinearCell.h +++ b/Common/DataModel/vtkNonLinearCell.h @@ -24,8 +24,8 @@ // non-linear interpolation functions (a product of three linear functions // in r-s-t) even thought vtkHexahedron is considered linear.) -#ifndef __vtkNonLinearCell_h -#define __vtkNonLinearCell_h +#ifndef vtkNonLinearCell_h +#define vtkNonLinearCell_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkNonMergingPointLocator.h b/Common/DataModel/vtkNonMergingPointLocator.h index ecf3b3fec8..ac0ae845bb 100644 --- a/Common/DataModel/vtkNonMergingPointLocator.h +++ b/Common/DataModel/vtkNonMergingPointLocator.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkIncrementalPointLocator vtkPointLocator vtkMergePoints -#ifndef __vtkNonMergingPointLocator_h -#define __vtkNonMergingPointLocator_h +#ifndef vtkNonMergingPointLocator_h +#define vtkNonMergingPointLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPointLocator.h" diff --git a/Common/DataModel/vtkOctreePointLocator.h b/Common/DataModel/vtkOctreePointLocator.h index e93ba5cb7f..505b53612e 100644 --- a/Common/DataModel/vtkOctreePointLocator.h +++ b/Common/DataModel/vtkOctreePointLocator.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkLocator vtkPointLocator vtkOctreePointLocatorNode -#ifndef __vtkOctreePointLocator_h -#define __vtkOctreePointLocator_h +#ifndef vtkOctreePointLocator_h +#define vtkOctreePointLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkAbstractPointLocator.h" diff --git a/Common/DataModel/vtkOctreePointLocatorNode.h b/Common/DataModel/vtkOctreePointLocatorNode.h index 5162506e11..23050048d1 100644 --- a/Common/DataModel/vtkOctreePointLocatorNode.h +++ b/Common/DataModel/vtkOctreePointLocatorNode.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkOctreePointLocator -#ifndef __vtkOctreePointLocatorNode_h -#define __vtkOctreePointLocatorNode_h +#ifndef vtkOctreePointLocatorNode_h +#define vtkOctreePointLocatorNode_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkOrderedTriangulator.h b/Common/DataModel/vtkOrderedTriangulator.h index 85493e68f3..73ecb673e9 100644 --- a/Common/DataModel/vtkOrderedTriangulator.h +++ b/Common/DataModel/vtkOrderedTriangulator.h @@ -75,8 +75,8 @@ // .SECTION See Also // vtkDelaunay2D vtkDelaunay3D vtkPolygon -#ifndef __vtkOrderedTriangulator_h -#define __vtkOrderedTriangulator_h +#ifndef vtkOrderedTriangulator_h +#define vtkOrderedTriangulator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkOutEdgeIterator.h b/Common/DataModel/vtkOutEdgeIterator.h index 432d437899..743ed5b2b7 100644 --- a/Common/DataModel/vtkOutEdgeIterator.h +++ b/Common/DataModel/vtkOutEdgeIterator.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkGraph vtkInEdgeIterator -#ifndef __vtkOutEdgeIterator_h -#define __vtkOutEdgeIterator_h +#ifndef vtkOutEdgeIterator_h +#define vtkOutEdgeIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkOverlappingAMR.h b/Common/DataModel/vtkOverlappingAMR.h index 66426a5b91..0de9b6ca08 100644 --- a/Common/DataModel/vtkOverlappingAMR.h +++ b/Common/DataModel/vtkOverlappingAMR.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkAMRInformation -#ifndef __vtkOverlappingAmr_h -#define __vtkOverlappingAmr_h +#ifndef vtkOverlappingAmr_h +#define vtkOverlappingAmr_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkUniformGridAMR.h" diff --git a/Common/DataModel/vtkPath.h b/Common/DataModel/vtkPath.h index 0185bcbda6..485ab0b5aa 100644 --- a/Common/DataModel/vtkPath.h +++ b/Common/DataModel/vtkPath.h @@ -18,8 +18,8 @@ // vtkPath provides a container for paths composed of line segment and // 2nd/3rd order Bezier curves. -#ifndef __vtkPath_h -#define __vtkPath_h +#ifndef vtkPath_h +#define vtkPath_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPointSet.h" diff --git a/Common/DataModel/vtkPentagonalPrism.h b/Common/DataModel/vtkPentagonalPrism.h index 6fca0d88fb..3b3e087a45 100644 --- a/Common/DataModel/vtkPentagonalPrism.h +++ b/Common/DataModel/vtkPentagonalPrism.h @@ -29,8 +29,8 @@ // class in VTK.
// Please address all comments to Jean Favre (jfavre at cscs.ch). -#ifndef __vtkPentagonalPrism_h -#define __vtkPentagonalPrism_h +#ifndef vtkPentagonalPrism_h +#define vtkPentagonalPrism_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkPerlinNoise.h b/Common/DataModel/vtkPerlinNoise.h index 338cd9287b..2d0417031c 100644 --- a/Common/DataModel/vtkPerlinNoise.h +++ b/Common/DataModel/vtkPerlinNoise.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkImplicitFunction -#ifndef __vtkPerlinNoise_h -#define __vtkPerlinNoise_h +#ifndef vtkPerlinNoise_h +#define vtkPerlinNoise_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkPiecewiseFunction.h b/Common/DataModel/vtkPiecewiseFunction.h index f05a245b47..eb9f54e6cd 100644 --- a/Common/DataModel/vtkPiecewiseFunction.h +++ b/Common/DataModel/vtkPiecewiseFunction.h @@ -31,8 +31,8 @@ // will default to Midpoint = 0.5 (halfway between the control points) and // Sharpness = 0.0 (linear). -#ifndef __vtkPiecewiseFunction_h -#define __vtkPiecewiseFunction_h +#ifndef vtkPiecewiseFunction_h +#define vtkPiecewiseFunction_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkPixel.h b/Common/DataModel/vtkPixel.h index 90b04585a6..011823b71c 100644 --- a/Common/DataModel/vtkPixel.h +++ b/Common/DataModel/vtkPixel.h @@ -19,8 +19,8 @@ // and aligned along x-y-z coordinate axes leading to large increases in // computational efficiency. -#ifndef __vtkPixel_h -#define __vtkPixel_h +#ifndef vtkPixel_h +#define vtkPixel_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkPixelExtent.h b/Common/DataModel/vtkPixelExtent.h index 95ddae1f65..bfc8229c85 100644 --- a/Common/DataModel/vtkPixelExtent.h +++ b/Common/DataModel/vtkPixelExtent.h @@ -22,8 +22,8 @@ // NOTE in most cases operation on an empty object produces // incorrect results. If it an issue query Empty() first. -#ifndef __vtkPixelExtent_h -#define __vtkPixelExtent_h +#ifndef vtkPixelExtent_h +#define vtkPixelExtent_h #include "vtkSystemIncludes.h" // for VTK's system header config #include "vtkCommonDataModelModule.h" // for export diff --git a/Common/DataModel/vtkPlane.h b/Common/DataModel/vtkPlane.h index 645575f5ba..7927b78d75 100644 --- a/Common/DataModel/vtkPlane.h +++ b/Common/DataModel/vtkPlane.h @@ -19,8 +19,8 @@ // returning plane normal. vtkPlane is a concrete implementation of the // abstract class vtkImplicitFunction. -#ifndef __vtkPlane_h -#define __vtkPlane_h +#ifndef vtkPlane_h +#define vtkPlane_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkPlaneCollection.h b/Common/DataModel/vtkPlaneCollection.h index 4a76b533ad..d54c8c13da 100644 --- a/Common/DataModel/vtkPlaneCollection.h +++ b/Common/DataModel/vtkPlaneCollection.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkCollection -#ifndef __vtkPlaneCollection_h -#define __vtkPlaneCollection_h +#ifndef vtkPlaneCollection_h +#define vtkPlaneCollection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/DataModel/vtkPlanes.h b/Common/DataModel/vtkPlanes.h index 2ce78b86c9..458060d4bb 100644 --- a/Common/DataModel/vtkPlanes.h +++ b/Common/DataModel/vtkPlanes.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkCamera -#ifndef __vtkPlanes_h -#define __vtkPlanes_h +#ifndef vtkPlanes_h +#define vtkPlanes_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkPlanesIntersection.h b/Common/DataModel/vtkPlanesIntersection.h index 20e81b587e..605f28bbe0 100644 --- a/Common/DataModel/vtkPlanesIntersection.h +++ b/Common/DataModel/vtkPlanesIntersection.h @@ -36,8 +36,8 @@ // to change the set of planes. // -#ifndef __vtkPlanesIntersection_h -#define __vtkPlanesIntersection_h +#ifndef vtkPlanesIntersection_h +#define vtkPlanesIntersection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPlanes.h" diff --git a/Common/DataModel/vtkPointData.h b/Common/DataModel/vtkPointData.h index ec520f808d..86b9e51064 100644 --- a/Common/DataModel/vtkPointData.h +++ b/Common/DataModel/vtkPointData.h @@ -19,8 +19,8 @@ // coordinates, etc.) Most of the functionality is handled by // vtkDataSetAttributes -#ifndef __vtkPointData_h -#define __vtkPointData_h +#ifndef vtkPointData_h +#define vtkPointData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataSetAttributes.h" diff --git a/Common/DataModel/vtkPointLocator.h b/Common/DataModel/vtkPointLocator.h index 2969b92491..3106a59c4b 100644 --- a/Common/DataModel/vtkPointLocator.h +++ b/Common/DataModel/vtkPointLocator.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkCellPicker vtkPointPicker -#ifndef __vtkPointLocator_h -#define __vtkPointLocator_h +#ifndef vtkPointLocator_h +#define vtkPointLocator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkIncrementalPointLocator.h" diff --git a/Common/DataModel/vtkPointSet.h b/Common/DataModel/vtkPointSet.h index 5f217c8d2d..a3d16444a6 100644 --- a/Common/DataModel/vtkPointSet.h +++ b/Common/DataModel/vtkPointSet.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkPolyData vtkStructuredGrid vtkUnstructuredGrid -#ifndef __vtkPointSet_h -#define __vtkPointSet_h +#ifndef vtkPointSet_h +#define vtkPointSet_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataSet.h" diff --git a/Common/DataModel/vtkPointSetCellIterator.h b/Common/DataModel/vtkPointSetCellIterator.h index d1019b77e4..0b63338053 100644 --- a/Common/DataModel/vtkPointSetCellIterator.h +++ b/Common/DataModel/vtkPointSetCellIterator.h @@ -15,8 +15,8 @@ // .NAME vtkPointSetCellIterator - Implementation of vtkCellIterator using // vtkPointSet API. -#ifndef __vtkPointSetCellIterator_h -#define __vtkPointSetCellIterator_h +#ifndef vtkPointSetCellIterator_h +#define vtkPointSetCellIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCellIterator.h" @@ -57,4 +57,4 @@ private: void operator=(const vtkPointSetCellIterator &); // Not implemented. }; -#endif //__vtkPointSetCellIterator_h +#endif //vtkPointSetCellIterator_h diff --git a/Common/DataModel/vtkPointsProjectedHull.h b/Common/DataModel/vtkPointsProjectedHull.h index 7cf55644ee..dba664b1ad 100644 --- a/Common/DataModel/vtkPointsProjectedHull.h +++ b/Common/DataModel/vtkPointsProjectedHull.h @@ -26,8 +26,8 @@ // test for intersection of that hull with an axis aligned // rectangle. This is used for intersection tests of 3D volumes. -#ifndef __vtkPointsProjectedHull_h -#define __vtkPointsProjectedHull_h +#ifndef vtkPointsProjectedHull_h +#define vtkPointsProjectedHull_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPoints.h" diff --git a/Common/DataModel/vtkPolyData.h b/Common/DataModel/vtkPolyData.h index b8a551f0e2..415536be6c 100644 --- a/Common/DataModel/vtkPolyData.h +++ b/Common/DataModel/vtkPolyData.h @@ -51,8 +51,8 @@ // expects lines). Read the documentation for each filter carefully to // understand how each part of vtkPolyData is processed. -#ifndef __vtkPolyData_h -#define __vtkPolyData_h +#ifndef vtkPolyData_h +#define vtkPolyData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPointSet.h" diff --git a/Common/DataModel/vtkPolyDataCollection.h b/Common/DataModel/vtkPolyDataCollection.h index 7309bc9700..4ce075f5c7 100644 --- a/Common/DataModel/vtkPolyDataCollection.h +++ b/Common/DataModel/vtkPolyDataCollection.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkDataSetCollection vtkCollection -#ifndef __vtkPolyDataCollection_h -#define __vtkPolyDataCollection_h +#ifndef vtkPolyDataCollection_h +#define vtkPolyDataCollection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/DataModel/vtkPolyLine.h b/Common/DataModel/vtkPolyLine.h index 38c79f2e12..61e411205e 100644 --- a/Common/DataModel/vtkPolyLine.h +++ b/Common/DataModel/vtkPolyLine.h @@ -17,8 +17,8 @@ // vtkPolyLine is a concrete implementation of vtkCell to represent a set // of 1D lines. -#ifndef __vtkPolyLine_h -#define __vtkPolyLine_h +#ifndef vtkPolyLine_h +#define vtkPolyLine_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkPolyPlane.h b/Common/DataModel/vtkPolyPlane.h index 68281083fe..b6c5f65ef8 100644 --- a/Common/DataModel/vtkPolyPlane.h +++ b/Common/DataModel/vtkPolyPlane.h @@ -23,8 +23,8 @@ // .SECTION ToDo // Generalize to extrusions along arbitrary directions. -#ifndef __vtkPolyPlane_h -#define __vtkPolyPlane_h +#ifndef vtkPolyPlane_h +#define vtkPolyPlane_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkPolyVertex.h b/Common/DataModel/vtkPolyVertex.h index bb9ea26872..a924ec04bc 100644 --- a/Common/DataModel/vtkPolyVertex.h +++ b/Common/DataModel/vtkPolyVertex.h @@ -17,8 +17,8 @@ // vtkPolyVertex is a concrete implementation of vtkCell to represent a // set of 3D vertices. -#ifndef __vtkPolyVertex_h -#define __vtkPolyVertex_h +#ifndef vtkPolyVertex_h +#define vtkPolyVertex_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkPolygon.h b/Common/DataModel/vtkPolygon.h index 8f09b6bb5b..da09d64902 100644 --- a/Common/DataModel/vtkPolygon.h +++ b/Common/DataModel/vtkPolygon.h @@ -19,8 +19,8 @@ // self-intersect. Define the polygon with n-points ordered in the counter- // clockwise direction; do not repeat the last point. -#ifndef __vtkPolygon_h -#define __vtkPolygon_h +#ifndef vtkPolygon_h +#define vtkPolygon_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkPolyhedron.h b/Common/DataModel/vtkPolyhedron.h index 237b572ec8..e46071127a 100644 --- a/Common/DataModel/vtkPolyhedron.h +++ b/Common/DataModel/vtkPolyhedron.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkCell3D vtkConvecPointSet vtkMeanValueCoordinatesInterpolator -#ifndef __vtkPolyhedron_h -#define __vtkPolyhedron_h +#ifndef vtkPolyhedron_h +#define vtkPolyhedron_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkPyramid.h b/Common/DataModel/vtkPyramid.h index 364247d70f..a8e956c646 100644 --- a/Common/DataModel/vtkPyramid.h +++ b/Common/DataModel/vtkPyramid.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkConvexPointSet vtkHexahedron vtkTetra vtkVoxel vtkWedge -#ifndef __vtkPyramid_h -#define __vtkPyramid_h +#ifndef vtkPyramid_h +#define vtkPyramid_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkQuad.h b/Common/DataModel/vtkQuad.h index f729659ec0..3e6647cc5e 100644 --- a/Common/DataModel/vtkQuad.h +++ b/Common/DataModel/vtkQuad.h @@ -19,8 +19,8 @@ // counterclockwise order. vtkQuad uses the standard isoparametric // interpolation functions for a linear quadrilateral. -#ifndef __vtkQuad_h -#define __vtkQuad_h +#ifndef vtkQuad_h +#define vtkQuad_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkQuadraticEdge.h b/Common/DataModel/vtkQuadraticEdge.h index 4fa1ce5a9b..81d94abf32 100644 --- a/Common/DataModel/vtkQuadraticEdge.h +++ b/Common/DataModel/vtkQuadraticEdge.h @@ -25,8 +25,8 @@ // vtkQuadraticTriangle vtkQuadraticTetra vtkQuadraticWedge // vtkQuadraticQuad vtkQuadraticHexahedron vtkQuadraticPyramid -#ifndef __vtkQuadraticEdge_h -#define __vtkQuadraticEdge_h +#ifndef vtkQuadraticEdge_h +#define vtkQuadraticEdge_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticHexahedron.h b/Common/DataModel/vtkQuadraticHexahedron.h index 17345edd62..d29f97cfb6 100644 --- a/Common/DataModel/vtkQuadraticHexahedron.h +++ b/Common/DataModel/vtkQuadraticHexahedron.h @@ -28,8 +28,8 @@ // vtkQuadraticEdge vtkQuadraticTriangle vtkQuadraticTetra // vtkQuadraticQuad vtkQuadraticPyramid vtkQuadraticWedge -#ifndef __vtkQuadraticHexahedron_h -#define __vtkQuadraticHexahedron_h +#ifndef vtkQuadraticHexahedron_h +#define vtkQuadraticHexahedron_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticLinearQuad.h b/Common/DataModel/vtkQuadraticLinearQuad.h index 6ce5160eff..fe48cdde4f 100644 --- a/Common/DataModel/vtkQuadraticLinearQuad.h +++ b/Common/DataModel/vtkQuadraticLinearQuad.h @@ -30,8 +30,8 @@ // Thanks to Soeren Gebbert who developed this class and // integrated it into VTK 5.0. -#ifndef __vtkQuadraticLinearQuad_h -#define __vtkQuadraticLinearQuad_h +#ifndef vtkQuadraticLinearQuad_h +#define vtkQuadraticLinearQuad_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticLinearWedge.h b/Common/DataModel/vtkQuadraticLinearWedge.h index 5313947fb1..7c19978694 100644 --- a/Common/DataModel/vtkQuadraticLinearWedge.h +++ b/Common/DataModel/vtkQuadraticLinearWedge.h @@ -33,8 +33,8 @@ // Thanks to Soeren Gebbert who developed this class and // integrated it into VTK 5.0. -#ifndef __vtkQuadraticLinearWedge_h -#define __vtkQuadraticLinearWedge_h +#ifndef vtkQuadraticLinearWedge_h +#define vtkQuadraticLinearWedge_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticPolygon.h b/Common/DataModel/vtkQuadraticPolygon.h index 4f10f15227..017f915d36 100644 --- a/Common/DataModel/vtkQuadraticPolygon.h +++ b/Common/DataModel/vtkQuadraticPolygon.h @@ -28,8 +28,8 @@ // vtkQuadraticHexahedron vtkQuadraticWedge vtkQuadraticPyramid -#ifndef __vtkQuadraticPolygon_h -#define __vtkQuadraticPolygon_h +#ifndef vtkQuadraticPolygon_h +#define vtkQuadraticPolygon_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticPyramid.h b/Common/DataModel/vtkQuadraticPyramid.h index ddce3318af..555caba062 100644 --- a/Common/DataModel/vtkQuadraticPyramid.h +++ b/Common/DataModel/vtkQuadraticPyramid.h @@ -33,8 +33,8 @@ // the report Pyramid Solid Elements Linear and Quadratic Iso-P Models // From Center For Aerospace Structures -#ifndef __vtkQuadraticPyramid_h -#define __vtkQuadraticPyramid_h +#ifndef vtkQuadraticPyramid_h +#define vtkQuadraticPyramid_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticQuad.h b/Common/DataModel/vtkQuadraticQuad.h index 59e7b02898..2b616083d3 100644 --- a/Common/DataModel/vtkQuadraticQuad.h +++ b/Common/DataModel/vtkQuadraticQuad.h @@ -28,8 +28,8 @@ // vtkQuadraticHexahedron vtkQuadraticWedge vtkQuadraticPyramid -#ifndef __vtkQuadraticQuad_h -#define __vtkQuadraticQuad_h +#ifndef vtkQuadraticQuad_h +#define vtkQuadraticQuad_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticTetra.h b/Common/DataModel/vtkQuadraticTetra.h index da42dff757..92f48d2f9d 100644 --- a/Common/DataModel/vtkQuadraticTetra.h +++ b/Common/DataModel/vtkQuadraticTetra.h @@ -31,8 +31,8 @@ // vtkQuadraticEdge vtkQuadraticTriangle vtkQuadraticWedge // vtkQuadraticQuad vtkQuadraticHexahedron vtkQuadraticPyramid -#ifndef __vtkQuadraticTetra_h -#define __vtkQuadraticTetra_h +#ifndef vtkQuadraticTetra_h +#define vtkQuadraticTetra_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticTriangle.h b/Common/DataModel/vtkQuadraticTriangle.h index e9f28a9d38..2d6d94bd5e 100644 --- a/Common/DataModel/vtkQuadraticTriangle.h +++ b/Common/DataModel/vtkQuadraticTriangle.h @@ -27,8 +27,8 @@ // vtkQuadraticEdge vtkQuadraticTetra vtkQuadraticPyramid // vtkQuadraticQuad vtkQuadraticHexahedron vtkQuadraticWedge -#ifndef __vtkQuadraticTriangle_h -#define __vtkQuadraticTriangle_h +#ifndef vtkQuadraticTriangle_h +#define vtkQuadraticTriangle_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadraticWedge.h b/Common/DataModel/vtkQuadraticWedge.h index 914abe86f4..8338412819 100644 --- a/Common/DataModel/vtkQuadraticWedge.h +++ b/Common/DataModel/vtkQuadraticWedge.h @@ -28,8 +28,8 @@ // vtkQuadraticEdge vtkQuadraticTriangle vtkQuadraticTetra // vtkQuadraticHexahedron vtkQuadraticQuad vtkQuadraticPyramid -#ifndef __vtkQuadraticWedge_h -#define __vtkQuadraticWedge_h +#ifndef vtkQuadraticWedge_h +#define vtkQuadraticWedge_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkQuadric.h b/Common/DataModel/vtkQuadric.h index 531c562d24..73066417a5 100644 --- a/Common/DataModel/vtkQuadric.h +++ b/Common/DataModel/vtkQuadric.h @@ -18,8 +18,8 @@ // a2*z^2 + a3*x*y + a4*y*z + a5*x*z + a6*x + a7*y + a8*z + a9. vtkQuadric is // a concrete implementation of vtkImplicitFunction. -#ifndef __vtkQuadric_h -#define __vtkQuadric_h +#ifndef vtkQuadric_h +#define vtkQuadric_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkRect.h b/Common/DataModel/vtkRect.h index 17ed598057..0b6c688d1f 100644 --- a/Common/DataModel/vtkRect.h +++ b/Common/DataModel/vtkRect.h @@ -21,8 +21,8 @@ // float[4] can be cast to a vtkRectf and manipulated. Also a float[12] could // be cast and used as a vtkRectf[3]. -#ifndef __vtkRect_h -#define __vtkRect_h +#ifndef vtkRect_h +#define vtkRect_h #include "vtkVector.h" @@ -162,5 +162,5 @@ const T& vtkRect::Height() const #endif // VTK_LEGACY_REMOVE -#endif // __vtkRect_h +#endif // vtkRect_h // VTK-HeaderTest-Exclude: vtkRect.h diff --git a/Common/DataModel/vtkRectilinearGrid.h b/Common/DataModel/vtkRectilinearGrid.h index 72c45f62d6..567b736483 100644 --- a/Common/DataModel/vtkRectilinearGrid.h +++ b/Common/DataModel/vtkRectilinearGrid.h @@ -30,8 +30,8 @@ // program failure) may result. Also, you must supply coordinates in all // three directions, even if the dataset topology is 2D, 1D, or 0D. -#ifndef __vtkRectilinearGrid_h -#define __vtkRectilinearGrid_h +#ifndef vtkRectilinearGrid_h +#define vtkRectilinearGrid_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataSet.h" diff --git a/Common/DataModel/vtkReebGraph.h b/Common/DataModel/vtkReebGraph.h index b4bfe88e81..8e4494b733 100644 --- a/Common/DataModel/vtkReebGraph.h +++ b/Common/DataModel/vtkReebGraph.h @@ -112,8 +112,8 @@ // .SECTION Tests // Graphics/Testing/Cxx/TestReebGraph.cxx -#ifndef __vtkReebGraph_h -#define __vtkReebGraph_h +#ifndef vtkReebGraph_h +#define vtkReebGraph_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkMutableDirectedGraph.h" diff --git a/Common/DataModel/vtkReebGraphSimplificationMetric.h b/Common/DataModel/vtkReebGraphSimplificationMetric.h index ec8893498d..40b2c26c97 100644 --- a/Common/DataModel/vtkReebGraphSimplificationMetric.h +++ b/Common/DataModel/vtkReebGraphSimplificationMetric.h @@ -40,8 +40,8 @@ // See Graphics/Testing/Cxx/TestReebGraph.cxx for an example of concrete // implemetnation. -#ifndef __vtkReebGraphSimplificationMetric_h -#define __vtkReebGraphSimplificationMetric_h +#ifndef vtkReebGraphSimplificationMetric_h +#define vtkReebGraphSimplificationMetric_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkSelection.h b/Common/DataModel/vtkSelection.h index 372b114efb..d8e6e036f0 100644 --- a/Common/DataModel/vtkSelection.h +++ b/Common/DataModel/vtkSelection.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkSelectionNode -#ifndef __vtkSelection_h -#define __vtkSelection_h +#ifndef vtkSelection_h +#define vtkSelection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkSelectionNode.h b/Common/DataModel/vtkSelectionNode.h index eea1ff9175..aba24cb8f2 100644 --- a/Common/DataModel/vtkSelectionNode.h +++ b/Common/DataModel/vtkSelectionNode.h @@ -40,8 +40,8 @@ // .SECTION Caveats // No SelectionList is created by default. It should be assigned. -#ifndef __vtkSelectionNode_h -#define __vtkSelectionNode_h +#ifndef vtkSelectionNode_h +#define vtkSelectionNode_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkSimpleCellTessellator.h b/Common/DataModel/vtkSimpleCellTessellator.h index 3ecd1da677..c14d3bd64f 100644 --- a/Common/DataModel/vtkSimpleCellTessellator.h +++ b/Common/DataModel/vtkSimpleCellTessellator.h @@ -39,8 +39,8 @@ // vtkGenericCellTessellator vtkGenericSubdivisionErrorMetric vtkAttributesErrorMetric // vtkGeometricErrorMetric vtkViewDependentErrorMetric -#ifndef __vtkSimpleCellTessellator_h -#define __vtkSimpleCellTessellator_h +#ifndef vtkSimpleCellTessellator_h +#define vtkSimpleCellTessellator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkGenericCellTessellator.h" diff --git a/Common/DataModel/vtkSmoothErrorMetric.h b/Common/DataModel/vtkSmoothErrorMetric.h index 522336602c..8ae0648884 100644 --- a/Common/DataModel/vtkSmoothErrorMetric.h +++ b/Common/DataModel/vtkSmoothErrorMetric.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkGenericCellTessellator vtkGenericSubdivisionErrorMetric -#ifndef __vtkSmoothErrorMetric_h -#define __vtkSmoothErrorMetric_h +#ifndef vtkSmoothErrorMetric_h +#define vtkSmoothErrorMetric_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkGenericSubdivisionErrorMetric.h" diff --git a/Common/DataModel/vtkSphere.h b/Common/DataModel/vtkSphere.h index 84abad2c2e..f3e980bcb3 100644 --- a/Common/DataModel/vtkSphere.h +++ b/Common/DataModel/vtkSphere.h @@ -19,8 +19,8 @@ // methods are available for sphere-related computations, such as computing // bounding spheres for a set of points, or set of spheres. -#ifndef __vtkSphere_h -#define __vtkSphere_h +#ifndef vtkSphere_h +#define vtkSphere_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkSpline.h b/Common/DataModel/vtkSpline.h index ce48d2fbe7..96b0397438 100644 --- a/Common/DataModel/vtkSpline.h +++ b/Common/DataModel/vtkSpline.h @@ -49,8 +49,8 @@ // vtkParametricFunctionSource -#ifndef __vtkSpline_h -#define __vtkSpline_h +#ifndef vtkSpline_h +#define vtkSpline_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkStructuredData.h b/Common/DataModel/vtkStructuredData.h index 981776ba07..2474dee7b5 100644 --- a/Common/DataModel/vtkStructuredData.h +++ b/Common/DataModel/vtkStructuredData.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkStructuredGrid vtkUniformGrid vtkRectilinearGrid vtkRectilinearGrid -#ifndef __vtkStructuredData_h -#define __vtkStructuredData_h +#ifndef vtkStructuredData_h +#define vtkStructuredData_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkStructuredExtent.h b/Common/DataModel/vtkStructuredExtent.h index 1d76f07e4e..c4cdb5ea14 100644 --- a/Common/DataModel/vtkStructuredExtent.h +++ b/Common/DataModel/vtkStructuredExtent.h @@ -20,8 +20,8 @@ // structured extents. It defines a bunch of static methods (most of which are // inlined) to aid in dealing with extents. -#ifndef __vtkStructuredExtent_h -#define __vtkStructuredExtent_h +#ifndef vtkStructuredExtent_h +#define vtkStructuredExtent_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkStructuredGrid.h b/Common/DataModel/vtkStructuredGrid.h index a999d9988d..8f77c48f30 100644 --- a/Common/DataModel/vtkStructuredGrid.h +++ b/Common/DataModel/vtkStructuredGrid.h @@ -36,8 +36,8 @@ // defining a "blanking array" whose values (0,1) specify whether // a point should be blanked or not. -#ifndef __vtkStructuredGrid_h -#define __vtkStructuredGrid_h +#ifndef vtkStructuredGrid_h +#define vtkStructuredGrid_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPointSet.h" diff --git a/Common/DataModel/vtkStructuredPoints.h b/Common/DataModel/vtkStructuredPoints.h index 85c3085d80..b15cbb6de7 100644 --- a/Common/DataModel/vtkStructuredPoints.h +++ b/Common/DataModel/vtkStructuredPoints.h @@ -24,8 +24,8 @@ // have special methods for setting/getting the origin/extents. -#ifndef __vtkStructuredPoints_h -#define __vtkStructuredPoints_h +#ifndef vtkStructuredPoints_h +#define vtkStructuredPoints_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImageData.h" diff --git a/Common/DataModel/vtkStructuredPointsCollection.h b/Common/DataModel/vtkStructuredPointsCollection.h index 343be9693a..fcb2f56e06 100644 --- a/Common/DataModel/vtkStructuredPointsCollection.h +++ b/Common/DataModel/vtkStructuredPointsCollection.h @@ -18,8 +18,8 @@ // lists of structured points datasets. See also vtkCollection and // subclasses. -#ifndef __vtkStructuredPointsCollection_h -#define __vtkStructuredPointsCollection_h +#ifndef vtkStructuredPointsCollection_h +#define vtkStructuredPointsCollection_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/DataModel/vtkStructuredVisibilityConstraint.h b/Common/DataModel/vtkStructuredVisibilityConstraint.h index 1b342a5121..e498e8109a 100644 --- a/Common/DataModel/vtkStructuredVisibilityConstraint.h +++ b/Common/DataModel/vtkStructuredVisibilityConstraint.h @@ -23,8 +23,8 @@ // Make sure to call Initialize() with the right dimensions before // calling any methods that set/get visibility. -#ifndef __vtkStructuredVisibilityConstraint_h -#define __vtkStructuredVisibilityConstraint_h +#ifndef vtkStructuredVisibilityConstraint_h +#define vtkStructuredVisibilityConstraint_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkSuperquadric.h b/Common/DataModel/vtkSuperquadric.h index 47babb3769..ebfe291123 100644 --- a/Common/DataModel/vtkSuperquadric.h +++ b/Common/DataModel/vtkSuperquadric.h @@ -36,8 +36,8 @@ // generation, and may do not exactly describe the size of the superquadric. // -#ifndef __vtkSuperquadric_h -#define __vtkSuperquadric_h +#ifndef vtkSuperquadric_h +#define vtkSuperquadric_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Common/DataModel/vtkTable.h b/Common/DataModel/vtkTable.h index 14a95e7b2c..d1414fcd52 100644 --- a/Common/DataModel/vtkTable.h +++ b/Common/DataModel/vtkTable.h @@ -44,8 +44,8 @@ // Thanks to Patricia Crossno, Ken Moreland, Andrew Wilson and Brian Wylie from // Sandia National Laboratories for their help in developing this class API. -#ifndef __vtkTable_h -#define __vtkTable_h +#ifndef vtkTable_h +#define vtkTable_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDataObject.h" diff --git a/Common/DataModel/vtkTensor.h b/Common/DataModel/vtkTensor.h index b21fe4fc7b..ea824865a6 100644 --- a/Common/DataModel/vtkTensor.h +++ b/Common/DataModel/vtkTensor.h @@ -23,8 +23,8 @@ // responsible for supplying data storage (if necessary) if local copies // of data are being made. -#ifndef __vtkTensor_h -#define __vtkTensor_h +#ifndef vtkTensor_h +#define vtkTensor_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkTetra.h b/Common/DataModel/vtkTetra.h index 41b9f3129a..4f875c6fba 100644 --- a/Common/DataModel/vtkTetra.h +++ b/Common/DataModel/vtkTetra.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkConvexPointSet vtkHexahedron vtkPyramid vtkVoxel vtkWedge -#ifndef __vtkTetra_h -#define __vtkTetra_h +#ifndef vtkTetra_h +#define vtkTetra_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkTree.h b/Common/DataModel/vtkTree.h index a9c83f1462..3190386970 100644 --- a/Common/DataModel/vtkTree.h +++ b/Common/DataModel/vtkTree.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkDirectedGraph vtkMutableDirectedGraph vtkGraph -#ifndef __vtkTree_h -#define __vtkTree_h +#ifndef vtkTree_h +#define vtkTree_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkDirectedAcyclicGraph.h" diff --git a/Common/DataModel/vtkTreeBFSIterator.h b/Common/DataModel/vtkTreeBFSIterator.h index 61dae840f2..d98e2a70a4 100644 --- a/Common/DataModel/vtkTreeBFSIterator.h +++ b/Common/DataModel/vtkTreeBFSIterator.h @@ -25,8 +25,8 @@ // .SECTION Thanks // Thanks to David Doria for submitting this class. -#ifndef __vtkTreeBFSIterator_h -#define __vtkTreeBFSIterator_h +#ifndef vtkTreeBFSIterator_h +#define vtkTreeBFSIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkTreeIterator.h" diff --git a/Common/DataModel/vtkTreeDFSIterator.h b/Common/DataModel/vtkTreeDFSIterator.h index 5182b8ae8a..5fbccd648b 100644 --- a/Common/DataModel/vtkTreeDFSIterator.h +++ b/Common/DataModel/vtkTreeDFSIterator.h @@ -33,8 +33,8 @@ // vtkIdType vertex = iter->Next() inside the loop. -#ifndef __vtkTreeDFSIterator_h -#define __vtkTreeDFSIterator_h +#ifndef vtkTreeDFSIterator_h +#define vtkTreeDFSIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkTreeIterator.h" diff --git a/Common/DataModel/vtkTreeIterator.h b/Common/DataModel/vtkTreeIterator.h index f19a30f960..48a65e7f5a 100644 --- a/Common/DataModel/vtkTreeIterator.h +++ b/Common/DataModel/vtkTreeIterator.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkTreeBFSIterator vtkTreeDFSIterator -#ifndef __vtkTreeIterator_h -#define __vtkTreeIterator_h +#ifndef vtkTreeIterator_h +#define vtkTreeIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkTriQuadraticHexahedron.h b/Common/DataModel/vtkTriQuadraticHexahedron.h index 3aaf5fe751..6fa7f5527d 100644 --- a/Common/DataModel/vtkTriQuadraticHexahedron.h +++ b/Common/DataModel/vtkTriQuadraticHexahedron.h @@ -65,8 +65,8 @@ // Thanks to Soeren Gebbert who developed this class and // integrated it into VTK 5.0. -#ifndef __vtkTriQuadraticHexahedron_h -#define __vtkTriQuadraticHexahedron_h +#ifndef vtkTriQuadraticHexahedron_h +#define vtkTriQuadraticHexahedron_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkNonLinearCell.h" diff --git a/Common/DataModel/vtkTriangle.h b/Common/DataModel/vtkTriangle.h index 1a5e2c7b7f..14d98b0704 100644 --- a/Common/DataModel/vtkTriangle.h +++ b/Common/DataModel/vtkTriangle.h @@ -17,8 +17,8 @@ // vtkTriangle is a concrete implementation of vtkCell to represent a triangle // located in 3-space. -#ifndef __vtkTriangle_h -#define __vtkTriangle_h +#ifndef vtkTriangle_h +#define vtkTriangle_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkTriangleStrip.h b/Common/DataModel/vtkTriangleStrip.h index a02a559e94..e37e43ec87 100644 --- a/Common/DataModel/vtkTriangleStrip.h +++ b/Common/DataModel/vtkTriangleStrip.h @@ -21,8 +21,8 @@ // additional triangle, a single point that, combined with the previous two // points, defines the next triangle. -#ifndef __vtkTriangleStrip_h -#define __vtkTriangleStrip_h +#ifndef vtkTriangleStrip_h +#define vtkTriangleStrip_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkUndirectedGraph.h b/Common/DataModel/vtkUndirectedGraph.h index e873354d3e..29fad86dc8 100644 --- a/Common/DataModel/vtkUndirectedGraph.h +++ b/Common/DataModel/vtkUndirectedGraph.h @@ -36,8 +36,8 @@ // .SECTION See Also // vtkGraph vtkMutableUndirectedGraph -#ifndef __vtkUndirectedGraph_h -#define __vtkUndirectedGraph_h +#ifndef vtkUndirectedGraph_h +#define vtkUndirectedGraph_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkGraph.h" diff --git a/Common/DataModel/vtkUniformGrid.h b/Common/DataModel/vtkUniformGrid.h index f38ed389fb..ce8d336dad 100644 --- a/Common/DataModel/vtkUniformGrid.h +++ b/Common/DataModel/vtkUniformGrid.h @@ -17,8 +17,8 @@ // vtkUniformGrid is a subclass of vtkImageData. In addition to all // the image data functionality, it supports blanking. -#ifndef __vtkUniformGrid_h -#define __vtkUniformGrid_h +#ifndef vtkUniformGrid_h +#define vtkUniformGrid_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkImageData.h" diff --git a/Common/DataModel/vtkUniformGridAMR.h b/Common/DataModel/vtkUniformGridAMR.h index db3d53575e..b6168944e2 100644 --- a/Common/DataModel/vtkUniformGridAMR.h +++ b/Common/DataModel/vtkUniformGridAMR.h @@ -19,8 +19,8 @@ // vtkUniformGrid. -#ifndef __vtkUniformGridAMR_h -#define __vtkUniformGridAMR_h +#ifndef vtkUniformGridAMR_h +#define vtkUniformGridAMR_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCompositeDataSet.h" diff --git a/Common/DataModel/vtkUniformGridAMRDataIterator.h b/Common/DataModel/vtkUniformGridAMRDataIterator.h index 41a2120334..234b7a9a0d 100644 --- a/Common/DataModel/vtkUniformGridAMRDataIterator.h +++ b/Common/DataModel/vtkUniformGridAMRDataIterator.h @@ -16,8 +16,8 @@ // with API to get current level and dataset index. // .SECTION Description -#ifndef __vtkUniformGridAMRDataIterator_h -#define __vtkUniformGridAMRDataIterator_h +#ifndef vtkUniformGridAMRDataIterator_h +#define vtkUniformGridAMRDataIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCompositeDataIterator.h" diff --git a/Common/DataModel/vtkUnstructuredGrid.h b/Common/DataModel/vtkUnstructuredGrid.h index 4aace48709..8d0d3400e9 100644 --- a/Common/DataModel/vtkUnstructuredGrid.h +++ b/Common/DataModel/vtkUnstructuredGrid.h @@ -21,8 +21,8 @@ // (e.g., triangles, polygons), and 3D (e.g., hexahedron, tetrahedron, // polyhedron, etc.). -#ifndef __vtkUnstructuredGrid_h -#define __vtkUnstructuredGrid_h +#ifndef vtkUnstructuredGrid_h +#define vtkUnstructuredGrid_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkUnstructuredGridBase.h" diff --git a/Common/DataModel/vtkUnstructuredGridBase.h b/Common/DataModel/vtkUnstructuredGridBase.h index 423e97ae5c..bc8a6c7a9a 100644 --- a/Common/DataModel/vtkUnstructuredGridBase.h +++ b/Common/DataModel/vtkUnstructuredGridBase.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkMappedDataArray vtkUnstructuredGrid -#ifndef __vtkUnstructuredGridBase_h -#define __vtkUnstructuredGridBase_h +#ifndef vtkUnstructuredGridBase_h +#define vtkUnstructuredGridBase_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkPointSet.h" diff --git a/Common/DataModel/vtkUnstructuredGridCellIterator.h b/Common/DataModel/vtkUnstructuredGridCellIterator.h index b49bdf260b..41089870ec 100644 --- a/Common/DataModel/vtkUnstructuredGridCellIterator.h +++ b/Common/DataModel/vtkUnstructuredGridCellIterator.h @@ -15,8 +15,8 @@ // .NAME vtkUnstructuredGridCellIterator - Implementation of vtkCellIterator // specialized for vtkUnstructuredGrid. -#ifndef __vtkUnstructuredGridCellIterator_h -#define __vtkUnstructuredGridCellIterator_h +#ifndef vtkUnstructuredGridCellIterator_h +#define vtkUnstructuredGridCellIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCellIterator.h" @@ -75,4 +75,4 @@ private: void operator=(const vtkUnstructuredGridCellIterator &); // Not implemented. }; -#endif //__vtkUnstructuredGridCellIterator_h +#endif //vtkUnstructuredGridCellIterator_h diff --git a/Common/DataModel/vtkVector.h b/Common/DataModel/vtkVector.h index 86b4f255d9..e71dba3839 100644 --- a/Common/DataModel/vtkVector.h +++ b/Common/DataModel/vtkVector.h @@ -22,8 +22,8 @@ // float[2] can be cast to a vtkVector2f and manipulated. Also a float[6] could // be cast and used as a vtkVector2f[3]. -#ifndef __vtkVector_h -#define __vtkVector_h +#ifndef vtkVector_h +#define vtkVector_h #include "vtkTuple.h" #include "vtkObject.h" // for legacy macros @@ -379,5 +379,5 @@ const T& vtkVector3::Z() const } #endif // VTK_LEGACY_REMOVE -#endif // __vtkVector_h +#endif // vtkVector_h // VTK-HeaderTest-Exclude: vtkVector.h diff --git a/Common/DataModel/vtkVectorOperators.h b/Common/DataModel/vtkVectorOperators.h index 1025e98843..424f341a89 100644 --- a/Common/DataModel/vtkVectorOperators.h +++ b/Common/DataModel/vtkVectorOperators.h @@ -13,8 +13,8 @@ =========================================================================*/ -#ifndef __vtkVectorOperators_h -#define __vtkVectorOperators_h +#ifndef vtkVectorOperators_h +#define vtkVectorOperators_h // This set of operators enhance the vtkVector classes, allowing various // operator overloads one might expect. diff --git a/Common/DataModel/vtkVertex.h b/Common/DataModel/vtkVertex.h index 34424bc149..6f29bb74f4 100644 --- a/Common/DataModel/vtkVertex.h +++ b/Common/DataModel/vtkVertex.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkVertex is a concrete implementation of vtkCell to represent a 3D point. -#ifndef __vtkVertex_h -#define __vtkVertex_h +#ifndef vtkVertex_h +#define vtkVertex_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell.h" diff --git a/Common/DataModel/vtkVertexListIterator.h b/Common/DataModel/vtkVertexListIterator.h index 3bb1e312ac..fd883ebed8 100644 --- a/Common/DataModel/vtkVertexListIterator.h +++ b/Common/DataModel/vtkVertexListIterator.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkGraph -#ifndef __vtkVertexListIterator_h -#define __vtkVertexListIterator_h +#ifndef vtkVertexListIterator_h +#define vtkVertexListIterator_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/DataModel/vtkVoxel.h b/Common/DataModel/vtkVoxel.h index 5ddfa48261..62d111054b 100644 --- a/Common/DataModel/vtkVoxel.h +++ b/Common/DataModel/vtkVoxel.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkConvexPointSet vtkHexahedron vtkPyramid vtkTetra vtkWedge -#ifndef __vtkVoxel_h -#define __vtkVoxel_h +#ifndef vtkVoxel_h +#define vtkVoxel_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkWedge.h b/Common/DataModel/vtkWedge.h index b7cb391791..0480d32037 100644 --- a/Common/DataModel/vtkWedge.h +++ b/Common/DataModel/vtkWedge.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkConvexPointSet vtkHexahedron vtkPyramid vtkTetra vtkVoxel -#ifndef __vtkWedge_h -#define __vtkWedge_h +#ifndef vtkWedge_h +#define vtkWedge_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkCell3D.h" diff --git a/Common/DataModel/vtkXMLDataElement.h b/Common/DataModel/vtkXMLDataElement.h index d09ba971b4..0b582592c7 100644 --- a/Common/DataModel/vtkXMLDataElement.h +++ b/Common/DataModel/vtkXMLDataElement.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkXMLDataParser -#ifndef __vtkXMLDataElement_h -#define __vtkXMLDataElement_h +#ifndef vtkXMLDataElement_h +#define vtkXMLDataElement_h #include "vtkCommonDataModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkAlgorithm.h b/Common/ExecutionModel/vtkAlgorithm.h index be18d01d82..a9555fd745 100644 --- a/Common/ExecutionModel/vtkAlgorithm.h +++ b/Common/ExecutionModel/vtkAlgorithm.h @@ -26,8 +26,8 @@ // instance has an associated vtkExecutive when it is used in a // pipeline. The executive is responsible for data flow. -#ifndef __vtkAlgorithm_h -#define __vtkAlgorithm_h +#ifndef vtkAlgorithm_h +#define vtkAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkAlgorithmOutput.h b/Common/ExecutionModel/vtkAlgorithmOutput.h index a573c26600..e0d8fd5529 100644 --- a/Common/ExecutionModel/vtkAlgorithmOutput.h +++ b/Common/ExecutionModel/vtkAlgorithmOutput.h @@ -22,8 +22,8 @@ // proxy object: it is simply a convenience for creating or removing // connections. -#ifndef __vtkAlgorithmOutput_h -#define __vtkAlgorithmOutput_h +#ifndef vtkAlgorithmOutput_h +#define vtkAlgorithmOutput_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h b/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h index f7ae2c66d2..dbbd9416b9 100644 --- a/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h +++ b/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h @@ -28,8 +28,8 @@ // RequestData( request, inputVec, outputVec). -#ifndef __vtkAnnotationLayersAlgorithm_h -#define __vtkAnnotationLayersAlgorithm_h +#ifndef vtkAnnotationLayersAlgorithm_h +#define vtkAnnotationLayersAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkArrayDataAlgorithm.h b/Common/ExecutionModel/vtkArrayDataAlgorithm.h index 0953641be6..e4e6149731 100644 --- a/Common/ExecutionModel/vtkArrayDataAlgorithm.h +++ b/Common/ExecutionModel/vtkArrayDataAlgorithm.h @@ -38,8 +38,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkArrayDataAlgorithm_h -#define __vtkArrayDataAlgorithm_h +#ifndef vtkArrayDataAlgorithm_h +#define vtkArrayDataAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h b/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h index 2880ce4a3a..becf58e570 100644 --- a/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h +++ b/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkCachedStreamingDemandDrivenPipeline -#ifndef __vtkCachedStreamingDemandDrivenPipeline_h -#define __vtkCachedStreamingDemandDrivenPipeline_h +#ifndef vtkCachedStreamingDemandDrivenPipeline_h +#define vtkCachedStreamingDemandDrivenPipeline_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkStreamingDemandDrivenPipeline.h" diff --git a/Common/ExecutionModel/vtkCastToConcrete.h b/Common/ExecutionModel/vtkCastToConcrete.h index 16e20ec271..f351de79fa 100644 --- a/Common/ExecutionModel/vtkCastToConcrete.h +++ b/Common/ExecutionModel/vtkCastToConcrete.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkDataSetAlgorithm vtkPointSetToPointSetFilter -#ifndef __vtkCastToConcrete_h -#define __vtkCastToConcrete_h +#ifndef vtkCastToConcrete_h +#define vtkCastToConcrete_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Common/ExecutionModel/vtkCompositeDataPipeline.h b/Common/ExecutionModel/vtkCompositeDataPipeline.h index 47a71c0560..272c9e8693 100644 --- a/Common/ExecutionModel/vtkCompositeDataPipeline.h +++ b/Common/ExecutionModel/vtkCompositeDataPipeline.h @@ -38,8 +38,8 @@ // .SECTION See also // vtkCompositeDataSet -#ifndef __vtkCompositeDataPipeline_h -#define __vtkCompositeDataPipeline_h +#ifndef vtkCompositeDataPipeline_h +#define vtkCompositeDataPipeline_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkStreamingDemandDrivenPipeline.h" diff --git a/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h b/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h index b57e0975be..67b49824cd 100644 --- a/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h @@ -19,8 +19,8 @@ // class. -#ifndef __vtkCompositeDataSetAlgorithm_h -#define __vtkCompositeDataSetAlgorithm_h +#ifndef vtkCompositeDataSetAlgorithm_h +#define vtkCompositeDataSetAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkDataObjectAlgorithm.h b/Common/ExecutionModel/vtkDataObjectAlgorithm.h index fa14e5b143..bc87930320 100644 --- a/Common/ExecutionModel/vtkDataObjectAlgorithm.h +++ b/Common/ExecutionModel/vtkDataObjectAlgorithm.h @@ -28,8 +28,8 @@ // RequestData( request, inputVec, outputVec). -#ifndef __vtkDataObjectAlgorithm_h -#define __vtkDataObjectAlgorithm_h +#ifndef vtkDataObjectAlgorithm_h +#define vtkDataObjectAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkDataSetAlgorithm.h b/Common/ExecutionModel/vtkDataSetAlgorithm.h index aa3ba6c359..531289fe08 100644 --- a/Common/ExecutionModel/vtkDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkDataSetAlgorithm.h @@ -29,8 +29,8 @@ // same type as the input. -#ifndef __vtkDataSetAlgorithm_h -#define __vtkDataSetAlgorithm_h +#ifndef vtkDataSetAlgorithm_h +#define vtkDataSetAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkDemandDrivenPipeline.h b/Common/ExecutionModel/vtkDemandDrivenPipeline.h index 60f2f67cc9..18d5622401 100644 --- a/Common/ExecutionModel/vtkDemandDrivenPipeline.h +++ b/Common/ExecutionModel/vtkDemandDrivenPipeline.h @@ -18,8 +18,8 @@ // algorithm only when its outputs are out-of-date with respect to its // inputs. -#ifndef __vtkDemandDrivenPipeline_h -#define __vtkDemandDrivenPipeline_h +#ifndef vtkDemandDrivenPipeline_h +#define vtkDemandDrivenPipeline_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkExecutive.h" diff --git a/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h b/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h index d99161d871..800df70425 100644 --- a/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h +++ b/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h @@ -37,8 +37,8 @@ // Thanks to Patricia Crossno, Ken Moreland, Andrew Wilson and Brian Wylie from // Sandia National Laboratories for their help in developing this class. -#ifndef __vtkDirectedGraphAlgorithm_h -#define __vtkDirectedGraphAlgorithm_h +#ifndef vtkDirectedGraphAlgorithm_h +#define vtkDirectedGraphAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkEnsembleSource.h b/Common/ExecutionModel/vtkEnsembleSource.h index 3df7d02e57..84d10ad151 100644 --- a/Common/ExecutionModel/vtkEnsembleSource.h +++ b/Common/ExecutionModel/vtkEnsembleSource.h @@ -21,8 +21,8 @@ // Note that it is expected that all ensemble members produce data of the // same type. -#ifndef __vtkEnsembleSource_h -#define __vtkEnsembleSource_h +#ifndef vtkEnsembleSource_h +#define vtkEnsembleSource_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkExecutive.h b/Common/ExecutionModel/vtkExecutive.h index 340d69a228..5fade96612 100644 --- a/Common/ExecutionModel/vtkExecutive.h +++ b/Common/ExecutionModel/vtkExecutive.h @@ -21,8 +21,8 @@ // processing algorithm in the pipeline is implemented in an instance // of vtkAlgorithm. -#ifndef __vtkExecutive_h -#define __vtkExecutive_h +#ifndef vtkExecutive_h +#define vtkExecutive_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkExtentSplitter.h b/Common/ExecutionModel/vtkExtentSplitter.h index cd5755f809..7dace509ee 100644 --- a/Common/ExecutionModel/vtkExtentSplitter.h +++ b/Common/ExecutionModel/vtkExtentSplitter.h @@ -23,8 +23,8 @@ // overlap of the source extents. This can be used by parallel data // readers to read as few piece files as possible. -#ifndef __vtkExtentSplitter_h -#define __vtkExtentSplitter_h +#ifndef vtkExtentSplitter_h +#define vtkExtentSplitter_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkExtentTranslator.h b/Common/ExecutionModel/vtkExtentTranslator.h index e5ea9fcd57..32ebdd3875 100644 --- a/Common/ExecutionModel/vtkExtentTranslator.h +++ b/Common/ExecutionModel/vtkExtentTranslator.h @@ -20,8 +20,8 @@ // coded extent can be used for a starting point. -#ifndef __vtkExtentTranslator_h -#define __vtkExtentTranslator_h +#ifndef vtkExtentTranslator_h +#define vtkExtentTranslator_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkFilteringInformationKeyManager.h b/Common/ExecutionModel/vtkFilteringInformationKeyManager.h index 349b8eac71..eb6c9612b6 100644 --- a/Common/ExecutionModel/vtkFilteringInformationKeyManager.h +++ b/Common/ExecutionModel/vtkFilteringInformationKeyManager.h @@ -19,8 +19,8 @@ // It makes sure that the table of keys is created before and // destroyed after it is used. -#ifndef __vtkFilteringInformationKeyManager_h -#define __vtkFilteringInformationKeyManager_h +#ifndef vtkFilteringInformationKeyManager_h +#define vtkFilteringInformationKeyManager_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Common/ExecutionModel/vtkGraphAlgorithm.h b/Common/ExecutionModel/vtkGraphAlgorithm.h index d21840f9fe..c0c841d8c8 100644 --- a/Common/ExecutionModel/vtkGraphAlgorithm.h +++ b/Common/ExecutionModel/vtkGraphAlgorithm.h @@ -36,8 +36,8 @@ // Thanks to Patricia Crossno, Ken Moreland, Andrew Wilson and Brian Wylie from // Sandia National Laboratories for their help in developing this class. -#ifndef __vtkGraphAlgorithm_h -#define __vtkGraphAlgorithm_h +#ifndef vtkGraphAlgorithm_h +#define vtkGraphAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h b/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h index 0ba0c44b8c..eae132099f 100644 --- a/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h @@ -19,8 +19,8 @@ // and produce a vtkHierarchicalBoxDataSet in the output can subclass from this // class. -#ifndef __vtkHierarchicalBoxDataSetAlgorithm_h -#define __vtkHierarchicalBoxDataSetAlgorithm_h +#ifndef vtkHierarchicalBoxDataSetAlgorithm_h +#define vtkHierarchicalBoxDataSetAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h b/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h index 06e757affc..d764980173 100644 --- a/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h +++ b/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h @@ -25,8 +25,8 @@ // method that by default says that all inputs will be HyperOctree. If that // isn't the case then please override this method in your subclass. -#ifndef __vtkHyperOctreeAlgorithm_h -#define __vtkHyperOctreeAlgorithm_h +#ifndef vtkHyperOctreeAlgorithm_h +#define vtkHyperOctreeAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h b/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h index 85f66f6c9c..be253cba00 100644 --- a/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h +++ b/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h @@ -30,8 +30,8 @@ // This test was written by Philippe Pebay and Charles Law, Kitware 2012 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTreeGridAlgorithm_h -#define __vtkHyperTreeGridAlgorithm_h +#ifndef vtkHyperTreeGridAlgorithm_h +#define vtkHyperTreeGridAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkImageAlgorithm.h b/Common/ExecutionModel/vtkImageAlgorithm.h index 48d6c35a59..f2b77c0f45 100644 --- a/Common/ExecutionModel/vtkImageAlgorithm.h +++ b/Common/ExecutionModel/vtkImageAlgorithm.h @@ -22,8 +22,8 @@ // .SECTION See also // vtkSimpleImageToImageFilter -#ifndef __vtkImageAlgorithm_h -#define __vtkImageAlgorithm_h +#ifndef vtkImageAlgorithm_h +#define vtkImageAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkImageInPlaceFilter.h b/Common/ExecutionModel/vtkImageInPlaceFilter.h index 1fbacdab84..07dbe08144 100644 --- a/Common/ExecutionModel/vtkImageInPlaceFilter.h +++ b/Common/ExecutionModel/vtkImageInPlaceFilter.h @@ -20,8 +20,8 @@ // or some other object is referencing the input region. -#ifndef __vtkImageInPlaceFilter_h -#define __vtkImageInPlaceFilter_h +#ifndef vtkImageInPlaceFilter_h +#define vtkImageInPlaceFilter_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Common/ExecutionModel/vtkImageProgressIterator.h b/Common/ExecutionModel/vtkImageProgressIterator.h index 2d69a03846..a2ba6ec613 100644 --- a/Common/ExecutionModel/vtkImageProgressIterator.h +++ b/Common/ExecutionModel/vtkImageProgressIterator.h @@ -20,8 +20,8 @@ // .SECTION See also // vtkImageData vtkImageIterator -#ifndef __vtkImageProgressIterator_h -#define __vtkImageProgressIterator_h +#ifndef vtkImageProgressIterator_h +#define vtkImageProgressIterator_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkImageIterator.h" diff --git a/Common/ExecutionModel/vtkImageToStructuredPoints.h b/Common/ExecutionModel/vtkImageToStructuredPoints.h index fc94a287a0..dc23db61e2 100644 --- a/Common/ExecutionModel/vtkImageToStructuredPoints.h +++ b/Common/ExecutionModel/vtkImageToStructuredPoints.h @@ -21,8 +21,8 @@ // will try to reference count the data but in some cases it must // make a copy. -#ifndef __vtkImageToStructuredPoints_h -#define __vtkImageToStructuredPoints_h +#ifndef vtkImageToStructuredPoints_h +#define vtkImageToStructuredPoints_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h b/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h index 5976961d44..77076f1c93 100644 --- a/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h +++ b/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h @@ -17,8 +17,8 @@ // that (shallow) copies itself downstream during the REQUEST_INFORMATION pass. Hence // it can be used to provide meta-data of type vtkDataObject or any subclass. -#ifndef __vtkInformationDataObjectMetaDataKey_h -#define __vtkInformationDataObjectMetaDataKey_h +#ifndef vtkInformationDataObjectMetaDataKey_h +#define vtkInformationDataObjectMetaDataKey_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkInformationDataObjectKey.h" diff --git a/Common/ExecutionModel/vtkInformationExecutivePortKey.h b/Common/ExecutionModel/vtkInformationExecutivePortKey.h index ee7b6bc4a9..ea2e4844fc 100644 --- a/Common/ExecutionModel/vtkInformationExecutivePortKey.h +++ b/Common/ExecutionModel/vtkInformationExecutivePortKey.h @@ -18,8 +18,8 @@ // vtkInformation for values that are vtkExecutive instances paired // with port numbers. -#ifndef __vtkInformationExecutivePortKey_h -#define __vtkInformationExecutivePortKey_h +#ifndef vtkInformationExecutivePortKey_h +#define vtkInformationExecutivePortKey_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h b/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h index 0884c035ab..beb25b9c9a 100644 --- a/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h +++ b/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h @@ -18,8 +18,8 @@ // vtkInformation for values that are vectors of vtkExecutive // instances paired with port numbers. -#ifndef __vtkInformationExecutivePortVectorKey_h -#define __vtkInformationExecutivePortVectorKey_h +#ifndef vtkInformationExecutivePortVectorKey_h +#define vtkInformationExecutivePortVectorKey_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkInformationKey.h" diff --git a/Common/ExecutionModel/vtkInformationIntegerRequestKey.h b/Common/ExecutionModel/vtkInformationIntegerRequestKey.h index ca65acfb50..b4cf22bddb 100644 --- a/Common/ExecutionModel/vtkInformationIntegerRequestKey.h +++ b/Common/ExecutionModel/vtkInformationIntegerRequestKey.h @@ -27,8 +27,8 @@ // The best way to use this class is to subclass it to set the DataKey data member. // This is usually done in the subclass' constructor. -#ifndef __vtkInformationIntegerRequestKey_h -#define __vtkInformationIntegerRequestKey_h +#ifndef vtkInformationIntegerRequestKey_h +#define vtkInformationIntegerRequestKey_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkInformationIntegerKey.h" diff --git a/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h b/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h index bec0a6e898..8772d42d6c 100644 --- a/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h @@ -19,8 +19,8 @@ // class. -#ifndef __vtkMultiBlockDataSetAlgorithm_h -#define __vtkMultiBlockDataSetAlgorithm_h +#ifndef vtkMultiBlockDataSetAlgorithm_h +#define vtkMultiBlockDataSetAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h b/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h index e1e5fb9765..c8819680c8 100644 --- a/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h +++ b/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h @@ -22,8 +22,8 @@ // in a vtkMultiBlockDataSet object. -#ifndef __vtkMultiTimeStepAlgorithm_h -#define __vtkMultiTimeStepAlgorithm_h +#ifndef vtkMultiTimeStepAlgorithm_h +#define vtkMultiTimeStepAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h b/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h index 329b716725..90abf338d2 100644 --- a/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h +++ b/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h @@ -29,8 +29,8 @@ // same type as the input. -#ifndef __vtkPassInputTypeAlgorithm_h -#define __vtkPassInputTypeAlgorithm_h +#ifndef vtkPassInputTypeAlgorithm_h +#define vtkPassInputTypeAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h b/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h index 5495f28867..dd7d70e67a 100644 --- a/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h +++ b/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h @@ -27,8 +27,8 @@ // You should implement the subclass's algorithm into // RequestData( request, inputVec, outputVec). -#ifndef __vtkPiecewiseFunctionAlgorithm_h -#define __vtkPiecewiseFunctionAlgorithm_h +#ifndef vtkPiecewiseFunctionAlgorithm_h +#define vtkPiecewiseFunctionAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h b/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h index c245a0c3d4..3a841811f9 100644 --- a/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h +++ b/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h @@ -17,8 +17,8 @@ // // .SECTION Description -#ifndef __vtkPiecewiseFunctionShiftScale_h -#define __vtkPiecewiseFunctionShiftScale_h +#ifndef vtkPiecewiseFunctionShiftScale_h +#define vtkPiecewiseFunctionShiftScale_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkPiecewiseFunctionAlgorithm.h" diff --git a/Common/ExecutionModel/vtkPointSetAlgorithm.h b/Common/ExecutionModel/vtkPointSetAlgorithm.h index 092f6ca5c3..b05603a667 100644 --- a/Common/ExecutionModel/vtkPointSetAlgorithm.h +++ b/Common/ExecutionModel/vtkPointSetAlgorithm.h @@ -27,8 +27,8 @@ // RequestData( request, inputVec, outputVec). -#ifndef __vtkPointSetAlgorithm_h -#define __vtkPointSetAlgorithm_h +#ifndef vtkPointSetAlgorithm_h +#define vtkPointSetAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkPolyDataAlgorithm.h b/Common/ExecutionModel/vtkPolyDataAlgorithm.h index 9b62b38e70..52c7008c70 100644 --- a/Common/ExecutionModel/vtkPolyDataAlgorithm.h +++ b/Common/ExecutionModel/vtkPolyDataAlgorithm.h @@ -25,8 +25,8 @@ // method that by default says that all inputs will be PolyData. If that // isn't the case then please override this method in your subclass. -#ifndef __vtkPolyDataAlgorithm_h -#define __vtkPolyDataAlgorithm_h +#ifndef vtkPolyDataAlgorithm_h +#define vtkPolyDataAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkProgressObserver.h b/Common/ExecutionModel/vtkProgressObserver.h index ad1a82e1cf..df727fb699 100644 --- a/Common/ExecutionModel/vtkProgressObserver.h +++ b/Common/ExecutionModel/vtkProgressObserver.h @@ -24,8 +24,8 @@ // thread local vtkProgressObserver, which will invoke events separately // for each thread. -#ifndef __vtkProgressObserver_h -#define __vtkProgressObserver_h +#ifndef vtkProgressObserver_h +#define vtkProgressObserver_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h b/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h index 76410e6130..4247b05d9f 100644 --- a/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h +++ b/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h @@ -27,8 +27,8 @@ // You should implement the subclass's algorithm into // RequestData( request, inputVec, outputVec). -#ifndef __vtkRectilinearGridAlgorithm_h -#define __vtkRectilinearGridAlgorithm_h +#ifndef vtkRectilinearGridAlgorithm_h +#define vtkRectilinearGridAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkSMPProgressObserver.h b/Common/ExecutionModel/vtkSMPProgressObserver.h index f46d20035a..3a27333044 100644 --- a/Common/ExecutionModel/vtkSMPProgressObserver.h +++ b/Common/ExecutionModel/vtkSMPProgressObserver.h @@ -21,8 +21,8 @@ // thread. Since the execution will be somewhat load balanced, // it may be enough to do this only on the main thread. -#ifndef __vtkSMPProgressObserver_h -#define __vtkSMPProgressObserver_h +#ifndef vtkSMPProgressObserver_h +#define vtkSMPProgressObserver_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkProgressObserver.h" diff --git a/Common/ExecutionModel/vtkScalarTree.h b/Common/ExecutionModel/vtkScalarTree.h index ab594167fd..f23867d1cd 100644 --- a/Common/ExecutionModel/vtkScalarTree.h +++ b/Common/ExecutionModel/vtkScalarTree.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkSimpleScalarTree -#ifndef __vtkScalarTree_h -#define __vtkScalarTree_h +#ifndef vtkScalarTree_h +#define vtkScalarTree_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/ExecutionModel/vtkSelectionAlgorithm.h b/Common/ExecutionModel/vtkSelectionAlgorithm.h index 64154e1df4..a223289a65 100644 --- a/Common/ExecutionModel/vtkSelectionAlgorithm.h +++ b/Common/ExecutionModel/vtkSelectionAlgorithm.h @@ -31,8 +31,8 @@ // Thanks to Patricia Crossno, Ken Moreland, Andrew Wilson and Brian Wylie from // Sandia National Laboratories for their help in developing this class. -#ifndef __vtkSelectionAlgorithm_h -#define __vtkSelectionAlgorithm_h +#ifndef vtkSelectionAlgorithm_h +#define vtkSelectionAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkSimpleImageToImageFilter.h b/Common/ExecutionModel/vtkSimpleImageToImageFilter.h index 98b7866269..42c14b4b03 100644 --- a/Common/ExecutionModel/vtkSimpleImageToImageFilter.h +++ b/Common/ExecutionModel/vtkSimpleImageToImageFilter.h @@ -34,8 +34,8 @@ // .SECTION See also // vtkImageAlgorithm vtkSimpleImageFilterExample -#ifndef __vtkSimpleImageToImageFilter_h -#define __vtkSimpleImageToImageFilter_h +#ifndef vtkSimpleImageToImageFilter_h +#define vtkSimpleImageToImageFilter_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Common/ExecutionModel/vtkSimpleScalarTree.h b/Common/ExecutionModel/vtkSimpleScalarTree.h index caa937056d..0a2664eddd 100644 --- a/Common/ExecutionModel/vtkSimpleScalarTree.h +++ b/Common/ExecutionModel/vtkSimpleScalarTree.h @@ -29,8 +29,8 @@ // and so on. The implication is that there are no direct lists of cell ids // per leaf node, instead the cell ids are implicitly known. -#ifndef __vtkSimpleScalarTree_h -#define __vtkSimpleScalarTree_h +#ifndef vtkSimpleScalarTree_h +#define vtkSimpleScalarTree_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkScalarTree.h" diff --git a/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h b/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h index 8d8a6d3a39..fb96f6eef3 100644 --- a/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h +++ b/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h @@ -20,8 +20,8 @@ // 4.x pipeline. Instead of always updating an entire data set, this // executive supports asking for pieces or sub-extents. -#ifndef __vtkStreamingDemandDrivenPipeline_h -#define __vtkStreamingDemandDrivenPipeline_h +#ifndef vtkStreamingDemandDrivenPipeline_h +#define vtkStreamingDemandDrivenPipeline_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkDemandDrivenPipeline.h" diff --git a/Common/ExecutionModel/vtkStructuredGridAlgorithm.h b/Common/ExecutionModel/vtkStructuredGridAlgorithm.h index e986b47f21..8e77d1c83a 100644 --- a/Common/ExecutionModel/vtkStructuredGridAlgorithm.h +++ b/Common/ExecutionModel/vtkStructuredGridAlgorithm.h @@ -25,8 +25,8 @@ // method that by default says that all inputs will be StructuredGrid. If that // isn't the case then please override this method in your subclass. -#ifndef __vtkStructuredGridAlgorithm_h -#define __vtkStructuredGridAlgorithm_h +#ifndef vtkStructuredGridAlgorithm_h +#define vtkStructuredGridAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkTableAlgorithm.h b/Common/ExecutionModel/vtkTableAlgorithm.h index dd5447df78..94e9e01b1d 100644 --- a/Common/ExecutionModel/vtkTableAlgorithm.h +++ b/Common/ExecutionModel/vtkTableAlgorithm.h @@ -33,8 +33,8 @@ // .SECTION Thanks // Thanks to Brian Wylie for creating this class. -#ifndef __vtkTableAlgorithm_h -#define __vtkTableAlgorithm_h +#ifndef vtkTableAlgorithm_h +#define vtkTableAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h b/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h index c1e201ce7f..0df0b69c0b 100644 --- a/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h +++ b/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h @@ -22,8 +22,8 @@ // store/retrieve all state changes using input and output information // objects, which are unique to each thread. -#ifndef __vtkThreadedCompositeDataPipeline_h -#define __vtkThreadedCompositeDataPipeline_h +#ifndef vtkThreadedCompositeDataPipeline_h +#define vtkThreadedCompositeDataPipeline_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkCompositeDataPipeline.h" diff --git a/Common/ExecutionModel/vtkThreadedImageAlgorithm.h b/Common/ExecutionModel/vtkThreadedImageAlgorithm.h index 649ec6021b..ba2b43712b 100644 --- a/Common/ExecutionModel/vtkThreadedImageAlgorithm.h +++ b/Common/ExecutionModel/vtkThreadedImageAlgorithm.h @@ -22,8 +22,8 @@ // .SECTION See also // vtkSimpleImageToImageAlgorithm -#ifndef __vtkThreadedImageAlgorithm_h -#define __vtkThreadedImageAlgorithm_h +#ifndef vtkThreadedImageAlgorithm_h +#define vtkThreadedImageAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Common/ExecutionModel/vtkTreeAlgorithm.h b/Common/ExecutionModel/vtkTreeAlgorithm.h index ea33c8bffc..9d2f53d4c8 100644 --- a/Common/ExecutionModel/vtkTreeAlgorithm.h +++ b/Common/ExecutionModel/vtkTreeAlgorithm.h @@ -30,8 +30,8 @@ // method that by default says that all inputs will be Tree. If that // isn't the case then please override this method in your subclass. -#ifndef __vtkTreeAlgorithm_h -#define __vtkTreeAlgorithm_h +#ifndef vtkTreeAlgorithm_h +#define vtkTreeAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkTrivialProducer.h b/Common/ExecutionModel/vtkTrivialProducer.h index 41349ad510..9c730186b4 100644 --- a/Common/ExecutionModel/vtkTrivialProducer.h +++ b/Common/ExecutionModel/vtkTrivialProducer.h @@ -20,8 +20,8 @@ // producer allows data objects that are hand-constructed in a program // without another vtk producer to be connected. -#ifndef __vtkTrivialProducer_h -#define __vtkTrivialProducer_h +#ifndef vtkTrivialProducer_h +#define vtkTrivialProducer_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h b/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h index 07cb018b54..59b14830d5 100644 --- a/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h +++ b/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h @@ -34,8 +34,8 @@ // Thanks to Patricia Crossno, Ken Moreland, Andrew Wilson and Brian Wylie from // Sandia National Laboratories for their help in developing this class. -#ifndef __vtkUndirectedGraphAlgorithm_h -#define __vtkUndirectedGraphAlgorithm_h +#ifndef vtkUndirectedGraphAlgorithm_h +#define vtkUndirectedGraphAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h b/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h index 592857f9eb..0b21f7afea 100644 --- a/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h +++ b/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h @@ -25,8 +25,8 @@ // method that by default says that all inputs will be UnstructuredGrid. If that // isn't the case then please override this method in your subclass. -#ifndef __vtkUnstructuredGridAlgorithm_h -#define __vtkUnstructuredGridAlgorithm_h +#ifndef vtkUnstructuredGridAlgorithm_h +#define vtkUnstructuredGridAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h b/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h index 278a0d7617..8c8c8ab0ed 100644 --- a/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h +++ b/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h @@ -24,8 +24,8 @@ // method that by default says that all inputs will be UnstructuredGridBase. If // that isn't the case then please override this method in your subclass. -#ifndef __vtkUnstructuredGridBaseAlgorithm_h -#define __vtkUnstructuredGridBaseAlgorithm_h +#ifndef vtkUnstructuredGridBaseAlgorithm_h +#define vtkUnstructuredGridBaseAlgorithm_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Common/Math/vtkAmoebaMinimizer.h b/Common/Math/vtkAmoebaMinimizer.h index 25095d6ce3..bc7bc7d70a 100644 --- a/Common/Math/vtkAmoebaMinimizer.h +++ b/Common/Math/vtkAmoebaMinimizer.h @@ -23,8 +23,8 @@ // but is not guaranteed to find the global minimum if several local // minima exist. -#ifndef __vtkAmoebaMinimizer_h -#define __vtkAmoebaMinimizer_h +#ifndef vtkAmoebaMinimizer_h +#define vtkAmoebaMinimizer_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkFastNumericConversion.h b/Common/Math/vtkFastNumericConversion.h index b2b66acb99..ba871a8a9a 100644 --- a/Common/Math/vtkFastNumericConversion.h +++ b/Common/Math/vtkFastNumericConversion.h @@ -44,8 +44,8 @@ // Linux, that the default extended precision mode is in effect, and it // assumes, on Windows, that the default double precision mode is in effect. -#ifndef __vtkFastNumericConversion_h -#define __vtkFastNumericConversion_h +#ifndef vtkFastNumericConversion_h +#define vtkFastNumericConversion_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkFunctionSet.h b/Common/Math/vtkFunctionSet.h index 1cb792d88b..465e7f11eb 100644 --- a/Common/Math/vtkFunctionSet.h +++ b/Common/Math/vtkFunctionSet.h @@ -23,8 +23,8 @@ // vtkImplicitDataSet vtkInterpolatedVelocityField // vtkInitialValueProblemSolver -#ifndef __vtkFunctionSet_h -#define __vtkFunctionSet_h +#ifndef vtkFunctionSet_h +#define vtkFunctionSet_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkInitialValueProblemSolver.h b/Common/Math/vtkInitialValueProblemSolver.h index b7ea50a1cd..df05991758 100644 --- a/Common/Math/vtkInitialValueProblemSolver.h +++ b/Common/Math/vtkInitialValueProblemSolver.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkRungeKutta2 vtkRungeKutta4 -#ifndef __vtkInitialValueProblemSolver_h -#define __vtkInitialValueProblemSolver_h +#ifndef vtkInitialValueProblemSolver_h +#define vtkInitialValueProblemSolver_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkMatrix3x3.h b/Common/Math/vtkMatrix3x3.h index a10b52c057..182c73a908 100644 --- a/Common/Math/vtkMatrix3x3.h +++ b/Common/Math/vtkMatrix3x3.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkTransform2D -#ifndef __vtkMatrix3x3_h -#define __vtkMatrix3x3_h +#ifndef vtkMatrix3x3_h +#define vtkMatrix3x3_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkMatrix4x4.h b/Common/Math/vtkMatrix4x4.h index a5706772eb..39218d551a 100644 --- a/Common/Math/vtkMatrix4x4.h +++ b/Common/Math/vtkMatrix4x4.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkTransform -#ifndef __vtkMatrix4x4_h -#define __vtkMatrix4x4_h +#ifndef vtkMatrix4x4_h +#define vtkMatrix4x4_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkPolynomialSolversUnivariate.h b/Common/Math/vtkPolynomialSolversUnivariate.h index c02d035c3e..1a8ee831db 100644 --- a/Common/Math/vtkPolynomialSolversUnivariate.h +++ b/Common/Math/vtkPolynomialSolversUnivariate.h @@ -43,8 +43,8 @@ // Thanks to Philippe Pebay, Korben Rusek, David Thompson, and Maurice Rojas // for implementing these solvers. -#ifndef __vtkPolynomialSolversUnivariate_h -#define __vtkPolynomialSolversUnivariate_h +#ifndef vtkPolynomialSolversUnivariate_h +#define vtkPolynomialSolversUnivariate_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkQuaternion.h b/Common/Math/vtkQuaternion.h index 8595d1f6b5..39bd1cde95 100644 --- a/Common/Math/vtkQuaternion.h +++ b/Common/Math/vtkQuaternion.h @@ -27,8 +27,8 @@ // .SECTION See also // vtkQuaternionInterpolator -#ifndef __vtkQuaternion_h -#define __vtkQuaternion_h +#ifndef vtkQuaternion_h +#define vtkQuaternion_h #include "vtkTuple.h" @@ -379,5 +379,5 @@ public: #include "vtkQuaternion.txx" -#endif // __vtkQuaternion_h +#endif // vtkQuaternion_h // VTK-HeaderTest-Exclude: vtkQuaternion.h diff --git a/Common/Math/vtkQuaternionInterpolator.h b/Common/Math/vtkQuaternionInterpolator.h index 0649eba028..51bbcf2e6c 100644 --- a/Common/Math/vtkQuaternionInterpolator.h +++ b/Common/Math/vtkQuaternionInterpolator.h @@ -49,8 +49,8 @@ // vtkQuaternion -#ifndef __vtkQuaternionInterpolator_h -#define __vtkQuaternionInterpolator_h +#ifndef vtkQuaternionInterpolator_h +#define vtkQuaternionInterpolator_h #include "vtkCommonMathModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Math/vtkRungeKutta2.h b/Common/Math/vtkRungeKutta2.h index 704f24174e..fb60c9061e 100644 --- a/Common/Math/vtkRungeKutta2.h +++ b/Common/Math/vtkRungeKutta2.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkInitialValueProblemSolver vtkRungeKutta4 vtkRungeKutta45 vtkFunctionSet -#ifndef __vtkRungeKutta2_h -#define __vtkRungeKutta2_h +#ifndef vtkRungeKutta2_h +#define vtkRungeKutta2_h #include "vtkCommonMathModule.h" // For export macro #include "vtkInitialValueProblemSolver.h" diff --git a/Common/Math/vtkRungeKutta4.h b/Common/Math/vtkRungeKutta4.h index 729bacda4b..085848006a 100644 --- a/Common/Math/vtkRungeKutta4.h +++ b/Common/Math/vtkRungeKutta4.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkInitialValueProblemSolver vtkRungeKutta45 vtkRungeKutta2 vtkFunctionSet -#ifndef __vtkRungeKutta4_h -#define __vtkRungeKutta4_h +#ifndef vtkRungeKutta4_h +#define vtkRungeKutta4_h #include "vtkCommonMathModule.h" // For export macro #include "vtkInitialValueProblemSolver.h" diff --git a/Common/Math/vtkRungeKutta45.h b/Common/Math/vtkRungeKutta45.h index d8dc9294f8..7d49927465 100644 --- a/Common/Math/vtkRungeKutta45.h +++ b/Common/Math/vtkRungeKutta45.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkInitialValueProblemSolver vtkRungeKutta4 vtkRungeKutta2 vtkFunctionSet -#ifndef __vtkRungeKutta45_h -#define __vtkRungeKutta45_h +#ifndef vtkRungeKutta45_h +#define vtkRungeKutta45_h #include "vtkCommonMathModule.h" // For export macro #include "vtkInitialValueProblemSolver.h" diff --git a/Common/Math/vtkTuple.h b/Common/Math/vtkTuple.h index 8ef18b4ee5..1514ed39f8 100644 --- a/Common/Math/vtkTuple.h +++ b/Common/Math/vtkTuple.h @@ -18,8 +18,8 @@ // .SECTION Description // This class is a templated data type for storing and manipulating tuples. -#ifndef __vtkTuple_h -#define __vtkTuple_h +#ifndef vtkTuple_h +#define vtkTuple_h #include "vtkIOStream.h" // For streaming operators #include "vtkSystemIncludes.h" @@ -192,5 +192,5 @@ bool operator!=(const vtkTuple& t1, const vtkTuple& t2) return !(t1 == t2); } -#endif // __vtkTuple_h +#endif // vtkTuple_h // VTK-HeaderTest-Exclude: vtkTuple.h diff --git a/Common/Misc/vtkContourValues.h b/Common/Misc/vtkContourValues.h index d76687a432..ddab30e1db 100644 --- a/Common/Misc/vtkContourValues.h +++ b/Common/Misc/vtkContourValues.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkContourFilter -#ifndef __vtkContourValues_h -#define __vtkContourValues_h +#ifndef vtkContourValues_h +#define vtkContourValues_h #include "vtkCommonMiscModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Misc/vtkErrorCode.h b/Common/Misc/vtkErrorCode.h index 715480f4cf..38124a16d8 100644 --- a/Common/Misc/vtkErrorCode.h +++ b/Common/Misc/vtkErrorCode.h @@ -17,8 +17,8 @@ // vtkErrorCode is an mechanism for (currently) reader object to // return errors during reading file. -#ifndef __vtkErrorCode_h -#define __vtkErrorCode_h +#ifndef vtkErrorCode_h +#define vtkErrorCode_h #include "vtkCommonMiscModule.h" // For export macro #include "vtkSystemIncludes.h" @@ -51,6 +51,6 @@ public: //ETX }; -#endif /* __vtkErrorCode_h */ +#endif /* vtkErrorCode_h */ // VTK-HeaderTest-Exclude: vtkErrorCode.h diff --git a/Common/Misc/vtkFunctionParser.h b/Common/Misc/vtkFunctionParser.h index ae4e6ebf97..0d77fd8b49 100644 --- a/Common/Misc/vtkFunctionParser.h +++ b/Common/Misc/vtkFunctionParser.h @@ -38,8 +38,8 @@ // Sid Sydoriak (sxs@lanl.gov) for adding boolean operations and // conditional expressions and for fixing a variety of bugs. -#ifndef __vtkFunctionParser_h -#define __vtkFunctionParser_h +#ifndef vtkFunctionParser_h +#define vtkFunctionParser_h #include "vtkCommonMiscModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Misc/vtkHeap.h b/Common/Misc/vtkHeap.h index d4a9df0f4f..8a0b60532f 100644 --- a/Common/Misc/vtkHeap.h +++ b/Common/Misc/vtkHeap.h @@ -39,8 +39,8 @@ // .SECTION See Also // vtkVRMLImporter vtkPLY vtkOrderedTriangulator -#ifndef __vtkHeap_h -#define __vtkHeap_h +#ifndef vtkHeap_h +#define vtkHeap_h #include "vtkCommonMiscModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Misc/vtkPolygonBuilder.h b/Common/Misc/vtkPolygonBuilder.h index e7b6cf2d18..c3d6eb95e8 100644 --- a/Common/Misc/vtkPolygonBuilder.h +++ b/Common/Misc/vtkPolygonBuilder.h @@ -23,8 +23,8 @@ // currently used to compute polygon for slicing. // -#ifndef __vtkPolygonBuilder_h -#define __vtkPolygonBuilder_h +#ifndef vtkPolygonBuilder_h +#define vtkPolygonBuilder_h #include "vtkCommonMiscModule.h" // For export macro #include //for private data members diff --git a/Common/System/vtkClientSocket.h b/Common/System/vtkClientSocket.h index 2594c425ba..ae71e1e1dd 100644 --- a/Common/System/vtkClientSocket.h +++ b/Common/System/vtkClientSocket.h @@ -14,8 +14,8 @@ =========================================================================*/ // .NAME vtkClientSocket - Encapsulates a client socket. -#ifndef __vtkClientSocket_h -#define __vtkClientSocket_h +#ifndef vtkClientSocket_h +#define vtkClientSocket_h #include "vtkCommonSystemModule.h" // For export macro #include "vtkSocket.h" diff --git a/Common/System/vtkDirectory.h b/Common/System/vtkDirectory.h index 5ebbca3d40..68b53a3ae0 100644 --- a/Common/System/vtkDirectory.h +++ b/Common/System/vtkDirectory.h @@ -20,8 +20,8 @@ // .SECTION Caveats // vtkDirectory works with windows and unix only. -#ifndef __vtkDirectory_h -#define __vtkDirectory_h +#ifndef vtkDirectory_h +#define vtkDirectory_h #include "vtkCommonSystemModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/System/vtkServerSocket.h b/Common/System/vtkServerSocket.h index a32928ca6f..025c33a675 100644 --- a/Common/System/vtkServerSocket.h +++ b/Common/System/vtkServerSocket.h @@ -16,8 +16,8 @@ // .SECTION Description // -#ifndef __vtkServerSocket_h -#define __vtkServerSocket_h +#ifndef vtkServerSocket_h +#define vtkServerSocket_h #include "vtkCommonSystemModule.h" // For export macro #include "vtkSocket.h" diff --git a/Common/System/vtkSocket.h b/Common/System/vtkSocket.h index de86f3e8d6..d779ea11df 100644 --- a/Common/System/vtkSocket.h +++ b/Common/System/vtkSocket.h @@ -17,8 +17,8 @@ // This abstract class encapsulates a BSD socket. It provides an API for // basic socket operations. -#ifndef __vtkSocket_h -#define __vtkSocket_h +#ifndef vtkSocket_h +#define vtkSocket_h #include "vtkCommonSystemModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/System/vtkSocketCollection.h b/Common/System/vtkSocketCollection.h index ce6d347623..9b023353b4 100644 --- a/Common/System/vtkSocketCollection.h +++ b/Common/System/vtkSocketCollection.h @@ -18,8 +18,8 @@ // provides means to wait for activity on all the sockets in the // collection simultaneously. -#ifndef __vtkSocketCollection_h -#define __vtkSocketCollection_h +#ifndef vtkSocketCollection_h +#define vtkSocketCollection_h #include "vtkCommonSystemModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/System/vtkThreadMessager.h b/Common/System/vtkThreadMessager.h index 93da65f91c..fe4900ab25 100644 --- a/Common/System/vtkThreadMessager.h +++ b/Common/System/vtkThreadMessager.h @@ -17,8 +17,8 @@ // vtkMultithreader is a class that provides support for messaging between // threads multithreaded using pthreads or Windows messaging. -#ifndef __vtkThreadMessager_h -#define __vtkThreadMessager_h +#ifndef vtkThreadMessager_h +#define vtkThreadMessager_h #include "vtkCommonSystemModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/System/vtkTimerLog.h b/Common/System/vtkTimerLog.h index 1139a9950c..ead1082d38 100644 --- a/Common/System/vtkTimerLog.h +++ b/Common/System/vtkTimerLog.h @@ -22,8 +22,8 @@ // time, and to start/stop a simple timer separate from the timing // table logging. -#ifndef __vtkTimerLog_h -#define __vtkTimerLog_h +#ifndef vtkTimerLog_h +#define vtkTimerLog_h #include "vtkCommonSystemModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Transforms/vtkAbstractTransform.h b/Common/Transforms/vtkAbstractTransform.h index 7b9f4cb1e1..b9df5b8ba8 100644 --- a/Common/Transforms/vtkAbstractTransform.h +++ b/Common/Transforms/vtkAbstractTransform.h @@ -33,8 +33,8 @@ // vtkTransformPolyDataFilter vtkTransformFilter vtkImageReslice // vtkImplicitFunction -#ifndef __vtkAbstractTransform_h -#define __vtkAbstractTransform_h +#ifndef vtkAbstractTransform_h +#define vtkAbstractTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Transforms/vtkCylindricalTransform.h b/Common/Transforms/vtkCylindricalTransform.h index 8ef5ad09c5..54bf2bd517 100644 --- a/Common/Transforms/vtkCylindricalTransform.h +++ b/Common/Transforms/vtkCylindricalTransform.h @@ -25,8 +25,8 @@ // .SECTION see also // vtkSphericalTransform vtkGeneralTransform -#ifndef __vtkCylindricalTransform_h -#define __vtkCylindricalTransform_h +#ifndef vtkCylindricalTransform_h +#define vtkCylindricalTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkWarpTransform.h" diff --git a/Common/Transforms/vtkGeneralTransform.h b/Common/Transforms/vtkGeneralTransform.h index 1d6b4cda57..1aa303b851 100644 --- a/Common/Transforms/vtkGeneralTransform.h +++ b/Common/Transforms/vtkGeneralTransform.h @@ -23,8 +23,8 @@ // .SECTION see also // vtkTransform vtkPerspectiveTransform -#ifndef __vtkGeneralTransform_h -#define __vtkGeneralTransform_h +#ifndef vtkGeneralTransform_h +#define vtkGeneralTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkAbstractTransform.h" diff --git a/Common/Transforms/vtkHomogeneousTransform.h b/Common/Transforms/vtkHomogeneousTransform.h index ed4e21bfe8..d2f0889f85 100644 --- a/Common/Transforms/vtkHomogeneousTransform.h +++ b/Common/Transforms/vtkHomogeneousTransform.h @@ -21,8 +21,8 @@ // vtkPerspectiveTransform vtkLinearTransform vtkIdentityTransform -#ifndef __vtkHomogeneousTransform_h -#define __vtkHomogeneousTransform_h +#ifndef vtkHomogeneousTransform_h +#define vtkHomogeneousTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkAbstractTransform.h" diff --git a/Common/Transforms/vtkIdentityTransform.h b/Common/Transforms/vtkIdentityTransform.h index 16d2f72d75..8110d92c3f 100644 --- a/Common/Transforms/vtkIdentityTransform.h +++ b/Common/Transforms/vtkIdentityTransform.h @@ -21,8 +21,8 @@ // vtkLinearTransform -#ifndef __vtkIdentityTransform_h -#define __vtkIdentityTransform_h +#ifndef vtkIdentityTransform_h +#define vtkIdentityTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkLinearTransform.h" diff --git a/Common/Transforms/vtkLandmarkTransform.h b/Common/Transforms/vtkLandmarkTransform.h index a083ec1eb7..52145cde52 100644 --- a/Common/Transforms/vtkLandmarkTransform.h +++ b/Common/Transforms/vtkLandmarkTransform.h @@ -26,8 +26,8 @@ // .SECTION see also // vtkLinearTransform -#ifndef __vtkLandmarkTransform_h -#define __vtkLandmarkTransform_h +#ifndef vtkLandmarkTransform_h +#define vtkLandmarkTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkLinearTransform.h" diff --git a/Common/Transforms/vtkLinearTransform.h b/Common/Transforms/vtkLinearTransform.h index 69ad8a8ce9..f9996edf23 100644 --- a/Common/Transforms/vtkLinearTransform.h +++ b/Common/Transforms/vtkLinearTransform.h @@ -20,8 +20,8 @@ // vtkTransform vtkIdentityTransform -#ifndef __vtkLinearTransform_h -#define __vtkLinearTransform_h +#ifndef vtkLinearTransform_h +#define vtkLinearTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkHomogeneousTransform.h" diff --git a/Common/Transforms/vtkMatrixToHomogeneousTransform.h b/Common/Transforms/vtkMatrixToHomogeneousTransform.h index 6146266c49..716b6ecdda 100644 --- a/Common/Transforms/vtkMatrixToHomogeneousTransform.h +++ b/Common/Transforms/vtkMatrixToHomogeneousTransform.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkPerspectiveTransform vtkMatrix4x4 vtkMatrixToLinearTransform -#ifndef __vtkMatrixToHomogeneousTransform_h -#define __vtkMatrixToHomogeneousTransform_h +#ifndef vtkMatrixToHomogeneousTransform_h +#define vtkMatrixToHomogeneousTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkHomogeneousTransform.h" diff --git a/Common/Transforms/vtkMatrixToLinearTransform.h b/Common/Transforms/vtkMatrixToLinearTransform.h index 82b16cc98c..a6df7021b6 100644 --- a/Common/Transforms/vtkMatrixToLinearTransform.h +++ b/Common/Transforms/vtkMatrixToLinearTransform.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkTransform vtkMatrix4x4 vtkMatrixToHomogeneousTransform -#ifndef __vtkMatrixToLinearTransform_h -#define __vtkMatrixToLinearTransform_h +#ifndef vtkMatrixToLinearTransform_h +#define vtkMatrixToLinearTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkLinearTransform.h" diff --git a/Common/Transforms/vtkPerspectiveTransform.h b/Common/Transforms/vtkPerspectiveTransform.h index 1eb47229db..d7a5bf3d6d 100644 --- a/Common/Transforms/vtkPerspectiveTransform.h +++ b/Common/Transforms/vtkPerspectiveTransform.h @@ -39,8 +39,8 @@ // .SECTION See Also // vtkGeneralTransform vtkTransform vtkMatrix4x4 vtkCamera -#ifndef __vtkPerspectiveTransform_h -#define __vtkPerspectiveTransform_h +#ifndef vtkPerspectiveTransform_h +#define vtkPerspectiveTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkHomogeneousTransform.h" diff --git a/Common/Transforms/vtkSphericalTransform.h b/Common/Transforms/vtkSphericalTransform.h index 719f17861d..d88bdcdb02 100644 --- a/Common/Transforms/vtkSphericalTransform.h +++ b/Common/Transforms/vtkSphericalTransform.h @@ -26,8 +26,8 @@ // .SECTION see also // vtkCylindricalTransform vtkGeneralTransform -#ifndef __vtkSphericalTransform_h -#define __vtkSphericalTransform_h +#ifndef vtkSphericalTransform_h +#define vtkSphericalTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkWarpTransform.h" diff --git a/Common/Transforms/vtkThinPlateSplineTransform.h b/Common/Transforms/vtkThinPlateSplineTransform.h index 32063077ef..20e24d491a 100644 --- a/Common/Transforms/vtkThinPlateSplineTransform.h +++ b/Common/Transforms/vtkThinPlateSplineTransform.h @@ -34,8 +34,8 @@ // vtkGridTransform vtkGeneralTransform -#ifndef __vtkThinPlateSplineTransform_h -#define __vtkThinPlateSplineTransform_h +#ifndef vtkThinPlateSplineTransform_h +#define vtkThinPlateSplineTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkWarpTransform.h" diff --git a/Common/Transforms/vtkTransform.h b/Common/Transforms/vtkTransform.h index 0478a0c1dd..e84f66dbca 100644 --- a/Common/Transforms/vtkTransform.h +++ b/Common/Transforms/vtkTransform.h @@ -40,8 +40,8 @@ // vtkTransformCollection vtkTransformFilter vtkTransformPolyDataFilter // vtkImageReslice -#ifndef __vtkTransform_h -#define __vtkTransform_h +#ifndef vtkTransform_h +#define vtkTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkLinearTransform.h" diff --git a/Common/Transforms/vtkTransform2D.h b/Common/Transforms/vtkTransform2D.h index 8a22ea957a..c2423e2e9d 100644 --- a/Common/Transforms/vtkTransform2D.h +++ b/Common/Transforms/vtkTransform2D.h @@ -25,8 +25,8 @@ // coordinate system with right handed rotations. Some other graphics // libraries use left handed coordinate systems and rotations. -#ifndef __vtkTransform2D_h -#define __vtkTransform2D_h +#ifndef vtkTransform2D_h +#define vtkTransform2D_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkObject.h" diff --git a/Common/Transforms/vtkTransformCollection.h b/Common/Transforms/vtkTransformCollection.h index 69f7e96b68..c25477f837 100644 --- a/Common/Transforms/vtkTransformCollection.h +++ b/Common/Transforms/vtkTransformCollection.h @@ -21,8 +21,8 @@ // .SECTION see also // vtkCollection vtkTransform -#ifndef __vtkTransformCollection_h -#define __vtkTransformCollection_h +#ifndef vtkTransformCollection_h +#define vtkTransformCollection_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkCollection.h" diff --git a/Common/Transforms/vtkWarpTransform.h b/Common/Transforms/vtkWarpTransform.h index 072e0a2e09..0d05233305 100644 --- a/Common/Transforms/vtkWarpTransform.h +++ b/Common/Transforms/vtkWarpTransform.h @@ -20,8 +20,8 @@ // vtkThinPlateSplineTransform vtkGridTransform vtkGeneralTransform -#ifndef __vtkWarpTransform_h -#define __vtkWarpTransform_h +#ifndef vtkWarpTransform_h +#define vtkWarpTransform_h #include "vtkCommonTransformsModule.h" // For export macro #include "vtkAbstractTransform.h" diff --git a/Deprecated/vtkGraphHierarchicalBundle.h b/Deprecated/vtkGraphHierarchicalBundle.h index 1b902ccd37..e475b2b556 100644 --- a/Deprecated/vtkGraphHierarchicalBundle.h +++ b/Deprecated/vtkGraphHierarchicalBundle.h @@ -49,8 +49,8 @@ // Relations in Hierarchical Data. IEEE Transactions on Visualization and // Computer Graphics, Vol. 12, No. 5, 2006. pp. 741-748. -#ifndef __vtkGraphHierarchicalBundle_h -#define __vtkGraphHierarchicalBundle_h +#ifndef vtkGraphHierarchicalBundle_h +#define vtkGraphHierarchicalBundle_h #include "vtkPolyDataAlgorithm.h" diff --git a/Deprecated/vtkStringToTimePoint.h b/Deprecated/vtkStringToTimePoint.h index 510b0c1bc7..4df5bc0e25 100644 --- a/Deprecated/vtkStringToTimePoint.h +++ b/Deprecated/vtkStringToTimePoint.h @@ -31,8 +31,8 @@ // // The output array will be of type vtkTypeUInt64Array. -#ifndef __vtkStringToTimePoint_h -#define __vtkStringToTimePoint_h +#ifndef vtkStringToTimePoint_h +#define vtkStringToTimePoint_h #include "vtkDataObjectAlgorithm.h" diff --git a/Deprecated/vtkTimePointToString.h b/Deprecated/vtkTimePointToString.h index 855538d136..c4d73bb17a 100644 --- a/Deprecated/vtkTimePointToString.h +++ b/Deprecated/vtkTimePointToString.h @@ -32,8 +32,8 @@ // If the new array name is not specified, the array name will be // the old name appended by " [to string]". -#ifndef __vtkTimePointToString_h -#define __vtkTimePointToString_h +#ifndef vtkTimePointToString_h +#define vtkTimePointToString_h #include "vtkDataObjectAlgorithm.h" diff --git a/Domains/Chemistry/vtkBlueObeliskData.h b/Domains/Chemistry/vtkBlueObeliskData.h index ec89ff46cf..e2aecc9324 100644 --- a/Domains/Chemistry/vtkBlueObeliskData.h +++ b/Domains/Chemistry/vtkBlueObeliskData.h @@ -30,8 +30,8 @@ // automatically populated on the first instantiation of // vtkPeriodicTable. -#ifndef __vtkBlueObeliskData_h -#define __vtkBlueObeliskData_h +#ifndef vtkBlueObeliskData_h +#define vtkBlueObeliskData_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkObject.h" diff --git a/Domains/Chemistry/vtkBlueObeliskDataParser.h b/Domains/Chemistry/vtkBlueObeliskDataParser.h index 4339c14026..0e11cb05b9 100644 --- a/Domains/Chemistry/vtkBlueObeliskDataParser.h +++ b/Domains/Chemistry/vtkBlueObeliskDataParser.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkPeriodicTable vtkBlueObeliskData -#ifndef __vtkBlueObeliskDataParser_h -#define __vtkBlueObeliskDataParser_h +#ifndef vtkBlueObeliskDataParser_h +#define vtkBlueObeliskDataParser_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkXMLParser.h" diff --git a/Domains/Chemistry/vtkCMLMoleculeReader.h b/Domains/Chemistry/vtkCMLMoleculeReader.h index f3267402f6..7a1233ba90 100644 --- a/Domains/Chemistry/vtkCMLMoleculeReader.h +++ b/Domains/Chemistry/vtkCMLMoleculeReader.h @@ -16,8 +16,8 @@ // vtkMolecule object // .SECTION Description -#ifndef __vtkCMLMoleculeReader_h -#define __vtkCMLMoleculeReader_h +#ifndef vtkCMLMoleculeReader_h +#define vtkCMLMoleculeReader_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkMoleculeAlgorithm.h" diff --git a/Domains/Chemistry/vtkMoleculeAlgorithm.h b/Domains/Chemistry/vtkMoleculeAlgorithm.h index bfd067d480..91f1877bff 100644 --- a/Domains/Chemistry/vtkMoleculeAlgorithm.h +++ b/Domains/Chemistry/vtkMoleculeAlgorithm.h @@ -27,8 +27,8 @@ // then please override this method in your subclass. You should implement // the subclass's algorithm into RequestData( request, inputVec, outputVec). -#ifndef __vtkMoleculeAlgorithm_h -#define __vtkMoleculeAlgorithm_h +#ifndef vtkMoleculeAlgorithm_h +#define vtkMoleculeAlgorithm_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Domains/Chemistry/vtkMoleculeMapper.h b/Domains/Chemistry/vtkMoleculeMapper.h index 51c141fcfd..835c2d5f5c 100644 --- a/Domains/Chemistry/vtkMoleculeMapper.h +++ b/Domains/Chemistry/vtkMoleculeMapper.h @@ -18,8 +18,8 @@ // vtkMoleculeMapper uses glyphs (display lists) to quickly render a // molecule. -#ifndef __vtkMoleculeMapper_h -#define __vtkMoleculeMapper_h +#ifndef vtkMoleculeMapper_h +#define vtkMoleculeMapper_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkMapper.h" diff --git a/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h b/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h index 1c625c4644..7f62bd2926 100644 --- a/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h +++ b/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkMoleculeMapper vtkMoleculeToBondStickFilter -#ifndef __vtkMoleculeToAtomBallFilter_h -#define __vtkMoleculeToAtomBallFilter_h +#ifndef vtkMoleculeToAtomBallFilter_h +#define vtkMoleculeToAtomBallFilter_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkMoleculeToPolyDataFilter.h" diff --git a/Domains/Chemistry/vtkMoleculeToBondStickFilter.h b/Domains/Chemistry/vtkMoleculeToBondStickFilter.h index b240afae2b..7d8d8ac40a 100644 --- a/Domains/Chemistry/vtkMoleculeToBondStickFilter.h +++ b/Domains/Chemistry/vtkMoleculeToBondStickFilter.h @@ -15,8 +15,8 @@ // .NAME vtkMoleculeToBondStickFilter - Generate polydata with cylinders // representing bonds -#ifndef __vtkMoleculeToBondStickFilter_h -#define __vtkMoleculeToBondStickFilter_h +#ifndef vtkMoleculeToBondStickFilter_h +#define vtkMoleculeToBondStickFilter_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkMoleculeToPolyDataFilter.h" diff --git a/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h b/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h index d3701c004b..ea1d4b4b6a 100644 --- a/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h +++ b/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h @@ -18,8 +18,8 @@ // subclasses take as input datasets of type vtkMolecule and // generate polygonal data on output. -#ifndef __vtkMoleculeToPolyDataFilter_h -#define __vtkMoleculeToPolyDataFilter_h +#ifndef vtkMoleculeToPolyDataFilter_h +#define vtkMoleculeToPolyDataFilter_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Domains/Chemistry/vtkOpenQubeElectronicData.h b/Domains/Chemistry/vtkOpenQubeElectronicData.h index 833dbbd226..238a32cafa 100644 --- a/Domains/Chemistry/vtkOpenQubeElectronicData.h +++ b/Domains/Chemistry/vtkOpenQubeElectronicData.h @@ -15,8 +15,8 @@ // .NAME vtkOpenQubeElectronicData - Provides access to and storage of // electronic data calculated by OpenQube. -#ifndef __vtkOpenQubeElectronicData_h -#define __vtkOpenQubeElectronicData_h +#ifndef vtkOpenQubeElectronicData_h +#define vtkOpenQubeElectronicData_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkAbstractElectronicData.h" diff --git a/Domains/Chemistry/vtkOpenQubeMoleculeSource.h b/Domains/Chemistry/vtkOpenQubeMoleculeSource.h index cf449e981f..6a931453fc 100644 --- a/Domains/Chemistry/vtkOpenQubeMoleculeSource.h +++ b/Domains/Chemistry/vtkOpenQubeMoleculeSource.h @@ -17,8 +17,8 @@ // // .SECTION Description -#ifndef __vtkOpenQubeMoleculeSource_h -#define __vtkOpenQubeMoleculeSource_h +#ifndef vtkOpenQubeMoleculeSource_h +#define vtkOpenQubeMoleculeSource_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkDataReader.h" diff --git a/Domains/Chemistry/vtkPeriodicTable.h b/Domains/Chemistry/vtkPeriodicTable.h index 91de9bd5e5..95a10203ea 100644 --- a/Domains/Chemistry/vtkPeriodicTable.h +++ b/Domains/Chemistry/vtkPeriodicTable.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkBlueObeliskData vtkBlueObeliskDataParser -#ifndef __vtkPeriodicTable_h -#define __vtkPeriodicTable_h +#ifndef vtkPeriodicTable_h +#define vtkPeriodicTable_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkObject.h" diff --git a/Domains/Chemistry/vtkProgrammableElectronicData.h b/Domains/Chemistry/vtkProgrammableElectronicData.h index fc8bd894ce..60d78a88c2 100644 --- a/Domains/Chemistry/vtkProgrammableElectronicData.h +++ b/Domains/Chemistry/vtkProgrammableElectronicData.h @@ -15,8 +15,8 @@ // .NAME vtkProgrammableElectronicData - Provides access to and storage of // user-generated vtkImageData that describes electrons. -#ifndef __vtkProgrammableElectronicData_h -#define __vtkProgrammableElectronicData_h +#ifndef vtkProgrammableElectronicData_h +#define vtkProgrammableElectronicData_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkAbstractElectronicData.h" diff --git a/Domains/Chemistry/vtkSimpleBondPerceiver.h b/Domains/Chemistry/vtkSimpleBondPerceiver.h index 4f8a37b71e..607f5f5350 100644 --- a/Domains/Chemistry/vtkSimpleBondPerceiver.h +++ b/Domains/Chemistry/vtkSimpleBondPerceiver.h @@ -28,8 +28,8 @@ // anything other than atomic separations. It will not produce anything other // than single bonds. -#ifndef __vtkSimpleBondPerceiver_h -#define __vtkSimpleBondPerceiver_h +#ifndef vtkSimpleBondPerceiver_h +#define vtkSimpleBondPerceiver_h #include "vtkDomainsChemistryModule.h" // For export macro #include "vtkMoleculeAlgorithm.h" diff --git a/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h b/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h index 5a31944a68..44e506473d 100644 --- a/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h +++ b/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h @@ -16,8 +16,8 @@ // A vtkMoleculeMapper that uses imposters to do the rendering. It uses // vtkOpenGLSphereMapper and vtkOpenGLStickMapper to do the rendering. -#ifndef __vtkOpenGLMoleculeMapper_h -#define __vtkOpenGLMoleculeMapper_h +#ifndef vtkOpenGLMoleculeMapper_h +#define vtkOpenGLMoleculeMapper_h #include "vtkDomainsChemistryOpenGL2Module.h" // For export macro #include "vtkMoleculeMapper.h" diff --git a/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h b/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h index 5be264eeec..c708d10463 100644 --- a/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h +++ b/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h @@ -16,8 +16,8 @@ // An OpenGL mapper that uses imposters to draw spheres. Supports // transparency and picking as well. -#ifndef __vtkOpenGLSphereMapper_h -#define __vtkOpenGLSphereMapper_h +#ifndef vtkOpenGLSphereMapper_h +#define vtkOpenGLSphereMapper_h #include "vtkDomainsChemistryOpenGL2Module.h" // For export macro #include "vtkOpenGLPolyDataMapper.h" diff --git a/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h b/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h index c298d51fb5..f17fe34a6e 100644 --- a/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h +++ b/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h @@ -16,8 +16,8 @@ // PolyDataMapper that uses imposters to draw cylinders/sticks // for ball/stick style molecular rendering. Supports picking. -#ifndef __vtkOpenGLStickMapper_h -#define __vtkOpenGLStickMapper_h +#ifndef vtkOpenGLStickMapper_h +#define vtkOpenGLStickMapper_h #include "vtkDomainsChemistryOpenGL2Module.h" // For export macro #include "vtkOpenGLPolyDataMapper.h" diff --git a/Examples/Build/vtkLocal/vtkLocalExample.h b/Examples/Build/vtkLocal/vtkLocalExample.h index f3c2624c1d..32bf2135e5 100644 --- a/Examples/Build/vtkLocal/vtkLocalExample.h +++ b/Examples/Build/vtkLocal/vtkLocalExample.h @@ -7,8 +7,8 @@ wishing to create their own VTK classes locally. // vtkLocalExample is a simple class that uses VTK. This class can be // copied and modified to produce your own classes. -#ifndef __vtkLocalExample_h -#define __vtkLocalExample_h +#ifndef vtkLocalExample_h +#define vtkLocalExample_h #include "vtkLocalExampleModule.h" // export macro #include "vtkObject.h" diff --git a/Examples/Build/vtkMy/Common/vtkBar.h b/Examples/Build/vtkMy/Common/vtkBar.h index 1df295e168..43f96cc3f6 100644 --- a/Examples/Build/vtkMy/Common/vtkBar.h +++ b/Examples/Build/vtkMy/Common/vtkBar.h @@ -16,8 +16,8 @@ // .SECTION Description // None. -#ifndef __vtkBar_h -#define __vtkBar_h +#ifndef vtkBar_h +#define vtkBar_h #include "vtkObject.h" #include "vtkmyCommonWin32Header.h" diff --git a/Examples/Build/vtkMy/Common/vtkmyCommonWin32Header.h b/Examples/Build/vtkMy/Common/vtkmyCommonWin32Header.h index 8d5a4f295d..3f38827496 100644 --- a/Examples/Build/vtkMy/Common/vtkmyCommonWin32Header.h +++ b/Examples/Build/vtkMy/Common/vtkmyCommonWin32Header.h @@ -17,8 +17,8 @@ // The vtkmyCommonWin32Header captures some system differences between Unix // and Windows operating systems. -#ifndef __vtkmyCommonWin32Header_h -#define __vtkmyCommonWin32Header_h +#ifndef vtkmyCommonWin32Header_h +#define vtkmyCommonWin32Header_h #include diff --git a/Examples/Build/vtkMy/Imaging/vtkImageFoo.h b/Examples/Build/vtkMy/Imaging/vtkImageFoo.h index ec0ea0ccb9..795e925559 100644 --- a/Examples/Build/vtkMy/Imaging/vtkImageFoo.h +++ b/Examples/Build/vtkMy/Imaging/vtkImageFoo.h @@ -16,8 +16,8 @@ // .SECTION Description // With vtkImageFoo Pixels are foo'ed. -#ifndef __vtkImageFoo_h -#define __vtkImageFoo_h +#ifndef vtkImageFoo_h +#define vtkImageFoo_h #include "vtkThreadedImageAlgorithm.h" #include "vtkmyImagingWin32Header.h" diff --git a/Examples/Build/vtkMy/Imaging/vtkmyImagingWin32Header.h b/Examples/Build/vtkMy/Imaging/vtkmyImagingWin32Header.h index d658dbe711..fe807bcf29 100644 --- a/Examples/Build/vtkMy/Imaging/vtkmyImagingWin32Header.h +++ b/Examples/Build/vtkMy/Imaging/vtkmyImagingWin32Header.h @@ -17,8 +17,8 @@ // The vtkmyImagingWin32Header captures some system differences between Unix // and Windows operating systems. -#ifndef __vtkmyImagingWin32Header_h -#define __vtkmyImagingWin32Header_h +#ifndef vtkmyImagingWin32Header_h +#define vtkmyImagingWin32Header_h #include diff --git a/Examples/Build/vtkMy/Unsorted/vtkBar2.h b/Examples/Build/vtkMy/Unsorted/vtkBar2.h index 90050a5bd5..aa656496b2 100644 --- a/Examples/Build/vtkMy/Unsorted/vtkBar2.h +++ b/Examples/Build/vtkMy/Unsorted/vtkBar2.h @@ -16,8 +16,8 @@ // .SECTION Description // None. -#ifndef __vtkBar2_h -#define __vtkBar2_h +#ifndef vtkBar2_h +#define vtkBar2_h #include "vtkObject.h" #include "vtkmyUnsortedWin32Header.h" diff --git a/Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h b/Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h index b0fc44e338..03e81d70f2 100644 --- a/Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h +++ b/Examples/Build/vtkMy/Unsorted/vtkmyUnsortedWin32Header.h @@ -17,8 +17,8 @@ // The vtkmyUnsortedWin32Header captures some system differences between Unix // and Windows operating systems. -#ifndef __vtkmyUnsortedWin32Header_h -#define __vtkmyUnsortedWin32Header_h +#ifndef vtkmyUnsortedWin32Header_h +#define vtkmyUnsortedWin32Header_h #include diff --git a/Examples/Charts/Cxx/vtkGraphItem.h b/Examples/Charts/Cxx/vtkGraphItem.h index 848567270e..ff36c889b7 100644 --- a/Examples/Charts/Cxx/vtkGraphItem.h +++ b/Examples/Charts/Cxx/vtkGraphItem.h @@ -19,8 +19,8 @@ // This is a vtkContextItem that can be placed into a vtkContextScene. It draws // a block of the given dimensions, and reacts to mouse events. -#ifndef __vtkGraphItem_h -#define __vtkGraphItem_h +#ifndef vtkGraphItem_h +#define vtkGraphItem_h #include "vtkContextItem.h" @@ -92,4 +92,4 @@ private: //ETX }; -#endif //__vtkGraphItem_h +#endif //vtkGraphItem_h diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkAMRDataInternals2.h b/Examples/ParallelProcessing/SMP/Cxx/vtkAMRDataInternals2.h index aed0d343d8..8b76d7dc5f 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkAMRDataInternals2.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkAMRDataInternals2.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkOverlappingAMR, vtkAMRBox -#ifndef __vtkAMRDataInternals2_h -#define __vtkAMRDataInternals2_h +#ifndef vtkAMRDataInternals2_h +#define vtkAMRDataInternals2_h #include "vtkObject.h" #include "vtkSmartPointer.h" //for storing smart pointers to blocks diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkOverlappingAMR2.h b/Examples/ParallelProcessing/SMP/Cxx/vtkOverlappingAMR2.h index 1008265163..3186cb37de 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkOverlappingAMR2.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkOverlappingAMR2.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkAMRInformation -#ifndef __vtkOverlappingAMR2_h -#define __vtkOverlappingAMR2_h +#ifndef vtkOverlappingAMR2_h +#define vtkOverlappingAMR2_h #include "vtkUniformGridAMR2.h" diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkSMPContourFilterManyPieces.h b/Examples/ParallelProcessing/SMP/Cxx/vtkSMPContourFilterManyPieces.h index be6ce12ddb..660a2de148 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkSMPContourFilterManyPieces.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkSMPContourFilterManyPieces.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkSMPContourFilterManyPieces_h -#define __vtkSMPContourFilterManyPieces_h +#ifndef vtkSMPContourFilterManyPieces_h +#define vtkSMPContourFilterManyPieces_h #include "vtkContourFilter.h" diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkSMPTools2.h b/Examples/ParallelProcessing/SMP/Cxx/vtkSMPTools2.h index 885dae3304..cae662dc89 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkSMPTools2.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkSMPTools2.h @@ -13,8 +13,8 @@ =========================================================================*/ -#ifndef __vtkSMPTools2_h__ -#define __vtkSMPTools2_h__ +#ifndef vtkSMPTools2_h__ +#define vtkSMPTools2_h__ #include "vtkCommonCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeDataPipeline.h b/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeDataPipeline.h index 73c51c02d3..ddea436ce7 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeDataPipeline.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeDataPipeline.h @@ -1,5 +1,5 @@ -#ifndef __vtkStreamedCompositeDataPipeline_h -#define __vtkStreamedCompositeDataPipeline_h +#ifndef vtkStreamedCompositeDataPipeline_h +#define vtkStreamedCompositeDataPipeline_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkCompositeDataPipeline.h" diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeSources.h b/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeSources.h index 29634b0de0..d47e628481 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeSources.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeSources.h @@ -1,5 +1,5 @@ -#ifndef __vtkStreamedCompositeSources_h -#define __vtkStreamedCompositeSources_h +#ifndef vtkStreamedCompositeSources_h +#define vtkStreamedCompositeSources_h #include "vtkCommonExecutionModelModule.h" // For export macro #include "vtkStreamedCompositeDataPipeline.h" diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMR2.h b/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMR2.h index ca5cc860d5..ba3ee4e5bf 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMR2.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMR2.h @@ -19,8 +19,8 @@ // vtkUniformGrid. -#ifndef __vtkUniformGridAMR2_h -#define __vtkUniformGridAMR2_h +#ifndef vtkUniformGridAMR2_h +#define vtkUniformGridAMR2_h #include "vtkCompositeDataSet.h" diff --git a/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMRDataIterator2.h b/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMRDataIterator2.h index dd2d648a3f..6e7b690d6f 100644 --- a/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMRDataIterator2.h +++ b/Examples/ParallelProcessing/SMP/Cxx/vtkUniformGridAMRDataIterator2.h @@ -16,8 +16,8 @@ // with API to get current level and dataset index. // .SECTION Description -#ifndef __vtkUniformGridAMRDataIterator2_h -#define __vtkUniformGridAMRDataIterator2_h +#ifndef vtkUniformGridAMRDataIterator2_h +#define vtkUniformGridAMRDataIterator2_h #include "vtkCompositeDataIterator.h" #include "vtkSmartPointer.h" //for member variable Information diff --git a/Filters/AMR/vtkAMRResampleFilter.h b/Filters/AMR/vtkAMRResampleFilter.h index f3de661ea8..10f47b4910 100644 --- a/Filters/AMR/vtkAMRResampleFilter.h +++ b/Filters/AMR/vtkAMRResampleFilter.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkOverlappingAMR, vtkUniformGrid -#ifndef __vtkAMRResampleFilter_h -#define __vtkAMRResampleFilter_h +#ifndef vtkAMRResampleFilter_h +#define vtkAMRResampleFilter_h #include "vtkFiltersAMRModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" @@ -349,4 +349,4 @@ private: }; -#endif /* __vtkAMRResampleFilter_h */ +#endif /* vtkAMRResampleFilter_h */ diff --git a/Filters/AMR/vtkImageToAMR.h b/Filters/AMR/vtkImageToAMR.h index 28a68b5976..b762d823ce 100644 --- a/Filters/AMR/vtkImageToAMR.h +++ b/Filters/AMR/vtkImageToAMR.h @@ -20,8 +20,8 @@ // refinement available for the highest level. The lower refinements and the // number of blocks is controlled properties specified on the filter. -#ifndef __vtkImageToAMR_h -#define __vtkImageToAMR_h +#ifndef vtkImageToAMR_h +#define vtkImageToAMR_h #include "vtkOverlappingAMRAlgorithm.h" #include "vtkFiltersAMRModule.h" // For export macro diff --git a/Filters/Core/vtkAppendCompositeDataLeaves.h b/Filters/Core/vtkAppendCompositeDataLeaves.h index 148a4c2e5e..70dae140a5 100644 --- a/Filters/Core/vtkAppendCompositeDataLeaves.h +++ b/Filters/Core/vtkAppendCompositeDataLeaves.h @@ -48,8 +48,8 @@ // .SECTION See Also // vtkAppendPolyData vtkAppendFilter -#ifndef __vtkAppendCompositeDataLeaves_h -#define __vtkAppendCompositeDataLeaves_h +#ifndef vtkAppendCompositeDataLeaves_h +#define vtkAppendCompositeDataLeaves_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkCompositeDataSetAlgorithm.h" @@ -115,4 +115,4 @@ private: void operator = ( const vtkAppendCompositeDataLeaves& ); // Not implemented. }; -#endif // __vtkAppendCompositeDataLeaves_h +#endif // vtkAppendCompositeDataLeaves_h diff --git a/Filters/Core/vtkAppendFilter.h b/Filters/Core/vtkAppendFilter.h index ea7d92e38d..217d792a75 100644 --- a/Filters/Core/vtkAppendFilter.h +++ b/Filters/Core/vtkAppendFilter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkAppendPolyData -#ifndef __vtkAppendFilter_h -#define __vtkAppendFilter_h +#ifndef vtkAppendFilter_h +#define vtkAppendFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Core/vtkAppendPolyData.h b/Filters/Core/vtkAppendPolyData.h index f7e81513fc..336f0537fb 100644 --- a/Filters/Core/vtkAppendPolyData.h +++ b/Filters/Core/vtkAppendPolyData.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkAppendFilter -#ifndef __vtkAppendPolyData_h -#define __vtkAppendPolyData_h +#ifndef vtkAppendPolyData_h +#define vtkAppendPolyData_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkAppendSelection.h b/Filters/Core/vtkAppendSelection.h index bfa78c7ead..71592cf650 100644 --- a/Filters/Core/vtkAppendSelection.h +++ b/Filters/Core/vtkAppendSelection.h @@ -23,8 +23,8 @@ // a single selection. All selections must have the same content type unless // AppendByUnion is false. -#ifndef __vtkAppendSelection_h -#define __vtkAppendSelection_h +#ifndef vtkAppendSelection_h +#define vtkAppendSelection_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkSelectionAlgorithm.h" diff --git a/Filters/Core/vtkArrayCalculator.h b/Filters/Core/vtkArrayCalculator.h index 53a4eeab21..8c09aa709f 100644 --- a/Filters/Core/vtkArrayCalculator.h +++ b/Filters/Core/vtkArrayCalculator.h @@ -55,8 +55,8 @@ // .SECTION See Also // vtkFunctionParser -#ifndef __vtkArrayCalculator_h -#define __vtkArrayCalculator_h +#ifndef vtkArrayCalculator_h +#define vtkArrayCalculator_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkAssignAttribute.h b/Filters/Core/vtkAssignAttribute.h index 0ca527c454..a24fa77b2a 100644 --- a/Filters/Core/vtkAssignAttribute.h +++ b/Filters/Core/vtkAssignAttribute.h @@ -51,8 +51,8 @@ // vtkDataSetAttributes vtkDataArray vtkRearrangeFields // vtkSplitField vtkMergeFields -#ifndef __vtkAssignAttribute_h -#define __vtkAssignAttribute_h +#ifndef vtkAssignAttribute_h +#define vtkAssignAttribute_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Filters/Core/vtkAttributeDataToFieldDataFilter.h b/Filters/Core/vtkAttributeDataToFieldDataFilter.h index 5fe95d197c..f0f68b355d 100644 --- a/Filters/Core/vtkAttributeDataToFieldDataFilter.h +++ b/Filters/Core/vtkAttributeDataToFieldDataFilter.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkFieldData vtkDataObject vtkDataSet vtkFieldDataToAttributeDataFilter -#ifndef __vtkAttributeDataToFieldDataFilter_h -#define __vtkAttributeDataToFieldDataFilter_h +#ifndef vtkAttributeDataToFieldDataFilter_h +#define vtkAttributeDataToFieldDataFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkCellDataToPointData.h b/Filters/Core/vtkCellDataToPointData.h index 2248b598a0..bc10617de4 100644 --- a/Filters/Core/vtkCellDataToPointData.h +++ b/Filters/Core/vtkCellDataToPointData.h @@ -30,8 +30,8 @@ // vtkPointData vtkCellData vtkPointDataToCellData -#ifndef __vtkCellDataToPointData_h -#define __vtkCellDataToPointData_h +#ifndef vtkCellDataToPointData_h +#define vtkCellDataToPointData_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkCenterOfMass.h b/Filters/Core/vtkCenterOfMass.h index ca6bf0f825..d8ee2555c7 100644 --- a/Filters/Core/vtkCenterOfMass.h +++ b/Filters/Core/vtkCenterOfMass.h @@ -22,8 +22,8 @@ // You must ensure Update() has been called before GetCenter will produce a valid // value. -#ifndef __vtkCenterOfMass_h -#define __vtkCenterOfMass_h +#ifndef vtkCenterOfMass_h +#define vtkCenterOfMass_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/Core/vtkCleanPolyData.h b/Filters/Core/vtkCleanPolyData.h index 9f05259ee1..3f957bd2c5 100644 --- a/Filters/Core/vtkCleanPolyData.h +++ b/Filters/Core/vtkCleanPolyData.h @@ -58,8 +58,8 @@ // .SECTION See Also // vtkQuantizePolyDataPoints -#ifndef __vtkCleanPolyData_h -#define __vtkCleanPolyData_h +#ifndef vtkCleanPolyData_h +#define vtkCleanPolyData_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkClipPolyData.h b/Filters/Core/vtkClipPolyData.h index 86d9bd24bd..18b6c80f5c 100644 --- a/Filters/Core/vtkClipPolyData.h +++ b/Filters/Core/vtkClipPolyData.h @@ -53,8 +53,8 @@ // .SECTION See Also // vtkImplicitFunction vtkCutter vtkClipVolume -#ifndef __vtkClipPolyData_h -#define __vtkClipPolyData_h +#ifndef vtkClipPolyData_h +#define vtkClipPolyData_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkCompositeCutter.h b/Filters/Core/vtkCompositeCutter.h index 8184b2b9cc..3ebef1cda7 100644 --- a/Filters/Core/vtkCompositeCutter.h +++ b/Filters/Core/vtkCompositeCutter.h @@ -18,8 +18,8 @@ // .SECTION See Also // vtkCutter -#ifndef __vtkCompositeCutter_h -#define __vtkCompositeCutter_h +#ifndef vtkCompositeCutter_h +#define vtkCompositeCutter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkCutter.h" diff --git a/Filters/Core/vtkCompositeDataProbeFilter.h b/Filters/Core/vtkCompositeDataProbeFilter.h index 8ff8ae6b94..ea8e1e5c1a 100644 --- a/Filters/Core/vtkCompositeDataProbeFilter.h +++ b/Filters/Core/vtkCompositeDataProbeFilter.h @@ -32,8 +32,8 @@ // is missing, this filter uses vtkMath::Nan() for double and float arrays, // while 0 for all other types of arrays i.e int, char etc. -#ifndef __vtkCompositeDataProbeFilter_h -#define __vtkCompositeDataProbeFilter_h +#ifndef vtkCompositeDataProbeFilter_h +#define vtkCompositeDataProbeFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkProbeFilter.h" diff --git a/Filters/Core/vtkConnectivityFilter.h b/Filters/Core/vtkConnectivityFilter.h index 25bb13c229..3305436e3c 100644 --- a/Filters/Core/vtkConnectivityFilter.h +++ b/Filters/Core/vtkConnectivityFilter.h @@ -44,8 +44,8 @@ // .SECTION See Also // vtkPolyDataConnectivityFilter -#ifndef __vtkConnectivityFilter_h -#define __vtkConnectivityFilter_h +#ifndef vtkConnectivityFilter_h +#define vtkConnectivityFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Core/vtkContourFilter.h b/Filters/Core/vtkContourFilter.h index d558dddd32..44e36a82c2 100644 --- a/Filters/Core/vtkContourFilter.h +++ b/Filters/Core/vtkContourFilter.h @@ -41,8 +41,8 @@ // vtkMarchingContourFilter vtkMarchingCubes vtkSliceCubes // vtkMarchingSquares vtkImageMarchingCubes -#ifndef __vtkContourFilter_h -#define __vtkContourFilter_h +#ifndef vtkContourFilter_h +#define vtkContourFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkContourGrid.h b/Filters/Core/vtkContourGrid.h index eb6bfa8e9c..24bf3e8406 100644 --- a/Filters/Core/vtkContourGrid.h +++ b/Filters/Core/vtkContourGrid.h @@ -43,8 +43,8 @@ // vtkMarchingCubes vtkSliceCubes vtkDividingCubes vtkMarchingSquares // vtkImageMarchingCubes -#ifndef __vtkContourGrid_h -#define __vtkContourGrid_h +#ifndef vtkContourGrid_h +#define vtkContourGrid_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkContourHelper.h b/Filters/Core/vtkContourHelper.h index 89c95e35f9..f5cc632ca9 100644 --- a/Filters/Core/vtkContourHelper.h +++ b/Filters/Core/vtkContourHelper.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkContourGrid vtkCutter vtkContourFilter -#ifndef __vtkContourHelper_h -#define __vtkContourHelper_h +#ifndef vtkContourHelper_h +#define vtkContourHelper_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkSmartPointer.h" //for a member variable diff --git a/Filters/Core/vtkCutter.h b/Filters/Core/vtkCutter.h index 732e1d0f8f..50287f6814 100644 --- a/Filters/Core/vtkCutter.h +++ b/Filters/Core/vtkCutter.h @@ -39,8 +39,8 @@ // .SECTION See Also // vtkImplicitFunction vtkClipPolyData -#ifndef __vtkCutter_h -#define __vtkCutter_h +#ifndef vtkCutter_h +#define vtkCutter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkDataObjectGenerator.h b/Filters/Core/vtkDataObjectGenerator.h index 9a7833d8ed..fe9653df23 100644 --- a/Filters/Core/vtkDataObjectGenerator.h +++ b/Filters/Core/vtkDataObjectGenerator.h @@ -31,8 +31,8 @@ // an octree that is three levels deep, in which the firstmost cell in each level // is refined. -#ifndef __vtkDataObjectGenerator_h -#define __vtkDataObjectGenerator_h +#ifndef vtkDataObjectGenerator_h +#define vtkDataObjectGenerator_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/Core/vtkDataObjectToDataSetFilter.h b/Filters/Core/vtkDataObjectToDataSetFilter.h index a80c7d4bb3..6d356fc451 100644 --- a/Filters/Core/vtkDataObjectToDataSetFilter.h +++ b/Filters/Core/vtkDataObjectToDataSetFilter.h @@ -58,8 +58,8 @@ // vtkStructuredGrid vtkUnstructuredGrid vtkRectilinearGrid // vtkDataSetAttributes vtkDataArray -#ifndef __vtkDataObjectToDataSetFilter_h -#define __vtkDataObjectToDataSetFilter_h +#ifndef vtkDataObjectToDataSetFilter_h +#define vtkDataObjectToDataSetFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h b/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h index 5e9e1d8898..e88c4cd9db 100644 --- a/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h +++ b/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h @@ -14,8 +14,8 @@ statement of authorship are reproduced on all copies. =========================================================================*/ -#ifndef __vtkDataSetEdgeSubdivisionCriterion_h -#define __vtkDataSetEdgeSubdivisionCriterion_h +#ifndef vtkDataSetEdgeSubdivisionCriterion_h +#define vtkDataSetEdgeSubdivisionCriterion_h // .NAME vtkDataSetEdgeSubdivisionCriterion - a subclass of vtkEdgeSubdivisionCriterion for vtkDataSet objects. // // .SECTION Description @@ -171,4 +171,4 @@ inline const vtkCell* vtkDataSetEdgeSubdivisionCriterion::GetCell() const { retu //ETX -#endif // __vtkDataSetEdgeSubdivisionCriterion_h +#endif // vtkDataSetEdgeSubdivisionCriterion_h diff --git a/Filters/Core/vtkDataSetToDataObjectFilter.h b/Filters/Core/vtkDataSetToDataObjectFilter.h index 6871ab9ea6..e8af00c611 100644 --- a/Filters/Core/vtkDataSetToDataObjectFilter.h +++ b/Filters/Core/vtkDataSetToDataObjectFilter.h @@ -41,8 +41,8 @@ // .SECTION See Also // vtkDataObject vtkFieldData vtkDataObjectToDataSetFilter -#ifndef __vtkDataSetToDataObjectFilter_h -#define __vtkDataSetToDataObjectFilter_h +#ifndef vtkDataSetToDataObjectFilter_h +#define vtkDataSetToDataObjectFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/Core/vtkDecimatePolylineFilter.h b/Filters/Core/vtkDecimatePolylineFilter.h index cf9f66ffa1..2344b06e1c 100644 --- a/Filters/Core/vtkDecimatePolylineFilter.h +++ b/Filters/Core/vtkDecimatePolylineFilter.h @@ -34,8 +34,8 @@ // vtkDecimate vtkDecimateProp vtkQuadricClustering vtkQuadricDecimation -#ifndef __vtkDecimatePolylineFilter_h -#define __vtkDecimatePolylineFilter_h +#ifndef vtkDecimatePolylineFilter_h +#define vtkDecimatePolylineFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkSmartPointer.h" // Needed for SP ivars diff --git a/Filters/Core/vtkDecimatePro.h b/Filters/Core/vtkDecimatePro.h index d8006dbe7f..53c5f74c9b 100644 --- a/Filters/Core/vtkDecimatePro.h +++ b/Filters/Core/vtkDecimatePro.h @@ -73,8 +73,8 @@ // vtkDecimate vtkQuadricClustering vtkQuadricDecimation -#ifndef __vtkDecimatePro_h -#define __vtkDecimatePro_h +#ifndef vtkDecimatePro_h +#define vtkDecimatePro_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkDelaunay2D.h b/Filters/Core/vtkDelaunay2D.h index e343d169d7..3b9f92c008 100644 --- a/Filters/Core/vtkDelaunay2D.h +++ b/Filters/Core/vtkDelaunay2D.h @@ -117,8 +117,8 @@ // .SECTION See Also // vtkDelaunay3D vtkTransformFilter vtkGaussianSplatter -#ifndef __vtkDelaunay2D_h -#define __vtkDelaunay2D_h +#ifndef vtkDelaunay2D_h +#define vtkDelaunay2D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkDelaunay3D.h b/Filters/Core/vtkDelaunay3D.h index d8f8a35316..09fd9c84f5 100644 --- a/Filters/Core/vtkDelaunay3D.h +++ b/Filters/Core/vtkDelaunay3D.h @@ -85,8 +85,8 @@ // .SECTION See Also // vtkDelaunay2D vtkGaussianSplatter vtkUnstructuredGrid -#ifndef __vtkDelaunay3D_h -#define __vtkDelaunay3D_h +#ifndef vtkDelaunay3D_h +#define vtkDelaunay3D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Core/vtkEdgeSubdivisionCriterion.h b/Filters/Core/vtkEdgeSubdivisionCriterion.h index bb77cc446b..a0d940212a 100644 --- a/Filters/Core/vtkEdgeSubdivisionCriterion.h +++ b/Filters/Core/vtkEdgeSubdivisionCriterion.h @@ -14,8 +14,8 @@ statement of authorship are reproduced on all copies. =========================================================================*/ -#ifndef __vtkEdgeSubdivisionCriterion_h -#define __vtkEdgeSubdivisionCriterion_h +#ifndef vtkEdgeSubdivisionCriterion_h +#define vtkEdgeSubdivisionCriterion_h // .NAME vtkEdgeSubdivisionCriterion - how to decide whether a linear approximation to nonlinear geometry or field should be subdivided // // .SECTION Description @@ -175,4 +175,4 @@ inline int vtkEdgeSubdivisionCriterion::GetNumberOfFields() const { return this- //ETX -#endif // __vtkEdgeSubdivisionCriterion_h +#endif // vtkEdgeSubdivisionCriterion_h diff --git a/Filters/Core/vtkElevationFilter.h b/Filters/Core/vtkElevationFilter.h index 123ea783e7..43740a59c6 100644 --- a/Filters/Core/vtkElevationFilter.h +++ b/Filters/Core/vtkElevationFilter.h @@ -20,8 +20,8 @@ // a line. The line can be oriented arbitrarily. A typical example is // to generate scalars based on elevation or height above a plane. -#ifndef __vtkElevationFilter_h -#define __vtkElevationFilter_h +#ifndef vtkElevationFilter_h +#define vtkElevationFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkExecutionTimer.h b/Filters/Core/vtkExecutionTimer.h index 2b3dbd434e..7b0ca6b594 100644 --- a/Filters/Core/vtkExecutionTimer.h +++ b/Filters/Core/vtkExecutionTimer.h @@ -26,8 +26,8 @@ // By default we simply store the elapsed time. You are welcome to // subclass and override TimerFinished() to do anything you want. -#ifndef __vtkExecutionTimer_h -#define __vtkExecutionTimer_h +#ifndef vtkExecutionTimer_h +#define vtkExecutionTimer_h #include "vtkObject.h" #include "vtkFiltersCoreModule.h" // For export macro diff --git a/Filters/Core/vtkFeatureEdges.h b/Filters/Core/vtkFeatureEdges.h index bb01d7031c..e4009562fe 100644 --- a/Filters/Core/vtkFeatureEdges.h +++ b/Filters/Core/vtkFeatureEdges.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkExtractEdges -#ifndef __vtkFeatureEdges_h -#define __vtkFeatureEdges_h +#ifndef vtkFeatureEdges_h +#define vtkFeatureEdges_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkFieldDataToAttributeDataFilter.h b/Filters/Core/vtkFieldDataToAttributeDataFilter.h index c8744cf283..2f53ca9447 100644 --- a/Filters/Core/vtkFieldDataToAttributeDataFilter.h +++ b/Filters/Core/vtkFieldDataToAttributeDataFilter.h @@ -49,8 +49,8 @@ // vtkFieldData vtkDataSet vtkDataObjectToDataSetFilter // vtkDataSetAttributes vtkDataArray -#ifndef __vtkFieldDataToAttributeDataFilter_h -#define __vtkFieldDataToAttributeDataFilter_h +#ifndef vtkFieldDataToAttributeDataFilter_h +#define vtkFieldDataToAttributeDataFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkGlyph2D.h b/Filters/Core/vtkGlyph2D.h index 1de15441ad..a3b8ba7f88 100644 --- a/Filters/Core/vtkGlyph2D.h +++ b/Filters/Core/vtkGlyph2D.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkTensorGlyph vtkGlyph3D vtkProgrammableGlyphFilter -#ifndef __vtkGlyph2D_h -#define __vtkGlyph2D_h +#ifndef vtkGlyph2D_h +#define vtkGlyph2D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkGlyph3D.h" diff --git a/Filters/Core/vtkGlyph3D.h b/Filters/Core/vtkGlyph3D.h index b8bd3eac7b..4bd39ed419 100644 --- a/Filters/Core/vtkGlyph3D.h +++ b/Filters/Core/vtkGlyph3D.h @@ -69,8 +69,8 @@ // .SECTION See Also // vtkTensorGlyph -#ifndef __vtkGlyph3D_h -#define __vtkGlyph3D_h +#ifndef vtkGlyph3D_h +#define vtkGlyph3D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkGridSynchronizedTemplates3D.h b/Filters/Core/vtkGridSynchronizedTemplates3D.h index fff45f121a..133d840a34 100644 --- a/Filters/Core/vtkGridSynchronizedTemplates3D.h +++ b/Filters/Core/vtkGridSynchronizedTemplates3D.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkContourFilter vtkSynchronizedTemplates3D -#ifndef __vtkGridSynchronizedTemplates3D_h -#define __vtkGridSynchronizedTemplates3D_h +#ifndef vtkGridSynchronizedTemplates3D_h +#define vtkGridSynchronizedTemplates3D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkHedgeHog.h b/Filters/Core/vtkHedgeHog.h index eb21f9c983..7e82b3f288 100644 --- a/Filters/Core/vtkHedgeHog.h +++ b/Filters/Core/vtkHedgeHog.h @@ -19,8 +19,8 @@ // factor. If VectorMode is UseNormal, normals determine the orientation // of the lines. Lines are colored by scalar data, if available. -#ifndef __vtkHedgeHog_h -#define __vtkHedgeHog_h +#ifndef vtkHedgeHog_h +#define vtkHedgeHog_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkHull.h b/Filters/Core/vtkHull.h index 1ed640b325..f8bf05a015 100644 --- a/Filters/Core/vtkHull.h +++ b/Filters/Core/vtkHull.h @@ -35,8 +35,8 @@ // polyhedron from the planes (without squeezing the planes towards the // input). The method GenerateHull() is used to do this. -#ifndef __vtkHull_h -#define __vtkHull_h +#ifndef vtkHull_h +#define vtkHull_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkIdFilter.h b/Filters/Core/vtkIdFilter.h index 9be9cfab53..96aaa14d19 100644 --- a/Filters/Core/vtkIdFilter.h +++ b/Filters/Core/vtkIdFilter.h @@ -24,8 +24,8 @@ // vtkSelectVisiblePoints) to create labels for points and cells, or labels // for the point or cell data scalar values. -#ifndef __vtkIdFilter_h -#define __vtkIdFilter_h +#ifndef vtkIdFilter_h +#define vtkIdFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkImageAppend.h b/Filters/Core/vtkImageAppend.h index fe48c63bd2..fe8809da71 100644 --- a/Filters/Core/vtkImageAppend.h +++ b/Filters/Core/vtkImageAppend.h @@ -24,8 +24,8 @@ // must have the same scalar type. -#ifndef __vtkImageAppend_h -#define __vtkImageAppend_h +#ifndef vtkImageAppend_h +#define vtkImageAppend_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Filters/Core/vtkImplicitPolyDataDistance.h b/Filters/Core/vtkImplicitPolyDataDistance.h index 78b222dc8f..201c91bac1 100644 --- a/Filters/Core/vtkImplicitPolyDataDistance.h +++ b/Filters/Core/vtkImplicitPolyDataDistance.h @@ -34,8 +34,8 @@ // http://hdl.handle.net/10380/3262 // http://www.midasjournal.org/browse/publication/797 -#ifndef __vtkImplicitPolyDataDistance_h -#define __vtkImplicitPolyDataDistance_h +#ifndef vtkImplicitPolyDataDistance_h +#define vtkImplicitPolyDataDistance_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkImplicitFunction.h" diff --git a/Filters/Core/vtkMarchingCubes.h b/Filters/Core/vtkMarchingCubes.h index 3c8567af72..dd6c5888a6 100644 --- a/Filters/Core/vtkMarchingCubes.h +++ b/Filters/Core/vtkMarchingCubes.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkContourFilter vtkSliceCubes vtkMarchingSquares vtkDividingCubes -#ifndef __vtkMarchingCubes_h -#define __vtkMarchingCubes_h +#ifndef vtkMarchingCubes_h +#define vtkMarchingCubes_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkMarchingSquares.h b/Filters/Core/vtkMarchingSquares.h index 7ed1730dca..a9ccabc0d3 100644 --- a/Filters/Core/vtkMarchingSquares.h +++ b/Filters/Core/vtkMarchingSquares.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkContourFilter vtkMarchingCubes vtkSliceCubes vtkDividingCubes -#ifndef __vtkMarchingSquares_h -#define __vtkMarchingSquares_h +#ifndef vtkMarchingSquares_h +#define vtkMarchingSquares_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkMaskFields.h b/Filters/Core/vtkMaskFields.h index 04f75ad82a..6fd52a8dba 100644 --- a/Filters/Core/vtkMaskFields.h +++ b/Filters/Core/vtkMaskFields.h @@ -24,8 +24,8 @@ // vtkDataSetAttributes vtkDataArray vtkRearrangeFields // vtkSplitField vtkMergeFields vtkAssignAttribute -#ifndef __vtkMaskFields_h -#define __vtkMaskFields_h +#ifndef vtkMaskFields_h +#define vtkMaskFields_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkMaskPoints.h b/Filters/Core/vtkMaskPoints.h index f6212a3966..ba3babb095 100644 --- a/Filters/Core/vtkMaskPoints.h +++ b/Filters/Core/vtkMaskPoints.h @@ -25,8 +25,8 @@ // primitives) as well as points. This is useful because vertices are // rendered while points are not. -#ifndef __vtkMaskPoints_h -#define __vtkMaskPoints_h +#ifndef vtkMaskPoints_h +#define vtkMaskPoints_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkMaskPolyData.h b/Filters/Core/vtkMaskPolyData.h index 2ef6a3e7f8..4db5ff3514 100644 --- a/Filters/Core/vtkMaskPolyData.h +++ b/Filters/Core/vtkMaskPolyData.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkMaskPoints -#ifndef __vtkMaskPolyData_h -#define __vtkMaskPolyData_h +#ifndef vtkMaskPolyData_h +#define vtkMaskPolyData_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkMassProperties.h b/Filters/Core/vtkMassProperties.h index cb7f968383..77fa505f38 100644 --- a/Filters/Core/vtkMassProperties.h +++ b/Filters/Core/vtkMassProperties.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkTriangleFilter -#ifndef __vtkMassProperties_h -#define __vtkMassProperties_h +#ifndef vtkMassProperties_h +#define vtkMassProperties_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkMergeDataObjectFilter.h b/Filters/Core/vtkMergeDataObjectFilter.h index 16236ae6dc..48821a928f 100644 --- a/Filters/Core/vtkMergeDataObjectFilter.h +++ b/Filters/Core/vtkMergeDataObjectFilter.h @@ -35,8 +35,8 @@ // vtkFieldDataToAttributeData to create a dataset ready for // processing in the visualization pipeline. -#ifndef __vtkMergeDataObjectFilter_h -#define __vtkMergeDataObjectFilter_h +#ifndef vtkMergeDataObjectFilter_h +#define vtkMergeDataObjectFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkMergeFields.h b/Filters/Core/vtkMergeFields.h index 8f752f3147..251fcfa2cf 100644 --- a/Filters/Core/vtkMergeFields.h +++ b/Filters/Core/vtkMergeFields.h @@ -39,8 +39,8 @@ // vtkDataSetAttributes vtkDataArray vtkRearrangeFields // vtkSplitField vtkAssignAttribute -#ifndef __vtkMergeFields_h -#define __vtkMergeFields_h +#ifndef vtkMergeFields_h +#define vtkMergeFields_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkMergeFilter.h b/Filters/Core/vtkMergeFilter.h index e942282da7..13b6e4ac62 100644 --- a/Filters/Core/vtkMergeFilter.h +++ b/Filters/Core/vtkMergeFilter.h @@ -19,8 +19,8 @@ // this filter is of the same type as the input (i.e., vtkDataSet.) It treats // both cell and point data set attributes. -#ifndef __vtkMergeFilter_h -#define __vtkMergeFilter_h +#ifndef vtkMergeFilter_h +#define vtkMergeFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkPointDataToCellData.h b/Filters/Core/vtkPointDataToCellData.h index ab396567ee..e4371ad710 100644 --- a/Filters/Core/vtkPointDataToCellData.h +++ b/Filters/Core/vtkPointDataToCellData.h @@ -30,8 +30,8 @@ // vtkPointData vtkCellData vtkCellDataToPointData -#ifndef __vtkPointDataToCellData_h -#define __vtkPointDataToCellData_h +#ifndef vtkPointDataToCellData_h +#define vtkPointDataToCellData_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkPolyDataConnectivityFilter.h b/Filters/Core/vtkPolyDataConnectivityFilter.h index 51dcd2ccbf..222300e2c6 100644 --- a/Filters/Core/vtkPolyDataConnectivityFilter.h +++ b/Filters/Core/vtkPolyDataConnectivityFilter.h @@ -44,8 +44,8 @@ // .SECTION See Also // vtkConnectivityFilter -#ifndef __vtkPolyDataConnectivityFilter_h -#define __vtkPolyDataConnectivityFilter_h +#ifndef vtkPolyDataConnectivityFilter_h +#define vtkPolyDataConnectivityFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkPolyDataNormals.h b/Filters/Core/vtkPolyDataNormals.h index 2e06cb1c0b..fb26364ed1 100644 --- a/Filters/Core/vtkPolyDataNormals.h +++ b/Filters/Core/vtkPolyDataNormals.h @@ -44,8 +44,8 @@ // Triangle strips are broken up into triangle polygons. You may want to // restrip the triangles. -#ifndef __vtkPolyDataNormals_h -#define __vtkPolyDataNormals_h +#ifndef vtkPolyDataNormals_h +#define vtkPolyDataNormals_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkProbeFilter.h b/Filters/Core/vtkProbeFilter.h index a388543a59..33be2f0a1a 100644 --- a/Filters/Core/vtkProbeFilter.h +++ b/Filters/Core/vtkProbeFilter.h @@ -32,8 +32,8 @@ // a line or curve can be used to probe data to produce x-y plots along // that line or curve. -#ifndef __vtkProbeFilter_h -#define __vtkProbeFilter_h +#ifndef vtkProbeFilter_h +#define vtkProbeFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkQuadricClustering.h b/Filters/Core/vtkQuadricClustering.h index b5c8a6a905..a7614a68f4 100644 --- a/Filters/Core/vtkQuadricClustering.h +++ b/Filters/Core/vtkQuadricClustering.h @@ -77,8 +77,8 @@ // .SECTION See Also // vtkQuadricDecimation vtkDecimatePro vtkDecimate vtkQuadricLODActor -#ifndef __vtkQuadricClustering_h -#define __vtkQuadricClustering_h +#ifndef vtkQuadricClustering_h +#define vtkQuadricClustering_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkQuadricDecimation.h b/Filters/Core/vtkQuadricDecimation.h index 7fed9ae174..2c562a738f 100644 --- a/Filters/Core/vtkQuadricDecimation.h +++ b/Filters/Core/vtkQuadricDecimation.h @@ -50,8 +50,8 @@ // Thanks to Bradley Lowekamp of the National Library of Medicine/NIH for // contributing this class. -#ifndef __vtkQuadricDecimation_h -#define __vtkQuadricDecimation_h +#ifndef vtkQuadricDecimation_h +#define vtkQuadricDecimation_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkRearrangeFields.h b/Filters/Core/vtkRearrangeFields.h index 0448925b58..899c657aa1 100644 --- a/Filters/Core/vtkRearrangeFields.h +++ b/Filters/Core/vtkRearrangeFields.h @@ -52,8 +52,8 @@ // vtkDataSetAttributes vtkDataArray vtkAssignAttribute // vtkSplitField vtkMergeFields -#ifndef __vtkRearrangeFields_h -#define __vtkRearrangeFields_h +#ifndef vtkRearrangeFields_h +#define vtkRearrangeFields_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkRectilinearSynchronizedTemplates.h b/Filters/Core/vtkRectilinearSynchronizedTemplates.h index 079a0eef30..f95ba03b13 100644 --- a/Filters/Core/vtkRectilinearSynchronizedTemplates.h +++ b/Filters/Core/vtkRectilinearSynchronizedTemplates.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkContourFilter vtkSynchronizedTemplates2D vtkSynchronizedTemplates3D -#ifndef __vtkRectilinearSynchronizedTemplates_h -#define __vtkRectilinearSynchronizedTemplates_h +#ifndef vtkRectilinearSynchronizedTemplates_h +#define vtkRectilinearSynchronizedTemplates_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkReverseSense.h b/Filters/Core/vtkReverseSense.h index a197dec37b..8ada8394bf 100644 --- a/Filters/Core/vtkReverseSense.h +++ b/Filters/Core/vtkReverseSense.h @@ -25,8 +25,8 @@ // .SECTION Caveats // Normals can be operated on only if they are present in the data. -#ifndef __vtkReverseSense_h -#define __vtkReverseSense_h +#ifndef vtkReverseSense_h +#define vtkReverseSense_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkSimpleElevationFilter.h b/Filters/Core/vtkSimpleElevationFilter.h index 650b7d8ce8..a59c819b28 100644 --- a/Filters/Core/vtkSimpleElevationFilter.h +++ b/Filters/Core/vtkSimpleElevationFilter.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkElevationFilter -#ifndef __vtkSimpleElevationFilter_h -#define __vtkSimpleElevationFilter_h +#ifndef vtkSimpleElevationFilter_h +#define vtkSimpleElevationFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkSmoothPolyDataFilter.h b/Filters/Core/vtkSmoothPolyDataFilter.h index c757f95f47..4de604d949 100644 --- a/Filters/Core/vtkSmoothPolyDataFilter.h +++ b/Filters/Core/vtkSmoothPolyDataFilter.h @@ -87,8 +87,8 @@ // .SECTION See Also // vtkWindowedSincPolyDataFilter vtkDecimate vtkDecimatePro -#ifndef __vtkSmoothPolyDataFilter_h -#define __vtkSmoothPolyDataFilter_h +#ifndef vtkSmoothPolyDataFilter_h +#define vtkSmoothPolyDataFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkStripper.h b/Filters/Core/vtkStripper.h index a67d549963..b6a7f305ee 100644 --- a/Filters/Core/vtkStripper.h +++ b/Filters/Core/vtkStripper.h @@ -51,8 +51,8 @@ // .SECTION See Also // vtkTriangleFilter -#ifndef __vtkStripper_h -#define __vtkStripper_h +#ifndef vtkStripper_h +#define vtkStripper_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkStructuredGridAppend.h b/Filters/Core/vtkStructuredGridAppend.h index b21be6d921..d6f9047230 100644 --- a/Filters/Core/vtkStructuredGridAppend.h +++ b/Filters/Core/vtkStructuredGridAppend.h @@ -19,8 +19,8 @@ // All inputs must have the same scalar type. -#ifndef __vtkStructuredGridAppend_h -#define __vtkStructuredGridAppend_h +#ifndef vtkStructuredGridAppend_h +#define vtkStructuredGridAppend_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" diff --git a/Filters/Core/vtkStructuredGridOutlineFilter.h b/Filters/Core/vtkStructuredGridOutlineFilter.h index 899d1a755b..74ce537f48 100644 --- a/Filters/Core/vtkStructuredGridOutlineFilter.h +++ b/Filters/Core/vtkStructuredGridOutlineFilter.h @@ -18,8 +18,8 @@ // outline of a structured grid (vtkStructuredGrid). Structured data is // topologically a cube, so the outline will have 12 "edges". -#ifndef __vtkStructuredGridOutlineFilter_h -#define __vtkStructuredGridOutlineFilter_h +#ifndef vtkStructuredGridOutlineFilter_h +#define vtkStructuredGridOutlineFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkSynchronizedTemplates2D.h b/Filters/Core/vtkSynchronizedTemplates2D.h index 4392a7ce37..ce82796cb9 100644 --- a/Filters/Core/vtkSynchronizedTemplates2D.h +++ b/Filters/Core/vtkSynchronizedTemplates2D.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkContourFilter vtkSynchronizedTemplates3D -#ifndef __vtkSynchronizedTemplates2D_h -#define __vtkSynchronizedTemplates2D_h +#ifndef vtkSynchronizedTemplates2D_h +#define vtkSynchronizedTemplates2D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkSynchronizedTemplates3D.h b/Filters/Core/vtkSynchronizedTemplates3D.h index 92ed532205..0d17f77cb7 100644 --- a/Filters/Core/vtkSynchronizedTemplates3D.h +++ b/Filters/Core/vtkSynchronizedTemplates3D.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkContourFilter vtkSynchronizedTemplates2D -#ifndef __vtkSynchronizedTemplates3D_h -#define __vtkSynchronizedTemplates3D_h +#ifndef vtkSynchronizedTemplates3D_h +#define vtkSynchronizedTemplates3D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkSynchronizedTemplatesCutter3D.h b/Filters/Core/vtkSynchronizedTemplatesCutter3D.h index ce86a42990..d8c9a20131 100644 --- a/Filters/Core/vtkSynchronizedTemplatesCutter3D.h +++ b/Filters/Core/vtkSynchronizedTemplatesCutter3D.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkContourFilter vtkSynchronizedTemplates3D -#ifndef __vtkSynchronizedTemplatesCutter3D_h -#define __vtkSynchronizedTemplatesCutter3D_h +#ifndef vtkSynchronizedTemplatesCutter3D_h +#define vtkSynchronizedTemplatesCutter3D_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkSynchronizedTemplates3D.h" diff --git a/Filters/Core/vtkTensorGlyph.h b/Filters/Core/vtkTensorGlyph.h index 53f205f92a..7dde2e0963 100644 --- a/Filters/Core/vtkTensorGlyph.h +++ b/Filters/Core/vtkTensorGlyph.h @@ -73,8 +73,8 @@ // .SECTION See Also // vtkGlyph3D vtkPointLoad vtkHyperStreamline -#ifndef __vtkTensorGlyph_h -#define __vtkTensorGlyph_h +#ifndef vtkTensorGlyph_h +#define vtkTensorGlyph_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkThreshold.h b/Filters/Core/vtkThreshold.h index 4cdad59cfd..098dd0e3a0 100644 --- a/Filters/Core/vtkThreshold.h +++ b/Filters/Core/vtkThreshold.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkThresholdPoints vtkThresholdTextureCoords -#ifndef __vtkThreshold_h -#define __vtkThreshold_h +#ifndef vtkThreshold_h +#define vtkThreshold_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Core/vtkThresholdPoints.h b/Filters/Core/vtkThresholdPoints.h index 2084517833..7d63896a01 100644 --- a/Filters/Core/vtkThresholdPoints.h +++ b/Filters/Core/vtkThresholdPoints.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkThreshold -#ifndef __vtkThresholdPoints_h -#define __vtkThresholdPoints_h +#ifndef vtkThresholdPoints_h +#define vtkThresholdPoints_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkTransposeTable.h b/Filters/Core/vtkTransposeTable.h index bced9633f0..2a8e3f230d 100644 --- a/Filters/Core/vtkTransposeTable.h +++ b/Filters/Core/vtkTransposeTable.h @@ -24,8 +24,8 @@ // Note that columns of the output table will have a variant type // is the columns of the initial table are not consistant. -#ifndef __vtkTransposeTable_h -#define __vtkTransposeTable_h +#ifndef vtkTransposeTable_h +#define vtkTransposeTable_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Core/vtkTriangleFilter.h b/Filters/Core/vtkTriangleFilter.h index ddea797d07..dda5c5d78c 100644 --- a/Filters/Core/vtkTriangleFilter.h +++ b/Filters/Core/vtkTriangleFilter.h @@ -19,8 +19,8 @@ // is off, and generates individual vertex cells from vtkVertex point lists // unless PassVerts is off. -#ifndef __vtkTriangleFilter_h -#define __vtkTriangleFilter_h +#ifndef vtkTriangleFilter_h +#define vtkTriangleFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkTubeFilter.h b/Filters/Core/vtkTubeFilter.h index 4716ab1c5c..2192121f1d 100644 --- a/Filters/Core/vtkTubeFilter.h +++ b/Filters/Core/vtkTubeFilter.h @@ -47,8 +47,8 @@ // .SECTION Thanks // Michael Finch for absolute scalar radius -#ifndef __vtkTubeFilter_h -#define __vtkTubeFilter_h +#ifndef vtkTubeFilter_h +#define vtkTubeFilter_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Core/vtkVectorDot.h b/Filters/Core/vtkVectorDot.h index 3f8b3611b4..ff1d5de786 100644 --- a/Filters/Core/vtkVectorDot.h +++ b/Filters/Core/vtkVectorDot.h @@ -20,8 +20,8 @@ // color map, this can show nodal lines/mode shapes of vibration, or a // displacement plot. -#ifndef __vtkVectorDot_h -#define __vtkVectorDot_h +#ifndef vtkVectorDot_h +#define vtkVectorDot_h #include "vtkFiltersCoreModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Core/vtkVectorNorm.h b/Filters/Core/vtkVectorNorm.h index c1499dc728..df42a37269 100644 --- a/Filters/Core/vtkVectorNorm.h +++ b/Filters/Core/vtkVectorNorm.h @@ -24,8 +24,8 @@ // input. Alternatively, you can choose to generate scalar norm values // for just cell or point data. -#ifndef __vtkVectorNorm_h -#define __vtkVectorNorm_h +#ifndef vtkVectorNorm_h +#define vtkVectorNorm_h #define VTK_ATTRIBUTE_MODE_DEFAULT 0 #define VTK_ATTRIBUTE_MODE_USE_POINT_DATA 1 diff --git a/Filters/Core/vtkWindowedSincPolyDataFilter.h b/Filters/Core/vtkWindowedSincPolyDataFilter.h index 5b2cfe0277..c53fcac95f 100644 --- a/Filters/Core/vtkWindowedSincPolyDataFilter.h +++ b/Filters/Core/vtkWindowedSincPolyDataFilter.h @@ -133,8 +133,8 @@ // vtkSmoothPolyDataFilter vtkDecimate vtkDecimatePro -#ifndef __vtkWindowedSincPolyDataFilter_h -#define __vtkWindowedSincPolyDataFilter_h +#ifndef vtkWindowedSincPolyDataFilter_h +#define vtkWindowedSincPolyDataFilter_h #include "vtkFiltersCoreModule.h" // For export macro diff --git a/Filters/Extraction/vtkConvertSelection.h b/Filters/Extraction/vtkConvertSelection.h index eb9f4db722..1a683b417f 100644 --- a/Filters/Extraction/vtkConvertSelection.h +++ b/Filters/Extraction/vtkConvertSelection.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkSelection vtkSelectionNode vtkExtractSelection vtkExtractSelectedGraph -#ifndef __vtkConvertSelection_h -#define __vtkConvertSelection_h +#ifndef vtkConvertSelection_h +#define vtkConvertSelection_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkSelectionAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractArraysOverTime.h b/Filters/Extraction/vtkExtractArraysOverTime.h index 57371803c5..6ed28a8c8e 100644 --- a/Filters/Extraction/vtkExtractArraysOverTime.h +++ b/Filters/Extraction/vtkExtractArraysOverTime.h @@ -30,8 +30,8 @@ // This algorithm works only with source that produce TIME_STEPS(). // Continuous time range is not yet supported. -#ifndef __vtkExtractArraysOverTime_h -#define __vtkExtractArraysOverTime_h +#ifndef vtkExtractArraysOverTime_h +#define vtkExtractArraysOverTime_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractBlock.h b/Filters/Extraction/vtkExtractBlock.h index d8979eb8fe..de472219cb 100644 --- a/Filters/Extraction/vtkExtractBlock.h +++ b/Filters/Extraction/vtkExtractBlock.h @@ -21,8 +21,8 @@ // Inorder traversal yields: A, B, D, E, C, F, G // Index of A is 0, while index of C is 4. -#ifndef __vtkExtractBlock_h -#define __vtkExtractBlock_h +#ifndef vtkExtractBlock_h +#define vtkExtractBlock_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractCells.h b/Filters/Extraction/vtkExtractCells.h index 0fb2f5d2ef..8290250f04 100644 --- a/Filters/Extraction/vtkExtractCells.h +++ b/Filters/Extraction/vtkExtractCells.h @@ -25,8 +25,8 @@ // executes, it will set up the ugrid, point and cell arrays, with no points, // cells or data. -#ifndef __vtkExtractCells_h -#define __vtkExtractCells_h +#ifndef vtkExtractCells_h +#define vtkExtractCells_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractDataOverTime.h b/Filters/Extraction/vtkExtractDataOverTime.h index 40c98c0160..d3304348f4 100644 --- a/Filters/Extraction/vtkExtractDataOverTime.h +++ b/Filters/Extraction/vtkExtractDataOverTime.h @@ -22,8 +22,8 @@ // the output. A PointData array is added called "Time" (or "TimeData" if // there is already an array called "Time"), which is the time at each index. -#ifndef __vtkExtractDataOverTime_h -#define __vtkExtractDataOverTime_h +#ifndef vtkExtractDataOverTime_h +#define vtkExtractDataOverTime_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractDataSets.h b/Filters/Extraction/vtkExtractDataSets.h index 963862d098..ad3f2d3a2f 100644 --- a/Filters/Extraction/vtkExtractDataSets.h +++ b/Filters/Extraction/vtkExtractDataSets.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkHierarchicalBoxDataSet, vtkMultiBlockDataSet vtkMultiPieceDataSet -#ifndef __vtkExtractDataSets_h -#define __vtkExtractDataSets_h +#ifndef vtkExtractDataSets_h +#define vtkExtractDataSets_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractEdges.h b/Filters/Extraction/vtkExtractEdges.h index 2aadc56b62..e01149c7f2 100644 --- a/Filters/Extraction/vtkExtractEdges.h +++ b/Filters/Extraction/vtkExtractEdges.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkFeatureEdges -#ifndef __vtkExtractEdges_h -#define __vtkExtractEdges_h +#ifndef vtkExtractEdges_h +#define vtkExtractEdges_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractGeometry.h b/Filters/Extraction/vtkExtractGeometry.h index 71ed31d442..c8c4351a35 100644 --- a/Filters/Extraction/vtkExtractGeometry.h +++ b/Filters/Extraction/vtkExtractGeometry.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkExtractPolyDataGeometry vtkGeometryFilter vtkExtractVOI -#ifndef __vtkExtractGeometry_h -#define __vtkExtractGeometry_h +#ifndef vtkExtractGeometry_h +#define vtkExtractGeometry_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractGrid.h b/Filters/Extraction/vtkExtractGrid.h index 2d7f8db674..3db6013b24 100644 --- a/Filters/Extraction/vtkExtractGrid.h +++ b/Filters/Extraction/vtkExtractGrid.h @@ -34,8 +34,8 @@ // vtkGeometryFilter vtkExtractGeometry vtkExtractVOI // vtkStructuredGridGeometryFilter -#ifndef __vtkExtractGrid_h -#define __vtkExtractGrid_h +#ifndef vtkExtractGrid_h +#define vtkExtractGrid_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractLevel.h b/Filters/Extraction/vtkExtractLevel.h index 8c4b23123a..788a6cb915 100644 --- a/Filters/Extraction/vtkExtractLevel.h +++ b/Filters/Extraction/vtkExtractLevel.h @@ -18,8 +18,8 @@ // vtkExtractLevel filter extracts the levels between (and including) the user // specified min and max levels. -#ifndef __vtkExtractLevel_h -#define __vtkExtractLevel_h +#ifndef vtkExtractLevel_h +#define vtkExtractLevel_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractPolyDataGeometry.h b/Filters/Extraction/vtkExtractPolyDataGeometry.h index 18f6bd85f5..c6bdaff57b 100644 --- a/Filters/Extraction/vtkExtractPolyDataGeometry.h +++ b/Filters/Extraction/vtkExtractPolyDataGeometry.h @@ -37,8 +37,8 @@ // .SECTION See Also // vtkExtractGeometry vtkClipPolyData -#ifndef __vtkExtractPolyDataGeometry_h -#define __vtkExtractPolyDataGeometry_h +#ifndef vtkExtractPolyDataGeometry_h +#define vtkExtractPolyDataGeometry_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractRectilinearGrid.h b/Filters/Extraction/vtkExtractRectilinearGrid.h index 9f7eb9b789..944fc10069 100644 --- a/Filters/Extraction/vtkExtractRectilinearGrid.h +++ b/Filters/Extraction/vtkExtractRectilinearGrid.h @@ -23,8 +23,8 @@ // vtkExtractGrid vtkImageClip vtkGeometryFilter vtkExtractGeometry vtkExtractVOI // vtkStructuredGridGeometryFilter -#ifndef __vtkExtractRectilinearGrid_h -#define __vtkExtractRectilinearGrid_h +#ifndef vtkExtractRectilinearGrid_h +#define vtkExtractRectilinearGrid_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkRectilinearGridAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractSelectedBlock.h b/Filters/Extraction/vtkExtractSelectedBlock.h index f509db047c..9a282add84 100644 --- a/Filters/Extraction/vtkExtractSelectedBlock.h +++ b/Filters/Extraction/vtkExtractSelectedBlock.h @@ -15,8 +15,8 @@ // .NAME vtkExtractSelectedBlock // .SECTION Description -#ifndef __vtkExtractSelectedBlock_h -#define __vtkExtractSelectedBlock_h +#ifndef vtkExtractSelectedBlock_h +#define vtkExtractSelectedBlock_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractSelectionBase.h" diff --git a/Filters/Extraction/vtkExtractSelectedFrustum.h b/Filters/Extraction/vtkExtractSelectedFrustum.h index 9c0413e7e2..a5a216303c 100644 --- a/Filters/Extraction/vtkExtractSelectedFrustum.h +++ b/Filters/Extraction/vtkExtractSelectedFrustum.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkExtractGeometry, vtkAreaPicker, vtkExtractSelection, vtkSelection -#ifndef __vtkExtractSelectedFrustum_h -#define __vtkExtractSelectedFrustum_h +#ifndef vtkExtractSelectedFrustum_h +#define vtkExtractSelectedFrustum_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractSelectionBase.h" diff --git a/Filters/Extraction/vtkExtractSelectedIds.h b/Filters/Extraction/vtkExtractSelectedIds.h index fb7bda7a47..0c475eedc3 100644 --- a/Filters/Extraction/vtkExtractSelectedIds.h +++ b/Filters/Extraction/vtkExtractSelectedIds.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkSelection vtkExtractSelection -#ifndef __vtkExtractSelectedIds_h -#define __vtkExtractSelectedIds_h +#ifndef vtkExtractSelectedIds_h +#define vtkExtractSelectedIds_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractSelectionBase.h" diff --git a/Filters/Extraction/vtkExtractSelectedLocations.h b/Filters/Extraction/vtkExtractSelectedLocations.h index d770be2041..3b03ace466 100644 --- a/Filters/Extraction/vtkExtractSelectedLocations.h +++ b/Filters/Extraction/vtkExtractSelectedLocations.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkSelection vtkExtractSelection -#ifndef __vtkExtractSelectedLocations_h -#define __vtkExtractSelectedLocations_h +#ifndef vtkExtractSelectedLocations_h +#define vtkExtractSelectedLocations_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractSelectionBase.h" diff --git a/Filters/Extraction/vtkExtractSelectedPolyDataIds.h b/Filters/Extraction/vtkExtractSelectedPolyDataIds.h index aaeb9d69b6..960b7d55f4 100644 --- a/Filters/Extraction/vtkExtractSelectedPolyDataIds.h +++ b/Filters/Extraction/vtkExtractSelectedPolyDataIds.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkSelection -#ifndef __vtkExtractSelectedPolyDataIds_h -#define __vtkExtractSelectedPolyDataIds_h +#ifndef vtkExtractSelectedPolyDataIds_h +#define vtkExtractSelectedPolyDataIds_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractSelectedRows.h b/Filters/Extraction/vtkExtractSelectedRows.h index 3631fbd885..2b31602e0a 100644 --- a/Filters/Extraction/vtkExtractSelectedRows.h +++ b/Filters/Extraction/vtkExtractSelectedRows.h @@ -26,8 +26,8 @@ // The field type of the input selection is ignored when converted to row // indices. -#ifndef __vtkExtractSelectedRows_h -#define __vtkExtractSelectedRows_h +#ifndef vtkExtractSelectedRows_h +#define vtkExtractSelectedRows_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractSelectedThresholds.h b/Filters/Extraction/vtkExtractSelectedThresholds.h index 69740ff2a7..f50f5814e8 100644 --- a/Filters/Extraction/vtkExtractSelectedThresholds.h +++ b/Filters/Extraction/vtkExtractSelectedThresholds.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkSelection vtkExtractSelection vtkThreshold -#ifndef __vtkExtractSelectedThresholds_h -#define __vtkExtractSelectedThresholds_h +#ifndef vtkExtractSelectedThresholds_h +#define vtkExtractSelectedThresholds_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractSelectionBase.h" diff --git a/Filters/Extraction/vtkExtractSelection.h b/Filters/Extraction/vtkExtractSelection.h index c311bce7d1..a6bcc78bb6 100644 --- a/Filters/Extraction/vtkExtractSelection.h +++ b/Filters/Extraction/vtkExtractSelection.h @@ -25,8 +25,8 @@ // vtkSelection vtkExtractSelectedIds vtkExtractSelectedFrustum // vtkExtractSelectedLocations vtkExtractSelectedThresholds -#ifndef __vtkExtractSelection_h -#define __vtkExtractSelection_h +#ifndef vtkExtractSelection_h +#define vtkExtractSelection_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractSelectionBase.h" diff --git a/Filters/Extraction/vtkExtractSelectionBase.h b/Filters/Extraction/vtkExtractSelectionBase.h index 3c3e20b0d3..ec26cbb6aa 100644 --- a/Filters/Extraction/vtkExtractSelectionBase.h +++ b/Filters/Extraction/vtkExtractSelectionBase.h @@ -18,8 +18,8 @@ // vtkExtractSelectionBase is an abstract base class for all extract selection // filters. It defines some properties common to all extract selection filters. -#ifndef __vtkExtractSelectionBase_h -#define __vtkExtractSelectionBase_h +#ifndef vtkExtractSelectionBase_h +#define vtkExtractSelectionBase_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractTemporalFieldData.h b/Filters/Extraction/vtkExtractTemporalFieldData.h index c81fb9c768..297933c625 100644 --- a/Filters/Extraction/vtkExtractTemporalFieldData.h +++ b/Filters/Extraction/vtkExtractTemporalFieldData.h @@ -26,8 +26,8 @@ // This algorithm works only with source that produce TIME_STEPS(). // Continuous time range is not yet supported. -#ifndef __vtkExtractTemporalFieldData_h -#define __vtkExtractTemporalFieldData_h +#ifndef vtkExtractTemporalFieldData_h +#define vtkExtractTemporalFieldData_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractTensorComponents.h b/Filters/Extraction/vtkExtractTensorComponents.h index 6b362d0e4d..8bce319ddb 100644 --- a/Filters/Extraction/vtkExtractTensorComponents.h +++ b/Filters/Extraction/vtkExtractTensorComponents.h @@ -37,8 +37,8 @@ // ExtractScalars is on, and the appropriate scalar extraction mode is // set. -#ifndef __vtkExtractTensorComponents_h -#define __vtkExtractTensorComponents_h +#ifndef vtkExtractTensorComponents_h +#define vtkExtractTensorComponents_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractUnstructuredGrid.h b/Filters/Extraction/vtkExtractUnstructuredGrid.h index 6c8a1b49b1..1aa919b4a2 100644 --- a/Filters/Extraction/vtkExtractUnstructuredGrid.h +++ b/Filters/Extraction/vtkExtractUnstructuredGrid.h @@ -33,8 +33,8 @@ // vtkRectilinearGridGeometryFilter // vtkExtractGeometry vtkExtractVOI -#ifndef __vtkExtractUnstructuredGrid_h -#define __vtkExtractUnstructuredGrid_h +#ifndef vtkExtractUnstructuredGrid_h +#define vtkExtractUnstructuredGrid_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Extraction/vtkExtractVectorComponents.h b/Filters/Extraction/vtkExtractVectorComponents.h index 6c69965b74..096673444d 100644 --- a/Filters/Extraction/vtkExtractVectorComponents.h +++ b/Filters/Extraction/vtkExtractVectorComponents.h @@ -28,8 +28,8 @@ // If you use the GetOutput() method, you will be retrieving the x vector // component. -#ifndef __vtkExtractVectorComponents_h -#define __vtkExtractVectorComponents_h +#ifndef vtkExtractVectorComponents_h +#define vtkExtractVectorComponents_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h b/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h index 8104cc02f4..219824e01b 100644 --- a/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h +++ b/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkExtractDataSets -#ifndef __vtkHierarchicalDataExtractDataSets_h -#define __vtkHierarchicalDataExtractDataSets_h +#ifndef vtkHierarchicalDataExtractDataSets_h +#define vtkHierarchicalDataExtractDataSets_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractDataSets.h" diff --git a/Filters/Extraction/vtkHierarchicalDataExtractLevel.h b/Filters/Extraction/vtkHierarchicalDataExtractLevel.h index 9730e085e5..a42318e313 100644 --- a/Filters/Extraction/vtkHierarchicalDataExtractLevel.h +++ b/Filters/Extraction/vtkHierarchicalDataExtractLevel.h @@ -16,8 +16,8 @@ // .SECTION Description // Legacy class. Use vtkExtractLevel instead. -#ifndef __vtkHierarchicalDataExtractLevel_h -#define __vtkHierarchicalDataExtractLevel_h +#ifndef vtkHierarchicalDataExtractLevel_h +#define vtkHierarchicalDataExtractLevel_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractLevel.h" diff --git a/Filters/Extraction/vtkProbeSelectedLocations.h b/Filters/Extraction/vtkProbeSelectedLocations.h index 231fdf61e5..4a72908c67 100644 --- a/Filters/Extraction/vtkProbeSelectedLocations.h +++ b/Filters/Extraction/vtkProbeSelectedLocations.h @@ -22,8 +22,8 @@ // is ignored. The ContentType of the input vtkSelection must be // vtkSelection::LOCATIONS. -#ifndef __vtkProbeSelectedLocations_h -#define __vtkProbeSelectedLocations_h +#ifndef vtkProbeSelectedLocations_h +#define vtkProbeSelectedLocations_h #include "vtkFiltersExtractionModule.h" // For export macro #include "vtkExtractSelectionBase.h" diff --git a/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h b/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h index 15bceecaca..870979665a 100644 --- a/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h @@ -19,8 +19,8 @@ // .SECTION Description // The main functionality supported here is the point location inside vtkOverlappingAMR data set. -#ifndef __vtkAMRInterpolatedVelocityField_h -#define __vtkAMRInterpolatedVelocityField_h +#ifndef vtkAMRInterpolatedVelocityField_h +#define vtkAMRInterpolatedVelocityField_h #include "vtkFiltersFlowPathsModule.h" // For export macro diff --git a/Filters/FlowPaths/vtkAbstractInterpolatedVelocityField.h b/Filters/FlowPaths/vtkAbstractInterpolatedVelocityField.h index 7b3052beb8..35a5ca79a1 100644 --- a/Filters/FlowPaths/vtkAbstractInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkAbstractInterpolatedVelocityField.h @@ -61,8 +61,8 @@ // vtkGenericInterpolatedVelocityField vtkCachingInterpolatedVelocityField // vtkTemporalInterpolatedVelocityField vtkFunctionSet vtkStreamer vtkStreamTracer -#ifndef __vtkAbstractInterpolatedVelocityField_h -#define __vtkAbstractInterpolatedVelocityField_h +#ifndef vtkAbstractInterpolatedVelocityField_h +#define vtkAbstractInterpolatedVelocityField_h #include "vtkFunctionSet.h" //BTX diff --git a/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h b/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h index fb16d7957b..4b7849ec54 100644 --- a/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h @@ -38,8 +38,8 @@ // .SECTION TODO // Need to clean up style to match vtk/Kitware standards. Please help. -#ifndef __vtkTInterpolatedVelocityField_h -#define __vtkTInterpolatedVelocityField_h +#ifndef vtkTInterpolatedVelocityField_h +#define vtkTInterpolatedVelocityField_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkFunctionSet.h" diff --git a/Filters/FlowPaths/vtkCellLocatorInterpolatedVelocityField.h b/Filters/FlowPaths/vtkCellLocatorInterpolatedVelocityField.h index a48387a740..a1c385d9f4 100644 --- a/Filters/FlowPaths/vtkCellLocatorInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkCellLocatorInterpolatedVelocityField.h @@ -43,8 +43,8 @@ // vtkGenericInterpolatedVelocityField vtkCachingInterpolatedVelocityField // vtkTemporalInterpolatedVelocityField vtkFunctionSet vtkStreamer vtkStreamTracer -#ifndef __vtkCellLocatorInterpolatedVelocityField_h -#define __vtkCellLocatorInterpolatedVelocityField_h +#ifndef vtkCellLocatorInterpolatedVelocityField_h +#define vtkCellLocatorInterpolatedVelocityField_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkCompositeInterpolatedVelocityField.h" diff --git a/Filters/FlowPaths/vtkCompositeInterpolatedVelocityField.h b/Filters/FlowPaths/vtkCompositeInterpolatedVelocityField.h index 21cc80c0b3..6f19aff4a1 100644 --- a/Filters/FlowPaths/vtkCompositeInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkCompositeInterpolatedVelocityField.h @@ -61,8 +61,8 @@ // vtkGenericInterpolatedVelocityField vtkCachingInterpolatedVelocityField // vtkTemporalInterpolatedVelocityField vtkFunctionSet vtkStreamer vtkStreamTracer -#ifndef __vtkCompositeInterpolatedVelocityField_h -#define __vtkCompositeInterpolatedVelocityField_h +#ifndef vtkCompositeInterpolatedVelocityField_h +#define vtkCompositeInterpolatedVelocityField_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkAbstractInterpolatedVelocityField.h" diff --git a/Filters/FlowPaths/vtkDashedStreamLine.h b/Filters/FlowPaths/vtkDashedStreamLine.h index 97c84ec943..20424a3fd1 100644 --- a/Filters/FlowPaths/vtkDashedStreamLine.h +++ b/Filters/FlowPaths/vtkDashedStreamLine.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkStreamer vtkStreamLine vtkStreamPoints -#ifndef __vtkDashedStreamLine_h -#define __vtkDashedStreamLine_h +#ifndef vtkDashedStreamLine_h +#define vtkDashedStreamLine_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkStreamLine.h" diff --git a/Filters/FlowPaths/vtkInterpolatedVelocityField.h b/Filters/FlowPaths/vtkInterpolatedVelocityField.h index 7a31f58273..b4d3c16b8b 100644 --- a/Filters/FlowPaths/vtkInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkInterpolatedVelocityField.h @@ -48,8 +48,8 @@ // vtkGenericInterpolatedVelocityField vtkCachingInterpolatedVelocityField // vtkTemporalInterpolatedVelocityField vtkFunctionSet vtkStreamer vtkStreamTracer -#ifndef __vtkInterpolatedVelocityField_h -#define __vtkInterpolatedVelocityField_h +#ifndef vtkInterpolatedVelocityField_h +#define vtkInterpolatedVelocityField_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkCompositeInterpolatedVelocityField.h" diff --git a/Filters/FlowPaths/vtkParticlePathFilter.h b/Filters/FlowPaths/vtkParticlePathFilter.h index c34984192a..a7a211f0ff 100644 --- a/Filters/FlowPaths/vtkParticlePathFilter.h +++ b/Filters/FlowPaths/vtkParticlePathFilter.h @@ -21,8 +21,8 @@ // vtkParticlePathFilterBase has the details of the algorithms -#ifndef __vtkParticlePathFilter_h -#define __vtkParticlePathFilter_h +#ifndef vtkParticlePathFilter_h +#define vtkParticlePathFilter_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkSmartPointer.h" // For protected ivars. diff --git a/Filters/FlowPaths/vtkParticleTracer.h b/Filters/FlowPaths/vtkParticleTracer.h index afa971d9f6..867346bcfe 100644 --- a/Filters/FlowPaths/vtkParticleTracer.h +++ b/Filters/FlowPaths/vtkParticleTracer.h @@ -21,8 +21,8 @@ // vtkParticleTracerBase has the details of the algorithms -#ifndef __vtkParticleTracer_h -#define __vtkParticleTracer_h +#ifndef vtkParticleTracer_h +#define vtkParticleTracer_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkSmartPointer.h" // For protected ivars. diff --git a/Filters/FlowPaths/vtkParticleTracerBase.h b/Filters/FlowPaths/vtkParticleTracerBase.h index e1af57b8c3..6176d047f4 100644 --- a/Filters/FlowPaths/vtkParticleTracerBase.h +++ b/Filters/FlowPaths/vtkParticleTracerBase.h @@ -22,8 +22,8 @@ // vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver // vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45 vtkStreamTracer -#ifndef __vtkParticleTracerBase_h -#define __vtkParticleTracerBase_h +#ifndef vtkParticleTracerBase_h +#define vtkParticleTracerBase_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkSmartPointer.h" // For protected ivars. diff --git a/Filters/FlowPaths/vtkStreaklineFilter.h b/Filters/FlowPaths/vtkStreaklineFilter.h index 1b6ef406a4..f3b3b674c1 100644 --- a/Filters/FlowPaths/vtkStreaklineFilter.h +++ b/Filters/FlowPaths/vtkStreaklineFilter.h @@ -21,8 +21,8 @@ // vtkParticleTracerBase has the details of the algorithms -#ifndef __vtkStreaklineFilter_h -#define __vtkStreaklineFilter_h +#ifndef vtkStreaklineFilter_h +#define vtkStreaklineFilter_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkSmartPointer.h" // For protected ivars. diff --git a/Filters/FlowPaths/vtkStreamLine.h b/Filters/FlowPaths/vtkStreamLine.h index 7e61457729..b014b415ed 100644 --- a/Filters/FlowPaths/vtkStreamLine.h +++ b/Filters/FlowPaths/vtkStreamLine.h @@ -41,8 +41,8 @@ // .SECTION See Also // vtkStreamer vtkDashedStreamLine vtkStreamPoints -#ifndef __vtkStreamLine_h -#define __vtkStreamLine_h +#ifndef vtkStreamLine_h +#define vtkStreamLine_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkStreamer.h" diff --git a/Filters/FlowPaths/vtkStreamPoints.h b/Filters/FlowPaths/vtkStreamPoints.h index d5761602b3..2167b01df9 100644 --- a/Filters/FlowPaths/vtkStreamPoints.h +++ b/Filters/FlowPaths/vtkStreamPoints.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkStreamer vtkStreamLine vtkDashedStreamLine -#ifndef __vtkStreamPoints_h -#define __vtkStreamPoints_h +#ifndef vtkStreamPoints_h +#define vtkStreamPoints_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkStreamer.h" diff --git a/Filters/FlowPaths/vtkStreamTracer.h b/Filters/FlowPaths/vtkStreamTracer.h index 08d3e439e5..8eacd5b5af 100644 --- a/Filters/FlowPaths/vtkStreamTracer.h +++ b/Filters/FlowPaths/vtkStreamTracer.h @@ -74,8 +74,8 @@ // vtkCellLocatorInterpolatedVelocityField // -#ifndef __vtkStreamTracer_h -#define __vtkStreamTracer_h +#ifndef vtkStreamTracer_h +#define vtkStreamTracer_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/FlowPaths/vtkStreamer.h b/Filters/FlowPaths/vtkStreamer.h index bd5879d5c7..4213650762 100644 --- a/Filters/FlowPaths/vtkStreamer.h +++ b/Filters/FlowPaths/vtkStreamer.h @@ -47,8 +47,8 @@ // .SECTION See Also // vtkStreamLine vtkDashedStreamLine vtkStreamPoints -#ifndef __vtkStreamer_h -#define __vtkStreamer_h +#ifndef vtkStreamer_h +#define vtkStreamer_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h b/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h index 353138c97c..eac389d87e 100644 --- a/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h @@ -40,8 +40,8 @@ // // vtkCachingInterpolatedVelocityField vtkTemporalStreamTracer -#ifndef __vtkTemporalInterpolatedVelocityField_h -#define __vtkTemporalInterpolatedVelocityField_h +#ifndef vtkTemporalInterpolatedVelocityField_h +#define vtkTemporalInterpolatedVelocityField_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkFunctionSet.h" diff --git a/Filters/FlowPaths/vtkTemporalStreamTracer.h b/Filters/FlowPaths/vtkTemporalStreamTracer.h index 5cd751d5e3..1de45e095c 100644 --- a/Filters/FlowPaths/vtkTemporalStreamTracer.h +++ b/Filters/FlowPaths/vtkTemporalStreamTracer.h @@ -21,8 +21,8 @@ // vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver // vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45 vtkStreamTracer -#ifndef __vtkTemporalStreamTracer_h -#define __vtkTemporalStreamTracer_h +#ifndef vtkTemporalStreamTracer_h +#define vtkTemporalStreamTracer_h #include "vtkFiltersFlowPathsModule.h" // For export macro #include "vtkSmartPointer.h" // For protected ivars. diff --git a/Filters/General/vtkAnnotationLink.h b/Filters/General/vtkAnnotationLink.h index efaced3dfb..b7eb67cde1 100644 --- a/Filters/General/vtkAnnotationLink.h +++ b/Filters/General/vtkAnnotationLink.h @@ -38,8 +38,8 @@ // As a convenience, this selection is sent to output port 2 so that it // can be connected to pipelines requiring a vtkSelection. -#ifndef __vtkAnnotationLink_h -#define __vtkAnnotationLink_h +#ifndef vtkAnnotationLink_h +#define vtkAnnotationLink_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkAnnotationLayersAlgorithm.h" diff --git a/Filters/General/vtkAppendPoints.h b/Filters/General/vtkAppendPoints.h index d864a52b13..dabc520725 100644 --- a/Filters/General/vtkAppendPoints.h +++ b/Filters/General/vtkAppendPoints.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkAppendFilter vtkAppendPolyData -#ifndef __vtkAppendPoints_h -#define __vtkAppendPoints_h +#ifndef vtkAppendPoints_h +#define vtkAppendPoints_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkApproximatingSubdivisionFilter.h b/Filters/General/vtkApproximatingSubdivisionFilter.h index 4ad4997c8a..9531df74ac 100644 --- a/Filters/General/vtkApproximatingSubdivisionFilter.h +++ b/Filters/General/vtkApproximatingSubdivisionFilter.h @@ -21,8 +21,8 @@ // This work was supported by PHS Research Grant No. 1 P41 RR13218-01 // from the National Center for Research Resources. -#ifndef __vtkApproximatingSubdivisionFilter_h -#define __vtkApproximatingSubdivisionFilter_h +#ifndef vtkApproximatingSubdivisionFilter_h +#define vtkApproximatingSubdivisionFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkAreaContourSpectrumFilter.h b/Filters/General/vtkAreaContourSpectrumFilter.h index f7de95c4bc..545bb2fdda 100644 --- a/Filters/General/vtkAreaContourSpectrumFilter.h +++ b/Filters/General/vtkAreaContourSpectrumFilter.h @@ -38,8 +38,8 @@ // "The contour spectrum", // IEEE Visualization, 167-174, 1997. -#ifndef __vtkAreaContourSpectrumFilter_h -#define __vtkAreaContourSpectrumFilter_h +#ifndef vtkAreaContourSpectrumFilter_h +#define vtkAreaContourSpectrumFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/General/vtkAxes.h b/Filters/General/vtkAxes.h index ccc7b382c5..d652f8d06f 100644 --- a/Filters/General/vtkAxes.h +++ b/Filters/General/vtkAxes.h @@ -19,8 +19,8 @@ // a scale factor. Three scalar values are generated for the three lines and // can be used (via color map) to indicate a particular coordinate axis. -#ifndef __vtkAxes_h -#define __vtkAxes_h +#ifndef vtkAxes_h +#define vtkAxes_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkBlankStructuredGrid.h b/Filters/General/vtkBlankStructuredGrid.h index 0addcf21ac..ac9713a4f9 100644 --- a/Filters/General/vtkBlankStructuredGrid.h +++ b/Filters/General/vtkBlankStructuredGrid.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkStructuredGrid -#ifndef __vtkBlankStructuredGrid_h -#define __vtkBlankStructuredGrid_h +#ifndef vtkBlankStructuredGrid_h +#define vtkBlankStructuredGrid_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" diff --git a/Filters/General/vtkBlankStructuredGridWithImage.h b/Filters/General/vtkBlankStructuredGridWithImage.h index 2c1aa03791..831cc8d8df 100644 --- a/Filters/General/vtkBlankStructuredGridWithImage.h +++ b/Filters/General/vtkBlankStructuredGridWithImage.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkStructuredGrid -#ifndef __vtkBlankStructuredGridWithImage_h -#define __vtkBlankStructuredGridWithImage_h +#ifndef vtkBlankStructuredGridWithImage_h +#define vtkBlankStructuredGridWithImage_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" diff --git a/Filters/General/vtkBlockIdScalars.h b/Filters/General/vtkBlockIdScalars.h index c6b58fbc3b..976f58f09c 100644 --- a/Filters/General/vtkBlockIdScalars.h +++ b/Filters/General/vtkBlockIdScalars.h @@ -18,8 +18,8 @@ // for each block. Note that all sub-blocks within a block get the same scalar. // The new scalars array is named \c BlockIdScalars. -#ifndef __vtkBlockIdScalars_h -#define __vtkBlockIdScalars_h +#ifndef vtkBlockIdScalars_h +#define vtkBlockIdScalars_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/General/vtkBooleanOperationPolyDataFilter.h b/Filters/General/vtkBooleanOperationPolyDataFilter.h index a9acdcba09..bf7d54eaeb 100644 --- a/Filters/General/vtkBooleanOperationPolyDataFilter.h +++ b/Filters/General/vtkBooleanOperationPolyDataFilter.h @@ -29,8 +29,8 @@ // http://hdl.handle.net/10380/3262 // http://www.midasjournal.org/browse/publication/797 -#ifndef __vtkBooleanOperationPolyDataFilter_h -#define __vtkBooleanOperationPolyDataFilter_h +#ifndef vtkBooleanOperationPolyDataFilter_h +#define vtkBooleanOperationPolyDataFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkBoxClipDataSet.h b/Filters/General/vtkBoxClipDataSet.h index c430070026..2dec9bf405 100644 --- a/Filters/General/vtkBoxClipDataSet.h +++ b/Filters/General/vtkBoxClipDataSet.h @@ -42,8 +42,8 @@ // 2) Apply the GenerateClipScalarsOn() // 3) Execute clipping Update(); -#ifndef __vtkBoxClipDataSet_h -#define __vtkBoxClipDataSet_h +#ifndef vtkBoxClipDataSet_h +#define vtkBoxClipDataSet_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkBrownianPoints.h b/Filters/General/vtkBrownianPoints.h index d4060bffae..9993df8a13 100644 --- a/Filters/General/vtkBrownianPoints.h +++ b/Filters/General/vtkBrownianPoints.h @@ -21,8 +21,8 @@ // .SECTION See also // vtkRandomAttributeGenerator -#ifndef __vtkBrownianPoints_h -#define __vtkBrownianPoints_h +#ifndef vtkBrownianPoints_h +#define vtkBrownianPoints_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkCellCenters.h b/Filters/General/vtkCellCenters.h index af7e26efab..ef7337c2a1 100644 --- a/Filters/General/vtkCellCenters.h +++ b/Filters/General/vtkCellCenters.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkGlyph3D vtkLabeledDataMapper -#ifndef __vtkCellCenters_h -#define __vtkCellCenters_h +#ifndef vtkCellCenters_h +#define vtkCellCenters_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkCellDerivatives.h b/Filters/General/vtkCellDerivatives.h index 52f04e791c..349d73efd9 100644 --- a/Filters/General/vtkCellDerivatives.h +++ b/Filters/General/vtkCellDerivatives.h @@ -38,8 +38,8 @@ // .SECTION See Also // vtkVectorNorm -#ifndef __vtkCellDerivatives_h -#define __vtkCellDerivatives_h +#ifndef vtkCellDerivatives_h +#define vtkCellDerivatives_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkCellTreeLocator.h b/Filters/General/vtkCellTreeLocator.h index 011cada99d..02b71b5968 100644 --- a/Filters/General/vtkCellTreeLocator.h +++ b/Filters/General/vtkCellTreeLocator.h @@ -33,8 +33,8 @@ // vtkLocator vtkCellLocator vtkModifiedBSPTree -#ifndef __vtkCellTreeLocator_h -#define __vtkCellTreeLocator_h +#ifndef vtkCellTreeLocator_h +#define vtkCellTreeLocator_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkAbstractCellLocator.h" diff --git a/Filters/General/vtkClipClosedSurface.h b/Filters/General/vtkClipClosedSurface.h index 87224c6c46..d65a19260f 100644 --- a/Filters/General/vtkClipClosedSurface.h +++ b/Filters/General/vtkClipClosedSurface.h @@ -34,8 +34,8 @@ // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkClipClosedSurface_h -#define __vtkClipClosedSurface_h +#ifndef vtkClipClosedSurface_h +#define vtkClipClosedSurface_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkClipConvexPolyData.h b/Filters/General/vtkClipConvexPolyData.h index 6b157fd9de..ad13a4f101 100644 --- a/Filters/General/vtkClipConvexPolyData.h +++ b/Filters/General/vtkClipConvexPolyData.h @@ -18,8 +18,8 @@ // of planes. Its main usage is for clipping a bounding volume with frustum // planes (used later one in volume rendering). -#ifndef __vtkClipConvexPolyData_h -#define __vtkClipConvexPolyData_h +#ifndef vtkClipConvexPolyData_h +#define vtkClipConvexPolyData_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkClipDataSet.h b/Filters/General/vtkClipDataSet.h index 8ff907d090..14859ab895 100644 --- a/Filters/General/vtkClipDataSet.h +++ b/Filters/General/vtkClipDataSet.h @@ -54,8 +54,8 @@ // .SECTION See Also // vtkImplicitFunction vtkCutter vtkClipVolume vtkClipPolyData -#ifndef __vtkClipDataSet_h -#define __vtkClipDataSet_h +#ifndef vtkClipDataSet_h +#define vtkClipDataSet_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkClipVolume.h b/Filters/General/vtkClipVolume.h index f96c55df44..1dc3b30ab1 100644 --- a/Filters/General/vtkClipVolume.h +++ b/Filters/General/vtkClipVolume.h @@ -55,8 +55,8 @@ // .SECTION See Also // vtkImplicitFunction vtkClipPolyData vtkGeometryFilter vtkExtractGeometry -#ifndef __vtkClipVolume_h -#define __vtkClipVolume_h +#ifndef vtkClipVolume_h +#define vtkClipVolume_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkCoincidentPoints.h b/Filters/General/vtkCoincidentPoints.h index 2c1f17ce94..0164bc99e4 100644 --- a/Filters/General/vtkCoincidentPoints.h +++ b/Filters/General/vtkCoincidentPoints.h @@ -24,8 +24,8 @@ // each coordinate is stored with a set of point id's of points that are // all coincident. -#ifndef __vtkCoincidentPoints_h -#define __vtkCoincidentPoints_h +#ifndef vtkCoincidentPoints_h +#define vtkCoincidentPoints_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkObject.h" @@ -98,4 +98,4 @@ private: //ETX }; -#endif // __vtkCoincidentPoints_h +#endif // vtkCoincidentPoints_h diff --git a/Filters/General/vtkContourTriangulator.h b/Filters/General/vtkContourTriangulator.h index 51b00ae5e2..7eae3bf187 100644 --- a/Filters/General/vtkContourTriangulator.h +++ b/Filters/General/vtkContourTriangulator.h @@ -28,8 +28,8 @@ // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkContourTriangulator_h -#define __vtkContourTriangulator_h +#ifndef vtkContourTriangulator_h +#define vtkContourTriangulator_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkCursor2D.h b/Filters/General/vtkCursor2D.h index edf1874d39..5b973351b7 100644 --- a/Filters/General/vtkCursor2D.h +++ b/Filters/General/vtkCursor2D.h @@ -25,8 +25,8 @@ // on and off independently. // -#ifndef __vtkCursor2D_h -#define __vtkCursor2D_h +#ifndef vtkCursor2D_h +#define vtkCursor2D_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkCursor3D.h b/Filters/General/vtkCursor3D.h index c3687be3de..5679c9774b 100644 --- a/Filters/General/vtkCursor3D.h +++ b/Filters/General/vtkCursor3D.h @@ -24,8 +24,8 @@ // geometric representation of the cursor. The second (Focus) is a single // point at the focal point. -#ifndef __vtkCursor3D_h -#define __vtkCursor3D_h +#ifndef vtkCursor3D_h +#define vtkCursor3D_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkCurvatures.h b/Filters/General/vtkCurvatures.h index ef7d45cc9b..c6240b0153 100644 --- a/Filters/General/vtkCurvatures.h +++ b/Filters/General/vtkCurvatures.h @@ -58,8 +58,8 @@ // .SECTION See Also // -#ifndef __vtkCurvatures_h -#define __vtkCurvatures_h +#ifndef vtkCurvatures_h +#define vtkCurvatures_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkDataSetGradient.h b/Filters/General/vtkDataSetGradient.h index 6754f39d02..eb2b895662 100644 --- a/Filters/General/vtkDataSetGradient.h +++ b/Filters/General/vtkDataSetGradient.h @@ -25,8 +25,8 @@ // Implementation by Thierry Carrard (CEA) -#ifndef __vtkDataSetGradient_h -#define __vtkDataSetGradient_h +#ifndef vtkDataSetGradient_h +#define vtkDataSetGradient_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkDataSetGradientPrecompute.h b/Filters/General/vtkDataSetGradientPrecompute.h index 38e6b47fb4..6880517f3e 100644 --- a/Filters/General/vtkDataSetGradientPrecompute.h +++ b/Filters/General/vtkDataSetGradientPrecompute.h @@ -25,8 +25,8 @@ // BP12, F-91297 Arpajon, France.
// Implementation by Thierry Carrard (CEA) -#ifndef __vtkDataSetGradientPrecompute_h -#define __vtkDataSetGradientPrecompute_h +#ifndef vtkDataSetGradientPrecompute_h +#define vtkDataSetGradientPrecompute_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkDataSetTriangleFilter.h b/Filters/General/vtkDataSetTriangleFilter.h index 45919e2d4a..3aa41f039f 100644 --- a/Filters/General/vtkDataSetTriangleFilter.h +++ b/Filters/General/vtkDataSetTriangleFilter.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkOrderedTriangulator vtkTriangleFilter -#ifndef __vtkDataSetTriangleFilter_h -#define __vtkDataSetTriangleFilter_h +#ifndef vtkDataSetTriangleFilter_h +#define vtkDataSetTriangleFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkDeformPointSet.h b/Filters/General/vtkDeformPointSet.h index f476b94a9a..2568f515c1 100644 --- a/Filters/General/vtkDeformPointSet.h +++ b/Filters/General/vtkDeformPointSet.h @@ -54,8 +54,8 @@ // vtkMeanValueCoordinatesInterpolator vtkProbePolyhedron vtkPolyhedron -#ifndef __vtkDeformPointSet_h -#define __vtkDeformPointSet_h +#ifndef vtkDeformPointSet_h +#define vtkDeformPointSet_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/General/vtkDensifyPolyData.h b/Filters/General/vtkDensifyPolyData.h index c002dfcb52..96a3d90bc2 100644 --- a/Filters/General/vtkDensifyPolyData.h +++ b/Filters/General/vtkDensifyPolyData.h @@ -27,8 +27,8 @@ // The number of subdivisions can be controlled by the parameter // NumberOfSubdivisions. -#ifndef __vtkDensifyPolyData_h -#define __vtkDensifyPolyData_h +#ifndef vtkDensifyPolyData_h +#define vtkDensifyPolyData_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkDicer.h b/Filters/General/vtkDicer.h index ad6e76e0d8..25e41bc1f6 100644 --- a/Filters/General/vtkDicer.h +++ b/Filters/General/vtkDicer.h @@ -38,8 +38,8 @@ // .SECTION See Also // vtkOBBDicer vtkConnectedDicer vtkSpatialDicer -#ifndef __vtkDicer_h -#define __vtkDicer_h +#ifndef vtkDicer_h +#define vtkDicer_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkDiscreteMarchingCubes.h b/Filters/General/vtkDiscreteMarchingCubes.h index f328a98973..95b684f82b 100644 --- a/Filters/General/vtkDiscreteMarchingCubes.h +++ b/Filters/General/vtkDiscreteMarchingCubes.h @@ -50,8 +50,8 @@ // .SECTION See Also // vtkContourFilter vtkSliceCubes vtkMarchingSquares vtkDividingCubes -#ifndef __vtkDiscreteMarchingCubes_h -#define __vtkDiscreteMarchingCubes_h +#ifndef vtkDiscreteMarchingCubes_h +#define vtkDiscreteMarchingCubes_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkMarchingCubes.h" diff --git a/Filters/General/vtkDistancePolyDataFilter.h b/Filters/General/vtkDistancePolyDataFilter.h index 6b9d47ec63..5947625e28 100644 --- a/Filters/General/vtkDistancePolyDataFilter.h +++ b/Filters/General/vtkDistancePolyDataFilter.h @@ -32,8 +32,8 @@ // http://hdl.handle.net/10380/3262 // http://www.midasjournal.org/browse/publication/797 -#ifndef __vtkDistancePolyDataFilter_h -#define __vtkDistancePolyDataFilter_h +#ifndef vtkDistancePolyDataFilter_h +#define vtkDistancePolyDataFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkEdgePoints.h b/Filters/General/vtkEdgePoints.h index 282a33d249..03c1c4110b 100644 --- a/Filters/General/vtkEdgePoints.h +++ b/Filters/General/vtkEdgePoints.h @@ -24,8 +24,8 @@ // not in the interior, and at lower density than dividing cubes. However, it // is more general than dividing cubes since it treats any type of dataset. -#ifndef __vtkEdgePoints_h -#define __vtkEdgePoints_h +#ifndef vtkEdgePoints_h +#define vtkEdgePoints_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkExtractArray.h b/Filters/General/vtkExtractArray.h index 6245b1b125..dd45626a29 100644 --- a/Filters/General/vtkExtractArray.h +++ b/Filters/General/vtkExtractArray.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkExtractArray_h -#define __vtkExtractArray_h +#ifndef vtkExtractArray_h +#define vtkExtractArray_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Filters/General/vtkGradientFilter.h b/Filters/General/vtkGradientFilter.h index 09ca53133d..84ece34147 100644 --- a/Filters/General/vtkGradientFilter.h +++ b/Filters/General/vtkGradientFilter.h @@ -30,8 +30,8 @@ // dw/dy, dw/dz} for an input array {u, v, w}. There are also the options // to additionally compute the vorticity and Q criterion of a vector field. -#ifndef __vtkGradientFilter_h -#define __vtkGradientFilter_h +#ifndef vtkGradientFilter_h +#define vtkGradientFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkGraphLayoutFilter.h b/Filters/General/vtkGraphLayoutFilter.h index 9e3e63a938..13faaed942 100644 --- a/Filters/General/vtkGraphLayoutFilter.h +++ b/Filters/General/vtkGraphLayoutFilter.h @@ -28,8 +28,8 @@ // can just use automatic bounds computation); and modify the cool down // rate (controls the final process of simulated annealing). -#ifndef __vtkGraphLayoutFilter_h -#define __vtkGraphLayoutFilter_h +#ifndef vtkGraphLayoutFilter_h +#define vtkGraphLayoutFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkGraphToPoints.h b/Filters/General/vtkGraphToPoints.h index 4b283f4dd1..7660fa628a 100644 --- a/Filters/General/vtkGraphToPoints.h +++ b/Filters/General/vtkGraphToPoints.h @@ -25,8 +25,8 @@ // of the graph have already been filled (perhaps by vtkGraphLayout). // The vertex data is passed along to the point data. -#ifndef __vtkGraphToPoints_h -#define __vtkGraphToPoints_h +#ifndef vtkGraphToPoints_h +#define vtkGraphToPoints_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h b/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h index df4b3f0c02..7cd4f0773d 100644 --- a/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h +++ b/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h @@ -18,8 +18,8 @@ // .SECTION Description // Weights the edges of a graph based on the Euclidean distance between the points. -#ifndef __vtkGraphWeightEuclideanDistanceFilter_h -#define __vtkGraphWeightEuclideanDistanceFilter_h +#ifndef vtkGraphWeightEuclideanDistanceFilter_h +#define vtkGraphWeightEuclideanDistanceFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkGraphWeightFilter.h" diff --git a/Filters/General/vtkGraphWeightFilter.h b/Filters/General/vtkGraphWeightFilter.h index a587ab80ab..36a4b4e65f 100644 --- a/Filters/General/vtkGraphWeightFilter.h +++ b/Filters/General/vtkGraphWeightFilter.h @@ -25,8 +25,8 @@ // that the input graph has all of the properties that will be required // by the ComputeWeight function. -#ifndef __vtkGraphWeightFilter_h -#define __vtkGraphWeightFilter_h +#ifndef vtkGraphWeightFilter_h +#define vtkGraphWeightFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Filters/General/vtkHierarchicalDataLevelFilter.h b/Filters/General/vtkHierarchicalDataLevelFilter.h index 5f96a600eb..6f89a2f544 100644 --- a/Filters/General/vtkHierarchicalDataLevelFilter.h +++ b/Filters/General/vtkHierarchicalDataLevelFilter.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkLevelIdScalars -#ifndef __vtkHierarchicalDataLevelFilter_h -#define __vtkHierarchicalDataLevelFilter_h +#ifndef vtkHierarchicalDataLevelFilter_h +#define vtkHierarchicalDataLevelFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkLevelIdScalars.h" diff --git a/Filters/General/vtkHyperStreamline.h b/Filters/General/vtkHyperStreamline.h index 7b97281145..38aee3f5d8 100644 --- a/Filters/General/vtkHyperStreamline.h +++ b/Filters/General/vtkHyperStreamline.h @@ -42,8 +42,8 @@ // .SECTION See Also // vtkTensorGlyph vtkStreamer -#ifndef __vtkHyperStreamline_h -#define __vtkHyperStreamline_h +#ifndef vtkHyperStreamline_h +#define vtkHyperStreamline_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkIconGlyphFilter.h b/Filters/General/vtkIconGlyphFilter.h index 6f2c5e9ef3..e749c3a879 100644 --- a/Filters/General/vtkIconGlyphFilter.h +++ b/Filters/General/vtkIconGlyphFilter.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkPolyDataAlgorithm vtkGlyph3D vtkGlyph2D -#ifndef __vtkIconGlyphFilter_h -#define __vtkIconGlyphFilter_h +#ifndef vtkIconGlyphFilter_h +#define vtkIconGlyphFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkImageDataToPointSet.h b/Filters/General/vtkImageDataToPointSet.h index e5cfdec533..4c5f424bfe 100644 --- a/Filters/General/vtkImageDataToPointSet.h +++ b/Filters/General/vtkImageDataToPointSet.h @@ -27,8 +27,8 @@ // This class was developed by Kenneth Moreland (kmorel@sandia.gov) from // Sandia National Laboratories. -#ifndef __vtkImageDataToPointSet_h -#define __vtkImageDataToPointSet_h +#ifndef vtkImageDataToPointSet_h +#define vtkImageDataToPointSet_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" @@ -62,4 +62,4 @@ private: }; -#endif //__vtkImageDataToPointSet_h +#endif //vtkImageDataToPointSet_h diff --git a/Filters/General/vtkImageMarchingCubes.h b/Filters/General/vtkImageMarchingCubes.h index 8b8d3766b7..5b04d86d62 100644 --- a/Filters/General/vtkImageMarchingCubes.h +++ b/Filters/General/vtkImageMarchingCubes.h @@ -31,8 +31,8 @@ // vtkContourFilter vtkSliceCubes vtkMarchingSquares vtkSynchronizedTemplates3D -#ifndef __vtkImageMarchingCubes_h -#define __vtkImageMarchingCubes_h +#ifndef vtkImageMarchingCubes_h +#define vtkImageMarchingCubes_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkInterpolateDataSetAttributes.h b/Filters/General/vtkInterpolateDataSetAttributes.h index 9758a02674..cd0ac79b32 100644 --- a/Filters/General/vtkInterpolateDataSetAttributes.h +++ b/Filters/General/vtkInterpolateDataSetAttributes.h @@ -27,8 +27,8 @@ // example, if one input has scalars and vectors, and another has just // scalars, then only scalars will be interpolated and output.) -#ifndef __vtkInterpolateDataSetAttributes_h -#define __vtkInterpolateDataSetAttributes_h +#ifndef vtkInterpolateDataSetAttributes_h +#define vtkInterpolateDataSetAttributes_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkInterpolatingSubdivisionFilter.h b/Filters/General/vtkInterpolatingSubdivisionFilter.h index a90c775514..759d58d96c 100644 --- a/Filters/General/vtkInterpolatingSubdivisionFilter.h +++ b/Filters/General/vtkInterpolatingSubdivisionFilter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkLinearSubdivisionFilter vtkButterflySubdivisionFilter -#ifndef __vtkInterpolatingSubdivisionFilter_h -#define __vtkInterpolatingSubdivisionFilter_h +#ifndef vtkInterpolatingSubdivisionFilter_h +#define vtkInterpolatingSubdivisionFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkIntersectionPolyDataFilter.h b/Filters/General/vtkIntersectionPolyDataFilter.h index 18be053676..80c986a560 100644 --- a/Filters/General/vtkIntersectionPolyDataFilter.h +++ b/Filters/General/vtkIntersectionPolyDataFilter.h @@ -28,8 +28,8 @@ // http://hdl.handle.net/10380/3262 // http://www.insight-journal.org/browse/publication/797 -#ifndef __vtkIntersectionPolyDataFilter_h -#define __vtkIntersectionPolyDataFilter_h +#ifndef vtkIntersectionPolyDataFilter_h +#define vtkIntersectionPolyDataFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" @@ -83,4 +83,4 @@ private: }; -#endif // __vtkIntersectionPolyDataFilter_h +#endif // vtkIntersectionPolyDataFilter_h diff --git a/Filters/General/vtkLinkEdgels.h b/Filters/General/vtkLinkEdgels.h index 76144ac7a9..1856f92e17 100644 --- a/Filters/General/vtkLinkEdgels.h +++ b/Filters/General/vtkLinkEdgels.h @@ -42,8 +42,8 @@ // .SECTION see also // vtkImageData vtkImageGradient vtkImageNonMaximumSuppression -#ifndef __vtkLinkEdgels_h -#define __vtkLinkEdgels_h +#ifndef vtkLinkEdgels_h +#define vtkLinkEdgels_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkMarchingContourFilter.h b/Filters/General/vtkMarchingContourFilter.h index faf5dc53e9..b543d7a66b 100644 --- a/Filters/General/vtkMarchingContourFilter.h +++ b/Filters/General/vtkMarchingContourFilter.h @@ -48,8 +48,8 @@ // vtkMarchingCubes vtkSliceCubes vtkDividingCubes vtkMarchingSquares // vtkImageMarchingCubes -#ifndef __vtkMarchingContourFilter_h -#define __vtkMarchingContourFilter_h +#ifndef vtkMarchingContourFilter_h +#define vtkMarchingContourFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkMatricizeArray.h b/Filters/General/vtkMatricizeArray.h index cd2d91cb0c..d107f21d2b 100644 --- a/Filters/General/vtkMatricizeArray.h +++ b/Filters/General/vtkMatricizeArray.h @@ -30,8 +30,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkMatricizeArray_h -#define __vtkMatricizeArray_h +#ifndef vtkMatricizeArray_h +#define vtkMatricizeArray_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Filters/General/vtkMergeCells.h b/Filters/General/vtkMergeCells.h index d1d9d68da6..0804b15f1c 100644 --- a/Filters/General/vtkMergeCells.h +++ b/Filters/General/vtkMergeCells.h @@ -39,8 +39,8 @@ // arrays (3) this class knows duplicate points may be appearing in // the DataSets and can filter those out, (4) this class is not a filter. -#ifndef __vtkMergeCells_h -#define __vtkMergeCells_h +#ifndef vtkMergeCells_h +#define vtkMergeCells_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkObject.h" diff --git a/Filters/General/vtkMultiBlockDataGroupFilter.h b/Filters/General/vtkMultiBlockDataGroupFilter.h index 0e9680f5d3..f09c9cdb13 100644 --- a/Filters/General/vtkMultiBlockDataGroupFilter.h +++ b/Filters/General/vtkMultiBlockDataGroupFilter.h @@ -20,8 +20,8 @@ // as a sub-block. For example, if there are two inputs and four update // pieces, the output contains two groups with four datasets each. -#ifndef __vtkMultiBlockDataGroupFilter_h -#define __vtkMultiBlockDataGroupFilter_h +#ifndef vtkMultiBlockDataGroupFilter_h +#define vtkMultiBlockDataGroupFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/General/vtkMultiBlockMergeFilter.h b/Filters/General/vtkMultiBlockMergeFilter.h index 70bb230296..0556720e20 100644 --- a/Filters/General/vtkMultiBlockMergeFilter.h +++ b/Filters/General/vtkMultiBlockMergeFilter.h @@ -21,8 +21,8 @@ // produce M blocks, each of which has N datasets. Inside the merged group, // the i'th data set comes from the i'th data set in the i'th input. -#ifndef __vtkMultiBlockMergeFilter_h -#define __vtkMultiBlockMergeFilter_h +#ifndef vtkMultiBlockMergeFilter_h +#define vtkMultiBlockMergeFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/General/vtkMultiThreshold.h b/Filters/General/vtkMultiThreshold.h index 673f343ab8..411d61c942 100644 --- a/Filters/General/vtkMultiThreshold.h +++ b/Filters/General/vtkMultiThreshold.h @@ -95,8 +95,8 @@ // \enddot // The filled rectangles represent sets that are output. -#ifndef __vtkMultiThreshold_h -#define __vtkMultiThreshold_h +#ifndef vtkMultiThreshold_h +#define vtkMultiThreshold_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" @@ -471,4 +471,4 @@ inline vtkMultiThreshold::BooleanSet* vtkMultiThreshold::BooleanSet::GetBooleanS return this; } -#endif // __vtkMultiThreshold_h +#endif // vtkMultiThreshold_h diff --git a/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h b/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h index 24dac48438..f2dceef4af 100644 --- a/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h +++ b/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h @@ -18,8 +18,8 @@ // the level number for each level. Note that all datasets within a level get // the same scalar. The new scalars array is named \c LevelIdScalars. -#ifndef __vtkNonOverlappingAMRLevelIdScalars_h -#define __vtkNonOverlappingAMRLevelIdScalars_h +#ifndef vtkNonOverlappingAMRLevelIdScalars_h +#define vtkNonOverlappingAMRLevelIdScalars_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkNonOverlappingAMRAlgorithm.h" diff --git a/Filters/General/vtkNormalizeMatrixVectors.h b/Filters/General/vtkNormalizeMatrixVectors.h index 0249592947..9f0049e091 100644 --- a/Filters/General/vtkNormalizeMatrixVectors.h +++ b/Filters/General/vtkNormalizeMatrixVectors.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkNormalizeMatrixVectors_h -#define __vtkNormalizeMatrixVectors_h +#ifndef vtkNormalizeMatrixVectors_h +#define vtkNormalizeMatrixVectors_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Filters/General/vtkOBBDicer.h b/Filters/General/vtkOBBDicer.h index aa615d8f03..fda81b4014 100644 --- a/Filters/General/vtkOBBDicer.h +++ b/Filters/General/vtkOBBDicer.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkDicer vtkConnectedDicer -#ifndef __vtkOBBDicer_h -#define __vtkOBBDicer_h +#ifndef vtkOBBDicer_h +#define vtkOBBDicer_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDicer.h" diff --git a/Filters/General/vtkOBBTree.h b/Filters/General/vtkOBBTree.h index 6082802d0e..cab0f789fb 100644 --- a/Filters/General/vtkOBBTree.h +++ b/Filters/General/vtkOBBTree.h @@ -46,8 +46,8 @@ // .SECTION See Also // vtkLocator vtkCellLocator vtkPointLocator -#ifndef __vtkOBBTree_h -#define __vtkOBBTree_h +#ifndef vtkOBBTree_h +#define vtkOBBTree_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkAbstractCellLocator.h" diff --git a/Filters/General/vtkOverlappingAMRLevelIdScalars.h b/Filters/General/vtkOverlappingAMRLevelIdScalars.h index 94b390610b..b124cb169c 100644 --- a/Filters/General/vtkOverlappingAMRLevelIdScalars.h +++ b/Filters/General/vtkOverlappingAMRLevelIdScalars.h @@ -18,8 +18,8 @@ // the level number for each level. Note that all datasets within a level get // the same scalar. The new scalars array is named \c LevelIdScalars. -#ifndef __vtkOverlappingAMRLevelIdScalars_h -#define __vtkOverlappingAMRLevelIdScalars_h +#ifndef vtkOverlappingAMRLevelIdScalars_h +#define vtkOverlappingAMRLevelIdScalars_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkOverlappingAMRAlgorithm.h" diff --git a/Filters/General/vtkPassArrays.h b/Filters/General/vtkPassArrays.h index 61d4911622..58ca73ea49 100644 --- a/Filters/General/vtkPassArrays.h +++ b/Filters/General/vtkPassArrays.h @@ -54,8 +54,8 @@ // would be cleared since you did not specify any arrays to pass. Field data would // still be untouched. -#ifndef __vtkPassArrays_h -#define __vtkPassArrays_h +#ifndef vtkPassArrays_h +#define vtkPassArrays_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/General/vtkPassThrough.h b/Filters/General/vtkPassThrough.h index 820875c66c..0ac6b5664c 100644 --- a/Filters/General/vtkPassThrough.h +++ b/Filters/General/vtkPassThrough.h @@ -17,8 +17,8 @@ // .SECTION Description // The output type is always the same as the input object type. -#ifndef __vtkPassThrough_h -#define __vtkPassThrough_h +#ifndef vtkPassThrough_h +#define vtkPassThrough_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Filters/General/vtkPolyDataStreamer.h b/Filters/General/vtkPolyDataStreamer.h index 53e581f60b..6d332bfdae 100644 --- a/Filters/General/vtkPolyDataStreamer.h +++ b/Filters/General/vtkPolyDataStreamer.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkAppendFilter -#ifndef __vtkPolyDataStreamer_h -#define __vtkPolyDataStreamer_h +#ifndef vtkPolyDataStreamer_h +#define vtkPolyDataStreamer_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkStreamerBase.h" diff --git a/Filters/General/vtkPolyDataToReebGraphFilter.h b/Filters/General/vtkPolyDataToReebGraphFilter.h index 2954e0c819..84950c68d7 100644 --- a/Filters/General/vtkPolyDataToReebGraphFilter.h +++ b/Filters/General/vtkPolyDataToReebGraphFilter.h @@ -20,8 +20,8 @@ // If this field does not exist, the filter will use the vtkElevationFilter to // generate a default scalar field. -#ifndef __vtkPolyDataToReebGraphFilter_h -#define __vtkPolyDataToReebGraphFilter_h +#ifndef vtkPolyDataToReebGraphFilter_h +#define vtkPolyDataToReebGraphFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDirectedGraphAlgorithm.h" diff --git a/Filters/General/vtkProbePolyhedron.h b/Filters/General/vtkProbePolyhedron.h index 33d132af08..d09d858b91 100644 --- a/Filters/General/vtkProbePolyhedron.h +++ b/Filters/General/vtkProbePolyhedron.h @@ -46,8 +46,8 @@ // vtkProbeFilter vtkMeanValueCoordinatesInterpolator vtkPolyhedron -#ifndef __vtkProbePolyhedron_h -#define __vtkProbePolyhedron_h +#ifndef vtkProbePolyhedron_h +#define vtkProbePolyhedron_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkQuantizePolyDataPoints.h b/Filters/General/vtkQuantizePolyDataPoints.h index db4134eee6..af0fa30d9d 100644 --- a/Filters/General/vtkQuantizePolyDataPoints.h +++ b/Filters/General/vtkQuantizePolyDataPoints.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkCleanPolyData -#ifndef __vtkQuantizePolyDataPoints_h -#define __vtkQuantizePolyDataPoints_h +#ifndef vtkQuantizePolyDataPoints_h +#define vtkQuantizePolyDataPoints_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkCleanPolyData.h" diff --git a/Filters/General/vtkRandomAttributeGenerator.h b/Filters/General/vtkRandomAttributeGenerator.h index 6b517e78c8..ae0fef002b 100644 --- a/Filters/General/vtkRandomAttributeGenerator.h +++ b/Filters/General/vtkRandomAttributeGenerator.h @@ -43,8 +43,8 @@ // vtkBrownianPoints -#ifndef __vtkRandomAttributeGenerator_h -#define __vtkRandomAttributeGenerator_h +#ifndef vtkRandomAttributeGenerator_h +#define vtkRandomAttributeGenerator_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Filters/General/vtkRectilinearGridClip.h b/Filters/General/vtkRectilinearGridClip.h index fb076962e9..9aeed76bfa 100644 --- a/Filters/General/vtkRectilinearGridClip.h +++ b/Filters/General/vtkRectilinearGridClip.h @@ -21,8 +21,8 @@ // Only the whole extent is modified. // 2: If ClipDataOn is set, then you will get no more that the clipped // extent. -#ifndef __vtkRectilinearGridClip_h -#define __vtkRectilinearGridClip_h +#ifndef vtkRectilinearGridClip_h +#define vtkRectilinearGridClip_h // I did not make this a subclass of in place filter because // the references on the data do not matter. I make no modifications diff --git a/Filters/General/vtkRectilinearGridToPointSet.h b/Filters/General/vtkRectilinearGridToPointSet.h index fc56077c4b..433c400f97 100644 --- a/Filters/General/vtkRectilinearGridToPointSet.h +++ b/Filters/General/vtkRectilinearGridToPointSet.h @@ -28,8 +28,8 @@ // This class was developed by Kenneth Moreland (kmorel@sandia.gov) from // Sandia National Laboratories. -#ifndef __vtkRectilinearGridToPointSet_h -#define __vtkRectilinearGridToPointSet_h +#ifndef vtkRectilinearGridToPointSet_h +#define vtkRectilinearGridToPointSet_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" @@ -63,4 +63,4 @@ private: }; -#endif //__vtkRectilinearGridToPointSet_h +#endif //vtkRectilinearGridToPointSet_h diff --git a/Filters/General/vtkRectilinearGridToTetrahedra.h b/Filters/General/vtkRectilinearGridToTetrahedra.h index 591cc1505b..dbd39ba0a6 100644 --- a/Filters/General/vtkRectilinearGridToTetrahedra.h +++ b/Filters/General/vtkRectilinearGridToTetrahedra.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkDelaunay3D -#ifndef __vtkRectilinearGridToTetrahedra_h -#define __vtkRectilinearGridToTetrahedra_h +#ifndef vtkRectilinearGridToTetrahedra_h +#define vtkRectilinearGridToTetrahedra_h // ways to create the mesh from voxels #define VTK_VOXEL_TO_12_TET 12 @@ -152,5 +152,5 @@ protected: //ETX }; -#endif /* __vtkRectilinearGridToTetrahedra_h */ +#endif /* vtkRectilinearGridToTetrahedra_h */ diff --git a/Filters/General/vtkRecursiveDividingCubes.h b/Filters/General/vtkRecursiveDividingCubes.h index 61d072352e..95ef904bf1 100644 --- a/Filters/General/vtkRecursiveDividingCubes.h +++ b/Filters/General/vtkRecursiveDividingCubes.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkDividingCubes vtkContourFilter vtkMarchingCubes -#ifndef __vtkRecursiveDividingCubes_h -#define __vtkRecursiveDividingCubes_h +#ifndef vtkRecursiveDividingCubes_h +#define vtkRecursiveDividingCubes_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkReflectionFilter.h b/Filters/General/vtkReflectionFilter.h index 9a6d7694f1..8d13d54acd 100644 --- a/Filters/General/vtkReflectionFilter.h +++ b/Filters/General/vtkReflectionFilter.h @@ -19,8 +19,8 @@ // Since it converts data sets into unstructured grids, it is not effeicient // for structured data sets. -#ifndef __vtkReflectionFilter_h -#define __vtkReflectionFilter_h +#ifndef vtkReflectionFilter_h +#define vtkReflectionFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/General/vtkRotationFilter.h b/Filters/General/vtkRotationFilter.h index 235c90e216..81571fb9e0 100644 --- a/Filters/General/vtkRotationFilter.h +++ b/Filters/General/vtkRotationFilter.h @@ -23,8 +23,8 @@ // Theophane Foggia of The Swiss National Supercomputing Centre (CSCS) // for creating and contributing this filter -#ifndef __vtkRotationFilter_h -#define __vtkRotationFilter_h +#ifndef vtkRotationFilter_h +#define vtkRotationFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkShrinkFilter.h b/Filters/General/vtkShrinkFilter.h index 0a9703b668..4306114265 100644 --- a/Filters/General/vtkShrinkFilter.h +++ b/Filters/General/vtkShrinkFilter.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkShrinkPolyData -#ifndef __vtkShrinkFilter_h -#define __vtkShrinkFilter_h +#ifndef vtkShrinkFilter_h +#define vtkShrinkFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkShrinkPolyData.h b/Filters/General/vtkShrinkPolyData.h index 0e1ece27ec..e718971cf2 100644 --- a/Filters/General/vtkShrinkPolyData.h +++ b/Filters/General/vtkShrinkPolyData.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkShrinkFilter -#ifndef __vtkShrinkPolyData_h -#define __vtkShrinkPolyData_h +#ifndef vtkShrinkPolyData_h +#define vtkShrinkPolyData_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkSpatialRepresentationFilter.h b/Filters/General/vtkSpatialRepresentationFilter.h index 59149dd4db..a36b7becc6 100644 --- a/Filters/General/vtkSpatialRepresentationFilter.h +++ b/Filters/General/vtkSpatialRepresentationFilter.h @@ -41,8 +41,8 @@ // .SECTION See Also // vtkLocator vtkPointLocator vtkCellLocator vtkOBBTree -#ifndef __vtkSpatialRepresentationFilter_h -#define __vtkSpatialRepresentationFilter_h +#ifndef vtkSpatialRepresentationFilter_h +#define vtkSpatialRepresentationFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/General/vtkSplineFilter.h b/Filters/General/vtkSplineFilter.h index c9336e7a84..f94a9b239f 100644 --- a/Filters/General/vtkSplineFilter.h +++ b/Filters/General/vtkSplineFilter.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkRibbonFilter vtkTubeFilter -#ifndef __vtkSplineFilter_h -#define __vtkSplineFilter_h +#ifndef vtkSplineFilter_h +#define vtkSplineFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkSplitColumnComponents.h b/Filters/General/vtkSplitColumnComponents.h index 749e5ac42a..fe60629770 100644 --- a/Filters/General/vtkSplitColumnComponents.h +++ b/Filters/General/vtkSplitColumnComponents.h @@ -31,8 +31,8 @@ // and "Points (Z)" when NamingMode is NAMES_WITH_PARENS, and into Points_X, // Points_Y, and Points_Z when NamingMode is NAMES_WITH_UNDERSCORES. -#ifndef __vtkSplitColumnComponents_h -#define __vtkSplitColumnComponents_h +#ifndef vtkSplitColumnComponents_h +#define vtkSplitColumnComponents_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/General/vtkSplitField.h b/Filters/General/vtkSplitField.h index 316f3eeeb1..a126b63a44 100644 --- a/Filters/General/vtkSplitField.h +++ b/Filters/General/vtkSplitField.h @@ -48,8 +48,8 @@ // vtkDataSetAttributes vtkDataArray vtkRearrangeFields // vtkAssignAttribute vtkMergeFields -#ifndef __vtkSplitField_h -#define __vtkSplitField_h +#ifndef vtkSplitField_h +#define vtkSplitField_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/General/vtkStructuredGridClip.h b/Filters/General/vtkStructuredGridClip.h index e97d75e1d6..e24ee7ba26 100644 --- a/Filters/General/vtkStructuredGridClip.h +++ b/Filters/General/vtkStructuredGridClip.h @@ -21,8 +21,8 @@ // Only the whole extent is modified. // 2: If ClipDataOn is set, then you will get no more that the clipped // extent. -#ifndef __vtkStructuredGridClip_h -#define __vtkStructuredGridClip_h +#ifndef vtkStructuredGridClip_h +#define vtkStructuredGridClip_h // I did not make this a subclass of in place filter because // the references on the data do not matter. I make no modifications diff --git a/Filters/General/vtkSubPixelPositionEdgels.h b/Filters/General/vtkSubPixelPositionEdgels.h index 65fc22ebf6..b7c33a3b10 100644 --- a/Filters/General/vtkSubPixelPositionEdgels.h +++ b/Filters/General/vtkSubPixelPositionEdgels.h @@ -31,8 +31,8 @@ // .SECTION see also // vtkImageData vtkImageGradient vtkLinkEdgels -#ifndef __vtkSubPixelPositionEdgels_h -#define __vtkSubPixelPositionEdgels_h +#ifndef vtkSubPixelPositionEdgels_h +#define vtkSubPixelPositionEdgels_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkTableBasedClipDataSet.h b/Filters/General/vtkTableBasedClipDataSet.h index d64dd960db..3e93384d6d 100644 --- a/Filters/General/vtkTableBasedClipDataSet.h +++ b/Filters/General/vtkTableBasedClipDataSet.h @@ -88,8 +88,8 @@ // vtkClipDataSet vtkClipVolume vtkClipPolyData vtkCutter vtkImplicitFunction -#ifndef __vtkTableBasedClipDataSet_h -#define __vtkTableBasedClipDataSet_h +#ifndef vtkTableBasedClipDataSet_h +#define vtkTableBasedClipDataSet_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkTableToPolyData.h b/Filters/General/vtkTableToPolyData.h index 6691053566..2199dd0369 100644 --- a/Filters/General/vtkTableToPolyData.h +++ b/Filters/General/vtkTableToPolyData.h @@ -18,8 +18,8 @@ // vtkTableToPolyData is a filter used to convert a vtkTable to a vtkPolyData // consisting of vertices. -#ifndef __vtkTableToPolyData_h -#define __vtkTableToPolyData_h +#ifndef vtkTableToPolyData_h +#define vtkTableToPolyData_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkTableToStructuredGrid.h b/Filters/General/vtkTableToStructuredGrid.h index 0d0e7edeb6..3d0eabc2c4 100644 --- a/Filters/General/vtkTableToStructuredGrid.h +++ b/Filters/General/vtkTableToStructuredGrid.h @@ -20,8 +20,8 @@ // (specified using SetWholeExtent()) must match the number of rows in the input // table. -#ifndef __vtkTableToStructuredGrid_h -#define __vtkTableToStructuredGrid_h +#ifndef vtkTableToStructuredGrid_h +#define vtkTableToStructuredGrid_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" diff --git a/Filters/General/vtkTessellatorFilter.h b/Filters/General/vtkTessellatorFilter.h index 4371196959..5410b4b185 100644 --- a/Filters/General/vtkTessellatorFilter.h +++ b/Filters/General/vtkTessellatorFilter.h @@ -14,8 +14,8 @@ or without modification, are permitted provided that this Notice and any statement of authorship are reproduced on all copies. =========================================================================*/ -#ifndef __vtkTessellatorFilter_h -#define __vtkTessellatorFilter_h +#ifndef vtkTessellatorFilter_h +#define vtkTessellatorFilter_h // .NAME vtkTessellatorFilter - approximate nonlinear FEM elements with simplices // .SECTION Description @@ -200,4 +200,4 @@ inline int vtkTessellatorFilter::GetOutputDimension() const } //ETX -#endif // __vtkTessellatorFilter_h +#endif // vtkTessellatorFilter_h diff --git a/Filters/General/vtkTimeSourceExample.h b/Filters/General/vtkTimeSourceExample.h index b2b2b356ed..d567d3aaa2 100644 --- a/Filters/General/vtkTimeSourceExample.h +++ b/Filters/General/vtkTimeSourceExample.h @@ -22,8 +22,8 @@ // over time. The Growing ivar makes the number of cells in the output grow // and then shrink over time. -#ifndef __vtkTimeSourceExample_h -#define __vtkTimeSourceExample_h +#ifndef vtkTimeSourceExample_h +#define vtkTimeSourceExample_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/General/vtkTransformFilter.h b/Filters/General/vtkTransformFilter.h index 030ca273a2..7dfffe3e64 100644 --- a/Filters/General/vtkTransformFilter.h +++ b/Filters/General/vtkTransformFilter.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkAbstractTransform vtkTransformPolyDataFilter vtkActor -#ifndef __vtkTransformFilter_h -#define __vtkTransformFilter_h +#ifndef vtkTransformFilter_h +#define vtkTransformFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/General/vtkTransformPolyDataFilter.h b/Filters/General/vtkTransformPolyDataFilter.h index c7493efcdd..542b515954 100644 --- a/Filters/General/vtkTransformPolyDataFilter.h +++ b/Filters/General/vtkTransformPolyDataFilter.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkTransform vtkTransformFilter vtkActor -#ifndef __vtkTransformPolyDataFilter_h -#define __vtkTransformPolyDataFilter_h +#ifndef vtkTransformPolyDataFilter_h +#define vtkTransformPolyDataFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkUncertaintyTubeFilter.h b/Filters/General/vtkUncertaintyTubeFilter.h index 0d8380b427..9333914e42 100644 --- a/Filters/General/vtkUncertaintyTubeFilter.h +++ b/Filters/General/vtkUncertaintyTubeFilter.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkTensorGlyph vtkStreamer -#ifndef __vtkUncertaintyTubeFilter_h -#define __vtkUncertaintyTubeFilter_h +#ifndef vtkUncertaintyTubeFilter_h +#define vtkUncertaintyTubeFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkVolumeContourSpectrumFilter.h b/Filters/General/vtkVolumeContourSpectrumFilter.h index b7ba877160..173817bb1e 100644 --- a/Filters/General/vtkVolumeContourSpectrumFilter.h +++ b/Filters/General/vtkVolumeContourSpectrumFilter.h @@ -38,8 +38,8 @@ // "The contour spectrum", // IEEE Visualization, 167-174, 1997. -#ifndef __vtkVolumeContourSpectrumFilter_h -#define __vtkVolumeContourSpectrumFilter_h +#ifndef vtkVolumeContourSpectrumFilter_h +#define vtkVolumeContourSpectrumFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/General/vtkVoxelContoursToSurfaceFilter.h b/Filters/General/vtkVoxelContoursToSurfaceFilter.h index f4fab00b08..8c2633bc79 100644 --- a/Filters/General/vtkVoxelContoursToSurfaceFilter.h +++ b/Filters/General/vtkVoxelContoursToSurfaceFilter.h @@ -37,8 +37,8 @@ // .SECTION See Also // vtkPolyDataAlgorithm -#ifndef __vtkVoxelContoursToSurfaceFilter_h -#define __vtkVoxelContoursToSurfaceFilter_h +#ifndef vtkVoxelContoursToSurfaceFilter_h +#define vtkVoxelContoursToSurfaceFilter_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/General/vtkWarpLens.h b/Filters/General/vtkWarpLens.h index 08c7ff67e5..9e1810f952 100644 --- a/Filters/General/vtkWarpLens.h +++ b/Filters/General/vtkWarpLens.h @@ -17,8 +17,8 @@ // vtkWarpLens is a filter that modifies point coordinates by moving // in accord with a lens distortion model. -#ifndef __vtkWarpLens_h -#define __vtkWarpLens_h +#ifndef vtkWarpLens_h +#define vtkWarpLens_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/General/vtkWarpScalar.h b/Filters/General/vtkWarpScalar.h index 843e570c43..889a76343f 100644 --- a/Filters/General/vtkWarpScalar.h +++ b/Filters/General/vtkWarpScalar.h @@ -33,8 +33,8 @@ // warping. -#ifndef __vtkWarpScalar_h -#define __vtkWarpScalar_h +#ifndef vtkWarpScalar_h +#define vtkWarpScalar_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/General/vtkWarpTo.h b/Filters/General/vtkWarpTo.h index 5f12d98470..8c47bdc418 100644 --- a/Filters/General/vtkWarpTo.h +++ b/Filters/General/vtkWarpTo.h @@ -17,8 +17,8 @@ // vtkWarpTo is a filter that modifies point coordinates by moving the // points towards a user specified position. -#ifndef __vtkWarpTo_h -#define __vtkWarpTo_h +#ifndef vtkWarpTo_h +#define vtkWarpTo_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/General/vtkWarpVector.h b/Filters/General/vtkWarpVector.h index 5701eaee56..841c490eb3 100644 --- a/Filters/General/vtkWarpVector.h +++ b/Filters/General/vtkWarpVector.h @@ -20,8 +20,8 @@ // // The filter passes both its point data and cell data to its output. -#ifndef __vtkWarpVector_h -#define __vtkWarpVector_h +#ifndef vtkWarpVector_h +#define vtkWarpVector_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/General/vtkYoungsMaterialInterface.h b/Filters/General/vtkYoungsMaterialInterface.h index 5363058434..cd647846c5 100644 --- a/Filters/General/vtkYoungsMaterialInterface.h +++ b/Filters/General/vtkYoungsMaterialInterface.h @@ -28,8 +28,8 @@ // Implementation by Thierry Carrard (thierry.carrard@cea.fr) // Modification by Philippe Pebay (philippe.pebay@kitware.com) -#ifndef __vtkYoungsMaterialInterface_h -#define __vtkYoungsMaterialInterface_h +#ifndef vtkYoungsMaterialInterface_h +#define vtkYoungsMaterialInterface_h #include "vtkFiltersGeneralModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Generic/vtkGenericClip.h b/Filters/Generic/vtkGenericClip.h index 39a64cd02d..151975c9f7 100644 --- a/Filters/Generic/vtkGenericClip.h +++ b/Filters/Generic/vtkGenericClip.h @@ -55,8 +55,8 @@ // vtkClipDataSet vtkClipPolyData vtkClipVolume vtkImplicitFunction // vtkGenericDataSet -#ifndef __vtkGenericClip_h -#define __vtkGenericClip_h +#ifndef vtkGenericClip_h +#define vtkGenericClip_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Generic/vtkGenericContourFilter.h b/Filters/Generic/vtkGenericContourFilter.h index eb21bb331a..e2f5cc646c 100644 --- a/Filters/Generic/vtkGenericContourFilter.h +++ b/Filters/Generic/vtkGenericContourFilter.h @@ -37,8 +37,8 @@ // .SECTION See Also // vtkContourFilter vtkGenericDataSet -#ifndef __vtkGenericContourFilter_h -#define __vtkGenericContourFilter_h +#ifndef vtkGenericContourFilter_h +#define vtkGenericContourFilter_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Generic/vtkGenericCutter.h b/Filters/Generic/vtkGenericCutter.h index 274e74d8ba..2fa2240a0f 100644 --- a/Filters/Generic/vtkGenericCutter.h +++ b/Filters/Generic/vtkGenericCutter.h @@ -41,8 +41,8 @@ // .SECTION See Also // vtkCutter vtkImplicitFunction vtkClipPolyData vtkGenericDataSet -#ifndef __vtkGenericCutter_h -#define __vtkGenericCutter_h +#ifndef vtkGenericCutter_h +#define vtkGenericCutter_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Generic/vtkGenericDataSetTessellator.h b/Filters/Generic/vtkGenericDataSetTessellator.h index 32dcf8562d..038421d68a 100644 --- a/Filters/Generic/vtkGenericDataSetTessellator.h +++ b/Filters/Generic/vtkGenericDataSetTessellator.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkGenericCellTessellator vtkGenericSubdivisionErrorMetric -#ifndef __vtkGenericDataSetTessellator_h -#define __vtkGenericDataSetTessellator_h +#ifndef vtkGenericDataSetTessellator_h +#define vtkGenericDataSetTessellator_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Generic/vtkGenericGeometryFilter.h b/Filters/Generic/vtkGenericGeometryFilter.h index 3120ba2230..e6bb2aa2a4 100644 --- a/Filters/Generic/vtkGenericGeometryFilter.h +++ b/Filters/Generic/vtkGenericGeometryFilter.h @@ -41,8 +41,8 @@ // vtkImageDataGeometryFilter vtkStructuredGridGeometryFilter // vtkExtractGeometry vtkExtractVOI -#ifndef __vtkGenericGeometryFilter_h -#define __vtkGenericGeometryFilter_h +#ifndef vtkGenericGeometryFilter_h +#define vtkGenericGeometryFilter_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Generic/vtkGenericGlyph3DFilter.h b/Filters/Generic/vtkGenericGlyph3DFilter.h index f6905f7c75..c913f7b2a8 100644 --- a/Filters/Generic/vtkGenericGlyph3DFilter.h +++ b/Filters/Generic/vtkGenericGlyph3DFilter.h @@ -68,8 +68,8 @@ // .SECTION See Also // vtkTensorGlyph -#ifndef __vtkGenericGlyph3DFilter_h -#define __vtkGenericGlyph3DFilter_h +#ifndef vtkGenericGlyph3DFilter_h +#define vtkGenericGlyph3DFilter_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Generic/vtkGenericOutlineFilter.h b/Filters/Generic/vtkGenericOutlineFilter.h index 0d33e82cfd..c072f9111f 100644 --- a/Filters/Generic/vtkGenericOutlineFilter.h +++ b/Filters/Generic/vtkGenericOutlineFilter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkGenericDataSet -#ifndef __vtkGenericOutlineFilter_h -#define __vtkGenericOutlineFilter_h +#ifndef vtkGenericOutlineFilter_h +#define vtkGenericOutlineFilter_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Generic/vtkGenericProbeFilter.h b/Filters/Generic/vtkGenericProbeFilter.h index 0952a7e88d..5021acac9c 100644 --- a/Filters/Generic/vtkGenericProbeFilter.h +++ b/Filters/Generic/vtkGenericProbeFilter.h @@ -37,8 +37,8 @@ // vtkGenericProbeFilter vtkProbeFilter vtkGenericDataSet -#ifndef __vtkGenericProbeFilter_h -#define __vtkGenericProbeFilter_h +#ifndef vtkGenericProbeFilter_h +#define vtkGenericProbeFilter_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Generic/vtkGenericStreamTracer.h b/Filters/Generic/vtkGenericStreamTracer.h index b7685d2b41..63f76a76f2 100644 --- a/Filters/Generic/vtkGenericStreamTracer.h +++ b/Filters/Generic/vtkGenericStreamTracer.h @@ -60,8 +60,8 @@ // vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver // vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45 -#ifndef __vtkGenericStreamTracer_h -#define __vtkGenericStreamTracer_h +#ifndef vtkGenericStreamTracer_h +#define vtkGenericStreamTracer_h #include "vtkFiltersGenericModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Geometry/vtkCompositeDataGeometryFilter.h b/Filters/Geometry/vtkCompositeDataGeometryFilter.h index 1684cbbe39..2f98e87f8f 100644 --- a/Filters/Geometry/vtkCompositeDataGeometryFilter.h +++ b/Filters/Geometry/vtkCompositeDataGeometryFilter.h @@ -19,8 +19,8 @@ // pipeline before a polydata consumer such as a polydata mapper to extract // geometry from all blocks and append them to one polydata object. -#ifndef __vtkCompositeDataGeometryFilter_h -#define __vtkCompositeDataGeometryFilter_h +#ifndef vtkCompositeDataGeometryFilter_h +#define vtkCompositeDataGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Geometry/vtkDataSetSurfaceFilter.h b/Filters/Geometry/vtkDataSetSurfaceFilter.h index 341f6e570d..60229ae66d 100644 --- a/Filters/Geometry/vtkDataSetSurfaceFilter.h +++ b/Filters/Geometry/vtkDataSetSurfaceFilter.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkGeometryFilter vtkStructuredGridGeometryFilter. -#ifndef __vtkDataSetSurfaceFilter_h -#define __vtkDataSetSurfaceFilter_h +#ifndef vtkDataSetSurfaceFilter_h +#define vtkDataSetSurfaceFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Geometry/vtkGeometryFilter.h b/Filters/Geometry/vtkGeometryFilter.h index 437d274b13..6016c7ccbc 100644 --- a/Filters/Geometry/vtkGeometryFilter.h +++ b/Filters/Geometry/vtkGeometryFilter.h @@ -46,8 +46,8 @@ // vtkImageDataGeometryFilter vtkStructuredGridGeometryFilter // vtkExtractGeometry vtkExtractVOI -#ifndef __vtkGeometryFilter_h -#define __vtkGeometryFilter_h +#ifndef vtkGeometryFilter_h +#define vtkGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h b/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h index 59efa78ac4..300ab6f641 100644 --- a/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h +++ b/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkCompositeDataGeometryFilter -#ifndef __vtkHierarchicalDataSetGeometryFilter_h -#define __vtkHierarchicalDataSetGeometryFilter_h +#ifndef vtkHierarchicalDataSetGeometryFilter_h +#define vtkHierarchicalDataSetGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkCompositeDataGeometryFilter.h" diff --git a/Filters/Geometry/vtkImageDataGeometryFilter.h b/Filters/Geometry/vtkImageDataGeometryFilter.h index 362b105f1b..8e668f6172 100644 --- a/Filters/Geometry/vtkImageDataGeometryFilter.h +++ b/Filters/Geometry/vtkImageDataGeometryFilter.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkGeometryFilter vtkStructuredGridSource -#ifndef __vtkImageDataGeometryFilter_h -#define __vtkImageDataGeometryFilter_h +#ifndef vtkImageDataGeometryFilter_h +#define vtkImageDataGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Geometry/vtkImageDataToUniformGrid.h b/Filters/Geometry/vtkImageDataToUniformGrid.h index 79cf64b484..33bdccfc2e 100644 --- a/Filters/Geometry/vtkImageDataToUniformGrid.h +++ b/Filters/Geometry/vtkImageDataToUniformGrid.h @@ -20,8 +20,8 @@ // to 1 to indicate that values of 0 will result in the point or // cell to not be blanked. -#ifndef __vtkImageDataToUniformGrid_h -#define __vtkImageDataToUniformGrid_h +#ifndef vtkImageDataToUniformGrid_h +#define vtkImageDataToUniformGrid_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/Geometry/vtkProjectSphereFilter.h b/Filters/Geometry/vtkProjectSphereFilter.h index 98306f87de..12c38e5d8c 100644 --- a/Filters/Geometry/vtkProjectSphereFilter.h +++ b/Filters/Geometry/vtkProjectSphereFilter.h @@ -19,8 +19,8 @@ -#ifndef __vtkProjectSphereFilter_h -#define __vtkProjectSphereFilter_h +#ifndef vtkProjectSphereFilter_h +#define vtkProjectSphereFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkPointSetAlgorithm.h" @@ -106,4 +106,4 @@ private: bool TranslateZ; }; -#endif // __vtkProjectSphereFilter_h +#endif // vtkProjectSphereFilter_h diff --git a/Filters/Geometry/vtkRectilinearGridGeometryFilter.h b/Filters/Geometry/vtkRectilinearGridGeometryFilter.h index f9d72f70e7..efaf9bc482 100644 --- a/Filters/Geometry/vtkRectilinearGridGeometryFilter.h +++ b/Filters/Geometry/vtkRectilinearGridGeometryFilter.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkGeometryFilter vtkExtractGrid -#ifndef __vtkRectilinearGridGeometryFilter_h -#define __vtkRectilinearGridGeometryFilter_h +#ifndef vtkRectilinearGridGeometryFilter_h +#define vtkRectilinearGridGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Geometry/vtkStructuredGridGeometryFilter.h b/Filters/Geometry/vtkStructuredGridGeometryFilter.h index b4749e5c33..f4283c25a4 100644 --- a/Filters/Geometry/vtkStructuredGridGeometryFilter.h +++ b/Filters/Geometry/vtkStructuredGridGeometryFilter.h @@ -38,8 +38,8 @@ // .SECTION See Also // vtkGeometryFilter vtkExtractGrid vtkStructuredGrid -#ifndef __vtkStructuredGridGeometryFilter_h -#define __vtkStructuredGridGeometryFilter_h +#ifndef vtkStructuredGridGeometryFilter_h +#define vtkStructuredGridGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Geometry/vtkStructuredPointsGeometryFilter.h b/Filters/Geometry/vtkStructuredPointsGeometryFilter.h index e0106c624a..855a14b5f5 100644 --- a/Filters/Geometry/vtkStructuredPointsGeometryFilter.h +++ b/Filters/Geometry/vtkStructuredPointsGeometryFilter.h @@ -17,8 +17,8 @@ // vtkStructuredPointsGeometryFilter has been renamed to // vtkImageDataGeometryFilter -#ifndef __vtkStructuredPointsGeometryFilter_h -#define __vtkStructuredPointsGeometryFilter_h +#ifndef vtkStructuredPointsGeometryFilter_h +#define vtkStructuredPointsGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkImageDataGeometryFilter.h" diff --git a/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h b/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h index 23f0ae9239..d3be15284c 100644 --- a/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h +++ b/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkGeometryFilter -#ifndef __vtkUnstructuredGridGeometryFilter_h -#define __vtkUnstructuredGridGeometryFilter_h +#ifndef vtkUnstructuredGridGeometryFilter_h +#define vtkUnstructuredGridGeometryFilter_h #include "vtkFiltersGeometryModule.h" // For export macro #include "vtkUnstructuredGridBaseAlgorithm.h" diff --git a/Filters/Hybrid/vtkBSplineTransform.h b/Filters/Hybrid/vtkBSplineTransform.h index fb00ad34b7..9cc903c8de 100644 --- a/Filters/Hybrid/vtkBSplineTransform.h +++ b/Filters/Hybrid/vtkBSplineTransform.h @@ -29,8 +29,8 @@ // VTK Journal, 2011, // http://hdl.handle.net/10380/3252 -#ifndef __vtkBSplineTransform_h -#define __vtkBSplineTransform_h +#ifndef vtkBSplineTransform_h +#define vtkBSplineTransform_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkWarpTransform.h" diff --git a/Filters/Hybrid/vtkDSPFilterDefinition.h b/Filters/Hybrid/vtkDSPFilterDefinition.h index 0a22914faf..7dbd41b00c 100644 --- a/Filters/Hybrid/vtkDSPFilterDefinition.h +++ b/Filters/Hybrid/vtkDSPFilterDefinition.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkDSPFilterGroup vtkExodusReader vtkExodusIIReader vtkPExodusReader -#ifndef __vtkDSPFilterDefinition_h -#define __vtkDSPFilterDefinition_h +#ifndef vtkDSPFilterDefinition_h +#define vtkDSPFilterDefinition_h diff --git a/Filters/Hybrid/vtkDSPFilterGroup.h b/Filters/Hybrid/vtkDSPFilterGroup.h index 8f2d5433e2..8857ba7ade 100644 --- a/Filters/Hybrid/vtkDSPFilterGroup.h +++ b/Filters/Hybrid/vtkDSPFilterGroup.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkDSPFilterDefinition vtkExodusReader vtkExodusIIReader vtkPExodusReader -#ifndef __vtkDSPFilterGroup_h -#define __vtkDSPFilterGroup_h +#ifndef vtkDSPFilterGroup_h +#define vtkDSPFilterGroup_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkObject.h" diff --git a/Filters/Hybrid/vtkDepthSortPolyData.h b/Filters/Hybrid/vtkDepthSortPolyData.h index eabe58c9a5..e08f85396c 100644 --- a/Filters/Hybrid/vtkDepthSortPolyData.h +++ b/Filters/Hybrid/vtkDepthSortPolyData.h @@ -25,8 +25,8 @@ // The sort operation will not work well for long, thin primitives, or cells // that intersect, overlap, or interpenetrate each other. -#ifndef __vtkDepthSortPolyData_h -#define __vtkDepthSortPolyData_h +#ifndef vtkDepthSortPolyData_h +#define vtkDepthSortPolyData_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Hybrid/vtkEarthSource.h b/Filters/Hybrid/vtkEarthSource.h index 317c2a69c4..038320df10 100644 --- a/Filters/Hybrid/vtkEarthSource.h +++ b/Filters/Hybrid/vtkEarthSource.h @@ -20,8 +20,8 @@ // of the sphere at which the continents are placed. Obtains data from // an imbedded array of coordinates. -#ifndef __vtkEarthSource_h -#define __vtkEarthSource_h +#ifndef vtkEarthSource_h +#define vtkEarthSource_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Hybrid/vtkFacetReader.h b/Filters/Hybrid/vtkFacetReader.h index 52ef74a6c4..e2bbd8d44c 100644 --- a/Filters/Hybrid/vtkFacetReader.h +++ b/Filters/Hybrid/vtkFacetReader.h @@ -33,8 +33,8 @@ PURPOSE. See the above copyright notice for more information. // p1c2 p2c2 p3c2 ... pnc2 materialnum partnum // ... -#ifndef __vtkFacetReader_h -#define __vtkFacetReader_h +#ifndef vtkFacetReader_h +#define vtkFacetReader_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Hybrid/vtkGreedyTerrainDecimation.h b/Filters/Hybrid/vtkGreedyTerrainDecimation.h index 674525ae79..c598fd554d 100644 --- a/Filters/Hybrid/vtkGreedyTerrainDecimation.h +++ b/Filters/Hybrid/vtkGreedyTerrainDecimation.h @@ -60,8 +60,8 @@ // .SECTION See Also // vtkDecimatePro vtkQuadricDecimation vtkQuadricClustering -#ifndef __vtkGreedyTerrainDecimation_h -#define __vtkGreedyTerrainDecimation_h +#ifndef vtkGreedyTerrainDecimation_h +#define vtkGreedyTerrainDecimation_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Hybrid/vtkGridTransform.h b/Filters/Hybrid/vtkGridTransform.h index 27e86ddad3..8b2f2acdbe 100644 --- a/Filters/Hybrid/vtkGridTransform.h +++ b/Filters/Hybrid/vtkGridTransform.h @@ -23,8 +23,8 @@ // vtkThinPlateSplineTransform vtkGeneralTransform vtkTransformToGrid -#ifndef __vtkGridTransform_h -#define __vtkGridTransform_h +#ifndef vtkGridTransform_h +#define vtkGridTransform_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkWarpTransform.h" diff --git a/Filters/Hybrid/vtkImageToPolyDataFilter.h b/Filters/Hybrid/vtkImageToPolyDataFilter.h index fc7d9f65e1..1b07121f39 100644 --- a/Filters/Hybrid/vtkImageToPolyDataFilter.h +++ b/Filters/Hybrid/vtkImageToPolyDataFilter.h @@ -56,8 +56,8 @@ // .SECTION See Also // vtkCGMWriter vtkImageQuantizeRGBToIndex vtkTriangleFilter -#ifndef __vtkImageToPolyDataFilter_h -#define __vtkImageToPolyDataFilter_h +#ifndef vtkImageToPolyDataFilter_h +#define vtkImageToPolyDataFilter_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Hybrid/vtkImplicitModeller.h b/Filters/Hybrid/vtkImplicitModeller.h index 15ba2b3888..dd44711d24 100644 --- a/Filters/Hybrid/vtkImplicitModeller.h +++ b/Filters/Hybrid/vtkImplicitModeller.h @@ -81,8 +81,8 @@ // .SECTION See Also // vtkSampleFunction vtkContourFilter -#ifndef __vtkImplicitModeller_h -#define __vtkImplicitModeller_h +#ifndef vtkImplicitModeller_h +#define vtkImplicitModeller_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Filters/Hybrid/vtkPCAAnalysisFilter.h b/Filters/Hybrid/vtkPCAAnalysisFilter.h index 80680262e0..780378bec4 100644 --- a/Filters/Hybrid/vtkPCAAnalysisFilter.h +++ b/Filters/Hybrid/vtkPCAAnalysisFilter.h @@ -44,8 +44,8 @@ // .SECTION See Also // vtkProcrustesAlignmentFilter -#ifndef __vtkPCAAnalysisFilter_h -#define __vtkPCAAnalysisFilter_h +#ifndef vtkPCAAnalysisFilter_h +#define vtkPCAAnalysisFilter_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Hybrid/vtkPolyDataSilhouette.h b/Filters/Hybrid/vtkPolyDataSilhouette.h index abc23cef7a..8442dc00cd 100644 --- a/Filters/Hybrid/vtkPolyDataSilhouette.h +++ b/Filters/Hybrid/vtkPolyDataSilhouette.h @@ -32,8 +32,8 @@ // CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France
// BP12, F-91297 Arpajon, France.
-#ifndef __vtkPolyDataSilhouette_h -#define __vtkPolyDataSilhouette_h +#ifndef vtkPolyDataSilhouette_h +#define vtkPolyDataSilhouette_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Hybrid/vtkProcrustesAlignmentFilter.h b/Filters/Hybrid/vtkProcrustesAlignmentFilter.h index de1fc3acd1..8a8c20f615 100644 --- a/Filters/Hybrid/vtkProcrustesAlignmentFilter.h +++ b/Filters/Hybrid/vtkProcrustesAlignmentFilter.h @@ -46,8 +46,8 @@ // .SECTION See Also // vtkLandmarkTransform -#ifndef __vtkProcrustesAlignmentFilter_h -#define __vtkProcrustesAlignmentFilter_h +#ifndef vtkProcrustesAlignmentFilter_h +#define vtkProcrustesAlignmentFilter_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Hybrid/vtkProjectedTerrainPath.h b/Filters/Hybrid/vtkProjectedTerrainPath.h index f3f84d823e..3d9441e4f7 100644 --- a/Filters/Hybrid/vtkProjectedTerrainPath.h +++ b/Filters/Hybrid/vtkProjectedTerrainPath.h @@ -60,8 +60,8 @@ // .SECTION See Also // vtkGreedyTerrainDecimation -#ifndef __vtkProjectedTerrainPath_h -#define __vtkProjectedTerrainPath_h +#ifndef vtkProjectedTerrainPath_h +#define vtkProjectedTerrainPath_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Hybrid/vtkRenderLargeImage.h b/Filters/Hybrid/vtkRenderLargeImage.h index 26da1d0dcf..0e4ecc69b9 100644 --- a/Filters/Hybrid/vtkRenderLargeImage.h +++ b/Filters/Hybrid/vtkRenderLargeImage.h @@ -17,8 +17,8 @@ // vtkRenderLargeImage provides methods needed to read a region from a file. -#ifndef __vtkRenderLargeImage_h -#define __vtkRenderLargeImage_h +#ifndef vtkRenderLargeImage_h +#define vtkRenderLargeImage_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Filters/Hybrid/vtkTemporalDataSetCache.h b/Filters/Hybrid/vtkTemporalDataSetCache.h index 670e7e9cac..11c439a18e 100644 --- a/Filters/Hybrid/vtkTemporalDataSetCache.h +++ b/Filters/Hybrid/vtkTemporalDataSetCache.h @@ -25,8 +25,8 @@ // "Time Dependent Processing in a Parallel Pipeline Architecture", // IEEE Visualization 2007. -#ifndef __vtkTemporalDataSetCache_h -#define __vtkTemporalDataSetCache_h +#ifndef vtkTemporalDataSetCache_h +#define vtkTemporalDataSetCache_h #include "vtkFiltersHybridModule.h" // For export macro diff --git a/Filters/Hybrid/vtkTemporalFractal.h b/Filters/Hybrid/vtkTemporalFractal.h index 6895e7a6de..ea8d9bc438 100644 --- a/Filters/Hybrid/vtkTemporalFractal.h +++ b/Filters/Hybrid/vtkTemporalFractal.h @@ -22,8 +22,8 @@ // This source produces a vtkHierarchicalBoxDataSet when // GenerateRectilinearGrids is off, otherwise produces a vtkMultiBlockDataSet. -#ifndef __vtkTemporalFractal_h -#define __vtkTemporalFractal_h +#ifndef vtkTemporalFractal_h +#define vtkTemporalFractal_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Filters/Hybrid/vtkTemporalInterpolator.h b/Filters/Hybrid/vtkTemporalInterpolator.h index 5e8a256315..f1566e884c 100644 --- a/Filters/Hybrid/vtkTemporalInterpolator.h +++ b/Filters/Hybrid/vtkTemporalInterpolator.h @@ -49,8 +49,8 @@ // "Time Dependent Processing in a Parallel Pipeline Architecture", // IEEE Visualization 2007. -#ifndef __vtkTemporalInterpolator_h -#define __vtkTemporalInterpolator_h +#ifndef vtkTemporalInterpolator_h +#define vtkTemporalInterpolator_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkMultiTimeStepAlgorithm.h" diff --git a/Filters/Hybrid/vtkTemporalShiftScale.h b/Filters/Hybrid/vtkTemporalShiftScale.h index 7f111b13ab..77fc3bd676 100644 --- a/Filters/Hybrid/vtkTemporalShiftScale.h +++ b/Filters/Hybrid/vtkTemporalShiftScale.h @@ -27,8 +27,8 @@ // "Time Dependent Processing in a Parallel Pipeline Architecture", // IEEE Visualization 2007. -#ifndef __vtkTemporalShiftScale_h -#define __vtkTemporalShiftScale_h +#ifndef vtkTemporalShiftScale_h +#define vtkTemporalShiftScale_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Filters/Hybrid/vtkTemporalSnapToTimeStep.h b/Filters/Hybrid/vtkTemporalSnapToTimeStep.h index c75d202d88..9dd3abc826 100644 --- a/Filters/Hybrid/vtkTemporalSnapToTimeStep.h +++ b/Filters/Hybrid/vtkTemporalSnapToTimeStep.h @@ -26,8 +26,8 @@ // "Time Dependent Processing in a Parallel Pipeline Architecture", // IEEE Visualization 2007. -#ifndef __vtkTemporalSnapToTimeStep_h -#define __vtkTemporalSnapToTimeStep_h +#ifndef vtkTemporalSnapToTimeStep_h +#define vtkTemporalSnapToTimeStep_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Filters/Hybrid/vtkTransformToGrid.h b/Filters/Hybrid/vtkTransformToGrid.h index 80291452ac..f316a6d1c3 100644 --- a/Filters/Hybrid/vtkTransformToGrid.h +++ b/Filters/Hybrid/vtkTransformToGrid.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkGridTransform vtkThinPlateSplineTransform vtkAbstractTransform -#ifndef __vtkTransformToGrid_h -#define __vtkTransformToGrid_h +#ifndef vtkTransformToGrid_h +#define vtkTransformToGrid_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Filters/Hybrid/vtkWeightedTransformFilter.h b/Filters/Hybrid/vtkWeightedTransformFilter.h index 87eeec116b..3e957ab886 100644 --- a/Filters/Hybrid/vtkWeightedTransformFilter.h +++ b/Filters/Hybrid/vtkWeightedTransformFilter.h @@ -64,8 +64,8 @@ // .SECTION See Also // vtkAbstractTransform vtkLinearTransform vtkTransformPolyDataFilter vtkActor -#ifndef __vtkWeightedTransformFilter_h -#define __vtkWeightedTransformFilter_h +#ifndef vtkWeightedTransformFilter_h +#define vtkWeightedTransformFilter_h #include "vtkFiltersHybridModule.h" // For export macro #include "vtkPointSetAlgorithm.h" diff --git a/Filters/HyperTree/vtkClipHyperOctree.h b/Filters/HyperTree/vtkClipHyperOctree.h index eeca317756..18314d3419 100644 --- a/Filters/HyperTree/vtkClipHyperOctree.h +++ b/Filters/HyperTree/vtkClipHyperOctree.h @@ -54,8 +54,8 @@ // .SECTION See Also // vtkImplicitFunction vtkCutter vtkClipVolume vtkClipPolyData -#ifndef __vtkClipHyperOctree_h -#define __vtkClipHyperOctree_h +#ifndef vtkClipHyperOctree_h +#define vtkClipHyperOctree_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h b/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h index 1f41c1813e..e7a02dcfcf 100644 --- a/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h +++ b/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h @@ -19,8 +19,8 @@ // vtkHyperOctreeClipCut, vtkHyperOctreeClipCutClipCutPointsGrabber, // vtkClipHyperOctree, vtkHyperOctreeClipCutCutter -#ifndef __vtkHyperOctreeClipCutPointsGrabber_h -#define __vtkHyperOctreeClipCutPointsGrabber_h +#ifndef vtkHyperOctreeClipCutPointsGrabber_h +#define vtkHyperOctreeClipCutPointsGrabber_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkHyperOctreePointsGrabber.h" diff --git a/Filters/HyperTree/vtkHyperOctreeContourFilter.h b/Filters/HyperTree/vtkHyperOctreeContourFilter.h index 3b58146fcf..a807bfebce 100644 --- a/Filters/HyperTree/vtkHyperOctreeContourFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeContourFilter.h @@ -42,8 +42,8 @@ // vtkMarchingCubes vtkSliceCubes vtkDividingCubes vtkMarchingSquares // vtkImageMarchingCubes -#ifndef __vtkHyperOctreeContourFilter_h -#define __vtkHyperOctreeContourFilter_h +#ifndef vtkHyperOctreeContourFilter_h +#define vtkHyperOctreeContourFilter_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeCutter.h b/Filters/HyperTree/vtkHyperOctreeCutter.h index 2e2b53ea32..f69a61c8dd 100644 --- a/Filters/HyperTree/vtkHyperOctreeCutter.h +++ b/Filters/HyperTree/vtkHyperOctreeCutter.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkImplicitFunction vtkHyperOctree -#ifndef __vtkHyperOctreeCutter_h -#define __vtkHyperOctreeCutter_h +#ifndef vtkHyperOctreeCutter_h +#define vtkHyperOctreeCutter_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeDepth.h b/Filters/HyperTree/vtkHyperOctreeDepth.h index 20a1c2ca44..cec88bfbb2 100644 --- a/Filters/HyperTree/vtkHyperOctreeDepth.h +++ b/Filters/HyperTree/vtkHyperOctreeDepth.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkHyperOctree -#ifndef __vtkHyperOctreeDepth_h -#define __vtkHyperOctreeDepth_h +#ifndef vtkHyperOctreeDepth_h +#define vtkHyperOctreeDepth_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h b/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h index d39ac5fc83..7cd1835967 100644 --- a/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h @@ -31,8 +31,8 @@ // vtkMarchingCubes vtkSliceCubes vtkDividingCubes vtkMarchingSquares // vtkImageMarchingCubes -#ifndef __vtkHyperOctreeDualGridContourFilter_h -#define __vtkHyperOctreeDualGridContourFilter_h +#ifndef vtkHyperOctreeDualGridContourFilter_h +#define vtkHyperOctreeDualGridContourFilter_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeLimiter.h b/Filters/HyperTree/vtkHyperOctreeLimiter.h index 4ee53eeff6..b43fd9c731 100644 --- a/Filters/HyperTree/vtkHyperOctreeLimiter.h +++ b/Filters/HyperTree/vtkHyperOctreeLimiter.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkHyperOctree -#ifndef __vtkHyperOctreeLimiter_h -#define __vtkHyperOctreeLimiter_h +#ifndef vtkHyperOctreeLimiter_h +#define vtkHyperOctreeLimiter_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeSampleFunction.h b/Filters/HyperTree/vtkHyperOctreeSampleFunction.h index 42acb42356..e11535ecea 100644 --- a/Filters/HyperTree/vtkHyperOctreeSampleFunction.h +++ b/Filters/HyperTree/vtkHyperOctreeSampleFunction.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkSampleFunction -#ifndef __vtkHyperOctreeSampleFunction_h -#define __vtkHyperOctreeSampleFunction_h +#ifndef vtkHyperOctreeSampleFunction_h +#define vtkHyperOctreeSampleFunction_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkHyperOctreeAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h b/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h index c0fd2794ff..f257ac6973 100644 --- a/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkGeometryFilter vtkStructuredGridGeometryFilter. -#ifndef __vtkHyperOctreeSurfaceFilter_h -#define __vtkHyperOctreeSurfaceFilter_h +#ifndef vtkHyperOctreeSurfaceFilter_h +#define vtkHyperOctreeSurfaceFilter_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h b/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h index d12f502479..ef66c7a674 100644 --- a/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkGeometryFilter vtkStructuredGridGeometryFilter. -#ifndef __vtkHyperOctreeToUniformGridFilter_h -#define __vtkHyperOctreeToUniformGridFilter_h +#ifndef vtkHyperOctreeToUniformGridFilter_h +#define vtkHyperOctreeToUniformGridFilter_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperTreeGridAxisCut.h b/Filters/HyperTree/vtkHyperTreeGridAxisCut.h index 458bc11594..fa8b67eb9b 100644 --- a/Filters/HyperTree/vtkHyperTreeGridAxisCut.h +++ b/Filters/HyperTree/vtkHyperTreeGridAxisCut.h @@ -27,8 +27,8 @@ // This class was written by Philippe Pebay and Charles Law, Kitware 2012 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTreeGridAxisCut_h -#define __vtkHyperTreeGridAxisCut_h +#ifndef vtkHyperTreeGridAxisCut_h +#define vtkHyperTreeGridAxisCut_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperTreeGridGeometry.h b/Filters/HyperTree/vtkHyperTreeGridGeometry.h index 50f2d59440..e86f44657a 100644 --- a/Filters/HyperTree/vtkHyperTreeGridGeometry.h +++ b/Filters/HyperTree/vtkHyperTreeGridGeometry.h @@ -22,8 +22,8 @@ // Kitware 2013 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTreeGridGeometry_h -#define __vtkHyperTreeGridGeometry_h +#ifndef vtkHyperTreeGridGeometry_h +#define vtkHyperTreeGridGeometry_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h b/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h index 84607f80dd..314ea5dc8b 100644 --- a/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h +++ b/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h @@ -29,8 +29,8 @@ // This class was written by Philippe Pebay and Charles Law, Kitware 2012 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTreeGridToUnstructuredGrid_h -#define __vtkHyperTreeGridToUnstructuredGrid_h +#ifndef vtkHyperTreeGridToUnstructuredGrid_h +#define vtkHyperTreeGridToUnstructuredGrid_h #include "vtkFiltersHyperTreeModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Imaging/vtkComputeHistogram2DOutliers.h b/Filters/Imaging/vtkComputeHistogram2DOutliers.h index 4d128e7b34..6885029098 100644 --- a/Filters/Imaging/vtkComputeHistogram2DOutliers.h +++ b/Filters/Imaging/vtkComputeHistogram2DOutliers.h @@ -42,8 +42,8 @@ // .SECTION Thanks // Developed by David Feng at Sandia National Laboratories //------------------------------------------------------------------------------ -#ifndef __vtkComputeHistogram2DOutliers_h -#define __vtkComputeHistogram2DOutliers_h +#ifndef vtkComputeHistogram2DOutliers_h +#define vtkComputeHistogram2DOutliers_h //------------------------------------------------------------------------------ #include "vtkFiltersImagingModule.h" // For export macro #include "vtkSelectionAlgorithm.h" diff --git a/Filters/Imaging/vtkExtractHistogram2D.h b/Filters/Imaging/vtkExtractHistogram2D.h index d26e263128..5acaf0f314 100644 --- a/Filters/Imaging/vtkExtractHistogram2D.h +++ b/Filters/Imaging/vtkExtractHistogram2D.h @@ -41,8 +41,8 @@ // .SECTION Thanks // Developed by David Feng and Philippe Pebay at Sandia National Laboratories //------------------------------------------------------------------------------ -#ifndef __vtkExtractHistogram2D_h -#define __vtkExtractHistogram2D_h +#ifndef vtkExtractHistogram2D_h +#define vtkExtractHistogram2D_h #include "vtkFiltersImagingModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Imaging/vtkPairwiseExtractHistogram2D.h b/Filters/Imaging/vtkPairwiseExtractHistogram2D.h index 87b65bb6d1..8fcac7e7f0 100644 --- a/Filters/Imaging/vtkPairwiseExtractHistogram2D.h +++ b/Filters/Imaging/vtkPairwiseExtractHistogram2D.h @@ -38,8 +38,8 @@ // .SECTION Thanks // Developed by David Feng and Philippe Pebay at Sandia National Laboratories //------------------------------------------------------------------------------ -#ifndef __vtkPairwiseExtractHistogram2D_h -#define __vtkPairwiseExtractHistogram2D_h +#ifndef vtkPairwiseExtractHistogram2D_h +#define vtkPairwiseExtractHistogram2D_h #include "vtkFiltersImagingModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Matlab/vtkMatlabEngineFilter.h b/Filters/Matlab/vtkMatlabEngineFilter.h index 503e8d1e12..4948ab29b4 100644 --- a/Filters/Matlab/vtkMatlabEngineFilter.h +++ b/Filters/Matlab/vtkMatlabEngineFilter.h @@ -32,8 +32,8 @@ // Developed by Thomas Otahal at Sandia National Laboratories. // -#ifndef __vtkMatlabEngineFilter_h -#define __vtkMatlabEngineFilter_h +#ifndef vtkMatlabEngineFilter_h +#define vtkMatlabEngineFilter_h #include "vtkFiltersMatlabModule.h" #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/Matlab/vtkMatlabEngineInterface.h b/Filters/Matlab/vtkMatlabEngineInterface.h index 8f186a1e3f..a7cad6415c 100644 --- a/Filters/Matlab/vtkMatlabEngineInterface.h +++ b/Filters/Matlab/vtkMatlabEngineInterface.h @@ -40,8 +40,8 @@ // -#ifndef __vtkMatlabEngineInterface_h -#define __vtkMatlabEngineInterface_h +#ifndef vtkMatlabEngineInterface_h +#define vtkMatlabEngineInterface_h #include "vtkFiltersMatlabModule.h" #include "vtkObject.h" diff --git a/Filters/Modeling/vtkBandedPolyDataContourFilter.h b/Filters/Modeling/vtkBandedPolyDataContourFilter.h index 4d52b4a1b8..1b1600fee6 100644 --- a/Filters/Modeling/vtkBandedPolyDataContourFilter.h +++ b/Filters/Modeling/vtkBandedPolyDataContourFilter.h @@ -34,8 +34,8 @@ // .SECTION See Also // vtkClipDataSet vtkClipPolyData vtkClipVolume vtkContourFilter // -#ifndef __vtkBandedPolyDataContourFilter_h -#define __vtkBandedPolyDataContourFilter_h +#ifndef vtkBandedPolyDataContourFilter_h +#define vtkBandedPolyDataContourFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkButterflySubdivisionFilter.h b/Filters/Modeling/vtkButterflySubdivisionFilter.h index d67026a8d0..37be049baa 100644 --- a/Filters/Modeling/vtkButterflySubdivisionFilter.h +++ b/Filters/Modeling/vtkButterflySubdivisionFilter.h @@ -39,8 +39,8 @@ // .SECTION See Also // vtkInterpolatingSubdivisionFilter vtkLinearSubdivisionFilter -#ifndef __vtkButterflySubdivisionFilter_h -#define __vtkButterflySubdivisionFilter_h +#ifndef vtkButterflySubdivisionFilter_h +#define vtkButterflySubdivisionFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkInterpolatingSubdivisionFilter.h" diff --git a/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h b/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h index 9114964604..b23ef3fef3 100644 --- a/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h +++ b/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h @@ -32,8 +32,8 @@ // www.imm.dtu.dk/~rrp/VTK . Also thanks to Alexandre Gouaillard and Shoaib // Ghias for bug fixes and enhancements. -#ifndef __vtkDijkstraGraphGeodesicPath_h -#define __vtkDijkstraGraphGeodesicPath_h +#ifndef vtkDijkstraGraphGeodesicPath_h +#define vtkDijkstraGraphGeodesicPath_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkGraphGeodesicPath.h" diff --git a/Filters/Modeling/vtkDijkstraGraphInternals.h b/Filters/Modeling/vtkDijkstraGraphInternals.h index a80cff0897..698a7a299e 100644 --- a/Filters/Modeling/vtkDijkstraGraphInternals.h +++ b/Filters/Modeling/vtkDijkstraGraphInternals.h @@ -19,8 +19,8 @@ // .SECTION Warning // Do not include this file in a header file, it will break PIMPL convention -#ifndef __vtkDijkstraGraphInternals_h -#define __vtkDijkstraGraphInternals_h +#ifndef vtkDijkstraGraphInternals_h +#define vtkDijkstraGraphInternals_h #include #include diff --git a/Filters/Modeling/vtkDijkstraImageGeodesicPath.h b/Filters/Modeling/vtkDijkstraImageGeodesicPath.h index edb99e00ba..82d0990e3d 100644 --- a/Filters/Modeling/vtkDijkstraImageGeodesicPath.h +++ b/Filters/Modeling/vtkDijkstraImageGeodesicPath.h @@ -45,8 +45,8 @@ // The class was contributed by Dean Inglis. -#ifndef __vtkDijkstraImageGeodesicPath_h -#define __vtkDijkstraImageGeodesicPath_h +#ifndef vtkDijkstraImageGeodesicPath_h +#define vtkDijkstraImageGeodesicPath_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkDijkstraGraphGeodesicPath.h" diff --git a/Filters/Modeling/vtkFillHolesFilter.h b/Filters/Modeling/vtkFillHolesFilter.h index 41bb3ae72e..66fd403009 100644 --- a/Filters/Modeling/vtkFillHolesFilter.h +++ b/Filters/Modeling/vtkFillHolesFilter.h @@ -32,8 +32,8 @@ // Note this filter only operates on polygons and triangle strips. // Vertices and polylines are passed through untouched. -#ifndef __vtkFillHolesFilter_h -#define __vtkFillHolesFilter_h +#ifndef vtkFillHolesFilter_h +#define vtkFillHolesFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkGeodesicPath.h b/Filters/Modeling/vtkGeodesicPath.h index eb31e47e8e..dc8279cf8e 100644 --- a/Filters/Modeling/vtkGeodesicPath.h +++ b/Filters/Modeling/vtkGeodesicPath.h @@ -17,8 +17,8 @@ // Serves as a base class for algorithms that trace a geodesic path on a // polygonal dataset. -#ifndef __vtkGeodesicPath_h -#define __vtkGeodesicPath_h +#ifndef vtkGeodesicPath_h +#define vtkGeodesicPath_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkGraphGeodesicPath.h b/Filters/Modeling/vtkGraphGeodesicPath.h index 2c81b2870a..5eaacab9c8 100644 --- a/Filters/Modeling/vtkGraphGeodesicPath.h +++ b/Filters/Modeling/vtkGraphGeodesicPath.h @@ -18,8 +18,8 @@ // polygonal dataset treating it as a graph. ie points connecting the // vertices of the graph -#ifndef __vtkGraphGeodesicPath_h -#define __vtkGraphGeodesicPath_h +#ifndef vtkGraphGeodesicPath_h +#define vtkGraphGeodesicPath_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkGeodesicPath.h" diff --git a/Filters/Modeling/vtkLinearExtrusionFilter.h b/Filters/Modeling/vtkLinearExtrusionFilter.h index 2d5b8bb89a..79c91c9abc 100644 --- a/Filters/Modeling/vtkLinearExtrusionFilter.h +++ b/Filters/Modeling/vtkLinearExtrusionFilter.h @@ -45,8 +45,8 @@ // .SECTION See Also // vtkRotationalExtrusionFilter -#ifndef __vtkLinearExtrusionFilter_h -#define __vtkLinearExtrusionFilter_h +#ifndef vtkLinearExtrusionFilter_h +#define vtkLinearExtrusionFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkLinearSubdivisionFilter.h b/Filters/Modeling/vtkLinearSubdivisionFilter.h index eb1ffdd8b3..ac1d83ae75 100644 --- a/Filters/Modeling/vtkLinearSubdivisionFilter.h +++ b/Filters/Modeling/vtkLinearSubdivisionFilter.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkInterpolatingSubdivisionFilter vtkButterflySubdivisionFilter -#ifndef __vtkLinearSubdivisionFilter_h -#define __vtkLinearSubdivisionFilter_h +#ifndef vtkLinearSubdivisionFilter_h +#define vtkLinearSubdivisionFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkInterpolatingSubdivisionFilter.h" diff --git a/Filters/Modeling/vtkLoopSubdivisionFilter.h b/Filters/Modeling/vtkLoopSubdivisionFilter.h index 4f2e5da8b9..cc98d0ad92 100644 --- a/Filters/Modeling/vtkLoopSubdivisionFilter.h +++ b/Filters/Modeling/vtkLoopSubdivisionFilter.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkApproximatingSubdivisionFilter -#ifndef __vtkLoopSubdivisionFilter_h -#define __vtkLoopSubdivisionFilter_h +#ifndef vtkLoopSubdivisionFilter_h +#define vtkLoopSubdivisionFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkApproximatingSubdivisionFilter.h" diff --git a/Filters/Modeling/vtkOutlineFilter.h b/Filters/Modeling/vtkOutlineFilter.h index 814b57a77e..ce136364af 100644 --- a/Filters/Modeling/vtkOutlineFilter.h +++ b/Filters/Modeling/vtkOutlineFilter.h @@ -18,8 +18,8 @@ // data set. The outline consists of the twelve edges of the dataset // bounding box. -#ifndef __vtkOutlineFilter_h -#define __vtkOutlineFilter_h +#ifndef vtkOutlineFilter_h +#define vtkOutlineFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkPolyDataPointSampler.h b/Filters/Modeling/vtkPolyDataPointSampler.h index a51cbc7f5a..f8c8866ce5 100644 --- a/Filters/Modeling/vtkPolyDataPointSampler.h +++ b/Filters/Modeling/vtkPolyDataPointSampler.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkImplicitModeller -#ifndef __vtkPolyDataPointSampler_h -#define __vtkPolyDataPointSampler_h +#ifndef vtkPolyDataPointSampler_h +#define vtkPolyDataPointSampler_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkProjectedTexture.h b/Filters/Modeling/vtkProjectedTexture.h index 730893251a..6f96aaa9eb 100644 --- a/Filters/Modeling/vtkProjectedTexture.h +++ b/Filters/Modeling/vtkProjectedTexture.h @@ -26,8 +26,8 @@ // it. A warning is issued if a point in the dataset falls at the focus // of the projector. -#ifndef __vtkProjectedTexture_h -#define __vtkProjectedTexture_h +#ifndef vtkProjectedTexture_h +#define vtkProjectedTexture_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h b/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h index 0ce579dc32..a281a2b1c5 100644 --- a/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h +++ b/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h @@ -55,8 +55,8 @@ PURPOSE. See the above copyright notice for more information. // This class was initially developed by Daniel Aguilera, CEA/DIF // Ported and modified by Philippe Pebay, Kitware, 2011 -#ifndef __vtkQuadRotationalExtrusionFilter_h -#define __vtkQuadRotationalExtrusionFilter_h +#ifndef vtkQuadRotationalExtrusionFilter_h +#define vtkQuadRotationalExtrusionFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Modeling/vtkRibbonFilter.h b/Filters/Modeling/vtkRibbonFilter.h index aa59e96439..392e563d53 100644 --- a/Filters/Modeling/vtkRibbonFilter.h +++ b/Filters/Modeling/vtkRibbonFilter.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkTubeFilter -#ifndef __vtkRibbonFilter_h -#define __vtkRibbonFilter_h +#ifndef vtkRibbonFilter_h +#define vtkRibbonFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkRotationalExtrusionFilter.h b/Filters/Modeling/vtkRotationalExtrusionFilter.h index 1142e765a8..2ea1b4110a 100644 --- a/Filters/Modeling/vtkRotationalExtrusionFilter.h +++ b/Filters/Modeling/vtkRotationalExtrusionFilter.h @@ -51,8 +51,8 @@ // .SECTION See Also // vtkLinearExtrusionFilter -#ifndef __vtkRotationalExtrusionFilter_h -#define __vtkRotationalExtrusionFilter_h +#ifndef vtkRotationalExtrusionFilter_h +#define vtkRotationalExtrusionFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkRuledSurfaceFilter.h b/Filters/Modeling/vtkRuledSurfaceFilter.h index a054af0c7f..5f65ab309b 100644 --- a/Filters/Modeling/vtkRuledSurfaceFilter.h +++ b/Filters/Modeling/vtkRuledSurfaceFilter.h @@ -48,8 +48,8 @@ // .SECTION See Also // vtkRibbonFilter vtkStreamLine -#ifndef __vtkRuledSurfaceFilter_h -#define __vtkRuledSurfaceFilter_h +#ifndef vtkRuledSurfaceFilter_h +#define vtkRuledSurfaceFilter_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkSectorSource.h b/Filters/Modeling/vtkSectorSource.h index c7c56ea296..8e76dae374 100644 --- a/Filters/Modeling/vtkSectorSource.h +++ b/Filters/Modeling/vtkSectorSource.h @@ -21,8 +21,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION See Also // vtkLinearExtrusionFilter -#ifndef __vtkSectorSource_h -#define __vtkSectorSource_h +#ifndef vtkSectorSource_h +#define vtkSectorSource_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkSelectEnclosedPoints.h b/Filters/Modeling/vtkSelectEnclosedPoints.h index 1062452959..4d0d3fc2c8 100644 --- a/Filters/Modeling/vtkSelectEnclosedPoints.h +++ b/Filters/Modeling/vtkSelectEnclosedPoints.h @@ -36,8 +36,8 @@ // .SECTION See Also // vtkMaskPoints -#ifndef __vtkSelectEnclosedPoints_h -#define __vtkSelectEnclosedPoints_h +#ifndef vtkSelectEnclosedPoints_h +#define vtkSelectEnclosedPoints_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Modeling/vtkSelectPolyData.h b/Filters/Modeling/vtkSelectPolyData.h index 39a27585dd..7782594a46 100644 --- a/Filters/Modeling/vtkSelectPolyData.h +++ b/Filters/Modeling/vtkSelectPolyData.h @@ -71,8 +71,8 @@ // .SECTION See Also // vtkImplicitSelectionLoop -#ifndef __vtkSelectPolyData_h -#define __vtkSelectPolyData_h +#ifndef vtkSelectPolyData_h +#define vtkSelectPolyData_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkSpherePuzzle.h b/Filters/Modeling/vtkSpherePuzzle.h index 5eec7aadd2..5715301b85 100644 --- a/Filters/Modeling/vtkSpherePuzzle.h +++ b/Filters/Modeling/vtkSpherePuzzle.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkSpherePuzzle creates -#ifndef __vtkSpherePuzzle_h -#define __vtkSpherePuzzle_h +#ifndef vtkSpherePuzzle_h +#define vtkSpherePuzzle_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkSpherePuzzleArrows.h b/Filters/Modeling/vtkSpherePuzzleArrows.h index 3d29dbe39b..0528265eac 100644 --- a/Filters/Modeling/vtkSpherePuzzleArrows.h +++ b/Filters/Modeling/vtkSpherePuzzleArrows.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkSpherePuzzleArrows creates -#ifndef __vtkSpherePuzzleArrows_h -#define __vtkSpherePuzzleArrows_h +#ifndef vtkSpherePuzzleArrows_h +#define vtkSpherePuzzleArrows_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Modeling/vtkSubdivideTetra.h b/Filters/Modeling/vtkSubdivideTetra.h index e9c0e0a1fe..f6a0cf555f 100644 --- a/Filters/Modeling/vtkSubdivideTetra.h +++ b/Filters/Modeling/vtkSubdivideTetra.h @@ -17,8 +17,8 @@ // This filter subdivides tetrahedra in an unstructured grid into twelve tetrahedra. -#ifndef __vtkSubdivideTetra_h -#define __vtkSubdivideTetra_h +#ifndef vtkSubdivideTetra_h +#define vtkSubdivideTetra_h #include "vtkFiltersModelingModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Parallel/vtkBlockDistribution.h b/Filters/Parallel/vtkBlockDistribution.h index 16e30ddec7..88d8f31fa8 100644 --- a/Filters/Parallel/vtkBlockDistribution.h +++ b/Filters/Parallel/vtkBlockDistribution.h @@ -22,8 +22,8 @@ // .SECTION Description // -#ifndef __vtkBlockDistribution_h -#define __vtkBlockDistribution_h +#ifndef vtkBlockDistribution_h +#define vtkBlockDistribution_h class vtkBlockDistribution { diff --git a/Filters/Parallel/vtkCollectGraph.h b/Filters/Parallel/vtkCollectGraph.h index 96a55ccdc5..3f22e035c4 100644 --- a/Filters/Parallel/vtkCollectGraph.h +++ b/Filters/Parallel/vtkCollectGraph.h @@ -22,8 +22,8 @@ // Collection can be turned on or off using the "PassThrough" flag. -#ifndef __vtkCollectGraph_h -#define __vtkCollectGraph_h +#ifndef vtkCollectGraph_h +#define vtkCollectGraph_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Filters/Parallel/vtkCollectPolyData.h b/Filters/Parallel/vtkCollectPolyData.h index f734b824c4..26b66d8db5 100644 --- a/Filters/Parallel/vtkCollectPolyData.h +++ b/Filters/Parallel/vtkCollectPolyData.h @@ -18,8 +18,8 @@ // Collection can be turned on or off using the "PassThrough" flag. -#ifndef __vtkCollectPolyData_h -#define __vtkCollectPolyData_h +#ifndef vtkCollectPolyData_h +#define vtkCollectPolyData_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkCollectTable.h b/Filters/Parallel/vtkCollectTable.h index af9150be16..cf93f5fc90 100644 --- a/Filters/Parallel/vtkCollectTable.h +++ b/Filters/Parallel/vtkCollectTable.h @@ -22,8 +22,8 @@ // Collection can be turned on or off using the "PassThrough" flag. -#ifndef __vtkCollectTable_h -#define __vtkCollectTable_h +#ifndef vtkCollectTable_h +#define vtkCollectTable_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Parallel/vtkCutMaterial.h b/Filters/Parallel/vtkCutMaterial.h index 266c135ff9..f1a1888542 100644 --- a/Filters/Parallel/vtkCutMaterial.h +++ b/Filters/Parallel/vtkCutMaterial.h @@ -20,8 +20,8 @@ // for the best view of the plane. -#ifndef __vtkCutMaterial_h -#define __vtkCutMaterial_h +#ifndef vtkCutMaterial_h +#define vtkCutMaterial_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkDuplicatePolyData.h b/Filters/Parallel/vtkDuplicatePolyData.h index e91f88c4ae..d999ae7b7b 100644 --- a/Filters/Parallel/vtkDuplicatePolyData.h +++ b/Filters/Parallel/vtkDuplicatePolyData.h @@ -20,8 +20,8 @@ // display. -#ifndef __vtkDuplicatePolyData_h -#define __vtkDuplicatePolyData_h +#ifndef vtkDuplicatePolyData_h +#define vtkDuplicatePolyData_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkExtractCTHPart.h b/Filters/Parallel/vtkExtractCTHPart.h index 29f94999c9..d303e7258f 100644 --- a/Filters/Parallel/vtkExtractCTHPart.h +++ b/Filters/Parallel/vtkExtractCTHPart.h @@ -34,8 +34,8 @@ // vtkPolyData for the contour generated on the current process (which may be // null, for processes where no contour is generated). -#ifndef __vtkExtractCTHPart_h -#define __vtkExtractCTHPart_h +#ifndef vtkExtractCTHPart_h +#define vtkExtractCTHPart_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/Filters/Parallel/vtkExtractPolyDataPiece.h b/Filters/Parallel/vtkExtractPolyDataPiece.h index aef2d68234..07affa8fc3 100644 --- a/Filters/Parallel/vtkExtractPolyDataPiece.h +++ b/Filters/Parallel/vtkExtractPolyDataPiece.h @@ -15,8 +15,8 @@ // .NAME vtkExtractPolyDataPiece - Return specified piece, including specified // number of ghost levels. -#ifndef __vtkExtractPolyDataPiece_h -#define __vtkExtractPolyDataPiece_h +#ifndef vtkExtractPolyDataPiece_h +#define vtkExtractPolyDataPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkExtractUnstructuredGridPiece.h b/Filters/Parallel/vtkExtractUnstructuredGridPiece.h index 59bd0f334d..b1b5a6dbb0 100644 --- a/Filters/Parallel/vtkExtractUnstructuredGridPiece.h +++ b/Filters/Parallel/vtkExtractUnstructuredGridPiece.h @@ -15,8 +15,8 @@ // .NAME vtkExtractUnstructuredGridPiece - Return specified piece, including specified // number of ghost levels. -#ifndef __vtkExtractUnstructuredGridPiece_h -#define __vtkExtractUnstructuredGridPiece_h +#ifndef vtkExtractUnstructuredGridPiece_h +#define vtkExtractUnstructuredGridPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/Parallel/vtkExtractUserDefinedPiece.h b/Filters/Parallel/vtkExtractUserDefinedPiece.h index 65231ac327..82c1c2a32b 100644 --- a/Filters/Parallel/vtkExtractUserDefinedPiece.h +++ b/Filters/Parallel/vtkExtractUserDefinedPiece.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkExtractUnstructuredGridPiece -#ifndef __vtkExtractUserDefinedPiece_h -#define __vtkExtractUserDefinedPiece_h +#ifndef vtkExtractUserDefinedPiece_h +#define vtkExtractUserDefinedPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkExtractUnstructuredGridPiece.h" diff --git a/Filters/Parallel/vtkPCellDataToPointData.h b/Filters/Parallel/vtkPCellDataToPointData.h index 16ebe10507..240072e9ae 100644 --- a/Filters/Parallel/vtkPCellDataToPointData.h +++ b/Filters/Parallel/vtkPCellDataToPointData.h @@ -20,8 +20,8 @@ // "PieceInvariant" flag that lets the user change the behavior // of the filter to that of its superclass. -#ifndef __vtkPCellDataToPointData_h -#define __vtkPCellDataToPointData_h +#ifndef vtkPCellDataToPointData_h +#define vtkPCellDataToPointData_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkCellDataToPointData.h" diff --git a/Filters/Parallel/vtkPExtractArraysOverTime.h b/Filters/Parallel/vtkPExtractArraysOverTime.h index 385ab9cdbb..e25c629898 100644 --- a/Filters/Parallel/vtkPExtractArraysOverTime.h +++ b/Filters/Parallel/vtkPExtractArraysOverTime.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkExtractArraysOverTime -#ifndef __vtkPExtractArraysOverTime_h -#define __vtkPExtractArraysOverTime_h +#ifndef vtkPExtractArraysOverTime_h +#define vtkPExtractArraysOverTime_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkExtractArraysOverTime.h" diff --git a/Filters/Parallel/vtkPKdTree.h b/Filters/Parallel/vtkPKdTree.h index 192878c614..32a2e5aa71 100644 --- a/Filters/Parallel/vtkPKdTree.h +++ b/Filters/Parallel/vtkPKdTree.h @@ -37,8 +37,8 @@ // .SECTION See Also // vtkKdTree -#ifndef __vtkPKdTree_h -#define __vtkPKdTree_h +#ifndef vtkPKdTree_h +#define vtkPKdTree_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkKdTree.h" diff --git a/Filters/Parallel/vtkPLinearExtrusionFilter.h b/Filters/Parallel/vtkPLinearExtrusionFilter.h index b44056e05a..f06c5b5c10 100644 --- a/Filters/Parallel/vtkPLinearExtrusionFilter.h +++ b/Filters/Parallel/vtkPLinearExtrusionFilter.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkLinearExtrusionFilter -#ifndef __vtkPLinearExtrusionFilter_h -#define __vtkPLinearExtrusionFilter_h +#ifndef vtkPLinearExtrusionFilter_h +#define vtkPLinearExtrusionFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkLinearExtrusionFilter.h" diff --git a/Filters/Parallel/vtkPMaskPoints.h b/Filters/Parallel/vtkPMaskPoints.h index b6cd37b6c8..fa8d896bce 100644 --- a/Filters/Parallel/vtkPMaskPoints.h +++ b/Filters/Parallel/vtkPMaskPoints.h @@ -18,8 +18,8 @@ // the use of the vtkMultiProcessController and that // ProportionalMaximumNumberOfPoints is obeyed. -#ifndef __vtkPMaskPoints_h -#define __vtkPMaskPoints_h +#ifndef vtkPMaskPoints_h +#define vtkPMaskPoints_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkMaskPoints.h" diff --git a/Filters/Parallel/vtkPOutlineCornerFilter.h b/Filters/Parallel/vtkPOutlineCornerFilter.h index 0df235e50b..0590fa8c3d 100644 --- a/Filters/Parallel/vtkPOutlineCornerFilter.h +++ b/Filters/Parallel/vtkPOutlineCornerFilter.h @@ -21,8 +21,8 @@ -#ifndef __vtkPOutlineCornerFilter_h -#define __vtkPOutlineCornerFilter_h +#ifndef vtkPOutlineCornerFilter_h +#define vtkPOutlineCornerFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkPOutlineFilter.h b/Filters/Parallel/vtkPOutlineFilter.h index b981c308b1..4503ec30cb 100644 --- a/Filters/Parallel/vtkPOutlineFilter.h +++ b/Filters/Parallel/vtkPOutlineFilter.h @@ -18,8 +18,8 @@ // partitions in other processes. It assumes the filter is operated // in a data parallel pipeline. -#ifndef __vtkPOutlineFilter_h -#define __vtkPOutlineFilter_h +#ifndef vtkPOutlineFilter_h +#define vtkPOutlineFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkPOutlineFilterInternals.h b/Filters/Parallel/vtkPOutlineFilterInternals.h index 646588117d..ec918b7f94 100644 --- a/Filters/Parallel/vtkPOutlineFilterInternals.h +++ b/Filters/Parallel/vtkPOutlineFilterInternals.h @@ -18,8 +18,8 @@ // vtkOutlineCornerFilter. It assumes the filter is operated in a data parallel // pipeline. -#ifndef __vtkPOutlineFilterInternals_h -#define __vtkPOutlineFilterInternals_h +#ifndef vtkPOutlineFilterInternals_h +#define vtkPOutlineFilterInternals_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkBoundingBox.h" // needed for vtkBoundingBox. diff --git a/Filters/Parallel/vtkPPolyDataNormals.h b/Filters/Parallel/vtkPPolyDataNormals.h index d319f69d01..7501cc4a4c 100644 --- a/Filters/Parallel/vtkPPolyDataNormals.h +++ b/Filters/Parallel/vtkPPolyDataNormals.h @@ -15,8 +15,8 @@ // .NAME vtkPPolyDataNormals - compute normals for polygonal mesh // .SECTION Description -#ifndef __vtkPPolyDataNormals_h -#define __vtkPPolyDataNormals_h +#ifndef vtkPPolyDataNormals_h +#define vtkPPolyDataNormals_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataNormals.h" diff --git a/Filters/Parallel/vtkPProbeFilter.h b/Filters/Parallel/vtkPProbeFilter.h index ff5cc554c3..c7397613b0 100644 --- a/Filters/Parallel/vtkPProbeFilter.h +++ b/Filters/Parallel/vtkPProbeFilter.h @@ -15,8 +15,8 @@ // .NAME vtkPProbeFilter - probe dataset in parallel // .SECTION Description -#ifndef __vtkPProbeFilter_h -#define __vtkPProbeFilter_h +#ifndef vtkPProbeFilter_h +#define vtkPProbeFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkCompositeDataProbeFilter.h" diff --git a/Filters/Parallel/vtkPProjectSphereFilter.h b/Filters/Parallel/vtkPProjectSphereFilter.h index 9fb820cd7b..e0ee5da068 100644 --- a/Filters/Parallel/vtkPProjectSphereFilter.h +++ b/Filters/Parallel/vtkPProjectSphereFilter.h @@ -17,8 +17,8 @@ // // .SECTION Description -#ifndef __vtkPProjectSphereFilter_h -#define __vtkPProjectSphereFilter_h +#ifndef vtkPProjectSphereFilter_h +#define vtkPProjectSphereFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkProjectSphereFilter.h" @@ -52,4 +52,4 @@ private: void operator=(const vtkPProjectSphereFilter &); // Not implemented }; -#endif // __vtkPProjectSphereFilter_h +#endif // vtkPProjectSphereFilter_h diff --git a/Filters/Parallel/vtkPReflectionFilter.h b/Filters/Parallel/vtkPReflectionFilter.h index 57fd196cf3..df014ef051 100644 --- a/Filters/Parallel/vtkPReflectionFilter.h +++ b/Filters/Parallel/vtkPReflectionFilter.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkPReflectionFilter is a parallel version of vtkReflectionFilter which takes // into consideration the full dataset bounds for performing the reflection. -#ifndef __vtkPReflectionFilter_h -#define __vtkPReflectionFilter_h +#ifndef vtkPReflectionFilter_h +#define vtkPReflectionFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkReflectionFilter.h" diff --git a/Filters/Parallel/vtkPResampleFilter.h b/Filters/Parallel/vtkPResampleFilter.h index 43656e2118..459663b48b 100644 --- a/Filters/Parallel/vtkPResampleFilter.h +++ b/Filters/Parallel/vtkPResampleFilter.h @@ -15,8 +15,8 @@ // .NAME vtkPResampleFilter - probe dataset in parallel using a vtkImageData // .SECTION Description -#ifndef __vtkPResampleFilter_h -#define __vtkPResampleFilter_h +#ifndef vtkPResampleFilter_h +#define vtkPResampleFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Filters/Parallel/vtkPSphereSource.h b/Filters/Parallel/vtkPSphereSource.h index 276ddf1671..efad0a8c3d 100644 --- a/Filters/Parallel/vtkPSphereSource.h +++ b/Filters/Parallel/vtkPSphereSource.h @@ -14,8 +14,8 @@ =========================================================================*/ // .NAME vtkPSphereSource - sphere source that supports pieces -#ifndef __vtkPSphereSource_h -#define __vtkPSphereSource_h +#ifndef vtkPSphereSource_h +#define vtkPSphereSource_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkSphereSource.h" diff --git a/Filters/Parallel/vtkPYoungsMaterialInterface.h b/Filters/Parallel/vtkPYoungsMaterialInterface.h index c7c9f92765..e9b0202234 100644 --- a/Filters/Parallel/vtkPYoungsMaterialInterface.h +++ b/Filters/Parallel/vtkPYoungsMaterialInterface.h @@ -27,8 +27,8 @@ // .SECTION See also // vtkYoungsMaterialInterface -#ifndef __vtkPYoungsMaterialInterface_h -#define __vtkPYoungsMaterialInterface_h +#ifndef vtkPYoungsMaterialInterface_h +#define vtkPYoungsMaterialInterface_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkYoungsMaterialInterface.h" diff --git a/Filters/Parallel/vtkPassThroughFilter.h b/Filters/Parallel/vtkPassThroughFilter.h index 75593a2fed..cb8c3963c1 100644 --- a/Filters/Parallel/vtkPassThroughFilter.h +++ b/Filters/Parallel/vtkPassThroughFilter.h @@ -18,8 +18,8 @@ // used by PVSources with multiple outputs as the VTK filter in the // dummy connection objects at each output. -#ifndef __vtkPassThroughFilter_h -#define __vtkPassThroughFilter_h +#ifndef vtkPassThroughFilter_h +#define vtkPassThroughFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Parallel/vtkPieceRequestFilter.h b/Filters/Parallel/vtkPieceRequestFilter.h index 07b36e8bb0..5a5abf9116 100644 --- a/Filters/Parallel/vtkPieceRequestFilter.h +++ b/Filters/Parallel/vtkPieceRequestFilter.h @@ -17,8 +17,8 @@ // Sends the piece and number of pieces to upstream filters; passes the input // to the output unmodified. -#ifndef __vtkPieceRequestFilter_h -#define __vtkPieceRequestFilter_h +#ifndef vtkPieceRequestFilter_h +#define vtkPieceRequestFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/Filters/Parallel/vtkPieceScalars.h b/Filters/Parallel/vtkPieceScalars.h index 2841376e04..2c268e11a3 100644 --- a/Filters/Parallel/vtkPieceScalars.h +++ b/Filters/Parallel/vtkPieceScalars.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkPolyDataStreamer -#ifndef __vtkPieceScalars_h -#define __vtkPieceScalars_h +#ifndef vtkPieceScalars_h +#define vtkPieceScalars_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Parallel/vtkPipelineSize.h b/Filters/Parallel/vtkPipelineSize.h index 1f21c80ed8..6fe9e266bb 100644 --- a/Filters/Parallel/vtkPipelineSize.h +++ b/Filters/Parallel/vtkPipelineSize.h @@ -15,8 +15,8 @@ // .NAME vtkPipelineSize - compute the memory required by a pipeline -#ifndef __vtkPipelineSize_h -#define __vtkPipelineSize_h +#ifndef vtkPipelineSize_h +#define vtkPipelineSize_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkObject.h" diff --git a/Filters/Parallel/vtkProcessIdScalars.h b/Filters/Parallel/vtkProcessIdScalars.h index 5c6eb9f128..d5623ba2b2 100644 --- a/Filters/Parallel/vtkProcessIdScalars.h +++ b/Filters/Parallel/vtkProcessIdScalars.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkPolyDataStreamer -#ifndef __vtkProcessIdScalars_h -#define __vtkProcessIdScalars_h +#ifndef vtkProcessIdScalars_h +#define vtkProcessIdScalars_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Parallel/vtkRectilinearGridOutlineFilter.h b/Filters/Parallel/vtkRectilinearGridOutlineFilter.h index 2b6793e81c..84c48422d5 100644 --- a/Filters/Parallel/vtkRectilinearGridOutlineFilter.h +++ b/Filters/Parallel/vtkRectilinearGridOutlineFilter.h @@ -19,8 +19,8 @@ // With one piece you can simply use vtkOutlineFilter. This filter // ignores internal edges when the extent is not the whole extent. -#ifndef __vtkRectilinearGridOutlineFilter_h -#define __vtkRectilinearGridOutlineFilter_h +#ifndef vtkRectilinearGridOutlineFilter_h +#define vtkRectilinearGridOutlineFilter_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkTransmitPolyDataPiece.h b/Filters/Parallel/vtkTransmitPolyDataPiece.h index d0aa81da56..8a35e72cd3 100644 --- a/Filters/Parallel/vtkTransmitPolyDataPiece.h +++ b/Filters/Parallel/vtkTransmitPolyDataPiece.h @@ -21,8 +21,8 @@ // the distributed to others using the multiprocess controller. -#ifndef __vtkTransmitPolyDataPiece_h -#define __vtkTransmitPolyDataPiece_h +#ifndef vtkTransmitPolyDataPiece_h +#define vtkTransmitPolyDataPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Parallel/vtkTransmitRectilinearGridPiece.h b/Filters/Parallel/vtkTransmitRectilinearGridPiece.h index 9468f5c62e..395c60a36c 100644 --- a/Filters/Parallel/vtkTransmitRectilinearGridPiece.h +++ b/Filters/Parallel/vtkTransmitRectilinearGridPiece.h @@ -24,8 +24,8 @@ // can be used directly instead. -#ifndef __vtkTransmitRectilinearGridPiece_h -#define __vtkTransmitRectilinearGridPiece_h +#ifndef vtkTransmitRectilinearGridPiece_h +#define vtkTransmitRectilinearGridPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkTransmitStructuredDataPiece.h" diff --git a/Filters/Parallel/vtkTransmitStructuredDataPiece.h b/Filters/Parallel/vtkTransmitStructuredDataPiece.h index 36cc61ea8d..f1a606c931 100644 --- a/Filters/Parallel/vtkTransmitStructuredDataPiece.h +++ b/Filters/Parallel/vtkTransmitStructuredDataPiece.h @@ -21,8 +21,8 @@ // the distributed to others using the multiprocess controller. -#ifndef __vtkTransmitStructuredDataPiece_h -#define __vtkTransmitStructuredDataPiece_h +#ifndef vtkTransmitStructuredDataPiece_h +#define vtkTransmitStructuredDataPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Parallel/vtkTransmitStructuredGridPiece.h b/Filters/Parallel/vtkTransmitStructuredGridPiece.h index e1f35a21e9..e2204eeb01 100644 --- a/Filters/Parallel/vtkTransmitStructuredGridPiece.h +++ b/Filters/Parallel/vtkTransmitStructuredGridPiece.h @@ -24,8 +24,8 @@ // can be used directly instead. -#ifndef __vtkTransmitStructuredGridPiece_h -#define __vtkTransmitStructuredGridPiece_h +#ifndef vtkTransmitStructuredGridPiece_h +#define vtkTransmitStructuredGridPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkTransmitStructuredDataPiece.h" diff --git a/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h b/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h index ad0f133456..e9d1718363 100644 --- a/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h +++ b/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h @@ -21,8 +21,8 @@ // the distributed to others using the multiprocess controller. -#ifndef __vtkTransmitUnstructuredGridPiece_h -#define __vtkTransmitUnstructuredGridPiece_h +#ifndef vtkTransmitUnstructuredGridPiece_h +#define vtkTransmitUnstructuredGridPiece_h #include "vtkFiltersParallelModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h b/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h index 19126956a4..266093cf4d 100644 --- a/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h +++ b/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h @@ -21,8 +21,8 @@ // vtkPParticlePathFilterBase has the details of the algorithms -#ifndef __vtkPParticlePathFilter_h -#define __vtkPParticlePathFilter_h +#ifndef vtkPParticlePathFilter_h +#define vtkPParticlePathFilter_h #include "vtkPParticleTracerBase.h" diff --git a/Filters/ParallelFlowPaths/vtkPParticleTracer.h b/Filters/ParallelFlowPaths/vtkPParticleTracer.h index 9b97f7bb3b..a29745d088 100644 --- a/Filters/ParallelFlowPaths/vtkPParticleTracer.h +++ b/Filters/ParallelFlowPaths/vtkPParticleTracer.h @@ -21,8 +21,8 @@ // vtkPParticleTracerBase has the details of the algorithms -#ifndef __vtkPParticleTracer_h -#define __vtkPParticleTracer_h +#ifndef vtkPParticleTracer_h +#define vtkPParticleTracer_h #include "vtkSmartPointer.h" // For protected ivars. #include "vtkPParticleTracerBase.h" diff --git a/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h b/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h index ebedb8806a..ccab1768ef 100644 --- a/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h +++ b/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h @@ -21,8 +21,8 @@ // vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver // vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45 vtkStreamTracer -#ifndef __vtkPParticleTracerBase_h -#define __vtkPParticleTracerBase_h +#ifndef vtkPParticleTracerBase_h +#define vtkPParticleTracerBase_h #include "vtkSmartPointer.h" // For protected ivars. #include "vtkParticleTracerBase.h" diff --git a/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h b/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h index f3f60c8488..7e1ee34dee 100644 --- a/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h +++ b/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h @@ -21,8 +21,8 @@ // vtkPStreaklineFilterBase has the details of the algorithms -#ifndef __vtkPStreaklineFilter_h -#define __vtkPStreaklineFilter_h +#ifndef vtkPStreaklineFilter_h +#define vtkPStreaklineFilter_h #include "vtkSmartPointer.h" // For protected ivars. #include "vtkStreaklineFilter.h" //for utility diff --git a/Filters/ParallelFlowPaths/vtkPStreamTracer.h b/Filters/ParallelFlowPaths/vtkPStreamTracer.h index afb4bf9d10..9fda6f9e1e 100644 --- a/Filters/ParallelFlowPaths/vtkPStreamTracer.h +++ b/Filters/ParallelFlowPaths/vtkPStreamTracer.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkStreamTracer -#ifndef __vtkPStreamTracer_h -#define __vtkPStreamTracer_h +#ifndef vtkPStreamTracer_h +#define vtkPStreamTracer_h #include "vtkStreamTracer.h" #include "vtkSmartPointer.h" // This is a leaf node. No need to use PIMPL to avoid compile time penalty. diff --git a/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h b/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h index 491b61beec..62d168f09a 100644 --- a/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h +++ b/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h @@ -21,8 +21,8 @@ // vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver // vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45 vtkStreamTracer -#ifndef __vtkPTemporalStreamTracer_h -#define __vtkPTemporalStreamTracer_h +#ifndef vtkPTemporalStreamTracer_h +#define vtkPTemporalStreamTracer_h #include "vtkFiltersParallelFlowPathsModule.h" // For export macro #include "vtkSmartPointer.h" // For protected ivars. diff --git a/Filters/ParallelImaging/vtkExtractPiece.h b/Filters/ParallelImaging/vtkExtractPiece.h index 84ba34c891..e44518a9ef 100644 --- a/Filters/ParallelImaging/vtkExtractPiece.h +++ b/Filters/ParallelImaging/vtkExtractPiece.h @@ -20,8 +20,8 @@ // vtkRectilinearGrid, vtkStructuredGrid, and vtkUnstructuredGrid; it does // not handle sub-grids of type vtkCompositeDataSet. -#ifndef __vtkExtractPiece_h -#define __vtkExtractPiece_h +#ifndef vtkExtractPiece_h +#define vtkExtractPiece_h #include "vtkFiltersParallelImagingModule.h" // For export macro #include "vtkCompositeDataSetAlgorithm.h" diff --git a/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h b/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h index 97b2cde77d..2f0e01dcab 100644 --- a/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h +++ b/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h @@ -18,8 +18,8 @@ // many times with smaller update extents. All processing up stream // streams smaller pieces. -#ifndef __vtkMemoryLimitImageDataStreamer_h -#define __vtkMemoryLimitImageDataStreamer_h +#ifndef vtkMemoryLimitImageDataStreamer_h +#define vtkMemoryLimitImageDataStreamer_h #include "vtkFiltersParallelImagingModule.h" // For export macro #include "vtkImageDataStreamer.h" diff --git a/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h b/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h index c271cf8c45..8b3e3bfe96 100644 --- a/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h +++ b/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h @@ -36,8 +36,8 @@ // .SECTION Thanks // Developed by David Feng at Sandia National Laboratories //------------------------------------------------------------------------------ -#ifndef __vtkPComputeHistogram2DOutliers_h -#define __vtkPComputeHistogram2DOutliers_h +#ifndef vtkPComputeHistogram2DOutliers_h +#define vtkPComputeHistogram2DOutliers_h //------------------------------------------------------------------------------ #include "vtkFiltersParallelImagingModule.h" // For export macro #include "vtkComputeHistogram2DOutliers.h" diff --git a/Filters/ParallelImaging/vtkPExtractHistogram2D.h b/Filters/ParallelImaging/vtkPExtractHistogram2D.h index 3091ea49c9..3bb2686181 100644 --- a/Filters/ParallelImaging/vtkPExtractHistogram2D.h +++ b/Filters/ParallelImaging/vtkPExtractHistogram2D.h @@ -32,8 +32,8 @@ // .SECTION Thanks // Developed by David Feng and Philippe Pebay at Sandia National Laboratories //------------------------------------------------------------------------------ -#ifndef __vtkPExtractHistogram2D_h -#define __vtkPExtractHistogram2D_h +#ifndef vtkPExtractHistogram2D_h +#define vtkPExtractHistogram2D_h #include "vtkFiltersParallelImagingModule.h" // For export macro #include "vtkExtractHistogram2D.h" diff --git a/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h b/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h index 563d546e23..6d8007ea42 100644 --- a/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h +++ b/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h @@ -37,8 +37,8 @@ // .SECTION Thanks // Developed by David Feng and Philippe Pebay at Sandia National Laboratories //------------------------------------------------------------------------------ -#ifndef __vtkPPairwiseExtractHistogram2D_h -#define __vtkPPairwiseExtractHistogram2D_h +#ifndef vtkPPairwiseExtractHistogram2D_h +#define vtkPPairwiseExtractHistogram2D_h #include "vtkFiltersParallelImagingModule.h" // For export macro #include "vtkPairwiseExtractHistogram2D.h" diff --git a/Filters/ParallelImaging/vtkTransmitImageDataPiece.h b/Filters/ParallelImaging/vtkTransmitImageDataPiece.h index a537c5d50f..05cd8fc4a2 100644 --- a/Filters/ParallelImaging/vtkTransmitImageDataPiece.h +++ b/Filters/ParallelImaging/vtkTransmitImageDataPiece.h @@ -24,8 +24,8 @@ // can be used directly instead. -#ifndef __vtkTransmitImageDataPiece_h -#define __vtkTransmitImageDataPiece_h +#ifndef vtkTransmitImageDataPiece_h +#define vtkTransmitImageDataPiece_h #include "vtkFiltersParallelImagingModule.h" // For export macro #include "vtkTransmitStructuredDataPiece.h" diff --git a/Filters/ParallelMPI/vtkDistributedDataFilter.h b/Filters/ParallelMPI/vtkDistributedDataFilter.h index 6b826ae87e..2499bdede5 100644 --- a/Filters/ParallelMPI/vtkDistributedDataFilter.h +++ b/Filters/ParallelMPI/vtkDistributedDataFilter.h @@ -83,8 +83,8 @@ // .SECTION See Also // vtkKdTree vtkPKdTree vtkBSPCuts -#ifndef __vtkDistributedDataFilter_h -#define __vtkDistributedDataFilter_h +#ifndef vtkDistributedDataFilter_h +#define vtkDistributedDataFilter_h #include "vtkFiltersParallelMPIModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/ParallelMPI/vtkPExtractGrid.h b/Filters/ParallelMPI/vtkPExtractGrid.h index 08d5154442..93dbca1fc0 100644 --- a/Filters/ParallelMPI/vtkPExtractGrid.h +++ b/Filters/ParallelMPI/vtkPExtractGrid.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkExtractGrid -#ifndef __vtkPExtractGrid_h -#define __vtkPExtractGrid_h +#ifndef vtkPExtractGrid_h +#define vtkPExtractGrid_h #include "vtkFiltersParallelMPIModule.h" // For export macro #include "vtkExtractGrid.h" diff --git a/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h b/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h index f679f1efee..4d7f0e6b15 100644 --- a/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h +++ b/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkExtractRectilinearGrid -#ifndef __vtkPExtractRectilinearGrid_h -#define __vtkPExtractRectilinearGrid_h +#ifndef vtkPExtractRectilinearGrid_h +#define vtkPExtractRectilinearGrid_h #include "vtkFiltersParallelMPIModule.h" // For export macro #include "vtkExtractRectilinearGrid.h" diff --git a/Filters/ParallelMPI/vtkPExtractVOI.h b/Filters/ParallelMPI/vtkPExtractVOI.h index 1a908465f9..8cacf49a3b 100644 --- a/Filters/ParallelMPI/vtkPExtractVOI.h +++ b/Filters/ParallelMPI/vtkPExtractVOI.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkExtractVOI -#ifndef __vtkPExtractVOI_h -#define __vtkPExtractVOI_h +#ifndef vtkPExtractVOI_h +#define vtkPExtractVOI_h #include "vtkFiltersParallelMPIModule.h" // For export macro #include "vtkExtractVOI.h" diff --git a/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h b/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h index eb583866dc..dd5f425047 100644 --- a/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h +++ b/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h @@ -34,8 +34,8 @@ // // -#ifndef __vtkStructuredImplicitConnectivity_h -#define __vtkStructuredImplicitConnectivity_h +#ifndef vtkStructuredImplicitConnectivity_h +#define vtkStructuredImplicitConnectivity_h #include "vtkFiltersParallelMPIModule.h" // For export macro #include "vtkObject.h" diff --git a/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h b/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h index 5c79834878..91a58fa29f 100644 --- a/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h +++ b/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h @@ -21,8 +21,8 @@ // .SECTION Thanks // This class was written by Philippe Pebay, Kitware SAS 2012. -#ifndef __vtkPAutoCorrelativeStatistics_h -#define __vtkPAutoCorrelativeStatistics_h +#ifndef vtkPAutoCorrelativeStatistics_h +#define vtkPAutoCorrelativeStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkAutoCorrelativeStatistics.h" diff --git a/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h b/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h index eed7d87739..b369365754 100644 --- a/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h +++ b/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h @@ -24,8 +24,8 @@ PURPOSE. See the above copyright notice for more information. // Perform the table filtering operations provided by // vtkBivariateLinearTableThreshold in parallel. -#ifndef __vtkPBivariateLinearTableThreshold__h -#define __vtkPBivariateLinearTableThreshold__h +#ifndef vtkPBivariateLinearTableThreshold__h +#define vtkPBivariateLinearTableThreshold__h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkBivariateLinearTableThreshold.h" diff --git a/Filters/ParallelStatistics/vtkPContingencyStatistics.h b/Filters/ParallelStatistics/vtkPContingencyStatistics.h index 30bde81f22..de410faacb 100644 --- a/Filters/ParallelStatistics/vtkPContingencyStatistics.h +++ b/Filters/ParallelStatistics/vtkPContingencyStatistics.h @@ -34,8 +34,8 @@ // .SECTION Thanks // Thanks to Philippe Pebay from Sandia National Laboratories for implementing this class. -#ifndef __vtkPContingencyStatistics_h -#define __vtkPContingencyStatistics_h +#ifndef vtkPContingencyStatistics_h +#define vtkPContingencyStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkContingencyStatistics.h" diff --git a/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h b/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h index 39483989bf..79f6a40c3b 100644 --- a/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h +++ b/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Thanks to Philippe Pebay from Sandia National Laboratories for implementing this class. -#ifndef __vtkPCorrelativeStatistics_h -#define __vtkPCorrelativeStatistics_h +#ifndef vtkPCorrelativeStatistics_h +#define vtkPCorrelativeStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkCorrelativeStatistics.h" diff --git a/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h b/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h index d0b0a5c440..b308967553 100644 --- a/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h +++ b/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Thanks to Philippe Pebay from Sandia National Laboratories for implementing this class. -#ifndef __vtkPDescriptiveStatistics_h -#define __vtkPDescriptiveStatistics_h +#ifndef vtkPDescriptiveStatistics_h +#define vtkPDescriptiveStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkDescriptiveStatistics.h" diff --git a/Filters/ParallelStatistics/vtkPKMeansStatistics.h b/Filters/ParallelStatistics/vtkPKMeansStatistics.h index 41b6389c8b..0accdd00f5 100644 --- a/Filters/ParallelStatistics/vtkPKMeansStatistics.h +++ b/Filters/ParallelStatistics/vtkPKMeansStatistics.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Thanks to Janine Bennett, Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class. -#ifndef __vtkPKMeanStatistics_h -#define __vtkPKMeanStatistics_h +#ifndef vtkPKMeanStatistics_h +#define vtkPKMeanStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkKMeansStatistics.h" diff --git a/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h b/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h index e610ace6d6..1a9c3cbfdc 100644 --- a/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h +++ b/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class. -#ifndef __vtkPMultiCorrelativeStatistics_h -#define __vtkPMultiCorrelativeStatistics_h +#ifndef vtkPMultiCorrelativeStatistics_h +#define vtkPMultiCorrelativeStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkMultiCorrelativeStatistics.h" diff --git a/Filters/ParallelStatistics/vtkPOrderStatistics.h b/Filters/ParallelStatistics/vtkPOrderStatistics.h index aeaffb8a75..6bc41f60ce 100644 --- a/Filters/ParallelStatistics/vtkPOrderStatistics.h +++ b/Filters/ParallelStatistics/vtkPOrderStatistics.h @@ -34,8 +34,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION Thanks // Thanks to Philippe Pebay from Sandia National Laboratories for implementing this class. -#ifndef __vtkPOrderStatistics_h -#define __vtkPOrderStatistics_h +#ifndef vtkPOrderStatistics_h +#define vtkPOrderStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkOrderStatistics.h" diff --git a/Filters/ParallelStatistics/vtkPPCAStatistics.h b/Filters/ParallelStatistics/vtkPPCAStatistics.h index 933829b61f..f908eb315d 100644 --- a/Filters/ParallelStatistics/vtkPPCAStatistics.h +++ b/Filters/ParallelStatistics/vtkPPCAStatistics.h @@ -27,8 +27,8 @@ // Thanks to Philippe Pebay, David Thompson and Janine Bennett from // Sandia National Laboratories for implementing this class. -#ifndef __vtkPPCAStatistics_h -#define __vtkPPCAStatistics_h +#ifndef vtkPPCAStatistics_h +#define vtkPPCAStatistics_h #include "vtkFiltersParallelStatisticsModule.h" // For export macro #include "vtkPCAStatistics.h" diff --git a/Filters/Programmable/vtkProgrammableAttributeDataFilter.h b/Filters/Programmable/vtkProgrammableAttributeDataFilter.h index d0b2d246e3..b563c81a52 100644 --- a/Filters/Programmable/vtkProgrammableAttributeDataFilter.h +++ b/Filters/Programmable/vtkProgrammableAttributeDataFilter.h @@ -68,8 +68,8 @@ // you'll want to send a manual Modified() method to the filter to force it // to reexecute. -#ifndef __vtkProgrammableAttributeDataFilter_h -#define __vtkProgrammableAttributeDataFilter_h +#ifndef vtkProgrammableAttributeDataFilter_h +#define vtkProgrammableAttributeDataFilter_h #include "vtkFiltersProgrammableModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Programmable/vtkProgrammableFilter.h b/Filters/Programmable/vtkProgrammableFilter.h index 3a46ea6c7c..0f6f950a21 100644 --- a/Filters/Programmable/vtkProgrammableFilter.h +++ b/Filters/Programmable/vtkProgrammableFilter.h @@ -34,8 +34,8 @@ // .SECTION See Also // vtkProgrammablePointDataFilter vtkProgrammableSource -#ifndef __vtkProgrammableFilter_h -#define __vtkProgrammableFilter_h +#ifndef vtkProgrammableFilter_h +#define vtkProgrammableFilter_h #include "vtkFiltersProgrammableModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Filters/Programmable/vtkProgrammableGlyphFilter.h b/Filters/Programmable/vtkProgrammableGlyphFilter.h index d9c695d027..a199309ce3 100644 --- a/Filters/Programmable/vtkProgrammableGlyphFilter.h +++ b/Filters/Programmable/vtkProgrammableGlyphFilter.h @@ -54,8 +54,8 @@ // .SECTION See Also // vtkGlyph3D vtkTensorGlyph vtkCellCenters -#ifndef __vtkProgrammableGlyphFilter_h -#define __vtkProgrammableGlyphFilter_h +#ifndef vtkProgrammableGlyphFilter_h +#define vtkProgrammableGlyphFilter_h #define VTK_COLOR_BY_INPUT 0 #define VTK_COLOR_BY_SOURCE 1 diff --git a/Filters/Python/vtkPythonAlgorithm.h b/Filters/Python/vtkPythonAlgorithm.h index 1e44da8b7f..d373d92fe8 100644 --- a/Filters/Python/vtkPythonAlgorithm.h +++ b/Filters/Python/vtkPythonAlgorithm.h @@ -34,8 +34,8 @@ // .SECTION See Also // vtkProgrammableFilter -#ifndef __vtkPythonAlgorithm_h -#define __vtkPythonAlgorithm_h +#ifndef vtkPythonAlgorithm_h +#define vtkPythonAlgorithm_h #include "vtkPython.h" // Must be first diff --git a/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h b/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h index 294c23240b..f10b57b795 100644 --- a/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h +++ b/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h @@ -17,8 +17,8 @@ // The filter takes an input vtkReebGraph object and outputs a // vtkReebGraph object. -#ifndef __vtkReebGraphSimplificationFilter_h -#define __vtkReebGraphSimplificationFilter_h +#ifndef vtkReebGraphSimplificationFilter_h +#define vtkReebGraphSimplificationFilter_h #include "vtkFiltersReebGraphModule.h" // For export macro #include "vtkDirectedGraphAlgorithm.h" diff --git a/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h b/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h index 1800b9e326..02b615a679 100644 --- a/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h +++ b/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h @@ -37,8 +37,8 @@ // intermediary samples, see Graphics/Testing/Cxx/TestReebGraph.cxx). // -#ifndef __vtkReebGraphSurfaceSkeletonFilter_h -#define __vtkReebGraphSurfaceSkeletonFilter_h +#ifndef vtkReebGraphSurfaceSkeletonFilter_h +#define vtkReebGraphSurfaceSkeletonFilter_h #include "vtkFiltersReebGraphModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h b/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h index 59e1e0507c..69b7e22e64 100644 --- a/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h +++ b/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h @@ -29,8 +29,8 @@ // computed on that mesh (port 1). // The outputs is vtkReebGraph object describing either a join or split tree. -#ifndef __vtkReebGraphToJoinSplitTreeFilter_h -#define __vtkReebGraphToJoinSplitTreeFilter_h +#ifndef vtkReebGraphToJoinSplitTreeFilter_h +#define vtkReebGraphToJoinSplitTreeFilter_h #include "vtkFiltersReebGraphModule.h" // For export macro #include "vtkDirectedGraphAlgorithm.h" diff --git a/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h b/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h index 05a124791c..29b1a06ea8 100644 --- a/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h +++ b/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h @@ -38,8 +38,8 @@ // intermediary samples, see Graphics/Testing/Cxx/TestReebGraph.cxx). // -#ifndef __vtkReebGraphVolumeSkeletonFilter_h -#define __vtkReebGraphVolumeSkeletonFilter_h +#ifndef vtkReebGraphVolumeSkeletonFilter_h +#define vtkReebGraphVolumeSkeletonFilter_h #include "vtkFiltersReebGraphModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h b/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h index d1047b2c75..a5a5089c38 100644 --- a/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h +++ b/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h @@ -20,8 +20,8 @@ // If this field does not exist, the filter will use the vtkElevationFilter to // generate a default scalar field. -#ifndef __vtkUnstructuredGridToReebGraphFilter_h -#define __vtkUnstructuredGridToReebGraphFilter_h +#ifndef vtkUnstructuredGridToReebGraphFilter_h +#define vtkUnstructuredGridToReebGraphFilter_h #include "vtkFiltersReebGraphModule.h" // For export macro #include "vtkDirectedGraphAlgorithm.h" diff --git a/Filters/SMP/vtkSMPContourGrid.h b/Filters/SMP/vtkSMPContourGrid.h index ebdf22586d..f4a4c9c6e2 100644 --- a/Filters/SMP/vtkSMPContourGrid.h +++ b/Filters/SMP/vtkSMPContourGrid.h @@ -17,8 +17,8 @@ // it using multiple threads. This will probably be merged with vtkContourGrid // in the future. -#ifndef __vtkSMPContourGrid_h -#define __vtkSMPContourGrid_h +#ifndef vtkSMPContourGrid_h +#define vtkSMPContourGrid_h #include "vtkFiltersSMPModule.h" // For export macro #include "vtkContourGrid.h" diff --git a/Filters/SMP/vtkSMPContourGridManyPieces.h b/Filters/SMP/vtkSMPContourGridManyPieces.h index 217421cba7..276d132632 100644 --- a/Filters/SMP/vtkSMPContourGridManyPieces.h +++ b/Filters/SMP/vtkSMPContourGridManyPieces.h @@ -20,8 +20,8 @@ // interested in a filter that merges the piece. This will probably be merged with // vtkContourGrid in the future. -#ifndef __vtkSMPContourGridManyPieces_h -#define __vtkSMPContourGridManyPieces_h +#ifndef vtkSMPContourGridManyPieces_h +#define vtkSMPContourGridManyPieces_h #include "vtkFiltersSMPModule.h" // For export macro #include "vtkContourGrid.h" diff --git a/Filters/SMP/vtkSMPMergePoints.h b/Filters/SMP/vtkSMPMergePoints.h index b1b0987ead..ccc050c6da 100644 --- a/Filters/SMP/vtkSMPMergePoints.h +++ b/Filters/SMP/vtkSMPMergePoints.h @@ -25,8 +25,8 @@ // - Do bunch of merging with outLocator->Merge(inLocator[i], ...) (this can be done in parallel as long as no two bins are done at the same time) // - Fix the size of points with outLocator->FixSizeOfPointArray() -#ifndef __vtkSMPMergePoints_h__ -#define __vtkSMPMergePoints_h__ +#ifndef vtkSMPMergePoints_h__ +#define vtkSMPMergePoints_h__ #include "vtkFiltersSMPModule.h" // For export macro #include "vtkMergePoints.h" @@ -106,4 +106,4 @@ private: void operator=(const vtkSMPMergePoints&); // Not implemented }; -#endif // __vtkSMPMergePoints_h__ +#endif // vtkSMPMergePoints_h__ diff --git a/Filters/SMP/vtkSMPMergePolyDataHelper.h b/Filters/SMP/vtkSMPMergePolyDataHelper.h index 9728a50d49..58152f11db 100644 --- a/Filters/SMP/vtkSMPMergePolyDataHelper.h +++ b/Filters/SMP/vtkSMPMergePolyDataHelper.h @@ -18,8 +18,8 @@ // locators. It requires that the filter uses vtkSMPMergePoints which creates // a number of necessary data structures. -#ifndef __vtkSMPMergePolyDataHelper_h -#define __vtkSMPMergePolyDataHelper_h +#ifndef vtkSMPMergePolyDataHelper_h +#define vtkSMPMergePolyDataHelper_h #include "vtkFiltersSMPModule.h" diff --git a/Filters/SMP/vtkSMPTransform.h b/Filters/SMP/vtkSMPTransform.h index cba62cc6fd..b8aed7b2a7 100644 --- a/Filters/SMP/vtkSMPTransform.h +++ b/Filters/SMP/vtkSMPTransform.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkTransform -#ifndef __vtkSMPTransform_h -#define __vtkSMPTransform_h +#ifndef vtkSMPTransform_h +#define vtkSMPTransform_h #include "vtkFiltersSMPModule.h" // For export macro #include "vtkTransform.h" diff --git a/Filters/SMP/vtkSMPWarpVector.h b/Filters/SMP/vtkSMPWarpVector.h index 8ca5ddef6a..af10d73708 100644 --- a/Filters/SMP/vtkSMPWarpVector.h +++ b/Filters/SMP/vtkSMPWarpVector.h @@ -16,8 +16,8 @@ // .SECTION Description // Just like parent, but uses the SMP framework to do the work on many threads. -#ifndef __vtkSMPWarpVector_h__ -#define __vtkSMPWarpVector_h__ +#ifndef vtkSMPWarpVector_h__ +#define vtkSMPWarpVector_h__ #include "vtkFiltersSMPModule.h" // For export macro #include "vtkWarpVector.h" @@ -49,4 +49,4 @@ private : }; -#endif //__vtkSMPWarpVector_h__ +#endif //vtkSMPWarpVector_h__ diff --git a/Filters/Selection/vtkKdTreeSelector.h b/Filters/Selection/vtkKdTreeSelector.h index ba6c62a772..933b590513 100644 --- a/Filters/Selection/vtkKdTreeSelector.h +++ b/Filters/Selection/vtkKdTreeSelector.h @@ -25,8 +25,8 @@ // vtkSelection containing the ids found in the kd-tree using the specified // bounds. -#ifndef __vtkKdTreeSelector_h -#define __vtkKdTreeSelector_h +#ifndef vtkKdTreeSelector_h +#define vtkKdTreeSelector_h #include "vtkFiltersSelectionModule.h" // For export macro #include "vtkSelectionAlgorithm.h" diff --git a/Filters/Sources/vtkArcSource.h b/Filters/Sources/vtkArcSource.h index bac186d712..e49b6b49da 100644 --- a/Filters/Sources/vtkArcSource.h +++ b/Filters/Sources/vtkArcSource.h @@ -27,8 +27,8 @@ // Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France, and implemented // by Philippe Pebay, Kitware SAS 2012. -#ifndef __vtkArcSource_h -#define __vtkArcSource_h +#ifndef vtkArcSource_h +#define vtkArcSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkArrowSource.h b/Filters/Sources/vtkArrowSource.h index a139b0158d..aafaf505d8 100644 --- a/Filters/Sources/vtkArrowSource.h +++ b/Filters/Sources/vtkArrowSource.h @@ -23,8 +23,8 @@ // The length of the tip can also be set, and defaults to 0.35. -#ifndef __vtkArrowSource_h -#define __vtkArrowSource_h +#ifndef vtkArrowSource_h +#define vtkArrowSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkButtonSource.h b/Filters/Sources/vtkButtonSource.h index 712a7d8ec1..4c22257e76 100644 --- a/Filters/Sources/vtkButtonSource.h +++ b/Filters/Sources/vtkButtonSource.h @@ -39,8 +39,8 @@ // or vtkGlyph3D to orient the button in a different direction. -#ifndef __vtkButtonSource_h -#define __vtkButtonSource_h +#ifndef vtkButtonSource_h +#define vtkButtonSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkConeSource.h b/Filters/Sources/vtkConeSource.h index 84125fa107..e5986b24fa 100644 --- a/Filters/Sources/vtkConeSource.h +++ b/Filters/Sources/vtkConeSource.h @@ -24,8 +24,8 @@ // whether the bottom of the cone is capped with a (resolution-sided) // polygon, and to specify the height and radius of the cone. -#ifndef __vtkConeSource_h -#define __vtkConeSource_h +#ifndef vtkConeSource_h +#define vtkConeSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkCubeSource.h b/Filters/Sources/vtkCubeSource.h index 6bf90789e0..db539e315a 100644 --- a/Filters/Sources/vtkCubeSource.h +++ b/Filters/Sources/vtkCubeSource.h @@ -18,8 +18,8 @@ // with four-sided polygons. It is possible to specify the length, width, // and height of the cube independently. -#ifndef __vtkCubeSource_h -#define __vtkCubeSource_h +#ifndef vtkCubeSource_h +#define vtkCubeSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkCylinderSource.h b/Filters/Sources/vtkCylinderSource.h index 6aa385d448..60a0ffa3f4 100644 --- a/Filters/Sources/vtkCylinderSource.h +++ b/Filters/Sources/vtkCylinderSource.h @@ -22,8 +22,8 @@ // should use a vtkLineSource followed by a vtkTubeFilter instead of the // vtkCylinderSource. -#ifndef __vtkCylinderSource_h -#define __vtkCylinderSource_h +#ifndef vtkCylinderSource_h +#define vtkCylinderSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkDiagonalMatrixSource.h b/Filters/Sources/vtkDiagonalMatrixSource.h index c08b3a2503..4b0408a2d4 100644 --- a/Filters/Sources/vtkDiagonalMatrixSource.h +++ b/Filters/Sources/vtkDiagonalMatrixSource.h @@ -25,8 +25,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkDiagonalMatrixSource_h -#define __vtkDiagonalMatrixSource_h +#ifndef vtkDiagonalMatrixSource_h +#define vtkDiagonalMatrixSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Filters/Sources/vtkDiskSource.h b/Filters/Sources/vtkDiskSource.h index 98d2e9c80c..4245fc4be6 100644 --- a/Filters/Sources/vtkDiskSource.h +++ b/Filters/Sources/vtkDiskSource.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkLinearExtrusionFilter -#ifndef __vtkDiskSource_h -#define __vtkDiskSource_h +#ifndef vtkDiskSource_h +#define vtkDiskSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkEllipticalButtonSource.h b/Filters/Sources/vtkEllipticalButtonSource.h index 9daa9e9592..d73c857fb2 100644 --- a/Filters/Sources/vtkEllipticalButtonSource.h +++ b/Filters/Sources/vtkEllipticalButtonSource.h @@ -34,8 +34,8 @@ // .SECTION See Also // vtkButtonSource vtkRectangularButtonSource -#ifndef __vtkEllipticalButtonSource_h -#define __vtkEllipticalButtonSource_h +#ifndef vtkEllipticalButtonSource_h +#define vtkEllipticalButtonSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkButtonSource.h" diff --git a/Filters/Sources/vtkFrustumSource.h b/Filters/Sources/vtkFrustumSource.h index 3540b77119..0356df48bc 100644 --- a/Filters/Sources/vtkFrustumSource.h +++ b/Filters/Sources/vtkFrustumSource.h @@ -26,8 +26,8 @@ // coefficients // 3. pass the vtkPlanes to a vtkFrustumSource. -#ifndef __vtkFrustumSource_h -#define __vtkFrustumSource_h +#ifndef vtkFrustumSource_h +#define vtkFrustumSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkGlyphSource2D.h b/Filters/Sources/vtkGlyphSource2D.h index 505df8a014..7aa50913d1 100644 --- a/Filters/Sources/vtkGlyphSource2D.h +++ b/Filters/Sources/vtkGlyphSource2D.h @@ -24,8 +24,8 @@ // sequence). You can also put a short line through the glyph running from -x // to +x (the glyph looks like it's on a line), or a cross. -#ifndef __vtkGlyphSource2D_h -#define __vtkGlyphSource2D_h +#ifndef vtkGlyphSource2D_h +#define vtkGlyphSource2D_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkGraphToPolyData.h b/Filters/Sources/vtkGraphToPolyData.h index b7db82e9cf..b82534593a 100644 --- a/Filters/Sources/vtkGraphToPolyData.h +++ b/Filters/Sources/vtkGraphToPolyData.h @@ -29,8 +29,8 @@ // Only the owned graph edges (i.e. edges with ghost level 0) are copied // into the vtkPolyData. -#ifndef __vtkGraphToPolyData_h -#define __vtkGraphToPolyData_h +#ifndef vtkGraphToPolyData_h +#define vtkGraphToPolyData_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkHyperOctreeFractalSource.h b/Filters/Sources/vtkHyperOctreeFractalSource.h index b9d75815fb..1402b4a59b 100644 --- a/Filters/Sources/vtkHyperOctreeFractalSource.h +++ b/Filters/Sources/vtkHyperOctreeFractalSource.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkHyperOctreeSampleFunction -#ifndef __vtkHyperOctreeFractalSource_h -#define __vtkHyperOctreeFractalSource_h +#ifndef vtkHyperOctreeFractalSource_h +#define vtkHyperOctreeFractalSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkHyperOctreeAlgorithm.h" diff --git a/Filters/Sources/vtkHyperTreeGridSource.h b/Filters/Sources/vtkHyperTreeGridSource.h index ca8396ad62..f367f33a2a 100644 --- a/Filters/Sources/vtkHyperTreeGridSource.h +++ b/Filters/Sources/vtkHyperTreeGridSource.h @@ -37,8 +37,8 @@ // Kitware 2013 // This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF) -#ifndef __vtkHyperTreeGridSource_h -#define __vtkHyperTreeGridSource_h +#ifndef vtkHyperTreeGridSource_h +#define vtkHyperTreeGridSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkHyperTreeGridAlgorithm.h" diff --git a/Filters/Sources/vtkLineSource.h b/Filters/Sources/vtkLineSource.h index def7da90c6..4e42ef8979 100644 --- a/Filters/Sources/vtkLineSource.h +++ b/Filters/Sources/vtkLineSource.h @@ -22,8 +22,8 @@ // This class was extended by Philippe Pebay, Kitware SAS 2011, to support // broken lines as well as simple lines. -#ifndef __vtkLineSource_h -#define __vtkLineSource_h +#ifndef vtkLineSource_h +#define vtkLineSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkOutlineCornerFilter.h b/Filters/Sources/vtkOutlineCornerFilter.h index 27e8aaf059..75674bf2c7 100644 --- a/Filters/Sources/vtkOutlineCornerFilter.h +++ b/Filters/Sources/vtkOutlineCornerFilter.h @@ -18,8 +18,8 @@ // data set. The outline consists of the eight corners of the dataset // bounding box. -#ifndef __vtkOutlineCornerFilter_h -#define __vtkOutlineCornerFilter_h +#ifndef vtkOutlineCornerFilter_h +#define vtkOutlineCornerFilter_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkOutlineCornerSource.h b/Filters/Sources/vtkOutlineCornerSource.h index 240ce9563e..8c4b028ef2 100644 --- a/Filters/Sources/vtkOutlineCornerSource.h +++ b/Filters/Sources/vtkOutlineCornerSource.h @@ -17,8 +17,8 @@ // vtkOutlineCornerSource creates wireframe outline corners around a user-specified // bounding box. -#ifndef __vtkOutlineCornerSource_h -#define __vtkOutlineCornerSource_h +#ifndef vtkOutlineCornerSource_h +#define vtkOutlineCornerSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkOutlineSource.h" diff --git a/Filters/Sources/vtkOutlineSource.h b/Filters/Sources/vtkOutlineSource.h index 2a5ec52bc7..4fb60c1294 100644 --- a/Filters/Sources/vtkOutlineSource.h +++ b/Filters/Sources/vtkOutlineSource.h @@ -21,8 +21,8 @@ // box may be arbitrarily aligned, in which case it should be set via // the SetCorners() member. -#ifndef __vtkOutlineSource_h -#define __vtkOutlineSource_h +#ifndef vtkOutlineSource_h +#define vtkOutlineSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkParametricFunctionSource.h b/Filters/Sources/vtkParametricFunctionSource.h index c2e6f41242..888cfead53 100644 --- a/Filters/Sources/vtkParametricFunctionSource.h +++ b/Filters/Sources/vtkParametricFunctionSource.h @@ -37,8 +37,8 @@ // vtkParametricEnneper vtkParametricRandomHills vtkParametricSuperEllipsoid // vtkParametricSuperToroid vtkParametricTorus // -#ifndef __vtkParametricFunctionSource_h -#define __vtkParametricFunctionSource_h +#ifndef vtkParametricFunctionSource_h +#define vtkParametricFunctionSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkPlaneSource.h b/Filters/Sources/vtkPlaneSource.h index 548bf49f43..79c4972c4d 100644 --- a/Filters/Sources/vtkPlaneSource.h +++ b/Filters/Sources/vtkPlaneSource.h @@ -42,8 +42,8 @@ // of the first axis (Origin->Point1) with the second (Origin->Point2). This // also affects the normals to the generated polygons. -#ifndef __vtkPlaneSource_h -#define __vtkPlaneSource_h +#ifndef vtkPlaneSource_h +#define vtkPlaneSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkPlatonicSolidSource.h b/Filters/Sources/vtkPlatonicSolidSource.h index d477f32165..ca6081acdb 100644 --- a/Filters/Sources/vtkPlatonicSolidSource.h +++ b/Filters/Sources/vtkPlatonicSolidSource.h @@ -20,8 +20,8 @@ // To use this class, simply specify the solid to create. Note that this // source object creates cell scalars that are (integral value) face numbers. -#ifndef __vtkPlatonicSolidSource_h -#define __vtkPlatonicSolidSource_h +#ifndef vtkPlatonicSolidSource_h +#define vtkPlatonicSolidSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkPointSource.h b/Filters/Sources/vtkPointSource.h index f34439b507..cb9cd5a340 100644 --- a/Filters/Sources/vtkPointSource.h +++ b/Filters/Sources/vtkPointSource.h @@ -21,8 +21,8 @@ // sphere. The output PolyData has the specified number of points and // 1 cell - a vtkPolyVertex containing all of the points. -#ifndef __vtkPointSource_h -#define __vtkPointSource_h +#ifndef vtkPointSource_h +#define vtkPointSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkProgrammableDataObjectSource.h b/Filters/Sources/vtkProgrammableDataObjectSource.h index ffca8b23df..c1b398d7cc 100644 --- a/Filters/Sources/vtkProgrammableDataObjectSource.h +++ b/Filters/Sources/vtkProgrammableDataObjectSource.h @@ -30,8 +30,8 @@ // vtkProgrammableFilter vtkProgrammableAttributeDataFilter // vtkProgrammableSource vtkDataObjectToDataSetFilter -#ifndef __vtkProgrammableDataObjectSource_h -#define __vtkProgrammableDataObjectSource_h +#ifndef vtkProgrammableDataObjectSource_h +#define vtkProgrammableDataObjectSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/Sources/vtkProgrammableSource.h b/Filters/Sources/vtkProgrammableSource.h index 2863355056..3a770ffc97 100644 --- a/Filters/Sources/vtkProgrammableSource.h +++ b/Filters/Sources/vtkProgrammableSource.h @@ -32,8 +32,8 @@ // vtkProgrammableFilter vtkProgrammableAttributeDataFilter // vtkProgrammableDataObjectSource -#ifndef __vtkProgrammableSource_h -#define __vtkProgrammableSource_h +#ifndef vtkProgrammableSource_h +#define vtkProgrammableSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Sources/vtkRectangularButtonSource.h b/Filters/Sources/vtkRectangularButtonSource.h index beee6d4d2c..de20ceb5cb 100644 --- a/Filters/Sources/vtkRectangularButtonSource.h +++ b/Filters/Sources/vtkRectangularButtonSource.h @@ -39,8 +39,8 @@ // or vtkGlyph3D to orient the button in a different direction. -#ifndef __vtkRectangularButtonSource_h -#define __vtkRectangularButtonSource_h +#ifndef vtkRectangularButtonSource_h +#define vtkRectangularButtonSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkButtonSource.h" diff --git a/Filters/Sources/vtkRegularPolygonSource.h b/Filters/Sources/vtkRegularPolygonSource.h index 1871e34e1e..979b3eae91 100644 --- a/Filters/Sources/vtkRegularPolygonSource.h +++ b/Filters/Sources/vtkRegularPolygonSource.h @@ -21,8 +21,8 @@ // // This object can be used for seeding streamlines or defining regions for clipping/cutting. -#ifndef __vtkRegularPolygonSource_h -#define __vtkRegularPolygonSource_h +#ifndef vtkRegularPolygonSource_h +#define vtkRegularPolygonSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkSelectionSource.h b/Filters/Sources/vtkSelectionSource.h index 395ff224e2..120bd0a47c 100644 --- a/Filters/Sources/vtkSelectionSource.h +++ b/Filters/Sources/vtkSelectionSource.h @@ -17,8 +17,8 @@ // (piece id, cell id) pairs. It will only generate the selection values // that match UPDATE_PIECE_NUMBER (i.e. piece == UPDATE_PIECE_NUMBER). -#ifndef __vtkSelectionSource_h -#define __vtkSelectionSource_h +#ifndef vtkSelectionSource_h +#define vtkSelectionSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkSelectionAlgorithm.h" diff --git a/Filters/Sources/vtkSphereSource.h b/Filters/Sources/vtkSphereSource.h index 3284f855e0..3cacf2d2e3 100644 --- a/Filters/Sources/vtkSphereSource.h +++ b/Filters/Sources/vtkSphereSource.h @@ -26,8 +26,8 @@ // sphere. If you create partial spheres the number of latitude/longitude // lines may be off by one. -#ifndef __vtkSphereSource_h -#define __vtkSphereSource_h +#ifndef vtkSphereSource_h +#define vtkSphereSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkSuperquadricSource.h b/Filters/Sources/vtkSuperquadricSource.h index af0ec8dbe5..8d0b29a032 100644 --- a/Filters/Sources/vtkSuperquadricSource.h +++ b/Filters/Sources/vtkSuperquadricSource.h @@ -43,8 +43,8 @@ // generation, and may do not exactly describe the size of the superquadric. // -#ifndef __vtkSuperquadricSource_h -#define __vtkSuperquadricSource_h +#ifndef vtkSuperquadricSource_h +#define vtkSuperquadricSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkTessellatedBoxSource.h b/Filters/Sources/vtkTessellatedBoxSource.h index 5b909f83fa..3c29cafdd6 100644 --- a/Filters/Sources/vtkTessellatedBoxSource.h +++ b/Filters/Sources/vtkTessellatedBoxSource.h @@ -29,8 +29,8 @@ // This source only generate geometry, no DataArrays like normals or texture // coordinates. -#ifndef __vtkTessellatedBoxSource_h -#define __vtkTessellatedBoxSource_h +#ifndef vtkTessellatedBoxSource_h +#define vtkTessellatedBoxSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkTextSource.h b/Filters/Sources/vtkTextSource.h index a8ba107f53..32891578d1 100644 --- a/Filters/Sources/vtkTextSource.h +++ b/Filters/Sources/vtkTextSource.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkVectorText -#ifndef __vtkTextSource_h -#define __vtkTextSource_h +#ifndef vtkTextSource_h +#define vtkTextSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Sources/vtkTexturedSphereSource.h b/Filters/Sources/vtkTexturedSphereSource.h index 6da24eb6df..b2480ba49d 100644 --- a/Filters/Sources/vtkTexturedSphereSource.h +++ b/Filters/Sources/vtkTexturedSphereSource.h @@ -20,8 +20,8 @@ // It also is possible to create partial sphere by specifying maximum phi and // theta angles. -#ifndef __vtkTexturedSphereSource_h -#define __vtkTexturedSphereSource_h +#ifndef vtkTexturedSphereSource_h +#define vtkTexturedSphereSource_h #include "vtkFiltersSourcesModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Statistics/vtkAutoCorrelativeStatistics.h b/Filters/Statistics/vtkAutoCorrelativeStatistics.h index 6679d6ca80..0fd1150ae9 100644 --- a/Filters/Statistics/vtkAutoCorrelativeStatistics.h +++ b/Filters/Statistics/vtkAutoCorrelativeStatistics.h @@ -34,8 +34,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION Thanks // This class was written by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkAutoCorrelativeStatistics_h -#define __vtkAutoCorrelativeStatistics_h +#ifndef vtkAutoCorrelativeStatistics_h +#define vtkAutoCorrelativeStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkBivariateLinearTableThreshold.h b/Filters/Statistics/vtkBivariateLinearTableThreshold.h index c8fda512e4..2123348208 100644 --- a/Filters/Statistics/vtkBivariateLinearTableThreshold.h +++ b/Filters/Statistics/vtkBivariateLinearTableThreshold.h @@ -34,8 +34,8 @@ PURPOSE. See the above copyright notice for more information. // comparisons can be performed in the scaled space by setting the CustomRanges // ivar and enabling UseNormalizedDistance. -#ifndef __vtkBivariateLinearTableThreshold__h -#define __vtkBivariateLinearTableThreshold__h +#ifndef vtkBivariateLinearTableThreshold__h +#define vtkBivariateLinearTableThreshold__h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Statistics/vtkComputeQuartiles.h b/Filters/Statistics/vtkComputeQuartiles.h index ffcef40b90..af09d7f734 100644 --- a/Filters/Statistics/vtkComputeQuartiles.h +++ b/Filters/Statistics/vtkComputeQuartiles.h @@ -13,8 +13,8 @@ =========================================================================*/ -#ifndef __vtkComputeQuartiles_h -#define __vtkComputeQuartiles_h +#ifndef vtkComputeQuartiles_h +#define vtkComputeQuartiles_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Statistics/vtkContingencyStatistics.h b/Filters/Statistics/vtkContingencyStatistics.h index c207dc68cb..d1a33c9b26 100644 --- a/Filters/Statistics/vtkContingencyStatistics.h +++ b/Filters/Statistics/vtkContingencyStatistics.h @@ -37,8 +37,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkContingencyStatistics_h -#define __vtkContingencyStatistics_h +#ifndef vtkContingencyStatistics_h +#define vtkContingencyStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkCorrelativeStatistics.h b/Filters/Statistics/vtkCorrelativeStatistics.h index 665ab28477..9fef9b92fc 100644 --- a/Filters/Statistics/vtkCorrelativeStatistics.h +++ b/Filters/Statistics/vtkCorrelativeStatistics.h @@ -38,8 +38,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkCorrelativeStatistics_h -#define __vtkCorrelativeStatistics_h +#ifndef vtkCorrelativeStatistics_h +#define vtkCorrelativeStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkDescriptiveStatistics.h b/Filters/Statistics/vtkDescriptiveStatistics.h index 9438888c31..766081d18d 100644 --- a/Filters/Statistics/vtkDescriptiveStatistics.h +++ b/Filters/Statistics/vtkDescriptiveStatistics.h @@ -43,8 +43,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkDescriptiveStatistics_h -#define __vtkDescriptiveStatistics_h +#ifndef vtkDescriptiveStatistics_h +#define vtkDescriptiveStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkExtractFunctionalBagPlot.h b/Filters/Statistics/vtkExtractFunctionalBagPlot.h index c4e80601a5..6d32b1120a 100644 --- a/Filters/Statistics/vtkExtractFunctionalBagPlot.h +++ b/Filters/Statistics/vtkExtractFunctionalBagPlot.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkFunctionalBagPlot vtkHighestDensityRegionsStatistics -#ifndef __vtkExtractFunctionalBagPlot_h -#define __vtkExtractFunctionalBagPlot_h +#ifndef vtkExtractFunctionalBagPlot_h +#define vtkExtractFunctionalBagPlot_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkTableAlgorithm.h" @@ -52,4 +52,4 @@ private: void operator = ( const vtkExtractFunctionalBagPlot& ); // Not implemented. }; -#endif // __vtkExtractFunctionalBagPlot_h +#endif // vtkExtractFunctionalBagPlot_h diff --git a/Filters/Statistics/vtkHighestDensityRegionsStatistics.h b/Filters/Statistics/vtkHighestDensityRegionsStatistics.h index 7080261eff..f3155d4837 100644 --- a/Filters/Statistics/vtkHighestDensityRegionsStatistics.h +++ b/Filters/Statistics/vtkHighestDensityRegionsStatistics.h @@ -33,8 +33,8 @@ PURPOSE. See the above copyright notice for more information. // * Assess: not implemented. // * Test: not implemented. -#ifndef __vtkHighestDensityRegionsStatistics_h -#define __vtkHighestDensityRegionsStatistics_h +#ifndef vtkHighestDensityRegionsStatistics_h +#define vtkHighestDensityRegionsStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkKMeansAssessFunctor.h b/Filters/Statistics/vtkKMeansAssessFunctor.h index ec182b9d3f..0fa3ffa5ca 100644 --- a/Filters/Statistics/vtkKMeansAssessFunctor.h +++ b/Filters/Statistics/vtkKMeansAssessFunctor.h @@ -1,5 +1,5 @@ -#ifndef __vtkKMeansAssessFunctor_h -#define __vtkKMeansAssessFunctor_h +#ifndef vtkKMeansAssessFunctor_h +#define vtkKMeansAssessFunctor_h class vtkKMeansAssessFunctor : public vtkStatisticsAlgorithm::AssessFunctor { @@ -16,5 +16,5 @@ public: int GetNumberOfRuns() { return NumRuns; } }; -#endif // __vtkKMeansAssessFunctor_h +#endif // vtkKMeansAssessFunctor_h // VTK-HeaderTest-Exclude: vtkKMeansAssessFunctor.h diff --git a/Filters/Statistics/vtkKMeansDistanceFunctor.h b/Filters/Statistics/vtkKMeansDistanceFunctor.h index c6787efb3e..37c0795909 100644 --- a/Filters/Statistics/vtkKMeansDistanceFunctor.h +++ b/Filters/Statistics/vtkKMeansDistanceFunctor.h @@ -1,5 +1,5 @@ -#ifndef __vtkKMeansDistanceFunctor_h -#define __vtkKMeansDistanceFunctor_h +#ifndef vtkKMeansDistanceFunctor_h +#define vtkKMeansDistanceFunctor_h // .NAME vtkKMeansDistanceFunctor - measure distance from k-means cluster centers // .SECTION Description @@ -93,4 +93,4 @@ private: void operator = ( const vtkKMeansDistanceFunctor& ); // Not implemented. }; -#endif // __vtkKMeansDistanceFunctor_h +#endif // vtkKMeansDistanceFunctor_h diff --git a/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h b/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h index 80d1f6e978..8ec0e2bb35 100644 --- a/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h +++ b/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h @@ -1,5 +1,5 @@ -#ifndef __vtkKMeansDistanceFunctorCalculator_h -#define __vtkKMeansDistanceFunctorCalculator_h +#ifndef vtkKMeansDistanceFunctorCalculator_h +#define vtkKMeansDistanceFunctorCalculator_h // .NAME vtkKMeansDistanceFunctorCalculator - measure distance from k-means cluster centers using a user-specified expression // .SECTION Description @@ -62,4 +62,4 @@ private: void operator = ( const vtkKMeansDistanceFunctorCalculator& ); // Not implemented. }; -#endif // __vtkKMeansDistanceFunctorCalculator_h +#endif // vtkKMeansDistanceFunctorCalculator_h diff --git a/Filters/Statistics/vtkKMeansStatistics.h b/Filters/Statistics/vtkKMeansStatistics.h index 46ce5a8c03..31553aee86 100644 --- a/Filters/Statistics/vtkKMeansStatistics.h +++ b/Filters/Statistics/vtkKMeansStatistics.h @@ -90,8 +90,8 @@ PURPOSE. See the above copyright notice for more information. // Sandia National Laboratories for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkKMeansStatistics_h -#define __vtkKMeansStatistics_h +#ifndef vtkKMeansStatistics_h +#define vtkKMeansStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkMultiCorrelativeStatistics.h b/Filters/Statistics/vtkMultiCorrelativeStatistics.h index ff855f1240..2dbfa6ac07 100644 --- a/Filters/Statistics/vtkMultiCorrelativeStatistics.h +++ b/Filters/Statistics/vtkMultiCorrelativeStatistics.h @@ -72,8 +72,8 @@ PURPOSE. See the above copyright notice for more information. // Updated by Philippe Pebay, Kitware SAS 2012 // Updated by Tristan Coulange and Joachim Pouderoux, Kitware SAS 2013 -#ifndef __vtkMultiCorrelativeStatistics_h -#define __vtkMultiCorrelativeStatistics_h +#ifndef vtkMultiCorrelativeStatistics_h +#define vtkMultiCorrelativeStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkMultiCorrelativeStatisticsAssessFunctor.h b/Filters/Statistics/vtkMultiCorrelativeStatisticsAssessFunctor.h index 82cf606dae..f00cd3cb26 100644 --- a/Filters/Statistics/vtkMultiCorrelativeStatisticsAssessFunctor.h +++ b/Filters/Statistics/vtkMultiCorrelativeStatisticsAssessFunctor.h @@ -1,5 +1,5 @@ -#ifndef __vtkMultiCorrelativeStatisticsAssessFunctor_h -#define __vtkMultiCorrelativeStatisticsAssessFunctor_h +#ifndef vtkMultiCorrelativeStatisticsAssessFunctor_h +#define vtkMultiCorrelativeStatisticsAssessFunctor_h #include "vtkStatisticsAlgorithm.h" @@ -36,5 +36,5 @@ public: std::vector EmptyTuple; // Used to quickly initialize Tuple for each datum }; -#endif // __vtkMultiCorrelativeStatisticsAssessFunctor_h +#endif // vtkMultiCorrelativeStatisticsAssessFunctor_h // VTK-HeaderTest-Exclude: vtkMultiCorrelativeStatisticsAssessFunctor.h diff --git a/Filters/Statistics/vtkOrderStatistics.h b/Filters/Statistics/vtkOrderStatistics.h index efd00b3bb0..c5726a294b 100644 --- a/Filters/Statistics/vtkOrderStatistics.h +++ b/Filters/Statistics/vtkOrderStatistics.h @@ -37,8 +37,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkOrderStatistics_h -#define __vtkOrderStatistics_h +#ifndef vtkOrderStatistics_h +#define vtkOrderStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkStatisticsAlgorithm.h" diff --git a/Filters/Statistics/vtkPCAStatistics.h b/Filters/Statistics/vtkPCAStatistics.h index 3cc5ff3425..0d007ca0df 100644 --- a/Filters/Statistics/vtkPCAStatistics.h +++ b/Filters/Statistics/vtkPCAStatistics.h @@ -47,8 +47,8 @@ PURPOSE. See the above copyright notice for more information. // Updated by Philippe Pebay, Kitware SAS 2012 // Updated by Tristan Coulange and Joachim Pouderoux, Kitware SAS 2013 -#ifndef __vtkPCAStatistics_h -#define __vtkPCAStatistics_h +#ifndef vtkPCAStatistics_h +#define vtkPCAStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkMultiCorrelativeStatistics.h" @@ -270,5 +270,5 @@ private: void operator = ( const vtkPCAStatistics& ); // Not implemented }; -#endif // __vtkPCAStatistics_h +#endif // vtkPCAStatistics_h diff --git a/Filters/Statistics/vtkStatisticsAlgorithm.h b/Filters/Statistics/vtkStatisticsAlgorithm.h index 3def25b3e3..d002743fb9 100644 --- a/Filters/Statistics/vtkStatisticsAlgorithm.h +++ b/Filters/Statistics/vtkStatisticsAlgorithm.h @@ -50,8 +50,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkStatisticsAlgorithm_h -#define __vtkStatisticsAlgorithm_h +#ifndef vtkStatisticsAlgorithm_h +#define vtkStatisticsAlgorithm_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Statistics/vtkStatisticsAlgorithmPrivate.h b/Filters/Statistics/vtkStatisticsAlgorithmPrivate.h index 42b5f6326e..1c7e558f58 100644 --- a/Filters/Statistics/vtkStatisticsAlgorithmPrivate.h +++ b/Filters/Statistics/vtkStatisticsAlgorithmPrivate.h @@ -28,8 +28,8 @@ PURPOSE. See the above copyright notice for more information. // Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories // for implementing this class. -#ifndef __vtkStatisticsAlgorithmPrivate_h -#define __vtkStatisticsAlgorithmPrivate_h +#ifndef vtkStatisticsAlgorithmPrivate_h +#define vtkStatisticsAlgorithmPrivate_h #include "vtkStdString.h" @@ -171,6 +171,6 @@ public: vtksys_stl::set Buffer; }; -#endif // __vtkStatisticsAlgorithmPrivate_h +#endif // vtkStatisticsAlgorithmPrivate_h // VTK-HeaderTest-Exclude: vtkStatisticsAlgorithmPrivate.h diff --git a/Filters/Statistics/vtkStrahlerMetric.h b/Filters/Statistics/vtkStrahlerMetric.h index 99194a9345..bbacf5cd0a 100644 --- a/Filters/Statistics/vtkStrahlerMetric.h +++ b/Filters/Statistics/vtkStrahlerMetric.h @@ -38,8 +38,8 @@ // Thanks to David Duke from the University of Leeds for providing this // implementation. -#ifndef __vtkStrahlerMetric_h -#define __vtkStrahlerMetric_h +#ifndef vtkStrahlerMetric_h +#define vtkStrahlerMetric_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Filters/Statistics/vtkStreamingStatistics.h b/Filters/Statistics/vtkStreamingStatistics.h index f0508c02a3..ef70738baa 100644 --- a/Filters/Statistics/vtkStreamingStatistics.h +++ b/Filters/Statistics/vtkStreamingStatistics.h @@ -28,8 +28,8 @@ PURPOSE. See the above copyright notice for more information. // Thanks to the Universe for unfolding in a way that allowed this class // to be implemented, also Godzilla for not crushing my computer. -#ifndef __vtkStreamingStatistics_h -#define __vtkStreamingStatistics_h +#ifndef vtkStreamingStatistics_h +#define vtkStreamingStatistics_h #include "vtkFiltersStatisticsModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h index 1823ba5b29..22bfaca25e 100644 --- a/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h @@ -38,8 +38,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkContingencyStatisticsGnuR_h -#define __vtkContingencyStatisticsGnuR_h +#ifndef vtkContingencyStatisticsGnuR_h +#define vtkContingencyStatisticsGnuR_h #include "vtkFiltersStatisticsGnuRModule.h" // For export macro #include "vtkContingencyStatistics.h" diff --git a/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h index 7f2e68b712..53247c40f9 100644 --- a/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h @@ -39,8 +39,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkCorrelativeStatisticsGnuR_h -#define __vtkCorrelativeStatisticsGnuR_h +#ifndef vtkCorrelativeStatisticsGnuR_h +#define vtkCorrelativeStatisticsGnuR_h #include "vtkFiltersStatisticsGnuRModule.h" // For export macro #include "vtkCorrelativeStatistics.h" diff --git a/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h index ed7758174d..bb8c70f1ba 100644 --- a/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h @@ -37,8 +37,8 @@ PURPOSE. See the above copyright notice for more information. // for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkDescriptiveStatisticsGnuR_h -#define __vtkDescriptiveStatisticsGnuR_h +#ifndef vtkDescriptiveStatisticsGnuR_h +#define vtkDescriptiveStatisticsGnuR_h #include "vtkFiltersStatisticsGnuRModule.h" // For export macro #include "vtkDescriptiveStatistics.h" diff --git a/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h index eeed825b16..c9f7706694 100644 --- a/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h @@ -42,8 +42,8 @@ PURPOSE. See the above copyright notice for more information. // Sandia National Laboratories for implementing this class. // Updated by Philippe Pebay, Kitware SAS 2012 -#ifndef __vtkPCAStatisticsGnuR_h -#define __vtkPCAStatisticsGnuR_h +#ifndef vtkPCAStatisticsGnuR_h +#define vtkPCAStatisticsGnuR_h #include "vtkFiltersStatisticsGnuRModule.h" // For export macro #include "vtkPCAStatistics.h" @@ -69,5 +69,5 @@ private: void operator=(const vtkPCAStatisticsGnuR&); // Not implemented }; -#endif // __vtkPCAStatisticsGnuR_h +#endif // vtkPCAStatisticsGnuR_h diff --git a/Filters/StatisticsGnuR/vtkRCalculatorFilter.h b/Filters/StatisticsGnuR/vtkRCalculatorFilter.h index cf6b481b8a..56be7da418 100644 --- a/Filters/StatisticsGnuR/vtkRCalculatorFilter.h +++ b/Filters/StatisticsGnuR/vtkRCalculatorFilter.h @@ -33,8 +33,8 @@ // Developed by Thomas Otahal at Sandia National Laboratories. // -#ifndef __vtkRCalculatorFilter_h -#define __vtkRCalculatorFilter_h +#ifndef vtkRCalculatorFilter_h +#define vtkRCalculatorFilter_h #include "vtkFiltersStatisticsGnuRModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Filters/StatisticsGnuR/vtkRInterface.h b/Filters/StatisticsGnuR/vtkRInterface.h index 9892dbab54..d144ac85c9 100644 --- a/Filters/StatisticsGnuR/vtkRInterface.h +++ b/Filters/StatisticsGnuR/vtkRInterface.h @@ -36,8 +36,8 @@ // -#ifndef __vtkRInterface_h -#define __vtkRInterface_h +#ifndef vtkRInterface_h +#define vtkRInterface_h #include "vtkFiltersStatisticsGnuRModule.h" // For export macro #include "vtkObject.h" diff --git a/Filters/StatisticsGnuR/vtkRRandomTableSource.h b/Filters/StatisticsGnuR/vtkRRandomTableSource.h index 20420e5a47..e6781d514c 100644 --- a/Filters/StatisticsGnuR/vtkRRandomTableSource.h +++ b/Filters/StatisticsGnuR/vtkRRandomTableSource.h @@ -46,8 +46,8 @@ // Developed by Thomas J. Otahal (tjotaha@sandia.gov) at Sandia National Laboratories. // -#ifndef __vtkRRandomTableSource_h -#define __vtkRRandomTableSource_h +#ifndef vtkRRandomTableSource_h +#define vtkRRandomTableSource_h #include "vtkFiltersStatisticsGnuRModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Filters/Texture/vtkImplicitTextureCoords.h b/Filters/Texture/vtkImplicitTextureCoords.h index 1469c8e0aa..b2dd4fcfc8 100644 --- a/Filters/Texture/vtkImplicitTextureCoords.h +++ b/Filters/Texture/vtkImplicitTextureCoords.h @@ -43,8 +43,8 @@ // .SECTION See Also // vtkImplicitFunction vtkTexture vtkBooleanTexture vtkTransformTexture -#ifndef __vtkImplicitTextureCoords_h -#define __vtkImplicitTextureCoords_h +#ifndef vtkImplicitTextureCoords_h +#define vtkImplicitTextureCoords_h #include "vtkFiltersTextureModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Texture/vtkTextureMapToCylinder.h b/Filters/Texture/vtkTextureMapToCylinder.h index ff2cc725c0..4d2a9a2bb9 100644 --- a/Filters/Texture/vtkTextureMapToCylinder.h +++ b/Filters/Texture/vtkTextureMapToCylinder.h @@ -40,8 +40,8 @@ // vtkTextureMapToPlane vtkTextureMapToSphere // vtkTransformTexture vtkThresholdTextureCoords -#ifndef __vtkTextureMapToCylinder_h -#define __vtkTextureMapToCylinder_h +#ifndef vtkTextureMapToCylinder_h +#define vtkTextureMapToCylinder_h #include "vtkFiltersTextureModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Texture/vtkTextureMapToPlane.h b/Filters/Texture/vtkTextureMapToPlane.h index 462c0b5477..1358284a62 100644 --- a/Filters/Texture/vtkTextureMapToPlane.h +++ b/Filters/Texture/vtkTextureMapToPlane.h @@ -34,8 +34,8 @@ // vtkPlaneSource vtkTextureMapToCylinder // vtkTextureMapToSphere vtkThresholdTextureCoords -#ifndef __vtkTextureMapToPlane_h -#define __vtkTextureMapToPlane_h +#ifndef vtkTextureMapToPlane_h +#define vtkTextureMapToPlane_h #include "vtkFiltersTextureModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Texture/vtkTextureMapToSphere.h b/Filters/Texture/vtkTextureMapToSphere.h index d695692478..ace2de744d 100644 --- a/Filters/Texture/vtkTextureMapToSphere.h +++ b/Filters/Texture/vtkTextureMapToSphere.h @@ -38,8 +38,8 @@ // vtkTextureMapToPlane vtkTextureMapToCylinder // vtkTransformTexture vtkThresholdTextureCoords -#ifndef __vtkTextureMapToSphere_h -#define __vtkTextureMapToSphere_h +#ifndef vtkTextureMapToSphere_h +#define vtkTextureMapToSphere_h #include "vtkFiltersTextureModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Texture/vtkThresholdTextureCoords.h b/Filters/Texture/vtkThresholdTextureCoords.h index 9a339da573..fe6017347a 100644 --- a/Filters/Texture/vtkThresholdTextureCoords.h +++ b/Filters/Texture/vtkThresholdTextureCoords.h @@ -32,8 +32,8 @@ // vtkThreshold vtkThresholdPoints vtkTextureMapToPlane vtkTextureMapToSphere // vtkTextureMapToCylinder -#ifndef __vtkThresholdTextureCoords_h -#define __vtkThresholdTextureCoords_h +#ifndef vtkThresholdTextureCoords_h +#define vtkThresholdTextureCoords_h #include "vtkFiltersTextureModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Texture/vtkTransformTextureCoords.h b/Filters/Texture/vtkTransformTextureCoords.h index 822d031291..c5e426c2d0 100644 --- a/Filters/Texture/vtkTransformTextureCoords.h +++ b/Filters/Texture/vtkTransformTextureCoords.h @@ -29,8 +29,8 @@ // vtkTextureMapToPlane vtkTextureMapToCylinder // vtkTextureMapToSphere vtkThresholdTextureCoords vtkTexture -#ifndef __vtkTransformTextureCoords_h -#define __vtkTransformTextureCoords_h +#ifndef vtkTransformTextureCoords_h +#define vtkTransformTextureCoords_h #include "vtkFiltersTextureModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Texture/vtkTriangularTCoords.h b/Filters/Texture/vtkTriangularTCoords.h index 7251c878b6..e6411e49ea 100644 --- a/Filters/Texture/vtkTriangularTCoords.h +++ b/Filters/Texture/vtkTriangularTCoords.h @@ -26,8 +26,8 @@ // vtkTriangularTexture vtkThresholdPoints vtkTextureMapToPlane // vtkTextureMapToSphere vtkTextureMapToCylinder -#ifndef __vtkTriangularTCoords_h -#define __vtkTriangularTCoords_h +#ifndef vtkTriangularTCoords_h +#define vtkTriangularTCoords_h #include "vtkFiltersTextureModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Filters/Verdict/vtkCellQuality.h b/Filters/Verdict/vtkCellQuality.h index b5a920f15e..5ea24d1a95 100644 --- a/Filters/Verdict/vtkCellQuality.h +++ b/Filters/Verdict/vtkCellQuality.h @@ -26,8 +26,8 @@ // only. The minimal angle is not, strictly speaking, a quality function, but // it is provided because of its usage by many authors. -#ifndef __vtkCellQuality_h -#define __vtkCellQuality_h +#ifndef vtkCellQuality_h +#define vtkCellQuality_h #include "vtkFiltersVerdictModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/Filters/Verdict/vtkMatrixMathFilter.h b/Filters/Verdict/vtkMatrixMathFilter.h index 9c9512cf4f..1d5df11003 100644 --- a/Filters/Verdict/vtkMatrixMathFilter.h +++ b/Filters/Verdict/vtkMatrixMathFilter.h @@ -22,8 +22,8 @@ // quality being queried. Note this filter always assume the data associate with // the cells or points are 3 by 3 matrix. -#ifndef __vtkMatrixMathFilter_h -#define __vtkMatrixMathFilter_h +#ifndef vtkMatrixMathFilter_h +#define vtkMatrixMathFilter_h #include "vtkFiltersVerdictModule.h" // For export macro #include "vtkDataSetAlgorithm.h" @@ -89,4 +89,4 @@ private: void operator=(const vtkMatrixMathFilter&); // Not implemented }; -#endif // __vtkMatrixMathFilter_h +#endif // vtkMatrixMathFilter_h diff --git a/Filters/Verdict/vtkMeshQuality.h b/Filters/Verdict/vtkMeshQuality.h index 64f67a085e..9ae62cc395 100644 --- a/Filters/Verdict/vtkMeshQuality.h +++ b/Filters/Verdict/vtkMeshQuality.h @@ -58,8 +58,8 @@ // The minimal angle is not, strictly speaking, a quality function, but it is // provided because of its usage by many authors. -#ifndef __vtkMeshQuality_h -#define __vtkMeshQuality_h +#ifndef vtkMeshQuality_h +#define vtkMeshQuality_h #include "vtkFiltersVerdictModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/GUISupport/Qt/vtkQtAbstractModelAdapter.h b/GUISupport/Qt/vtkQtAbstractModelAdapter.h index c858069386..098dab2c86 100644 --- a/GUISupport/Qt/vtkQtAbstractModelAdapter.h +++ b/GUISupport/Qt/vtkQtAbstractModelAdapter.h @@ -29,8 +29,8 @@ // .SECTION See also // vtkQtTableModelAdapter vtkQtTreeModelAdapter -#ifndef __vtkQtAbstractModelAdapter_h -#define __vtkQtAbstractModelAdapter_h +#ifndef vtkQtAbstractModelAdapter_h +#define vtkQtAbstractModelAdapter_h #include "vtkGUISupportQtModule.h" // For export macro #include "QVTKWin32Header.h" diff --git a/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h b/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h index d2c8bffc29..de3eeae8e3 100644 --- a/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h +++ b/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h @@ -26,8 +26,8 @@ // .SECTION See also // vtkQtAbstractModelAdapter vtkQtTableModelAdapter -#ifndef __vtkQtAnnotationLayersModelAdapter_h -#define __vtkQtAnnotationLayersModelAdapter_h +#ifndef vtkQtAnnotationLayersModelAdapter_h +#define vtkQtAnnotationLayersModelAdapter_h #include "vtkGUISupportQtModule.h" // For export macro #include "QVTKWin32Header.h" diff --git a/GUISupport/Qt/vtkQtDebugLeaksModel.h b/GUISupport/Qt/vtkQtDebugLeaksModel.h index 3e08768d64..359c288539 100644 --- a/GUISupport/Qt/vtkQtDebugLeaksModel.h +++ b/GUISupport/Qt/vtkQtDebugLeaksModel.h @@ -19,8 +19,8 @@ // observer on the vtkDebugLeaks singleton and uses the observer to maintain // a model of all vtkObjectBase dervied objects that are alive in memory. -#ifndef __vtkQtDebugLeaksModel_h -#define __vtkQtDebugLeaksModel_h +#ifndef vtkQtDebugLeaksModel_h +#define vtkQtDebugLeaksModel_h #include "vtkGUISupportQtModule.h" // For export macro #include "QVTKWin32Header.h" diff --git a/GUISupport/Qt/vtkQtDebugLeaksView.h b/GUISupport/Qt/vtkQtDebugLeaksView.h index 81b54aaaf1..52fcd58990 100644 --- a/GUISupport/Qt/vtkQtDebugLeaksView.h +++ b/GUISupport/Qt/vtkQtDebugLeaksView.h @@ -20,8 +20,8 @@ // at program startup and displayed as a top level widget. Simply create the // widget and call show(). -#ifndef __vtkQtDebugLeaksView_h -#define __vtkQtDebugLeaksView_h +#ifndef vtkQtDebugLeaksView_h +#define vtkQtDebugLeaksView_h #include "vtkGUISupportQtModule.h" // For export macro #include "QVTKWin32Header.h" diff --git a/GUISupport/Qt/vtkQtTableModelAdapter.h b/GUISupport/Qt/vtkQtTableModelAdapter.h index 3d4f59808b..66abd36a9f 100644 --- a/GUISupport/Qt/vtkQtTableModelAdapter.h +++ b/GUISupport/Qt/vtkQtTableModelAdapter.h @@ -26,8 +26,8 @@ // .SECTION See also // vtkQtAbstractModelAdapter vtkQtTreeModelAdapter -#ifndef __vtkQtTableModelAdapter_h -#define __vtkQtTableModelAdapter_h +#ifndef vtkQtTableModelAdapter_h +#define vtkQtTableModelAdapter_h #include "vtkGUISupportQtModule.h" // For export macro #include "vtkQtAbstractModelAdapter.h" diff --git a/GUISupport/Qt/vtkQtTreeModelAdapter.h b/GUISupport/Qt/vtkQtTreeModelAdapter.h index 5e9abebdb5..5695474493 100644 --- a/GUISupport/Qt/vtkQtTreeModelAdapter.h +++ b/GUISupport/Qt/vtkQtTreeModelAdapter.h @@ -26,8 +26,8 @@ // .SECTION See also // vtkQtAbstractModelAdapter vtkQtTableModelAdapter -#ifndef __vtkQtTreeModelAdapter_h -#define __vtkQtTreeModelAdapter_h +#ifndef vtkQtTreeModelAdapter_h +#define vtkQtTreeModelAdapter_h #include "vtkGUISupportQtModule.h" // For export macro #include "QVTKWin32Header.h" diff --git a/GUISupport/Qt/vtkTDxQtUnixDevices.h b/GUISupport/Qt/vtkTDxQtUnixDevices.h index 11cee19697..7a068c9e89 100644 --- a/GUISupport/Qt/vtkTDxQtUnixDevices.h +++ b/GUISupport/Qt/vtkTDxQtUnixDevices.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkTDxUnixDevice QVTKWidget QVTKApplication -#ifndef __vtkTDxQtUnixDevices_h -#define __vtkTDxQtUnixDevices_h +#ifndef vtkTDxQtUnixDevices_h +#define vtkTDxQtUnixDevices_h #include "vtkGUISupportQtModule.h" // For export macro #include diff --git a/GUISupport/QtSQL/vtkQtSQLDatabase.h b/GUISupport/QtSQL/vtkQtSQLDatabase.h index 7490e6e087..32896575a5 100644 --- a/GUISupport/QtSQL/vtkQtSQLDatabase.h +++ b/GUISupport/QtSQL/vtkQtSQLDatabase.h @@ -22,8 +22,8 @@ // .SECTION Description // Implements a vtkSQLDatabase using an underlying Qt QSQLDatabase. -#ifndef __vtkQtSQLDatabase_h -#define __vtkQtSQLDatabase_h +#ifndef vtkQtSQLDatabase_h +#define vtkQtSQLDatabase_h // Check for Qt SQL module before defining this class. #include @@ -173,5 +173,5 @@ private: }; #endif // (QT_EDITION & QT_MODULE_SQL) -#endif // __vtkQtSQLDatabase_h +#endif // vtkQtSQLDatabase_h diff --git a/GUISupport/QtSQL/vtkQtSQLQuery.h b/GUISupport/QtSQL/vtkQtSQLQuery.h index d623017843..cdbe70a24f 100644 --- a/GUISupport/QtSQL/vtkQtSQLQuery.h +++ b/GUISupport/QtSQL/vtkQtSQLQuery.h @@ -22,8 +22,8 @@ // .SECTION Description // Implements vtkSQLQuery using an underlying QSQLQuery. -#ifndef __vtkQtSQLQuery_h -#define __vtkQtSQLQuery_h +#ifndef vtkQtSQLQuery_h +#define vtkQtSQLQuery_h // Check for Qt SQL module before defining this class. #include @@ -96,5 +96,5 @@ private: }; #endif // (QT_EDITION & QT_MODULE_SQL) -#endif // __vtkQtSQLQuery_h +#endif // vtkQtSQLQuery_h diff --git a/GUISupport/QtSQL/vtkQtTimePointUtility.h b/GUISupport/QtSQL/vtkQtTimePointUtility.h index 55085b1cbf..20216fab76 100644 --- a/GUISupport/QtSQL/vtkQtTimePointUtility.h +++ b/GUISupport/QtSQL/vtkQtTimePointUtility.h @@ -22,8 +22,8 @@ // .SECTION Description // vtkQtTimePointUtility is provides methods to perform common time operations. -#ifndef __vtkQtTimePointUtility_h -#define __vtkQtTimePointUtility_h +#ifndef vtkQtTimePointUtility_h +#define vtkQtTimePointUtility_h #include "vtkGUISupportQtSQLModule.h" #include "vtkObject.h" diff --git a/GUISupport/QtWebkit/vtkQtRichTextView.h b/GUISupport/QtWebkit/vtkQtRichTextView.h index 5247605eeb..207e505415 100644 --- a/GUISupport/QtWebkit/vtkQtRichTextView.h +++ b/GUISupport/QtWebkit/vtkQtRichTextView.h @@ -28,8 +28,8 @@ // Thanks to Bob Kerr from Sandia National Laboratories for implementing // this class -#ifndef __vtkQtRichTextView_h -#define __vtkQtRichTextView_h +#ifndef vtkQtRichTextView_h +#define vtkQtRichTextView_h #include "vtkGUISupportQtWebkitModule.h" // For export macro #include "QVTKWin32Header.h" diff --git a/Geovis/Core/vtkCompassRepresentation.h b/Geovis/Core/vtkCompassRepresentation.h index 62c3406000..1c652f93d4 100644 --- a/Geovis/Core/vtkCompassRepresentation.h +++ b/Geovis/Core/vtkCompassRepresentation.h @@ -24,8 +24,8 @@ // This class is used to represent and render a compass. -#ifndef __vtkCompassRepresentation_h -#define __vtkCompassRepresentation_h +#ifndef vtkCompassRepresentation_h +#define vtkCompassRepresentation_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkContinuousValueWidgetRepresentation.h" diff --git a/Geovis/Core/vtkCompassWidget.h b/Geovis/Core/vtkCompassWidget.h index 8015145042..a51cab45f0 100644 --- a/Geovis/Core/vtkCompassWidget.h +++ b/Geovis/Core/vtkCompassWidget.h @@ -57,8 +57,8 @@ // // -#ifndef __vtkCompassWidget_h -#define __vtkCompassWidget_h +#ifndef vtkCompassWidget_h +#define vtkCompassWidget_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkAbstractWidget.h" diff --git a/Geovis/Core/vtkGeoAdaptiveArcs.h b/Geovis/Core/vtkGeoAdaptiveArcs.h index a9500049c9..fa6f71cfaa 100644 --- a/Geovis/Core/vtkGeoAdaptiveArcs.h +++ b/Geovis/Core/vtkGeoAdaptiveArcs.h @@ -23,8 +23,8 @@ // .SECTION Thanks -#ifndef __vtkGeoAdaptiveArcs_h -#define __vtkGeoAdaptiveArcs_h +#ifndef vtkGeoAdaptiveArcs_h +#define vtkGeoAdaptiveArcs_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Geovis/Core/vtkGeoAlignedImageRepresentation.h b/Geovis/Core/vtkGeoAlignedImageRepresentation.h index 167640a250..130e0b3e83 100644 --- a/Geovis/Core/vtkGeoAlignedImageRepresentation.h +++ b/Geovis/Core/vtkGeoAlignedImageRepresentation.h @@ -25,8 +25,8 @@ // for fetching new data. This class keeps the fetched data in a quad-tree // structure organized by latitude and longitude. -#ifndef __vtkGeoAlignedImageRepresentation_h -#define __vtkGeoAlignedImageRepresentation_h +#ifndef vtkGeoAlignedImageRepresentation_h +#define vtkGeoAlignedImageRepresentation_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkDataRepresentation.h" diff --git a/Geovis/Core/vtkGeoAlignedImageSource.h b/Geovis/Core/vtkGeoAlignedImageSource.h index 4ce487cbd4..240893f369 100644 --- a/Geovis/Core/vtkGeoAlignedImageSource.h +++ b/Geovis/Core/vtkGeoAlignedImageSource.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkGeoAlignedImageRepresentation vtkGeoView vtkGeoView2D -#ifndef __vtkGeoAlignedImageSource_h -#define __vtkGeoAlignedImageSource_h +#ifndef vtkGeoAlignedImageSource_h +#define vtkGeoAlignedImageSource_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkGeoSource.h" diff --git a/Geovis/Core/vtkGeoArcs.h b/Geovis/Core/vtkGeoArcs.h index 5ba8378ef5..82caafb85f 100644 --- a/Geovis/Core/vtkGeoArcs.h +++ b/Geovis/Core/vtkGeoArcs.h @@ -24,8 +24,8 @@ // for viewing lines on a sphere (e.g. the earth). The arcs may "jump" above // the sphere's surface using ExplodeFactor. -#ifndef __vtkGeoArcs_h -#define __vtkGeoArcs_h +#ifndef vtkGeoArcs_h +#define vtkGeoArcs_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Geovis/Core/vtkGeoAssignCoordinates.h b/Geovis/Core/vtkGeoAssignCoordinates.h index d98c731806..b5ea7bbee3 100644 --- a/Geovis/Core/vtkGeoAssignCoordinates.h +++ b/Geovis/Core/vtkGeoAssignCoordinates.h @@ -29,8 +29,8 @@ // If a transform is given, use the transform to convert latitude and longitude // to the world coordinate. -#ifndef __vtkGeoAssignCoordinates_h -#define __vtkGeoAssignCoordinates_h +#ifndef vtkGeoAssignCoordinates_h +#define vtkGeoAssignCoordinates_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Geovis/Core/vtkGeoCamera.h b/Geovis/Core/vtkGeoCamera.h index 8d92f05ca2..041f236d11 100644 --- a/Geovis/Core/vtkGeoCamera.h +++ b/Geovis/Core/vtkGeoCamera.h @@ -66,8 +66,8 @@ // .SECTION See Also // vtkGeoInteractorStyle vtkCamera -#ifndef __vtkGeoCamera_h -#define __vtkGeoCamera_h +#ifndef vtkGeoCamera_h +#define vtkGeoCamera_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Geovis/Core/vtkGeoGraticule.h b/Geovis/Core/vtkGeoGraticule.h index 9e7f066757..7ed38d86d3 100644 --- a/Geovis/Core/vtkGeoGraticule.h +++ b/Geovis/Core/vtkGeoGraticule.h @@ -28,8 +28,8 @@ // of degrees. By default the latitude bounds are [-90,90[ and the longitude // bounds are [0,180[. -#ifndef __vtkGeoGraticule_h -#define __vtkGeoGraticule_h +#ifndef vtkGeoGraticule_h +#define vtkGeoGraticule_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" @@ -121,4 +121,4 @@ private: void operator = ( const vtkGeoGraticule& ); // Not implemented. }; -#endif // __vtkGeoGraticule_h +#endif // vtkGeoGraticule_h diff --git a/Geovis/Core/vtkGeoImageNode.h b/Geovis/Core/vtkGeoImageNode.h index 2b6170d8ec..9eafce007c 100644 --- a/Geovis/Core/vtkGeoImageNode.h +++ b/Geovis/Core/vtkGeoImageNode.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkGeoTreeNode vtkGeoTerrainNode -#ifndef __vtkGeoImageNode_h -#define __vtkGeoImageNode_h +#ifndef vtkGeoImageNode_h +#define vtkGeoImageNode_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkGeoTreeNode.h" diff --git a/Geovis/Core/vtkGeoInteractorStyle.h b/Geovis/Core/vtkGeoInteractorStyle.h index 0d5bd9c0b8..51dbc16b23 100644 --- a/Geovis/Core/vtkGeoInteractorStyle.h +++ b/Geovis/Core/vtkGeoInteractorStyle.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkCompassWidget vtkInteractorStyle -#ifndef __vtkGeoInteractorStyle_h -#define __vtkGeoInteractorStyle_h +#ifndef vtkGeoInteractorStyle_h +#define vtkGeoInteractorStyle_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkInteractorStyleTrackballCamera.h" diff --git a/Geovis/Core/vtkGeoProjection.h b/Geovis/Core/vtkGeoProjection.h index 9696c582e9..75f50cad9a 100644 --- a/Geovis/Core/vtkGeoProjection.h +++ b/Geovis/Core/vtkGeoProjection.h @@ -23,8 +23,8 @@ // This class uses the PROJ.4 library to represent geographic coordinate // projections. -#ifndef __vtkGeoProjection_h -#define __vtkGeoProjection_h +#ifndef vtkGeoProjection_h +#define vtkGeoProjection_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkObject.h" @@ -136,4 +136,4 @@ private: vtkInternals* Internals; }; -#endif // __vtkGeoProjection_h +#endif // vtkGeoProjection_h diff --git a/Geovis/Core/vtkGeoRandomGraphSource.h b/Geovis/Core/vtkGeoRandomGraphSource.h index 44c0b99e6a..d113566344 100644 --- a/Geovis/Core/vtkGeoRandomGraphSource.h +++ b/Geovis/Core/vtkGeoRandomGraphSource.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkRandomGraphSource -#ifndef __vtkGeoRandomGraphSource_h -#define __vtkGeoRandomGraphSource_h +#ifndef vtkGeoRandomGraphSource_h +#define vtkGeoRandomGraphSource_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkRandomGraphSource.h" diff --git a/Geovis/Core/vtkGeoSampleArcs.h b/Geovis/Core/vtkGeoSampleArcs.h index 8ecc1d89a3..be4d5d1df4 100644 --- a/Geovis/Core/vtkGeoSampleArcs.h +++ b/Geovis/Core/vtkGeoSampleArcs.h @@ -26,8 +26,8 @@ // This is useful in order to keep lines such as political boundaries from // intersecting the globe and becoming invisible. -#ifndef __vtkGeoSampleArcs_h -#define __vtkGeoSampleArcs_h +#ifndef vtkGeoSampleArcs_h +#define vtkGeoSampleArcs_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Geovis/Core/vtkGeoSource.h b/Geovis/Core/vtkGeoSource.h index 4c38bb50d7..40d3345149 100644 --- a/Geovis/Core/vtkGeoSource.h +++ b/Geovis/Core/vtkGeoSource.h @@ -35,8 +35,8 @@ // FetchChild() method is thread-safe, since it may be called from multiple // workers simultaneously. -#ifndef __vtkGeoSource_h -#define __vtkGeoSource_h +#ifndef vtkGeoSource_h +#define vtkGeoSource_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkObject.h" @@ -115,4 +115,4 @@ private: void operator=(const vtkGeoSource&); // Not implemented }; -#endif // __vtkGeoSource_h +#endif // vtkGeoSource_h diff --git a/Geovis/Core/vtkGeoSphereTransform.h b/Geovis/Core/vtkGeoSphereTransform.h index 969b5502be..ed8ef0ae7d 100644 --- a/Geovis/Core/vtkGeoSphereTransform.h +++ b/Geovis/Core/vtkGeoSphereTransform.h @@ -25,8 +25,8 @@ // - the y axis goes from the origin to the intersection of Greenwitch meridian and equator (longitude=0,latitude=0) // - the z axis goes from the origin to the Geographic North Pole (latitude=90) // - therefore the frame is right-handed. -#ifndef __vtkGeoSphereTransform_h -#define __vtkGeoSphereTransform_h +#ifndef vtkGeoSphereTransform_h +#define vtkGeoSphereTransform_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkAbstractTransform.h" @@ -89,4 +89,4 @@ private: void operator = ( const vtkGeoSphereTransform& ); // Not implemented. }; -#endif // __vtkGeoSphereTransform_h +#endif // vtkGeoSphereTransform_h diff --git a/Geovis/Core/vtkGeoTerrain.h b/Geovis/Core/vtkGeoTerrain.h index 29f7f004f6..0a7e784c2e 100644 --- a/Geovis/Core/vtkGeoTerrain.h +++ b/Geovis/Core/vtkGeoTerrain.h @@ -27,8 +27,8 @@ // will update the set of actors representing the globe given the current // camera position. -#ifndef __vtkGeoTerrain_h -#define __vtkGeoTerrain_h +#ifndef vtkGeoTerrain_h +#define vtkGeoTerrain_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Geovis/Core/vtkGeoTerrain2D.h b/Geovis/Core/vtkGeoTerrain2D.h index 24b6966efa..2cc50f29c4 100644 --- a/Geovis/Core/vtkGeoTerrain2D.h +++ b/Geovis/Core/vtkGeoTerrain2D.h @@ -27,8 +27,8 @@ // method which updates the set of actors representing the globe given the // current camera position. -#ifndef __vtkGeoTerrain2D_h -#define __vtkGeoTerrain2D_h +#ifndef vtkGeoTerrain2D_h +#define vtkGeoTerrain2D_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkGeoTerrain.h" diff --git a/Geovis/Core/vtkGeoTerrainNode.h b/Geovis/Core/vtkGeoTerrainNode.h index 8844e97d7a..8377233c52 100644 --- a/Geovis/Core/vtkGeoTerrainNode.h +++ b/Geovis/Core/vtkGeoTerrainNode.h @@ -24,8 +24,8 @@ // .SECTION See Also -#ifndef __vtkGeoTerrainNode_h -#define __vtkGeoTerrainNode_h +#ifndef vtkGeoTerrainNode_h +#define vtkGeoTerrainNode_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkGeoTreeNode.h" diff --git a/Geovis/Core/vtkGeoTransform.h b/Geovis/Core/vtkGeoTransform.h index 17893e84a2..ad86a781a7 100644 --- a/Geovis/Core/vtkGeoTransform.h +++ b/Geovis/Core/vtkGeoTransform.h @@ -22,8 +22,8 @@ // This class takes two geographic projections and transforms point // coordinates between them. -#ifndef __vtkGeoTransform_h -#define __vtkGeoTransform_h +#ifndef vtkGeoTransform_h +#define vtkGeoTransform_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkAbstractTransform.h" @@ -87,4 +87,4 @@ private: void operator = ( const vtkGeoTransform& ); // Not implemented. }; -#endif // __vtkGeoTransform_h +#endif // vtkGeoTransform_h diff --git a/Geovis/Core/vtkGeoTreeNode.h b/Geovis/Core/vtkGeoTreeNode.h index bdf690f7cc..4c82de1bd9 100644 --- a/Geovis/Core/vtkGeoTreeNode.h +++ b/Geovis/Core/vtkGeoTreeNode.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkGeoView vtkGeoView2D vtkGeoTerrain vtkGeoAlignedImageRepresentation -#ifndef __vtkGeoTreeNode_h -#define __vtkGeoTreeNode_h +#ifndef vtkGeoTreeNode_h +#define vtkGeoTreeNode_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Geovis/Core/vtkGeoTreeNodeCache.h b/Geovis/Core/vtkGeoTreeNodeCache.h index 3e01b7e05b..05e0a5063d 100644 --- a/Geovis/Core/vtkGeoTreeNodeCache.h +++ b/Geovis/Core/vtkGeoTreeNodeCache.h @@ -25,8 +25,8 @@ // delete data from the least used nodes. This is used to recover memory // from nodes that store data that hasn't been used in a while. -#ifndef __vtkGeoTreeNodeCache_h -#define __vtkGeoTreeNodeCache_h +#ifndef vtkGeoTreeNodeCache_h +#define vtkGeoTreeNodeCache_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Geovis/Core/vtkGlobeSource.h b/Geovis/Core/vtkGlobeSource.h index 3cc2c9303c..6a934229de 100644 --- a/Geovis/Core/vtkGlobeSource.h +++ b/Geovis/Core/vtkGlobeSource.h @@ -30,8 +30,8 @@ // // \image html vtkGlobeSourceSphericalToCartesianFigure.png // \image latex vtkGlobeSourceSphericalToCartesianFigure.eps -#ifndef __vtkGlobeSource_h -#define __vtkGlobeSource_h +#ifndef vtkGlobeSource_h +#define vtkGlobeSource_h #include "vtkGeovisCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/ADIOS/vtkADIOSDirTree.h b/IO/ADIOS/vtkADIOSDirTree.h index 9f61526ce1..80778ed412 100644 --- a/IO/ADIOS/vtkADIOSDirTree.h +++ b/IO/ADIOS/vtkADIOSDirTree.h @@ -14,8 +14,8 @@ =========================================================================*/ // .NAME vtkADIOSDirTree - A directory tree structure holding ADIOS data -#ifndef __vtkADIOSDirTree_h -#define __vtkADIOSDirTree_h +#ifndef vtkADIOSDirTree_h +#define vtkADIOSDirTree_h #include #include diff --git a/IO/ADIOS/vtkADIOSReader.h b/IO/ADIOS/vtkADIOSReader.h index 1964d3c0d8..4dd45d1b87 100644 --- a/IO/ADIOS/vtkADIOSReader.h +++ b/IO/ADIOS/vtkADIOSReader.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkADIOSReader is the base class for all ADIOS writers -#ifndef __vtkADIOSReader_h -#define __vtkADIOSReader_h +#ifndef vtkADIOSReader_h +#define vtkADIOSReader_h #include // For variable name index mapping #include // For independently time stepped array indexing diff --git a/IO/ADIOS/vtkADIOSWriter.h b/IO/ADIOS/vtkADIOSWriter.h index 581c1e7a14..5424b1783c 100644 --- a/IO/ADIOS/vtkADIOSWriter.h +++ b/IO/ADIOS/vtkADIOSWriter.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkADIOSWriter is the base class for all ADIOS writers -#ifndef __vtkADIOSWriter_h -#define __vtkADIOSWriter_h +#ifndef vtkADIOSWriter_h +#define vtkADIOSWriter_h #include // For independently stepped array indexing #include // For independently stepped array indexing diff --git a/IO/Core/Testing/Cxx/vtkFortran.h b/IO/Core/Testing/Cxx/vtkFortran.h index b470021250..e8fbc5e4ae 100644 --- a/IO/Core/Testing/Cxx/vtkFortran.h +++ b/IO/Core/Testing/Cxx/vtkFortran.h @@ -37,8 +37,8 @@ * [ Data Type Compatibility ] * http://www.ictp.trieste.it/~manuals/programming/sun/fortran/prog_guide/11_cfort.doc.html */ -#ifndef __vtkFortran_h -#define __vtkFortran_h +#ifndef vtkFortran_h +#define vtkFortran_h #define VTK_FORTRAN_NAME(name, NAME) \ name##__ diff --git a/IO/Core/vtkASCIITextCodec.h b/IO/Core/vtkASCIITextCodec.h index bc3a0a031c..ae905d0bfd 100644 --- a/IO/Core/vtkASCIITextCodec.h +++ b/IO/Core/vtkASCIITextCodec.h @@ -31,8 +31,8 @@ PURPOSE. See the above copyright notice for more information. // vtkASCIITextCodecFactory // -#ifndef __vtkASCIITextCodec_h -#define __vtkASCIITextCodec_h +#ifndef vtkASCIITextCodec_h +#define vtkASCIITextCodec_h #include "vtkIOCoreModule.h" // For export macro #include "vtkTextCodec.h" diff --git a/IO/Core/vtkAbstractParticleWriter.h b/IO/Core/vtkAbstractParticleWriter.h index b819a566ce..2d9e22bdf6 100644 --- a/IO/Core/vtkAbstractParticleWriter.h +++ b/IO/Core/vtkAbstractParticleWriter.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkTemporalStreamTracer -#ifndef __vtkAbstractParticleWriter_h -#define __vtkAbstractParticleWriter_h +#ifndef vtkAbstractParticleWriter_h +#define vtkAbstractParticleWriter_h #include "vtkIOCoreModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Core/vtkArrayDataReader.h b/IO/Core/vtkArrayDataReader.h index 3297598e94..e7565c9d83 100644 --- a/IO/Core/vtkArrayDataReader.h +++ b/IO/Core/vtkArrayDataReader.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkArrayDataWriter -#ifndef __vtkArrayDataReader_h -#define __vtkArrayDataReader_h +#ifndef vtkArrayDataReader_h +#define vtkArrayDataReader_h #include "vtkIOCoreModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/IO/Core/vtkArrayDataWriter.h b/IO/Core/vtkArrayDataWriter.h index e2542f0748..0e2d911d0d 100644 --- a/IO/Core/vtkArrayDataWriter.h +++ b/IO/Core/vtkArrayDataWriter.h @@ -46,8 +46,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkArrayDataWriter_h -#define __vtkArrayDataWriter_h +#ifndef vtkArrayDataWriter_h +#define vtkArrayDataWriter_h #include "vtkIOCoreModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Core/vtkArrayReader.h b/IO/Core/vtkArrayReader.h index ded4e32ae7..217bd6e761 100644 --- a/IO/Core/vtkArrayReader.h +++ b/IO/Core/vtkArrayReader.h @@ -33,8 +33,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkArrayReader_h -#define __vtkArrayReader_h +#ifndef vtkArrayReader_h +#define vtkArrayReader_h #include "vtkIOCoreModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/IO/Core/vtkArrayWriter.h b/IO/Core/vtkArrayWriter.h index ea4ae2fb75..532b467002 100644 --- a/IO/Core/vtkArrayWriter.h +++ b/IO/Core/vtkArrayWriter.h @@ -47,8 +47,8 @@ // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkArrayWriter_h -#define __vtkArrayWriter_h +#ifndef vtkArrayWriter_h +#define vtkArrayWriter_h #include "vtkIOCoreModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Core/vtkBase64InputStream.h b/IO/Core/vtkBase64InputStream.h index 9fa3b531f9..e4bbd0e2ac 100644 --- a/IO/Core/vtkBase64InputStream.h +++ b/IO/Core/vtkBase64InputStream.h @@ -17,8 +17,8 @@ // vtkBase64InputStream implements base64 decoding with the // vtkInputStream interface. -#ifndef __vtkBase64InputStream_h -#define __vtkBase64InputStream_h +#ifndef vtkBase64InputStream_h +#define vtkBase64InputStream_h #include "vtkIOCoreModule.h" // For export macro #include "vtkInputStream.h" diff --git a/IO/Core/vtkBase64OutputStream.h b/IO/Core/vtkBase64OutputStream.h index c7411fbf28..9e612f9aae 100644 --- a/IO/Core/vtkBase64OutputStream.h +++ b/IO/Core/vtkBase64OutputStream.h @@ -17,8 +17,8 @@ // vtkBase64OutputStream implements base64 encoding with the // vtkOutputStream interface. -#ifndef __vtkBase64OutputStream_h -#define __vtkBase64OutputStream_h +#ifndef vtkBase64OutputStream_h +#define vtkBase64OutputStream_h #include "vtkIOCoreModule.h" // For export macro #include "vtkOutputStream.h" diff --git a/IO/Core/vtkBase64Utilities.h b/IO/Core/vtkBase64Utilities.h index b8b1ff11ad..cc3edfe8f1 100644 --- a/IO/Core/vtkBase64Utilities.h +++ b/IO/Core/vtkBase64Utilities.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkBase64Utilities implements base64 encoding and decoding. -#ifndef __vtkBase64Utilities_h -#define __vtkBase64Utilities_h +#ifndef vtkBase64Utilities_h +#define vtkBase64Utilities_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Core/vtkDataCompressor.h b/IO/Core/vtkDataCompressor.h index 32983803a0..6487fd0d3b 100644 --- a/IO/Core/vtkDataCompressor.h +++ b/IO/Core/vtkDataCompressor.h @@ -19,8 +19,8 @@ // decompression method. The public interface to all compressors // remains the same, and is defined by this class. -#ifndef __vtkDataCompressor_h -#define __vtkDataCompressor_h +#ifndef vtkDataCompressor_h +#define vtkDataCompressor_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Core/vtkDelimitedTextWriter.h b/IO/Core/vtkDelimitedTextWriter.h index 8a545c2fe6..e4acee2540 100644 --- a/IO/Core/vtkDelimitedTextWriter.h +++ b/IO/Core/vtkDelimitedTextWriter.h @@ -20,8 +20,8 @@ // .NAME vtkDelimitedTextWriter - Delimited text writer for vtkTable // Writes a vtkTable as a delimited text file (such as CSV). -#ifndef __vtkDelimitedTextWriter_h -#define __vtkDelimitedTextWriter_h +#ifndef vtkDelimitedTextWriter_h +#define vtkDelimitedTextWriter_h #include "vtkIOCoreModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Core/vtkGlobFileNames.h b/IO/Core/vtkGlobFileNames.h index 353e01d462..9ed5cfa419 100644 --- a/IO/Core/vtkGlobFileNames.h +++ b/IO/Core/vtkGlobFileNames.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkDirectory -#ifndef __vtkGlobFileNames_h -#define __vtkGlobFileNames_h +#ifndef vtkGlobFileNames_h +#define vtkGlobFileNames_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Core/vtkInputStream.h b/IO/Core/vtkInputStream.h index a09d828c17..9d99840108 100644 --- a/IO/Core/vtkInputStream.h +++ b/IO/Core/vtkInputStream.h @@ -21,8 +21,8 @@ // input data. The actual length in the stream may differ for // subclasses that implement an encoding scheme. -#ifndef __vtkInputStream_h -#define __vtkInputStream_h +#ifndef vtkInputStream_h +#define vtkInputStream_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Core/vtkJavaScriptDataWriter.h b/IO/Core/vtkJavaScriptDataWriter.h index 5452ce9755..5332266037 100644 --- a/IO/Core/vtkJavaScriptDataWriter.h +++ b/IO/Core/vtkJavaScriptDataWriter.h @@ -20,8 +20,8 @@ // .NAME vtkJavaScriptDataWriter - A Javascript data writer for vtkTable // Writes a vtkTable into a Javascript data format. -#ifndef __vtkJavaScriptDataWriter_h -#define __vtkJavaScriptDataWriter_h +#ifndef vtkJavaScriptDataWriter_h +#define vtkJavaScriptDataWriter_h #include "vtkIOCoreModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Core/vtkOutputStream.h b/IO/Core/vtkOutputStream.h index c321b2434e..430d29ef46 100644 --- a/IO/Core/vtkOutputStream.h +++ b/IO/Core/vtkOutputStream.h @@ -21,8 +21,8 @@ // The actual length in the stream may differ for subclasses that // implement an encoding scheme. -#ifndef __vtkOutputStream_h -#define __vtkOutputStream_h +#ifndef vtkOutputStream_h +#define vtkOutputStream_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Core/vtkSortFileNames.h b/IO/Core/vtkSortFileNames.h index 74a72a0b68..26eada1c09 100644 --- a/IO/Core/vtkSortFileNames.h +++ b/IO/Core/vtkSortFileNames.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkImageReader2 -#ifndef __vtkSortFileNames_h -#define __vtkSortFileNames_h +#ifndef vtkSortFileNames_h +#define vtkSortFileNames_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Core/vtkTextCodec.h b/IO/Core/vtkTextCodec.h index 830363fdf9..48d49856e0 100644 --- a/IO/Core/vtkTextCodec.h +++ b/IO/Core/vtkTextCodec.h @@ -31,8 +31,8 @@ PURPOSE. See the above copyright notice for more information. // vtkTextCodecFactory // -#ifndef __vtkTextCodec_h -#define __vtkTextCodec_h +#ifndef vtkTextCodec_h +#define vtkTextCodec_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Core/vtkTextCodecFactory.h b/IO/Core/vtkTextCodecFactory.h index 6254c75292..feafe0ac0c 100644 --- a/IO/Core/vtkTextCodecFactory.h +++ b/IO/Core/vtkTextCodecFactory.h @@ -33,8 +33,8 @@ PURPOSE. See the above copyright notice for more information. // vtkTextCodec // -#ifndef __vtkTextCodecFactory_h -#define __vtkTextCodecFactory_h +#ifndef vtkTextCodecFactory_h +#define vtkTextCodecFactory_h #include "vtkIOCoreModule.h" // For export macro #include "vtkObject.h" @@ -94,4 +94,4 @@ private: //ETX }; -#endif // __vtkTextCodecFactory_h +#endif // vtkTextCodecFactory_h diff --git a/IO/Core/vtkUTF16TextCodec.h b/IO/Core/vtkUTF16TextCodec.h index 5c3e76b11b..07778cbfba 100644 --- a/IO/Core/vtkUTF16TextCodec.h +++ b/IO/Core/vtkUTF16TextCodec.h @@ -31,8 +31,8 @@ PURPOSE. See the above copyright notice for more information. // vtkUTF16TextCodecFactory // -#ifndef __vtkUTF16TextCodec_h -#define __vtkUTF16TextCodec_h +#ifndef vtkUTF16TextCodec_h +#define vtkUTF16TextCodec_h #include "vtkIOCoreModule.h" // For export macro #include "vtkTextCodec.h" diff --git a/IO/Core/vtkUTF8TextCodec.h b/IO/Core/vtkUTF8TextCodec.h index 497f659d71..db73308e02 100644 --- a/IO/Core/vtkUTF8TextCodec.h +++ b/IO/Core/vtkUTF8TextCodec.h @@ -31,8 +31,8 @@ PURPOSE. See the above copyright notice for more information. // vtkUTF8TextCodecFactory // -#ifndef __vtkUTF8TextCodec_h -#define __vtkUTF8TextCodec_h +#ifndef vtkUTF8TextCodec_h +#define vtkUTF8TextCodec_h #include "vtkIOCoreModule.h" // For export macro #include "vtkTextCodec.h" diff --git a/IO/Core/vtkWriter.h b/IO/Core/vtkWriter.h index 7ae7490bac..6b6d1bd761 100644 --- a/IO/Core/vtkWriter.h +++ b/IO/Core/vtkWriter.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkXMLDataSetWriter vtkDataSetWriter vtkImageWriter vtkMCubesWriter -#ifndef __vtkWriter_h -#define __vtkWriter_h +#ifndef vtkWriter_h +#define vtkWriter_h #include "vtkIOCoreModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/IO/Core/vtkZLibDataCompressor.h b/IO/Core/vtkZLibDataCompressor.h index 9ee94ab1c1..557a4f3978 100644 --- a/IO/Core/vtkZLibDataCompressor.h +++ b/IO/Core/vtkZLibDataCompressor.h @@ -17,8 +17,8 @@ // vtkZLibDataCompressor provides a concrete vtkDataCompressor class // using zlib for compressing and uncompressing data. -#ifndef __vtkZLibDataCompressor_h -#define __vtkZLibDataCompressor_h +#ifndef vtkZLibDataCompressor_h +#define vtkZLibDataCompressor_h #include "vtkIOCoreModule.h" // For export macro #include "vtkDataCompressor.h" diff --git a/IO/EnSight/vtkEnSight6BinaryReader.h b/IO/EnSight/vtkEnSight6BinaryReader.h index 8b446bf76a..b272dda143 100644 --- a/IO/EnSight/vtkEnSight6BinaryReader.h +++ b/IO/EnSight/vtkEnSight6BinaryReader.h @@ -32,8 +32,8 @@ // This reader can only handle static EnSight datasets (both static geometry // and variables). -#ifndef __vtkEnSight6BinaryReader_h -#define __vtkEnSight6BinaryReader_h +#ifndef vtkEnSight6BinaryReader_h +#define vtkEnSight6BinaryReader_h #include "vtkIOEnSightModule.h" // For export macro #include "vtkEnSightReader.h" diff --git a/IO/EnSight/vtkEnSight6Reader.h b/IO/EnSight/vtkEnSight6Reader.h index 684428a3b6..08b4add192 100644 --- a/IO/EnSight/vtkEnSight6Reader.h +++ b/IO/EnSight/vtkEnSight6Reader.h @@ -32,8 +32,8 @@ // This reader can only handle static EnSight datasets (both static geometry // and variables). -#ifndef __vtkEnSight6Reader_h -#define __vtkEnSight6Reader_h +#ifndef vtkEnSight6Reader_h +#define vtkEnSight6Reader_h #include "vtkIOEnSightModule.h" // For export macro #include "vtkEnSightReader.h" diff --git a/IO/EnSight/vtkEnSightGoldBinaryReader.h b/IO/EnSight/vtkEnSightGoldBinaryReader.h index 49a8935469..16840d4580 100644 --- a/IO/EnSight/vtkEnSightGoldBinaryReader.h +++ b/IO/EnSight/vtkEnSightGoldBinaryReader.h @@ -34,8 +34,8 @@ // .SECTION Thanks // Thanks to Yvan Fournier for providing the code to support nfaced elements. -#ifndef __vtkEnSightGoldBinaryReader_h -#define __vtkEnSightGoldBinaryReader_h +#ifndef vtkEnSightGoldBinaryReader_h +#define vtkEnSightGoldBinaryReader_h #include "vtkIOEnSightModule.h" // For export macro #include "vtkEnSightReader.h" diff --git a/IO/EnSight/vtkEnSightGoldReader.h b/IO/EnSight/vtkEnSightGoldReader.h index 4d33a46322..0139d14738 100644 --- a/IO/EnSight/vtkEnSightGoldReader.h +++ b/IO/EnSight/vtkEnSightGoldReader.h @@ -34,8 +34,8 @@ // .SECTION Thanks // Thanks to Yvan Fournier for providing the code to support nfaced elements. -#ifndef __vtkEnSightGoldReader_h -#define __vtkEnSightGoldReader_h +#ifndef vtkEnSightGoldReader_h +#define vtkEnSightGoldReader_h #include "vtkIOEnSightModule.h" // For export macro #include "vtkEnSightReader.h" diff --git a/IO/EnSight/vtkEnSightMasterServerReader.h b/IO/EnSight/vtkEnSightMasterServerReader.h index b8eb49c50f..295c67536a 100644 --- a/IO/EnSight/vtkEnSightMasterServerReader.h +++ b/IO/EnSight/vtkEnSightMasterServerReader.h @@ -14,8 +14,8 @@ =========================================================================*/ // .NAME vtkEnSightMasterServerReader - reader for compund EnSight files -#ifndef __vtkEnSightMasterServerReader_h -#define __vtkEnSightMasterServerReader_h +#ifndef vtkEnSightMasterServerReader_h +#define vtkEnSightMasterServerReader_h #include "vtkIOEnSightModule.h" // For export macro #include "vtkGenericEnSightReader.h" diff --git a/IO/EnSight/vtkEnSightReader.h b/IO/EnSight/vtkEnSightReader.h index 8e8d8cee52..fcd4420acb 100644 --- a/IO/EnSight/vtkEnSightReader.h +++ b/IO/EnSight/vtkEnSightReader.h @@ -14,8 +14,8 @@ =========================================================================*/ // .NAME vtkEnSightReader - superclass for EnSight file readers -#ifndef __vtkEnSightReader_h -#define __vtkEnSightReader_h +#ifndef vtkEnSightReader_h +#define vtkEnSightReader_h #include "vtkIOEnSightModule.h" // For export macro #include "vtkGenericEnSightReader.h" diff --git a/IO/EnSight/vtkGenericEnSightReader.h b/IO/EnSight/vtkGenericEnSightReader.h index 75be7acf01..9e8f13c05e 100644 --- a/IO/EnSight/vtkGenericEnSightReader.h +++ b/IO/EnSight/vtkGenericEnSightReader.h @@ -17,8 +17,8 @@ // The class vtkGenericEnSightReader allows the user to read an EnSight data // set without a priori knowledge of what type of EnSight data set it is. -#ifndef __vtkGenericEnSightReader_h -#define __vtkGenericEnSightReader_h +#ifndef vtkGenericEnSightReader_h +#define vtkGenericEnSightReader_h #include "vtkIOEnSightModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/IO/Exodus/vtkCPExodusIIElementBlock.h b/IO/Exodus/vtkCPExodusIIElementBlock.h index 028bc9dc5b..cda9ed4b4a 100644 --- a/IO/Exodus/vtkCPExodusIIElementBlock.h +++ b/IO/Exodus/vtkCPExodusIIElementBlock.h @@ -21,8 +21,8 @@ // memory layout. Use the vtkCPExodusIIInSituReader to read an Exodus II file's // data into this structure. -#ifndef __vtkCPExodusIIElementBlock_h -#define __vtkCPExodusIIElementBlock_h +#ifndef vtkCPExodusIIElementBlock_h +#define vtkCPExodusIIElementBlock_h #include "vtkObject.h" #include "vtkIOExodusModule.h" // For export macro @@ -110,4 +110,4 @@ vtkMakeExportedMappedUnstructuredGrid(vtkCPExodusIIElementBlock, vtkCPExodusIIElementBlockImpl, VTKIOEXODUS_EXPORT) -#endif //__vtkCPExodusIIElementBlock_h +#endif //vtkCPExodusIIElementBlock_h diff --git a/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h b/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h index 59ae0a32d6..221416964b 100644 --- a/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h +++ b/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h @@ -15,8 +15,8 @@ // .NAME vtkCPExodusIIElementBlockCellIterator - vtkCellIterator subclass // specialized for vtkCPExodusIIElementBlock. -#ifndef __vtkCPExodusIIElementBlockCellIterator_h -#define __vtkCPExodusIIElementBlockCellIterator_h +#ifndef vtkCPExodusIIElementBlockCellIterator_h +#define vtkCPExodusIIElementBlockCellIterator_h #include "vtkCellIterator.h" #include "vtkIOExodusModule.h" // For export macro @@ -61,4 +61,4 @@ private: vtkIdType CellId; }; -#endif //__vtkCPExodusIIElementBlockCellIterator_h +#endif //vtkCPExodusIIElementBlockCellIterator_h diff --git a/IO/Exodus/vtkCPExodusIIInSituReader.h b/IO/Exodus/vtkCPExodusIIInSituReader.h index 2c44aa1d35..600998e074 100644 --- a/IO/Exodus/vtkCPExodusIIInSituReader.h +++ b/IO/Exodus/vtkCPExodusIIInSituReader.h @@ -22,8 +22,8 @@ // the data into the standard VTK memory layout, avoiding the cost of a deep // copy. -#ifndef __vtkCPExodusIIInSituReader_h -#define __vtkCPExodusIIInSituReader_h +#ifndef vtkCPExodusIIInSituReader_h +#define vtkCPExodusIIInSituReader_h #include "vtkIOExodusModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" @@ -109,4 +109,4 @@ private: int CurrentTimeStep; }; -#endif //__vtkCPExodusIIInSituReader_h +#endif //vtkCPExodusIIInSituReader_h diff --git a/IO/Exodus/vtkCPExodusIINodalCoordinatesTemplate.h b/IO/Exodus/vtkCPExodusIINodalCoordinatesTemplate.h index e510463121..ed72cbed87 100644 --- a/IO/Exodus/vtkCPExodusIINodalCoordinatesTemplate.h +++ b/IO/Exodus/vtkCPExodusIINodalCoordinatesTemplate.h @@ -21,8 +21,8 @@ // the vtkCPExodusIIInSituReader to read an Exodus II file's data into this // structure. -#ifndef __vtkCPExodusIINodalCoordinatesTemplate_h -#define __vtkCPExodusIINodalCoordinatesTemplate_h +#ifndef vtkCPExodusIINodalCoordinatesTemplate_h +#define vtkCPExodusIINodalCoordinatesTemplate_h #include "vtkMappedDataArray.h" #include "vtkIOExodusModule.h" // For export macro @@ -119,6 +119,6 @@ private: #include "vtkCPExodusIINodalCoordinatesTemplate.txx" -#endif //__vtkCPExodusIINodalCoordinatesTemplate_h +#endif //vtkCPExodusIINodalCoordinatesTemplate_h // VTK-HeaderTest-Exclude: vtkCPExodusIINodalCoordinatesTemplate.h diff --git a/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h b/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h index cefdd1a653..dcfc415f08 100644 --- a/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h +++ b/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h @@ -21,8 +21,8 @@ // the vtkCPExodusIIInSituReader to read an Exodus II file's data into this // structure. -#ifndef __vtkCPExodusIIResultsArrayTemplate_h -#define __vtkCPExodusIIResultsArrayTemplate_h +#ifndef vtkCPExodusIIResultsArrayTemplate_h +#define vtkCPExodusIIResultsArrayTemplate_h #include "vtkMappedDataArray.h" @@ -118,6 +118,6 @@ private: #include "vtkCPExodusIIResultsArrayTemplate.txx" -#endif //__vtkCPExodusIIResultsArrayTemplate_h +#endif //vtkCPExodusIIResultsArrayTemplate_h // VTK-HeaderTest-Exclude: vtkCPExodusIIResultsArrayTemplate.h diff --git a/IO/Exodus/vtkExodusIICache.h b/IO/Exodus/vtkExodusIICache.h index c76738abc0..5be5292368 100644 --- a/IO/Exodus/vtkExodusIICache.h +++ b/IO/Exodus/vtkExodusIICache.h @@ -1,5 +1,5 @@ -#ifndef __vtkExodusIICache_h -#define __vtkExodusIICache_h +#ifndef vtkExodusIICache_h +#define vtkExodusIICache_h // ============================================================================ // The following classes define an LRU cache for data arrays @@ -212,4 +212,4 @@ private: vtkExodusIICache( const vtkExodusIICache& ); // Not implemented void operator = ( const vtkExodusIICache& ); // Not implemented }; -#endif // __vtkExodusIICache_h +#endif // vtkExodusIICache_h diff --git a/IO/Exodus/vtkExodusIIReader.h b/IO/Exodus/vtkExodusIIReader.h index 10de0366f2..d405c01277 100644 --- a/IO/Exodus/vtkExodusIIReader.h +++ b/IO/Exodus/vtkExodusIIReader.h @@ -32,8 +32,8 @@ // -#ifndef __vtkExodusIIReader_h -#define __vtkExodusIIReader_h +#ifndef vtkExodusIIReader_h +#define vtkExodusIIReader_h #include "vtkIOExodusModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/IO/Exodus/vtkExodusIIReaderParser.h b/IO/Exodus/vtkExodusIIReaderParser.h index 17f741922e..16276d2370 100644 --- a/IO/Exodus/vtkExodusIIReaderParser.h +++ b/IO/Exodus/vtkExodusIIReaderParser.h @@ -17,8 +17,8 @@ // vtkExodusIIReaderParser is an internal XML parser used by vtkExodusIIReader. // This is not for public use. -#ifndef __vtkExodusIIReaderParser_h -#define __vtkExodusIIReaderParser_h +#ifndef vtkExodusIIReaderParser_h +#define vtkExodusIIReaderParser_h #include "vtkIOExodusModule.h" // For export macro #include "vtkXMLParser.h" diff --git a/IO/Exodus/vtkExodusIIReaderPrivate.h b/IO/Exodus/vtkExodusIIReaderPrivate.h index 7bba301edc..d9dd255276 100644 --- a/IO/Exodus/vtkExodusIIReaderPrivate.h +++ b/IO/Exodus/vtkExodusIIReaderPrivate.h @@ -1,5 +1,5 @@ -#ifndef __vtkExodusIIReaderPrivate_h -#define __vtkExodusIIReaderPrivate_h +#ifndef vtkExodusIIReaderPrivate_h +#define vtkExodusIIReaderPrivate_h // Do not include this file directly. It is only for use // from inside the ExodusII reader and its descendants. @@ -825,5 +825,5 @@ private: void operator = ( const vtkExodusIIReaderPrivate& ); // Not implemented. }; -#endif // __vtkExodusIIReaderPrivate_h +#endif // vtkExodusIIReaderPrivate_h // VTK-HeaderTest-Exclude: vtkExodusIIReaderPrivate.h diff --git a/IO/Exodus/vtkExodusIIReaderVariableCheck.h b/IO/Exodus/vtkExodusIIReaderVariableCheck.h index 70164594a7..d2c949e435 100644 --- a/IO/Exodus/vtkExodusIIReaderVariableCheck.h +++ b/IO/Exodus/vtkExodusIIReaderVariableCheck.h @@ -1,5 +1,5 @@ -#ifndef __vtkExodusIIReaderVariableCheck_h -#define __vtkExodusIIReaderVariableCheck_h +#ifndef vtkExodusIIReaderVariableCheck_h +#define vtkExodusIIReaderVariableCheck_h #include "vtkExodusIIReaderPrivate.h" // for ArrayInfoType @@ -118,5 +118,5 @@ protected: bool StillAdding; }; -#endif // __vtkExodusIIReaderVariableCheck_h +#endif // vtkExodusIIReaderVariableCheck_h // VTK-HeaderTest-Exclude: vtkExodusIIReaderVariableCheck.h diff --git a/IO/Exodus/vtkExodusIIWriter.h b/IO/Exodus/vtkExodusIIWriter.h index f3af2e8538..d96dae39c5 100644 --- a/IO/Exodus/vtkExodusIIWriter.h +++ b/IO/Exodus/vtkExodusIIWriter.h @@ -61,8 +61,8 @@ // We use the terms "point" and "node" interchangeably. // Also, we use the terms "element" and "cell" interchangeably. -#ifndef __vtkExodusIIWriter_h -#define __vtkExodusIIWriter_h +#ifndef vtkExodusIIWriter_h +#define vtkExodusIIWriter_h #include "vtkIOExodusModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Exodus/vtkModelMetadata.h b/IO/Exodus/vtkModelMetadata.h index 3884adaffd..d9edc88352 100644 --- a/IO/Exodus/vtkModelMetadata.h +++ b/IO/Exodus/vtkModelMetadata.h @@ -66,8 +66,8 @@ // .SECTION See also // vtkDistributedDataFilter vtkExtractCells -#ifndef __vtkModelMetadata_h -#define __vtkModelMetadata_h +#ifndef vtkModelMetadata_h +#define vtkModelMetadata_h #include "vtkIOExodusModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Export/vtkExporter.h b/IO/Export/vtkExporter.h index 3ffb9a71bb..670337c395 100644 --- a/IO/Export/vtkExporter.h +++ b/IO/Export/vtkExporter.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkOBJExporter vtkRenderWindow vtkWriter -#ifndef __vtkExporter_h -#define __vtkExporter_h +#ifndef vtkExporter_h +#define vtkExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Export/vtkGL2PSExporter.h b/IO/Export/vtkGL2PSExporter.h index 9eb74f8a7d..8152d80082 100644 --- a/IO/Export/vtkGL2PSExporter.h +++ b/IO/Export/vtkGL2PSExporter.h @@ -72,8 +72,8 @@ // Thanks to Goodwin Lawlor and Prabhu Ramachandran for this class. -#ifndef __vtkGL2PSExporter_h -#define __vtkGL2PSExporter_h +#ifndef vtkGL2PSExporter_h +#define vtkGL2PSExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkIVExporter.h b/IO/Export/vtkIVExporter.h index b22335d35a..94bf0657e1 100644 --- a/IO/Export/vtkIVExporter.h +++ b/IO/Export/vtkIVExporter.h @@ -21,8 +21,8 @@ // vtkExporter -#ifndef __vtkIVExporter_h -#define __vtkIVExporter_h +#ifndef vtkIVExporter_h +#define vtkIVExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkOBJExporter.h b/IO/Export/vtkOBJExporter.h index 51d840cfd5..6528298c51 100644 --- a/IO/Export/vtkOBJExporter.h +++ b/IO/Export/vtkOBJExporter.h @@ -23,8 +23,8 @@ // vtkExporter -#ifndef __vtkOBJExporter_h -#define __vtkOBJExporter_h +#ifndef vtkOBJExporter_h +#define vtkOBJExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkOOGLExporter.h b/IO/Export/vtkOOGLExporter.h index 96ae73c0ef..62806fe35b 100644 --- a/IO/Export/vtkOOGLExporter.h +++ b/IO/Export/vtkOOGLExporter.h @@ -22,8 +22,8 @@ // vtkExporter -#ifndef __vtkOOGLExporter_h -#define __vtkOOGLExporter_h +#ifndef vtkOOGLExporter_h +#define vtkOOGLExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkPOVExporter.h b/IO/Export/vtkPOVExporter.h index 44a387a4d5..8350156608 100644 --- a/IO/Export/vtkPOVExporter.h +++ b/IO/Export/vtkPOVExporter.h @@ -70,8 +70,8 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Li-Ta Lo (ollie@lanl.gov) and Jim Ahrens (ahrens@lanl.gov) // Los Alamos National Laboratory -#ifndef __vtkPOVExporter_h -#define __vtkPOVExporter_h +#ifndef vtkPOVExporter_h +#define vtkPOVExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkRIBExporter.h b/IO/Export/vtkRIBExporter.h index dac2a6fac1..01a11e9b48 100644 --- a/IO/Export/vtkRIBExporter.h +++ b/IO/Export/vtkRIBExporter.h @@ -44,8 +44,8 @@ // vtkExporter vtkRIBProperty -#ifndef __vtkRIBExporter_h -#define __vtkRIBExporter_h +#ifndef vtkRIBExporter_h +#define vtkRIBExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkRIBLight.h b/IO/Export/vtkRIBLight.h index 417e95b380..97866764bc 100644 --- a/IO/Export/vtkRIBLight.h +++ b/IO/Export/vtkRIBLight.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkRIBExporter -#ifndef __vtkRIBLight_h -#define __vtkRIBLight_h +#ifndef vtkRIBLight_h +#define vtkRIBLight_h #include "vtkIOExportModule.h" // For export macro #include "vtkLight.h" diff --git a/IO/Export/vtkRIBProperty.h b/IO/Export/vtkRIBProperty.h index ade7e8990b..5a797b3fc0 100644 --- a/IO/Export/vtkRIBProperty.h +++ b/IO/Export/vtkRIBProperty.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkRIBExporter -#ifndef __vtkRIBProperty_h -#define __vtkRIBProperty_h +#ifndef vtkRIBProperty_h +#define vtkRIBProperty_h #include "vtkIOExportModule.h" // For export macro #include "vtkProperty.h" diff --git a/IO/Export/vtkVRMLExporter.h b/IO/Export/vtkVRMLExporter.h index a9ea54c48c..563cc18633 100644 --- a/IO/Export/vtkVRMLExporter.h +++ b/IO/Export/vtkVRMLExporter.h @@ -22,8 +22,8 @@ // vtkExporter -#ifndef __vtkVRMLExporter_h -#define __vtkVRMLExporter_h +#ifndef vtkVRMLExporter_h +#define vtkVRMLExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkX3D.h b/IO/Export/vtkX3D.h index e57edafcaa..3d124a261b 100644 --- a/IO/Export/vtkX3D.h +++ b/IO/Export/vtkX3D.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkX3D_h -#define __vtkX3D_h +#ifndef vtkX3D_h +#define vtkX3D_h extern const char* x3dElementString[]; extern const char* x3dAttributeString[]; diff --git a/IO/Export/vtkX3DExporter.h b/IO/Export/vtkX3DExporter.h index 46d967fe19..18ff270f3f 100644 --- a/IO/Export/vtkX3DExporter.h +++ b/IO/Export/vtkX3DExporter.h @@ -21,8 +21,8 @@ // .SECTION Thanks // X3DExporter is contributed by Christophe Mouton at EDF. -#ifndef __vtkX3DExporter_h -#define __vtkX3DExporter_h +#ifndef vtkX3DExporter_h +#define vtkX3DExporter_h #include "vtkIOExportModule.h" // For export macro #include "vtkExporter.h" diff --git a/IO/Export/vtkX3DExporterFIWriter.h b/IO/Export/vtkX3DExporterFIWriter.h index fbe65e2e56..78b2a5e32d 100644 --- a/IO/Export/vtkX3DExporterFIWriter.h +++ b/IO/Export/vtkX3DExporterFIWriter.h @@ -15,8 +15,8 @@ // .NAME vtkX3DExporterFIWriter - // .SECTION Description -#ifndef __vtkX3DExporterFIWriter_h -#define __vtkX3DExporterFIWriter_h +#ifndef vtkX3DExporterFIWriter_h +#define vtkX3DExporterFIWriter_h #include "vtkIOExportModule.h" // For export macro #include "vtkX3DExporterWriter.h" diff --git a/IO/Export/vtkX3DExporterFIWriterHelper.h b/IO/Export/vtkX3DExporterFIWriterHelper.h index 28b3c672ba..b3a90efc4d 100644 --- a/IO/Export/vtkX3DExporterFIWriterHelper.h +++ b/IO/Export/vtkX3DExporterFIWriterHelper.h @@ -15,8 +15,8 @@ // .NAME vtkX3DExporterFIWriterHelper - // .SECTION Description -#ifndef __vtkX3DExporterFIWriterHelper_h -#define __vtkX3DExporterFIWriterHelper_h +#ifndef vtkX3DExporterFIWriterHelper_h +#define vtkX3DExporterFIWriterHelper_h //#include "vtkX3DExporterFIByteWriter.h" #include "vtkZLibDataCompressor.h" diff --git a/IO/Export/vtkX3DExporterJavaHelper.h b/IO/Export/vtkX3DExporterJavaHelper.h index c0a8586849..7a3ac0b198 100644 --- a/IO/Export/vtkX3DExporterJavaHelper.h +++ b/IO/Export/vtkX3DExporterJavaHelper.h @@ -15,8 +15,8 @@ // .NAME vtkX3DExporterJavaHelper - create an x3d file // .SECTION Description -#ifndef __vtkX3DExporterJavaHelper_h -#define __vtkX3DExporterJavaHelper_h +#ifndef vtkX3DExporterJavaHelper_h +#define vtkX3DExporterJavaHelper_h #include "vtkIOExportModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Export/vtkX3DExporterWriter.h b/IO/Export/vtkX3DExporterWriter.h index 51d433deb5..5838694f11 100644 --- a/IO/Export/vtkX3DExporterWriter.h +++ b/IO/Export/vtkX3DExporterWriter.h @@ -18,8 +18,8 @@ // classes that implement a encoding for the // X3D exporter -#ifndef __vtkX3DExporterWriter_h -#define __vtkX3DExporterWriter_h +#ifndef vtkX3DExporterWriter_h +#define vtkX3DExporterWriter_h #include "vtkIOExportModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Export/vtkX3DExporterXMLWriter.h b/IO/Export/vtkX3DExporterXMLWriter.h index f1b38b21de..88a1f9a0ee 100644 --- a/IO/Export/vtkX3DExporterXMLWriter.h +++ b/IO/Export/vtkX3DExporterXMLWriter.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkX3DExporterXMLWriter -#ifndef __vtkX3DExporterXMLWriter_h -#define __vtkX3DExporterXMLWriter_h +#ifndef vtkX3DExporterXMLWriter_h +#define vtkX3DExporterXMLWriter_h #include "vtkIOExportModule.h" // For export macro #include "vtkX3DExporterWriter.h" diff --git a/IO/FFMPEG/vtkFFMPEGWriter.h b/IO/FFMPEG/vtkFFMPEGWriter.h index 364c9bbbd8..9832c1f59f 100644 --- a/IO/FFMPEG/vtkFFMPEGWriter.h +++ b/IO/FFMPEG/vtkFFMPEGWriter.h @@ -27,8 +27,8 @@ // // .SECTION See Also vtkGenericMovieWriter vtkAVIWriter vtkMPEG2Writer -#ifndef __vtkFFMPEGWriter_h -#define __vtkFFMPEGWriter_h +#ifndef vtkFFMPEGWriter_h +#define vtkFFMPEGWriter_h #include "vtkIOFFMPEGModule.h" // For export macro #include "vtkGenericMovieWriter.h" diff --git a/IO/GDAL/vtkGDALRasterReader.h b/IO/GDAL/vtkGDALRasterReader.h index ead67ada30..545dd4e9f5 100644 --- a/IO/GDAL/vtkGDALRasterReader.h +++ b/IO/GDAL/vtkGDALRasterReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkUniformGrid, vtkImageData -#ifndef __vtkGDALRasterReader_h -#define __vtkGDALRasterReader_h +#ifndef vtkGDALRasterReader_h +#define vtkGDALRasterReader_h #include #include // For export macro @@ -119,4 +119,4 @@ private: void operator=(const vtkGDALRasterReader&); // Not implemented }; -#endif // __vtkGDALRasterReader_h +#endif // vtkGDALRasterReader_h diff --git a/IO/GDAL/vtkGDALVectorReader.h b/IO/GDAL/vtkGDALVectorReader.h index 1747af782e..810705a383 100644 --- a/IO/GDAL/vtkGDALVectorReader.h +++ b/IO/GDAL/vtkGDALVectorReader.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkMultiBlockDataSet -#ifndef __vtkGDALVectorReader_h -#define __vtkGDALVectorReader_h +#ifndef vtkGDALVectorReader_h +#define vtkGDALVectorReader_h #include "vtkMultiBlockDataSetAlgorithm.h" #include "vtkIOGDALModule.h" // For export macro @@ -135,4 +135,4 @@ private: void operator=(const vtkGDALVectorReader&); // Not implemented. }; -#endif // __vtkGDALVectorReader_h +#endif // vtkGDALVectorReader_h diff --git a/IO/GeoJSON/vtkGeoJSONWriter.h b/IO/GeoJSON/vtkGeoJSONWriter.h index c15d69da46..1bb70e4084 100644 --- a/IO/GeoJSON/vtkGeoJSONWriter.h +++ b/IO/GeoJSON/vtkGeoJSONWriter.h @@ -17,8 +17,8 @@ // Outputs a Geo JSON (http://www.geojson.org) description of the input // polydata data set. -#ifndef __vtkGeoJSONWriter_h -#define __vtkGeoJSONWriter_h +#ifndef vtkGeoJSONWriter_h +#define vtkGeoJSONWriter_h #include "vtkIOGeoJSONModule.h" // For export macro #include "vtkWriter.h" @@ -111,4 +111,4 @@ private: void operator=(const vtkGeoJSONWriter&); // Not implemented. }; -#endif // __vtkGeoJSONWriter_h +#endif // vtkGeoJSONWriter_h diff --git a/IO/Geometry/vtkAVSucdReader.h b/IO/Geometry/vtkAVSucdReader.h index 55f03ae55a..6efb2c3bfd 100644 --- a/IO/Geometry/vtkAVSucdReader.h +++ b/IO/Geometry/vtkAVSucdReader.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkGAMBITReader -#ifndef __vtkAVSucdReader_h -#define __vtkAVSucdReader_h +#ifndef vtkAVSucdReader_h +#define vtkAVSucdReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/IO/Geometry/vtkBYUReader.h b/IO/Geometry/vtkBYUReader.h index a9b4e77371..edebb727d1 100644 --- a/IO/Geometry/vtkBYUReader.h +++ b/IO/Geometry/vtkBYUReader.h @@ -19,8 +19,8 @@ // displacement or vector file (.d), and a 2D texture coordinate file // (.t). -#ifndef __vtkBYUReader_h -#define __vtkBYUReader_h +#ifndef vtkBYUReader_h +#define vtkBYUReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkBYUWriter.h b/IO/Geometry/vtkBYUWriter.h index f69a6488b1..d9140bc0c2 100644 --- a/IO/Geometry/vtkBYUWriter.h +++ b/IO/Geometry/vtkBYUWriter.h @@ -23,8 +23,8 @@ // WARNING: this writer does not currently write triangle strips. Use // vtkTriangleFilter to convert strips to triangles. -#ifndef __vtkBYUWriter_h -#define __vtkBYUWriter_h +#ifndef vtkBYUWriter_h +#define vtkBYUWriter_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Geometry/vtkCGMWriter.h b/IO/Geometry/vtkCGMWriter.h index 1204e56307..1923f9afb8 100644 --- a/IO/Geometry/vtkCGMWriter.h +++ b/IO/Geometry/vtkCGMWriter.h @@ -33,8 +33,8 @@ // vtkPolyDataWriter vtkPointDataToCellData -#ifndef __vtkCGMWriter_h -#define __vtkCGMWriter_h +#ifndef vtkCGMWriter_h +#define vtkCGMWriter_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataWriter.h" diff --git a/IO/Geometry/vtkChacoReader.h b/IO/Geometry/vtkChacoReader.h index 7ad004f73e..183ca118e3 100644 --- a/IO/Geometry/vtkChacoReader.h +++ b/IO/Geometry/vtkChacoReader.h @@ -27,8 +27,8 @@ // Note that the Chaco "edges" become VTK "cells", and the Chaco // "vertices" become VTK "points". -#ifndef __vtkChacoReader_h -#define __vtkChacoReader_h +#ifndef vtkChacoReader_h +#define vtkChacoReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/IO/Geometry/vtkFLUENTReader.h b/IO/Geometry/vtkFLUENTReader.h index bce81bdf32..8945198a5d 100644 --- a/IO/Geometry/vtkFLUENTReader.h +++ b/IO/Geometry/vtkFLUENTReader.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkGAMBITReader -#ifndef __vtkFLUENTReader_h -#define __vtkFLUENTReader_h +#ifndef vtkFLUENTReader_h +#define vtkFLUENTReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/IO/Geometry/vtkFacetWriter.h b/IO/Geometry/vtkFacetWriter.h index 188db33e24..e5ad5b8f4d 100644 --- a/IO/Geometry/vtkFacetWriter.h +++ b/IO/Geometry/vtkFacetWriter.h @@ -33,8 +33,8 @@ PURPOSE. See the above copyright notice for more information. // p1c2 p2c2 p3c2 ... pnc2 materialnum partnum // ... -#ifndef __vtkFacetWriter_h -#define __vtkFacetWriter_h +#ifndef vtkFacetWriter_h +#define vtkFacetWriter_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkGAMBITReader.h b/IO/Geometry/vtkGAMBITReader.h index 90337bea5a..2913d4e0fe 100644 --- a/IO/Geometry/vtkGAMBITReader.h +++ b/IO/Geometry/vtkGAMBITReader.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkAVSucdReader -#ifndef __vtkGAMBITReader_h -#define __vtkGAMBITReader_h +#ifndef vtkGAMBITReader_h +#define vtkGAMBITReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/IO/Geometry/vtkGaussianCubeReader.h b/IO/Geometry/vtkGaussianCubeReader.h index 09a35a5e6c..6168ec1d0a 100644 --- a/IO/Geometry/vtkGaussianCubeReader.h +++ b/IO/Geometry/vtkGaussianCubeReader.h @@ -21,8 +21,8 @@ // .SECTION Thanks // Dr. Jean M. Favre who developed and contributed this class. -#ifndef __vtkGaussianCubeReader_h -#define __vtkGaussianCubeReader_h +#ifndef vtkGaussianCubeReader_h +#define vtkGaussianCubeReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMoleculeReaderBase.h" diff --git a/IO/Geometry/vtkIVWriter.h b/IO/Geometry/vtkIVWriter.h index 7b9e1e6902..a91e6cc990 100644 --- a/IO/Geometry/vtkIVWriter.h +++ b/IO/Geometry/vtkIVWriter.h @@ -21,8 +21,8 @@ // vtkPolyDataWriter -#ifndef __vtkIVWriter_h -#define __vtkIVWriter_h +#ifndef vtkIVWriter_h +#define vtkIVWriter_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Geometry/vtkMCubesReader.h b/IO/Geometry/vtkMCubesReader.h index 492e38fd28..2b1db7da0e 100644 --- a/IO/Geometry/vtkMCubesReader.h +++ b/IO/Geometry/vtkMCubesReader.h @@ -44,8 +44,8 @@ // .SECTION See Also // vtkContourFilter vtkMarchingCubes vtkSliceCubes vtkLocator -#ifndef __vtkMCubesReader_h -#define __vtkMCubesReader_h +#ifndef vtkMCubesReader_h +#define vtkMCubesReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkMCubesWriter.h b/IO/Geometry/vtkMCubesWriter.h index c445d164d2..f144dafe82 100644 --- a/IO/Geometry/vtkMCubesWriter.h +++ b/IO/Geometry/vtkMCubesWriter.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkMarchingCubes vtkSliceCubes vtkMCubesReader -#ifndef __vtkMCubesWriter_h -#define __vtkMCubesWriter_h +#ifndef vtkMCubesWriter_h +#define vtkMCubesWriter_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Geometry/vtkMFIXReader.h b/IO/Geometry/vtkMFIXReader.h index 9c99b6e659..77e6a7fe55 100644 --- a/IO/Geometry/vtkMFIXReader.h +++ b/IO/Geometry/vtkMFIXReader.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkGAMBITReader -#ifndef __vtkMFIXReader_h -#define __vtkMFIXReader_h +#ifndef vtkMFIXReader_h +#define vtkMFIXReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/IO/Geometry/vtkMoleculeReaderBase.h b/IO/Geometry/vtkMoleculeReaderBase.h index 277c3709e0..92ec7056d4 100644 --- a/IO/Geometry/vtkMoleculeReaderBase.h +++ b/IO/Geometry/vtkMoleculeReaderBase.h @@ -20,8 +20,8 @@ // .SECTION Thanks // Dr. Jean M. Favre who developed and contributed this class -#ifndef __vtkMoleculeReaderBase_h -#define __vtkMoleculeReaderBase_h +#ifndef vtkMoleculeReaderBase_h +#define vtkMoleculeReaderBase_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkMultiBlockPLOT3DReader.h b/IO/Geometry/vtkMultiBlockPLOT3DReader.h index 8b1a4a1726..59020885f3 100644 --- a/IO/Geometry/vtkMultiBlockPLOT3DReader.h +++ b/IO/Geometry/vtkMultiBlockPLOT3DReader.h @@ -80,8 +80,8 @@ // .SECTION See Also // vtkMultiBlockDataSet vtkStructuredGrid vtkPlot3DMetaReader -#ifndef __vtkMultiBlockPLOT3DReader_h -#define __vtkMultiBlockPLOT3DReader_h +#ifndef vtkMultiBlockPLOT3DReader_h +#define vtkMultiBlockPLOT3DReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/IO/Geometry/vtkMultiBlockPLOT3DReaderInternals.h b/IO/Geometry/vtkMultiBlockPLOT3DReaderInternals.h index 161d4fb555..11bfac64c4 100644 --- a/IO/Geometry/vtkMultiBlockPLOT3DReaderInternals.h +++ b/IO/Geometry/vtkMultiBlockPLOT3DReaderInternals.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkMultiBlockPLOT3DReaderInternals_h -#define __vtkMultiBlockPLOT3DReaderInternals_h +#ifndef vtkMultiBlockPLOT3DReaderInternals_h +#define vtkMultiBlockPLOT3DReaderInternals_h #include "vtkByteSwap.h" #include "vtkMultiBlockPLOT3DReader.h" diff --git a/IO/Geometry/vtkOBJReader.h b/IO/Geometry/vtkOBJReader.h index 8bcbdf27a2..4b51bfffe8 100644 --- a/IO/Geometry/vtkOBJReader.h +++ b/IO/Geometry/vtkOBJReader.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkOBJImporter -#ifndef __vtkOBJReader_h -#define __vtkOBJReader_h +#ifndef vtkOBJReader_h +#define vtkOBJReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkOpenFOAMReader.h b/IO/Geometry/vtkOpenFOAMReader.h index 6664adac1e..37c022a2e4 100644 --- a/IO/Geometry/vtkOpenFOAMReader.h +++ b/IO/Geometry/vtkOpenFOAMReader.h @@ -35,8 +35,8 @@ // decomposed cases in conjunction with vtkPOpenFOAMReader, et. al. by // Takuya Oshima of Niigata University, Japan (oshima@eng.niigata-u.ac.jp). -#ifndef __vtkOpenFOAMReader_h -#define __vtkOpenFOAMReader_h +#ifndef vtkOpenFOAMReader_h +#define vtkOpenFOAMReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/IO/Geometry/vtkPDBReader.h b/IO/Geometry/vtkPDBReader.h index fd3f0d5f40..58b32fdd2b 100644 --- a/IO/Geometry/vtkPDBReader.h +++ b/IO/Geometry/vtkPDBReader.h @@ -20,8 +20,8 @@ // .SECTION Thanks // Dr. Jean M. Favre who developed and contributed this class -#ifndef __vtkPDBReader_h -#define __vtkPDBReader_h +#ifndef vtkPDBReader_h +#define vtkPDBReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMoleculeReaderBase.h" diff --git a/IO/Geometry/vtkParticleReader.h b/IO/Geometry/vtkParticleReader.h index f504412e4f..a3a9c25a46 100644 --- a/IO/Geometry/vtkParticleReader.h +++ b/IO/Geometry/vtkParticleReader.h @@ -28,8 +28,8 @@ // pieces is supported. // -#ifndef __vtkParticleReader_h -#define __vtkParticleReader_h +#ifndef vtkParticleReader_h +#define vtkParticleReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkPlot3DMetaReader.h b/IO/Geometry/vtkPlot3DMetaReader.h index 0b47db0310..08a578eb22 100644 --- a/IO/Geometry/vtkPlot3DMetaReader.h +++ b/IO/Geometry/vtkPlot3DMetaReader.h @@ -70,8 +70,8 @@ // .SECTION See Also // vtkMultiBlockPLOT3DReader -#ifndef __vtkPlot3DMetaReader_h -#define __vtkPlot3DMetaReader_h +#ifndef vtkPlot3DMetaReader_h +#define vtkPlot3DMetaReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/IO/Geometry/vtkProStarReader.h b/IO/Geometry/vtkProStarReader.h index 84755667a0..19a8a619b2 100644 --- a/IO/Geometry/vtkProStarReader.h +++ b/IO/Geometry/vtkProStarReader.h @@ -21,8 +21,8 @@ // Reader written by Mark Olesen // -#ifndef __vtkProStarReader_h -#define __vtkProStarReader_h +#ifndef vtkProStarReader_h +#define vtkProStarReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/IO/Geometry/vtkSTLReader.h b/IO/Geometry/vtkSTLReader.h index 9ff6a22324..64f4397786 100644 --- a/IO/Geometry/vtkSTLReader.h +++ b/IO/Geometry/vtkSTLReader.h @@ -29,8 +29,8 @@ // Binary files written on one system may not be readable on other systems. // vtkSTLWriter uses VAX or PC byte ordering and swaps bytes on other systems. -#ifndef __vtkSTLReader_h -#define __vtkSTLReader_h +#ifndef vtkSTLReader_h +#define vtkSTLReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkSTLWriter.h b/IO/Geometry/vtkSTLWriter.h index 1e7b01e7e7..8ce3c70799 100644 --- a/IO/Geometry/vtkSTLWriter.h +++ b/IO/Geometry/vtkSTLWriter.h @@ -23,8 +23,8 @@ // Binary files written on one system may not be readable on other systems. // vtkSTLWriter uses VAX or PC byte ordering and swaps bytes on other systems. -#ifndef __vtkSTLWriter_h -#define __vtkSTLWriter_h +#ifndef vtkSTLWriter_h +#define vtkSTLWriter_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Geometry/vtkTecplotReader.h b/IO/Geometry/vtkTecplotReader.h index 5a6cc0b91a..06f898500b 100644 --- a/IO/Geometry/vtkTecplotReader.h +++ b/IO/Geometry/vtkTecplotReader.h @@ -70,8 +70,8 @@ // vtkPoints vtkStructuredGrid vtkUnstructuredGrid vtkPointData vtkCellData // vtkDataSet vtkMultiBlockDataSet -#ifndef __vtkTecplotReader_h -#define __vtkTecplotReader_h +#ifndef vtkTecplotReader_h +#define vtkTecplotReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" diff --git a/IO/Geometry/vtkUGFacetReader.h b/IO/Geometry/vtkUGFacetReader.h index 69244ec7af..292812cfb7 100644 --- a/IO/Geometry/vtkUGFacetReader.h +++ b/IO/Geometry/vtkUGFacetReader.h @@ -18,8 +18,8 @@ // Unigraphics is a solid modeling system; facet files are the polygonal // plot files it uses to create 3D plots. -#ifndef __vtkUGFacetReader_h -#define __vtkUGFacetReader_h +#ifndef vtkUGFacetReader_h +#define vtkUGFacetReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Geometry/vtkWindBladeReader.h b/IO/Geometry/vtkWindBladeReader.h index 044c676bd8..28047c45a4 100644 --- a/IO/Geometry/vtkWindBladeReader.h +++ b/IO/Geometry/vtkWindBladeReader.h @@ -24,8 +24,8 @@ // with irregular spacing on the Z dimension. Only the first and // second output ports have time dependent data. -#ifndef __vtkWindBladeReader_h -#define __vtkWindBladeReader_h +#ifndef vtkWindBladeReader_h +#define vtkWindBladeReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkStructuredGridAlgorithm.h" diff --git a/IO/Geometry/vtkXYZMolReader.h b/IO/Geometry/vtkXYZMolReader.h index 091330d44f..e96008f029 100644 --- a/IO/Geometry/vtkXYZMolReader.h +++ b/IO/Geometry/vtkXYZMolReader.h @@ -20,8 +20,8 @@ // .SECTION Thanks // Dr. Jean M. Favre who developed and contributed this class -#ifndef __vtkXYZMolReader_h -#define __vtkXYZMolReader_h +#ifndef vtkXYZMolReader_h +#define vtkXYZMolReader_h #include "vtkIOGeometryModule.h" // For export macro #include "vtkMoleculeReaderBase.h" diff --git a/IO/Image/vtkBMPReader.h b/IO/Image/vtkBMPReader.h index 3db4402f67..94a557ab1b 100644 --- a/IO/Image/vtkBMPReader.h +++ b/IO/Image/vtkBMPReader.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkBMPWriter -#ifndef __vtkBMPReader_h -#define __vtkBMPReader_h +#ifndef vtkBMPReader_h +#define vtkBMPReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader.h" diff --git a/IO/Image/vtkBMPWriter.h b/IO/Image/vtkBMPWriter.h index f5f8acd1f8..fc3c21c593 100644 --- a/IO/Image/vtkBMPWriter.h +++ b/IO/Image/vtkBMPWriter.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkBMPReader -#ifndef __vtkBMPWriter_h -#define __vtkBMPWriter_h +#ifndef vtkBMPWriter_h +#define vtkBMPWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Image/vtkDEMReader.h b/IO/Image/vtkDEMReader.h index 9f0a629ba2..3734bdbd5c 100644 --- a/IO/Image/vtkDEMReader.h +++ b/IO/Image/vtkDEMReader.h @@ -22,8 +22,8 @@ // contains a single scalar component that is the elevation in meters. // The spacing is also expressed in meters. A number of get methods // provide access to fields on the header. -#ifndef __vtkDEMReader_h -#define __vtkDEMReader_h +#ifndef vtkDEMReader_h +#define vtkDEMReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Image/vtkDICOMImageReader.h b/IO/Image/vtkDICOMImageReader.h index dc7ae853ef..864f1364d3 100644 --- a/IO/Image/vtkDICOMImageReader.h +++ b/IO/Image/vtkDICOMImageReader.h @@ -31,8 +31,8 @@ // .SECTION See Also // vtkBMPReader vtkPNMReader vtkTIFFReader -#ifndef __vtkDICOMImageReader_h -#define __vtkDICOMImageReader_h +#ifndef vtkDICOMImageReader_h +#define vtkDICOMImageReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/Image/vtkGESignaReader.h b/IO/Image/vtkGESignaReader.h index c3865cb23a..9d0df5f604 100644 --- a/IO/Image/vtkGESignaReader.h +++ b/IO/Image/vtkGESignaReader.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkImageReader2 -#ifndef __vtkGESignaReader_h -#define __vtkGESignaReader_h +#ifndef vtkGESignaReader_h +#define vtkGESignaReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkMedicalImageReader2.h" diff --git a/IO/Image/vtkImageExport.h b/IO/Image/vtkImageExport.h index 41455d8f23..e9cdad3775 100644 --- a/IO/Image/vtkImageExport.h +++ b/IO/Image/vtkImageExport.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkImageImport -#ifndef __vtkImageExport_h -#define __vtkImageExport_h +#ifndef vtkImageExport_h +#define vtkImageExport_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Image/vtkImageImport.h b/IO/Image/vtkImageImport.h index 91c3487bdf..467cb4564b 100644 --- a/IO/Image/vtkImageImport.h +++ b/IO/Image/vtkImageImport.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkImageExport -#ifndef __vtkImageImport_h -#define __vtkImageImport_h +#ifndef vtkImageImport_h +#define vtkImageImport_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Image/vtkImageImportExecutive.h b/IO/Image/vtkImageImportExecutive.h index f8cd09a75c..e86737a6ee 100644 --- a/IO/Image/vtkImageImportExecutive.h +++ b/IO/Image/vtkImageImportExecutive.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkImageImportExecutive -#ifndef __vtkImageImportExecutive_h -#define __vtkImageImportExecutive_h +#ifndef vtkImageImportExecutive_h +#define vtkImageImportExecutive_h #include "vtkIOImageModule.h" // For export macro #include "vtkStreamingDemandDrivenPipeline.h" diff --git a/IO/Image/vtkImageReader.h b/IO/Image/vtkImageReader.h index d797847a15..894bc2b9b5 100644 --- a/IO/Image/vtkImageReader.h +++ b/IO/Image/vtkImageReader.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkBMPReader vtkPNMReader vtkTIFFReader -#ifndef __vtkImageReader_h -#define __vtkImageReader_h +#ifndef vtkImageReader_h +#define vtkImageReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/Image/vtkImageReader2.h b/IO/Image/vtkImageReader2.h index 4399f1edc2..03ff85c7d4 100644 --- a/IO/Image/vtkImageReader2.h +++ b/IO/Image/vtkImageReader2.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkJPEGReader vtkPNGReader vtkImageReader vtkGESignaReader -#ifndef __vtkImageReader2_h -#define __vtkImageReader2_h +#ifndef vtkImageReader2_h +#define vtkImageReader2_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Image/vtkImageReader2Collection.h b/IO/Image/vtkImageReader2Collection.h index c0e4b4d426..15ba13d269 100644 --- a/IO/Image/vtkImageReader2Collection.h +++ b/IO/Image/vtkImageReader2Collection.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkCollection vtkPlaneCollection -#ifndef __vtkImageReader2Collection_h -#define __vtkImageReader2Collection_h +#ifndef vtkImageReader2Collection_h +#define vtkImageReader2Collection_h #include "vtkIOImageModule.h" // For export macro #include "vtkCollection.h" diff --git a/IO/Image/vtkImageReader2Factory.h b/IO/Image/vtkImageReader2Factory.h index 0a94709564..e2cbf2cd52 100644 --- a/IO/Image/vtkImageReader2Factory.h +++ b/IO/Image/vtkImageReader2Factory.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkImageReader2 -#ifndef __vtkImageReader2Factory_h -#define __vtkImageReader2Factory_h +#ifndef vtkImageReader2Factory_h +#define vtkImageReader2Factory_h #include "vtkIOImageModule.h" // For export macro diff --git a/IO/Image/vtkImageWriter.h b/IO/Image/vtkImageWriter.h index aa1dda838e..e308348107 100644 --- a/IO/Image/vtkImageWriter.h +++ b/IO/Image/vtkImageWriter.h @@ -20,8 +20,8 @@ // This class is used as the superclass of most image writing classes // such as vtkBMPWriter etc. It supports streaming. -#ifndef __vtkImageWriter_h -#define __vtkImageWriter_h +#ifndef vtkImageWriter_h +#define vtkImageWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Image/vtkJPEGReader.h b/IO/Image/vtkJPEGReader.h index 345765c0a5..37b147155c 100644 --- a/IO/Image/vtkJPEGReader.h +++ b/IO/Image/vtkJPEGReader.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkJPEGWriter -#ifndef __vtkJPEGReader_h -#define __vtkJPEGReader_h +#ifndef vtkJPEGReader_h +#define vtkJPEGReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/Image/vtkJPEGWriter.h b/IO/Image/vtkJPEGWriter.h index bc86bb513e..141993275e 100644 --- a/IO/Image/vtkJPEGWriter.h +++ b/IO/Image/vtkJPEGWriter.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkJPEGReader -#ifndef __vtkJPEGWriter_h -#define __vtkJPEGWriter_h +#ifndef vtkJPEGWriter_h +#define vtkJPEGWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Image/vtkJSONImageWriter.h b/IO/Image/vtkJSONImageWriter.h index fe4ecb296e..db868a990a 100644 --- a/IO/Image/vtkJSONImageWriter.h +++ b/IO/Image/vtkJSONImageWriter.h @@ -17,8 +17,8 @@ // vtkJSONImageWriter writes a JSON file which will describe the // data inside a vtkImageData. -#ifndef __vtkJSONImageWriter_h -#define __vtkJSONImageWriter_h +#ifndef vtkJSONImageWriter_h +#define vtkJSONImageWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Image/vtkMedicalImageProperties.h b/IO/Image/vtkMedicalImageProperties.h index 2f6cc6bfa5..b7d3b76588 100644 --- a/IO/Image/vtkMedicalImageProperties.h +++ b/IO/Image/vtkMedicalImageProperties.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkMedicalImageReader2 -#ifndef __vtkMedicalImageProperties_h -#define __vtkMedicalImageProperties_h +#ifndef vtkMedicalImageProperties_h +#define vtkMedicalImageProperties_h #include "vtkIOImageModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Image/vtkMedicalImageReader2.h b/IO/Image/vtkMedicalImageReader2.h index 29c225c5fe..6f83afa36d 100644 --- a/IO/Image/vtkMedicalImageReader2.h +++ b/IO/Image/vtkMedicalImageReader2.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkImageReader2 vtkGESignaReader vtkMedicalImageProperties -#ifndef __vtkMedicalImageReader2_h -#define __vtkMedicalImageReader2_h +#ifndef vtkMedicalImageReader2_h +#define vtkMedicalImageReader2_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/Image/vtkMetaImageReader.h b/IO/Image/vtkMetaImageReader.h index fb3370c02a..ca632ae7de 100644 --- a/IO/Image/vtkMetaImageReader.h +++ b/IO/Image/vtkMetaImageReader.h @@ -56,8 +56,8 @@ // .SECTION See Also -#ifndef __vtkMetaImageReader2_h -#define __vtkMetaImageReader2_h +#ifndef vtkMetaImageReader2_h +#define vtkMetaImageReader2_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/Image/vtkMetaImageWriter.h b/IO/Image/vtkMetaImageWriter.h index 72f365c8ef..b38ba9d0c5 100644 --- a/IO/Image/vtkMetaImageWriter.h +++ b/IO/Image/vtkMetaImageWriter.h @@ -57,8 +57,8 @@ // .SECTION See Also // vtkImageWriter vtkMetaImageReader -#ifndef __vtkMetaImageWriter_h -#define __vtkMetaImageWriter_h +#ifndef vtkMetaImageWriter_h +#define vtkMetaImageWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Image/vtkNIFTIImageHeader.h b/IO/Image/vtkNIFTIImageHeader.h index c7a7f85d14..754c994af2 100644 --- a/IO/Image/vtkNIFTIImageHeader.h +++ b/IO/Image/vtkNIFTIImageHeader.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkNIFTIImageReader, vtkNIFTIImageWriter -#ifndef __vtkNIFTIImageHeader_h -#define __vtkNIFTIImageHeader_h +#ifndef vtkNIFTIImageHeader_h +#define vtkNIFTIImageHeader_h #include "vtkIOImageModule.h" // For export macro #include "vtkObject.h" @@ -380,4 +380,4 @@ private: void operator=(const vtkNIFTIImageHeader&); // Not implemented. }; -#endif // __vtkNIFTIImageHeader_h +#endif // vtkNIFTIImageHeader_h diff --git a/IO/Image/vtkNIFTIImageReader.h b/IO/Image/vtkNIFTIImageReader.h index 9aaede4bfa..7d42f1cc55 100644 --- a/IO/Image/vtkNIFTIImageReader.h +++ b/IO/Image/vtkNIFTIImageReader.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkNIFTIImageWriter, vtkNIFTIImageHeader -#ifndef __vtkNIFTIImageReader_h -#define __vtkNIFTIImageReader_h +#ifndef vtkNIFTIImageReader_h +#define vtkNIFTIImageReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" @@ -209,4 +209,4 @@ private: void operator=(const vtkNIFTIImageReader&); // Not implemented. }; -#endif // __vtkNIFTIImageReader_h +#endif // vtkNIFTIImageReader_h diff --git a/IO/Image/vtkNIFTIImageWriter.h b/IO/Image/vtkNIFTIImageWriter.h index 9729d9f424..cb7fe854b1 100644 --- a/IO/Image/vtkNIFTIImageWriter.h +++ b/IO/Image/vtkNIFTIImageWriter.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkNIFTIImageReader -#ifndef __vtkNIFTIImageWriter_h -#define __vtkNIFTIImageWriter_h +#ifndef vtkNIFTIImageWriter_h +#define vtkNIFTIImageWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" @@ -174,4 +174,4 @@ private: void operator=(const vtkNIFTIImageWriter&); // Not implemented. }; -#endif // __vtkNIFTIImageWriter_h +#endif // vtkNIFTIImageWriter_h diff --git a/IO/Image/vtkNrrdReader.h b/IO/Image/vtkNrrdReader.h index 2590cc8165..4d37a0082c 100644 --- a/IO/Image/vtkNrrdReader.h +++ b/IO/Image/vtkNrrdReader.h @@ -30,8 +30,8 @@ // supports reading one file that is detached. // -#ifndef __vtkNrrdReader_h -#define __vtkNrrdReader_h +#ifndef vtkNrrdReader_h +#define vtkNrrdReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader.h" @@ -79,4 +79,4 @@ private: void operator=(const vtkNrrdReader &); // Not implemented. }; -#endif //__vtkNrrdReader_h +#endif //vtkNrrdReader_h diff --git a/IO/Image/vtkPNGReader.h b/IO/Image/vtkPNGReader.h index c3c673c2d8..85d94254d7 100644 --- a/IO/Image/vtkPNGReader.h +++ b/IO/Image/vtkPNGReader.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkPNGWriter -#ifndef __vtkPNGReader_h -#define __vtkPNGReader_h +#ifndef vtkPNGReader_h +#define vtkPNGReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/Image/vtkPNGWriter.h b/IO/Image/vtkPNGWriter.h index 9f9f258a91..ab7681514d 100644 --- a/IO/Image/vtkPNGWriter.h +++ b/IO/Image/vtkPNGWriter.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkPNGReader -#ifndef __vtkPNGWriter_h -#define __vtkPNGWriter_h +#ifndef vtkPNGWriter_h +#define vtkPNGWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Image/vtkPNMReader.h b/IO/Image/vtkPNMReader.h index 86ad8c4a96..e2df5e3bd2 100644 --- a/IO/Image/vtkPNMReader.h +++ b/IO/Image/vtkPNMReader.h @@ -30,8 +30,8 @@ // files to read. -#ifndef __vtkPNMReader_h -#define __vtkPNMReader_h +#ifndef vtkPNMReader_h +#define vtkPNMReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader.h" diff --git a/IO/Image/vtkPNMWriter.h b/IO/Image/vtkPNMWriter.h index b8f0463bf2..4f0fdaeaad 100644 --- a/IO/Image/vtkPNMWriter.h +++ b/IO/Image/vtkPNMWriter.h @@ -18,8 +18,8 @@ // of the file is unsigned char regardless of the input type. -#ifndef __vtkPNMWriter_h -#define __vtkPNMWriter_h +#ifndef vtkPNMWriter_h +#define vtkPNMWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Image/vtkPostScriptWriter.h b/IO/Image/vtkPostScriptWriter.h index 8760449552..734fd7b4de 100644 --- a/IO/Image/vtkPostScriptWriter.h +++ b/IO/Image/vtkPostScriptWriter.h @@ -20,8 +20,8 @@ // pnmtops.c. Right now there aren't any real options. -#ifndef __vtkPostScriptWriter_h -#define __vtkPostScriptWriter_h +#ifndef vtkPostScriptWriter_h +#define vtkPostScriptWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Image/vtkSLCReader.h b/IO/Image/vtkSLCReader.h index e98f58b392..7d48302597 100644 --- a/IO/Image/vtkSLCReader.h +++ b/IO/Image/vtkSLCReader.h @@ -19,8 +19,8 @@ // The size of the volume and the data spacing is set from the SLC file // header. -#ifndef __vtkSLCReader_h -#define __vtkSLCReader_h +#ifndef vtkSLCReader_h +#define vtkSLCReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/Image/vtkTIFFReader.h b/IO/Image/vtkTIFFReader.h index f088418004..e12cf064b1 100644 --- a/IO/Image/vtkTIFFReader.h +++ b/IO/Image/vtkTIFFReader.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkTIFFWriter -#ifndef __vtkTIFFReader_h -#define __vtkTIFFReader_h +#ifndef vtkTIFFReader_h +#define vtkTIFFReader_h #include "vtkImageReader2.h" diff --git a/IO/Image/vtkTIFFWriter.h b/IO/Image/vtkTIFFWriter.h index 5c95b32eea..35d44e950e 100644 --- a/IO/Image/vtkTIFFWriter.h +++ b/IO/Image/vtkTIFFWriter.h @@ -21,8 +21,8 @@ // expires. However, the mechanism for supporting this compression is available // for those with a valid license or to whom the patent does not apply.) -#ifndef __vtkTIFFWriter_h -#define __vtkTIFFWriter_h +#ifndef vtkTIFFWriter_h +#define vtkTIFFWriter_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Image/vtkVolume16Reader.h b/IO/Image/vtkVolume16Reader.h index be07cac29b..c2a6fd488a 100644 --- a/IO/Image/vtkVolume16Reader.h +++ b/IO/Image/vtkVolume16Reader.h @@ -42,8 +42,8 @@ // .SECTION See Also // vtkSliceCubes vtkMarchingCubes vtkImageReader -#ifndef __vtkVolume16Reader_h -#define __vtkVolume16Reader_h +#ifndef vtkVolume16Reader_h +#define vtkVolume16Reader_h #include "vtkIOImageModule.h" // For export macro #include "vtkVolumeReader.h" diff --git a/IO/Image/vtkVolumeReader.h b/IO/Image/vtkVolumeReader.h index 312dcb3aa7..4d58c0198f 100644 --- a/IO/Image/vtkVolumeReader.h +++ b/IO/Image/vtkVolumeReader.h @@ -39,8 +39,8 @@ // vtkSliceCubes vtkMarchingCubes vtkPNMReader vtkVolume16Reader // vtkImageReader -#ifndef __vtkVolumeReader_h -#define __vtkVolumeReader_h +#ifndef vtkVolumeReader_h +#define vtkVolumeReader_h #include "vtkIOImageModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Import/vtk3DSImporter.h b/IO/Import/vtk3DSImporter.h index 6b380595e0..bf8631141d 100644 --- a/IO/Import/vtk3DSImporter.h +++ b/IO/Import/vtk3DSImporter.h @@ -20,8 +20,8 @@ // vtkImporter -#ifndef __vtk3DSImporter_h -#define __vtk3DSImporter_h +#ifndef vtk3DSImporter_h +#define vtk3DSImporter_h #include "vtkIOImportModule.h" // For export macro #include "vtkImporter.h" diff --git a/IO/Import/vtkImporter.h b/IO/Import/vtkImporter.h index f7485dc21d..d3b3a6eb34 100644 --- a/IO/Import/vtkImporter.h +++ b/IO/Import/vtkImporter.h @@ -39,8 +39,8 @@ // .SECTION See Also // vtk3DSImporter vtkExporter -#ifndef __vtkImporter_h -#define __vtkImporter_h +#ifndef vtkImporter_h +#define vtkImporter_h #include "vtkIOImportModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Import/vtkVRMLImporter.h b/IO/Import/vtkVRMLImporter.h index 4044c88382..3c1efa7ed8 100644 --- a/IO/Import/vtkVRMLImporter.h +++ b/IO/Import/vtkVRMLImporter.h @@ -65,8 +65,8 @@ =======================================================================*/ -#ifndef __vtkVRMLImporter_h -#define __vtkVRMLImporter_h +#ifndef vtkVRMLImporter_h +#define vtkVRMLImporter_h #include "vtkIOImportModule.h" // For export macro #include "vtkImporter.h" diff --git a/IO/Import/vtkVRMLImporter_Yacc.h b/IO/Import/vtkVRMLImporter_Yacc.h index ed610b6d35..f227d7d986 100644 --- a/IO/Import/vtkVRMLImporter_Yacc.h +++ b/IO/Import/vtkVRMLImporter_Yacc.h @@ -15,8 +15,8 @@ // .NAME vtkVRMLImporter_Yacc.h // -#ifndef __vtkVRMLImporter_Yacc_h -#define __vtkVRMLImporter_Yacc_h +#ifndef vtkVRMLImporter_Yacc_h +#define vtkVRMLImporter_Yacc_h #include "vtkFloatArray.h" diff --git a/IO/Infovis/vtkBiomTableReader.h b/IO/Infovis/vtkBiomTableReader.h index 814b389707..df7b988790 100644 --- a/IO/Infovis/vtkBiomTableReader.h +++ b/IO/Infovis/vtkBiomTableReader.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkTable vtkTableReader vtkDataReader -#ifndef __vtkBiomTableReader_h -#define __vtkBiomTableReader_h +#ifndef vtkBiomTableReader_h +#define vtkBiomTableReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkTableReader.h" diff --git a/IO/Infovis/vtkDIMACSGraphWriter.h b/IO/Infovis/vtkDIMACSGraphWriter.h index 5b7a3d265b..73038e5368 100644 --- a/IO/Infovis/vtkDIMACSGraphWriter.h +++ b/IO/Infovis/vtkDIMACSGraphWriter.h @@ -42,8 +42,8 @@ // -#ifndef __vtkDIMACSGraphWriter_h -#define __vtkDIMACSGraphWriter_h +#ifndef vtkDIMACSGraphWriter_h +#define vtkDIMACSGraphWriter_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Infovis/vtkDelimitedTextReader.h b/IO/Infovis/vtkDelimitedTextReader.h index ed4a22ebb6..5c702c2f6d 100644 --- a/IO/Infovis/vtkDelimitedTextReader.h +++ b/IO/Infovis/vtkDelimitedTextReader.h @@ -59,8 +59,8 @@ // any other line in the file. -#ifndef __vtkDelimitedTextReader_h -#define __vtkDelimitedTextReader_h +#ifndef vtkDelimitedTextReader_h +#define vtkDelimitedTextReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/IO/Infovis/vtkFixedWidthTextReader.h b/IO/Infovis/vtkFixedWidthTextReader.h index 655dcb9a2a..c662f7f895 100644 --- a/IO/Infovis/vtkFixedWidthTextReader.h +++ b/IO/Infovis/vtkFixedWidthTextReader.h @@ -39,8 +39,8 @@ // implementing this class. -#ifndef __vtkFixedWidthTextReader_h -#define __vtkFixedWidthTextReader_h +#ifndef vtkFixedWidthTextReader_h +#define vtkFixedWidthTextReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/IO/Infovis/vtkISIReader.h b/IO/Infovis/vtkISIReader.h index 8cafd376c8..5473463c9d 100644 --- a/IO/Infovis/vtkISIReader.h +++ b/IO/Infovis/vtkISIReader.h @@ -30,8 +30,8 @@ // the set of table columns determined dynamically from the contents of the // file. -#ifndef __vtkISIReader_h -#define __vtkISIReader_h +#ifndef vtkISIReader_h +#define vtkISIReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/IO/Infovis/vtkMultiNewickTreeReader.h b/IO/Infovis/vtkMultiNewickTreeReader.h index f2d3f683c8..e5f7a1a2eb 100644 --- a/IO/Infovis/vtkMultiNewickTreeReader.h +++ b/IO/Infovis/vtkMultiNewickTreeReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkTree vtkDataReader -#ifndef __vtkMultiNewickTreeReader_h -#define __vtkMultiNewickTreeReader_h +#ifndef vtkMultiNewickTreeReader_h +#define vtkMultiNewickTreeReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Infovis/vtkNewickTreeReader.h b/IO/Infovis/vtkNewickTreeReader.h index 2f8a352258..b3e6b1ef8e 100644 --- a/IO/Infovis/vtkNewickTreeReader.h +++ b/IO/Infovis/vtkNewickTreeReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkTree vtkDataReader -#ifndef __vtkNewickTreeReader_h -#define __vtkNewickTreeReader_h +#ifndef vtkNewickTreeReader_h +#define vtkNewickTreeReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Infovis/vtkNewickTreeWriter.h b/IO/Infovis/vtkNewickTreeWriter.h index a263133a02..709786995c 100644 --- a/IO/Infovis/vtkNewickTreeWriter.h +++ b/IO/Infovis/vtkNewickTreeWriter.h @@ -17,8 +17,8 @@ // vtkNewickTreeWriter is writes a vtkTree to a Newick formatted file // or string. -#ifndef __vtkNewickTreeWriter_h -#define __vtkNewickTreeWriter_h +#ifndef vtkNewickTreeWriter_h +#define vtkNewickTreeWriter_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Infovis/vtkPhyloXMLTreeReader.h b/IO/Infovis/vtkPhyloXMLTreeReader.h index 2731a3f0ff..d9dc452853 100644 --- a/IO/Infovis/vtkPhyloXMLTreeReader.h +++ b/IO/Infovis/vtkPhyloXMLTreeReader.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkTree vtkXMLReader vtkPhyloXMLTreeWriter -#ifndef __vtkPhyloXMLTreeReader_h -#define __vtkPhyloXMLTreeReader_h +#ifndef vtkPhyloXMLTreeReader_h +#define vtkPhyloXMLTreeReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkSmartPointer.h" // For SP ivar diff --git a/IO/Infovis/vtkPhyloXMLTreeWriter.h b/IO/Infovis/vtkPhyloXMLTreeWriter.h index 88ed4fd6dd..c078828e3d 100644 --- a/IO/Infovis/vtkPhyloXMLTreeWriter.h +++ b/IO/Infovis/vtkPhyloXMLTreeWriter.h @@ -17,8 +17,8 @@ // vtkPhyloXMLTreeWriter is writes a vtkTree to a PhyloXML formatted file // or string. -#ifndef __vtkPhyloXMLTreeWriter_h -#define __vtkPhyloXMLTreeWriter_h +#ifndef vtkPhyloXMLTreeWriter_h +#define vtkPhyloXMLTreeWriter_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkXMLWriter.h" diff --git a/IO/Infovis/vtkRISReader.h b/IO/Infovis/vtkRISReader.h index be8432b969..24d1ac5003 100644 --- a/IO/Infovis/vtkRISReader.h +++ b/IO/Infovis/vtkRISReader.h @@ -32,8 +32,8 @@ // the set of table columns determined dynamically from the contents of the // file. -#ifndef __vtkRISReader_h -#define __vtkRISReader_h +#ifndef vtkRISReader_h +#define vtkRISReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/IO/Infovis/vtkXMLTreeReader.h b/IO/Infovis/vtkXMLTreeReader.h index 893f6e9d7f..e897115990 100644 --- a/IO/Infovis/vtkXMLTreeReader.h +++ b/IO/Infovis/vtkXMLTreeReader.h @@ -83,8 +83,8 @@ // -#ifndef __vtkXMLTreeReader_h -#define __vtkXMLTreeReader_h +#ifndef vtkXMLTreeReader_h +#define vtkXMLTreeReader_h #include "vtkIOInfovisModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/IO/LSDyna/vtkLSDynaPart.h b/IO/LSDyna/vtkLSDynaPart.h index 7f1fe378a0..ceecb1ff5d 100644 --- a/IO/LSDyna/vtkLSDynaPart.h +++ b/IO/LSDyna/vtkLSDynaPart.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkLSDynaPart_h -#define __vtkLSDynaPart_h +#ifndef vtkLSDynaPart_h +#define vtkLSDynaPart_h #include "vtkIOLSDynaModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/LSDyna/vtkLSDynaPartCollection.h b/IO/LSDyna/vtkLSDynaPartCollection.h index 73fc5add08..a439cd4255 100644 --- a/IO/LSDyna/vtkLSDynaPartCollection.h +++ b/IO/LSDyna/vtkLSDynaPartCollection.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkLSDynaPartCollection_h -#define __vtkLSDynaPartCollection_h +#ifndef vtkLSDynaPartCollection_h +#define vtkLSDynaPartCollection_h #include "vtkIOLSDynaModule.h" // For export macro #include "LSDynaMetaData.h" //needed for LSDynaMetaData::LSDYNA_TYPES enum diff --git a/IO/LSDyna/vtkLSDynaReader.h b/IO/LSDyna/vtkLSDynaReader.h index b7fa50c6b0..6b3072914b 100644 --- a/IO/LSDyna/vtkLSDynaReader.h +++ b/IO/LSDyna/vtkLSDynaReader.h @@ -142,8 +142,8 @@ // Perhaps a filter could be applied to "fancify" the geometry. // -#ifndef __vtkLSDynaReader_h -#define __vtkLSDynaReader_h +#ifndef vtkLSDynaReader_h +#define vtkLSDynaReader_h #include "vtkIOLSDynaModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" @@ -972,4 +972,4 @@ inline int vtkLSDynaReader::GetPartArrayStatus( const char* partName ) return 0; } -#endif // __vtkLSDynaReader_h +#endif // vtkLSDynaReader_h diff --git a/IO/LSDyna/vtkLSDynaSummaryParser.h b/IO/LSDyna/vtkLSDynaSummaryParser.h index 95e9221606..0f3c6683e6 100644 --- a/IO/LSDyna/vtkLSDynaSummaryParser.h +++ b/IO/LSDyna/vtkLSDynaSummaryParser.h @@ -18,8 +18,8 @@ // .SECTION See Also // vtkLSDynaReader -#ifndef __vtkLSDynaSummaryParser_h -#define __vtkLSDynaSummaryParser_h +#ifndef vtkLSDynaSummaryParser_h +#define vtkLSDynaSummaryParser_h #include "vtkIOLSDynaModule.h" // For export macro #include "vtkXMLParser.h" @@ -59,4 +59,4 @@ private: void operator = ( const vtkLSDynaSummaryParser& ); // Not implemented. }; -#endif //__vtkLSDynaReader_h +#endif //vtkLSDynaReader_h diff --git a/IO/Legacy/vtkCompositeDataReader.h b/IO/Legacy/vtkCompositeDataReader.h index 3d9f5ea23d..02f4716bd1 100644 --- a/IO/Legacy/vtkCompositeDataReader.h +++ b/IO/Legacy/vtkCompositeDataReader.h @@ -19,8 +19,8 @@ // datasets. Saving composite dataset in legacy VTK format is expected to change // in future including changes to the file layout. -#ifndef __vtkCompositeDataReader_h -#define __vtkCompositeDataReader_h +#ifndef vtkCompositeDataReader_h +#define vtkCompositeDataReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkCompositeDataWriter.h b/IO/Legacy/vtkCompositeDataWriter.h index 01385b134f..662d6bc953 100644 --- a/IO/Legacy/vtkCompositeDataWriter.h +++ b/IO/Legacy/vtkCompositeDataWriter.h @@ -22,8 +22,8 @@ // datasets. Saving composite dataset in legacy VTK format is expected to change // in future including changes to the file layout. -#ifndef __vtkCompositeDataWriter_h -#define __vtkCompositeDataWriter_h +#ifndef vtkCompositeDataWriter_h +#define vtkCompositeDataWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkDataObjectReader.h b/IO/Legacy/vtkDataObjectReader.h index 903eebcfb7..a634fed994 100644 --- a/IO/Legacy/vtkDataObjectReader.h +++ b/IO/Legacy/vtkDataObjectReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkFieldData vtkDataObjectWriter -#ifndef __vtkDataObjectReader_h -#define __vtkDataObjectReader_h +#ifndef vtkDataObjectReader_h +#define vtkDataObjectReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkDataObjectWriter.h b/IO/Legacy/vtkDataObjectWriter.h index 1390aedd3d..9e20b188cc 100644 --- a/IO/Legacy/vtkDataObjectWriter.h +++ b/IO/Legacy/vtkDataObjectWriter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkFieldData vtkFieldDataReader -#ifndef __vtkDataObjectWriter_h -#define __vtkDataObjectWriter_h +#ifndef vtkDataObjectWriter_h +#define vtkDataObjectWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Legacy/vtkDataReader.h b/IO/Legacy/vtkDataReader.h index c58b44a27d..02452bd731 100644 --- a/IO/Legacy/vtkDataReader.h +++ b/IO/Legacy/vtkDataReader.h @@ -23,8 +23,8 @@ // vtkPolyDataReader vtkStructuredPointsReader vtkStructuredGridReader // vtkUnstructuredGridReader vtkRectilinearGridReader -#ifndef __vtkDataReader_h -#define __vtkDataReader_h +#ifndef vtkDataReader_h +#define vtkDataReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/IO/Legacy/vtkDataSetReader.h b/IO/Legacy/vtkDataSetReader.h index d7451404fe..af4b35ab32 100644 --- a/IO/Legacy/vtkDataSetReader.h +++ b/IO/Legacy/vtkDataSetReader.h @@ -28,8 +28,8 @@ // vtkDataReader vtkPolyDataReader vtkRectilinearGridReader // vtkStructuredPointsReader vtkStructuredGridReader vtkUnstructuredGridReader -#ifndef __vtkDataSetReader_h -#define __vtkDataSetReader_h +#ifndef vtkDataSetReader_h +#define vtkDataSetReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkDataSetWriter.h b/IO/Legacy/vtkDataSetWriter.h index 4bff3aeb36..4ad9c91296 100644 --- a/IO/Legacy/vtkDataSetWriter.h +++ b/IO/Legacy/vtkDataSetWriter.h @@ -18,8 +18,8 @@ // data to disk (or into a communications port). The input to this object is // a dataset of any type. -#ifndef __vtkDataSetWriter_h -#define __vtkDataSetWriter_h +#ifndef vtkDataSetWriter_h +#define vtkDataSetWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkDataWriter.h b/IO/Legacy/vtkDataWriter.h index 33aa39611a..3126e7a202 100644 --- a/IO/Legacy/vtkDataWriter.h +++ b/IO/Legacy/vtkDataWriter.h @@ -23,8 +23,8 @@ // vtkStructuredPointsWriter vtkUnstructuredGridWriter // vtkFieldDataWriter vtkRectilinearGridWriter -#ifndef __vtkDataWriter_h -#define __vtkDataWriter_h +#ifndef vtkDataWriter_h +#define vtkDataWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Legacy/vtkGenericDataObjectReader.h b/IO/Legacy/vtkGenericDataObjectReader.h index 9199d5320e..91adbd3fbc 100644 --- a/IO/Legacy/vtkGenericDataObjectReader.h +++ b/IO/Legacy/vtkGenericDataObjectReader.h @@ -29,8 +29,8 @@ // vtkStructuredPointsReader vtkStructuredGridReader vtkTableReader // vtkTreeReader vtkUnstructuredGridReader -#ifndef __vtkGenericDataObjectReader_h -#define __vtkGenericDataObjectReader_h +#ifndef vtkGenericDataObjectReader_h +#define vtkGenericDataObjectReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkGenericDataObjectWriter.h b/IO/Legacy/vtkGenericDataObjectWriter.h index 5a2138d6b3..fda4ca1007 100644 --- a/IO/Legacy/vtkGenericDataObjectWriter.h +++ b/IO/Legacy/vtkGenericDataObjectWriter.h @@ -17,8 +17,8 @@ // vtkGenericDataObjectWriter is a concrete class that writes data objects // to disk. The input to this object is any subclass of vtkDataObject. -#ifndef __vtkGenericDataObjectWriter_h -#define __vtkGenericDataObjectWriter_h +#ifndef vtkGenericDataObjectWriter_h +#define vtkGenericDataObjectWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkGraphReader.h b/IO/Legacy/vtkGraphReader.h index 9b83e82290..dd11c675b0 100644 --- a/IO/Legacy/vtkGraphReader.h +++ b/IO/Legacy/vtkGraphReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkGraph vtkDataReader vtkGraphWriter -#ifndef __vtkGraphReader_h -#define __vtkGraphReader_h +#ifndef vtkGraphReader_h +#define vtkGraphReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkGraphWriter.h b/IO/Legacy/vtkGraphWriter.h index 2bc8017d39..5769dc7673 100644 --- a/IO/Legacy/vtkGraphWriter.h +++ b/IO/Legacy/vtkGraphWriter.h @@ -19,8 +19,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkGraphWriter_h -#define __vtkGraphWriter_h +#ifndef vtkGraphWriter_h +#define vtkGraphWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkPixelExtentIO.h b/IO/Legacy/vtkPixelExtentIO.h index 17b81456f2..c0d2e1f897 100644 --- a/IO/Legacy/vtkPixelExtentIO.h +++ b/IO/Legacy/vtkPixelExtentIO.h @@ -17,8 +17,8 @@ // A small collection of I/O routines that can write vtkPixelExtent's // or collections of them to disk for visualization as unstructured // grids. -#ifndef __vtkPixelExtentIO_h -#define __vtkPixelExtentIO_h +#ifndef vtkPixelExtentIO_h +#define vtkPixelExtentIO_h #include "vtkIOLegacyModule.h" // for export #include "vtkPixelExtent.h" // for pixel extent diff --git a/IO/Legacy/vtkPolyDataReader.h b/IO/Legacy/vtkPolyDataReader.h index 0be0b2f133..b3d96e9d66 100644 --- a/IO/Legacy/vtkPolyDataReader.h +++ b/IO/Legacy/vtkPolyDataReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkPolyData vtkDataReader -#ifndef __vtkPolyDataReader_h -#define __vtkPolyDataReader_h +#ifndef vtkPolyDataReader_h +#define vtkPolyDataReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkPolyDataWriter.h b/IO/Legacy/vtkPolyDataWriter.h index 7030690980..568533b07c 100644 --- a/IO/Legacy/vtkPolyDataWriter.h +++ b/IO/Legacy/vtkPolyDataWriter.h @@ -19,8 +19,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkPolyDataWriter_h -#define __vtkPolyDataWriter_h +#ifndef vtkPolyDataWriter_h +#define vtkPolyDataWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkRectilinearGridReader.h b/IO/Legacy/vtkRectilinearGridReader.h index 60fe612ef3..39f64c07ee 100644 --- a/IO/Legacy/vtkRectilinearGridReader.h +++ b/IO/Legacy/vtkRectilinearGridReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkRectilinearGrid vtkDataReader -#ifndef __vtkRectilinearGridReader_h -#define __vtkRectilinearGridReader_h +#ifndef vtkRectilinearGridReader_h +#define vtkRectilinearGridReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkRectilinearGridWriter.h b/IO/Legacy/vtkRectilinearGridWriter.h index 79b6e20750..4bf4bc28ac 100644 --- a/IO/Legacy/vtkRectilinearGridWriter.h +++ b/IO/Legacy/vtkRectilinearGridWriter.h @@ -20,8 +20,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkRectilinearGridWriter_h -#define __vtkRectilinearGridWriter_h +#ifndef vtkRectilinearGridWriter_h +#define vtkRectilinearGridWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkSimplePointsReader.h b/IO/Legacy/vtkSimplePointsReader.h index b827269c8d..31ef9149a1 100644 --- a/IO/Legacy/vtkSimplePointsReader.h +++ b/IO/Legacy/vtkSimplePointsReader.h @@ -21,8 +21,8 @@ // output. This reader is meant as an example of how to write a // reader in VTK. -#ifndef __vtkSimplePointsReader_h -#define __vtkSimplePointsReader_h +#ifndef vtkSimplePointsReader_h +#define vtkSimplePointsReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/Legacy/vtkSimplePointsWriter.h b/IO/Legacy/vtkSimplePointsWriter.h index 697af6fdfd..1d780a466a 100644 --- a/IO/Legacy/vtkSimplePointsWriter.h +++ b/IO/Legacy/vtkSimplePointsWriter.h @@ -19,8 +19,8 @@ // .SECTION See Also // vtkSimplePointsReader -#ifndef __vtkSimplePointsWriter_h -#define __vtkSimplePointsWriter_h +#ifndef vtkSimplePointsWriter_h +#define vtkSimplePointsWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataSetWriter.h" diff --git a/IO/Legacy/vtkStructuredGridReader.h b/IO/Legacy/vtkStructuredGridReader.h index 8747be8641..7de2aa3c43 100644 --- a/IO/Legacy/vtkStructuredGridReader.h +++ b/IO/Legacy/vtkStructuredGridReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkStructuredGrid vtkDataReader -#ifndef __vtkStructuredGridReader_h -#define __vtkStructuredGridReader_h +#ifndef vtkStructuredGridReader_h +#define vtkStructuredGridReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkStructuredGridWriter.h b/IO/Legacy/vtkStructuredGridWriter.h index 0e383f742c..b0ea805972 100644 --- a/IO/Legacy/vtkStructuredGridWriter.h +++ b/IO/Legacy/vtkStructuredGridWriter.h @@ -20,8 +20,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkStructuredGridWriter_h -#define __vtkStructuredGridWriter_h +#ifndef vtkStructuredGridWriter_h +#define vtkStructuredGridWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkStructuredPointsReader.h b/IO/Legacy/vtkStructuredPointsReader.h index f202792053..92e63f50a0 100644 --- a/IO/Legacy/vtkStructuredPointsReader.h +++ b/IO/Legacy/vtkStructuredPointsReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkStructuredPoints vtkDataReader -#ifndef __vtkStructuredPointsReader_h -#define __vtkStructuredPointsReader_h +#ifndef vtkStructuredPointsReader_h +#define vtkStructuredPointsReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkStructuredPointsWriter.h b/IO/Legacy/vtkStructuredPointsWriter.h index 5ab0d34b0f..744515e3af 100644 --- a/IO/Legacy/vtkStructuredPointsWriter.h +++ b/IO/Legacy/vtkStructuredPointsWriter.h @@ -19,8 +19,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkStructuredPointsWriter_h -#define __vtkStructuredPointsWriter_h +#ifndef vtkStructuredPointsWriter_h +#define vtkStructuredPointsWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkTableReader.h b/IO/Legacy/vtkTableReader.h index 060b047dea..ab005ac185 100644 --- a/IO/Legacy/vtkTableReader.h +++ b/IO/Legacy/vtkTableReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkTable vtkDataReader vtkTableWriter -#ifndef __vtkTableReader_h -#define __vtkTableReader_h +#ifndef vtkTableReader_h +#define vtkTableReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkTableWriter.h b/IO/Legacy/vtkTableWriter.h index 44e017530a..53fd8192f8 100644 --- a/IO/Legacy/vtkTableWriter.h +++ b/IO/Legacy/vtkTableWriter.h @@ -19,8 +19,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkTableWriter_h -#define __vtkTableWriter_h +#ifndef vtkTableWriter_h +#define vtkTableWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkTreeReader.h b/IO/Legacy/vtkTreeReader.h index bd2d367593..06535eb5cf 100644 --- a/IO/Legacy/vtkTreeReader.h +++ b/IO/Legacy/vtkTreeReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkTree vtkDataReader vtkTreeWriter -#ifndef __vtkTreeReader_h -#define __vtkTreeReader_h +#ifndef vtkTreeReader_h +#define vtkTreeReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkTreeWriter.h b/IO/Legacy/vtkTreeWriter.h index d5a1088d3d..ab3c2bd4f7 100644 --- a/IO/Legacy/vtkTreeWriter.h +++ b/IO/Legacy/vtkTreeWriter.h @@ -19,8 +19,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkTreeWriter_h -#define __vtkTreeWriter_h +#ifndef vtkTreeWriter_h +#define vtkTreeWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/Legacy/vtkUnstructuredGridReader.h b/IO/Legacy/vtkUnstructuredGridReader.h index c5337ca77d..a666776eaf 100644 --- a/IO/Legacy/vtkUnstructuredGridReader.h +++ b/IO/Legacy/vtkUnstructuredGridReader.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkUnstructuredGrid vtkDataReader -#ifndef __vtkUnstructuredGridReader_h -#define __vtkUnstructuredGridReader_h +#ifndef vtkUnstructuredGridReader_h +#define vtkUnstructuredGridReader_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Legacy/vtkUnstructuredGridWriter.h b/IO/Legacy/vtkUnstructuredGridWriter.h index ea2ccbb220..35659ea341 100644 --- a/IO/Legacy/vtkUnstructuredGridWriter.h +++ b/IO/Legacy/vtkUnstructuredGridWriter.h @@ -19,8 +19,8 @@ // .SECTION Caveats // Binary files written on one system may not be readable on other systems. -#ifndef __vtkUnstructuredGridWriter_h -#define __vtkUnstructuredGridWriter_h +#ifndef vtkUnstructuredGridWriter_h +#define vtkUnstructuredGridWriter_h #include "vtkIOLegacyModule.h" // For export macro #include "vtkDataWriter.h" diff --git a/IO/MINC/vtkMINCImageAttributes.h b/IO/MINC/vtkMINCImageAttributes.h index 0f1f94ea8a..95b608d10c 100644 --- a/IO/MINC/vtkMINCImageAttributes.h +++ b/IO/MINC/vtkMINCImageAttributes.h @@ -62,8 +62,8 @@ POSSIBILITY OF SUCH DAMAGES. // Thanks to David Gobbi for writing this class and Atamai Inc. for // contributing it to VTK. -#ifndef __vtkMINCImageAttributes_h -#define __vtkMINCImageAttributes_h +#ifndef vtkMINCImageAttributes_h +#define vtkMINCImageAttributes_h #include "vtkIOMINCModule.h" // For export macro #include "vtkObject.h" @@ -299,4 +299,4 @@ private: }; -#endif /* __vtkMINCImageAttributes_h */ +#endif /* vtkMINCImageAttributes_h */ diff --git a/IO/MINC/vtkMINCImageReader.h b/IO/MINC/vtkMINCImageReader.h index 3af0eb8f6b..eadc0888a7 100644 --- a/IO/MINC/vtkMINCImageReader.h +++ b/IO/MINC/vtkMINCImageReader.h @@ -65,8 +65,8 @@ POSSIBILITY OF SUCH DAMAGES. // Thanks to David Gobbi for writing this class and Atamai Inc. for // contributing it to VTK. -#ifndef __vtkMINCImageReader_h -#define __vtkMINCImageReader_h +#ifndef vtkMINCImageReader_h +#define vtkMINCImageReader_h #include "vtkIOMINCModule.h" // For export macro #include "vtkImageReader2.h" diff --git a/IO/MINC/vtkMINCImageWriter.h b/IO/MINC/vtkMINCImageWriter.h index 48e840fd61..d4ecd08eb7 100644 --- a/IO/MINC/vtkMINCImageWriter.h +++ b/IO/MINC/vtkMINCImageWriter.h @@ -62,8 +62,8 @@ POSSIBILITY OF SUCH DAMAGES. // Thanks to David Gobbi for writing this class and Atamai Inc. for // contributing it to VTK. -#ifndef __vtkMINCImageWriter_h -#define __vtkMINCImageWriter_h +#ifndef vtkMINCImageWriter_h +#define vtkMINCImageWriter_h #include "vtkIOMINCModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/MINC/vtkMNIObjectReader.h b/IO/MINC/vtkMNIObjectReader.h index 721e5ea0e7..1ca609e6c0 100644 --- a/IO/MINC/vtkMNIObjectReader.h +++ b/IO/MINC/vtkMNIObjectReader.h @@ -59,8 +59,8 @@ POSSIBILITY OF SUCH DAMAGES. // Thanks to David Gobbi for writing this class and Atamai Inc. for // contributing it to VTK. -#ifndef __vtkMNIObjectReader_h -#define __vtkMNIObjectReader_h +#ifndef vtkMNIObjectReader_h +#define vtkMNIObjectReader_h #include "vtkIOMINCModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/MINC/vtkMNIObjectWriter.h b/IO/MINC/vtkMNIObjectWriter.h index 5592d02b5a..112883f355 100644 --- a/IO/MINC/vtkMNIObjectWriter.h +++ b/IO/MINC/vtkMNIObjectWriter.h @@ -59,8 +59,8 @@ POSSIBILITY OF SUCH DAMAGES. // Thanks to David Gobbi for writing this class and Atamai Inc. for // contributing it to VTK. -#ifndef __vtkMNIObjectWriter_h -#define __vtkMNIObjectWriter_h +#ifndef vtkMNIObjectWriter_h +#define vtkMNIObjectWriter_h #include "vtkIOMINCModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/MINC/vtkMNITagPointReader.h b/IO/MINC/vtkMNITagPointReader.h index 20b83bdd6e..2a8d9bb9a4 100644 --- a/IO/MINC/vtkMNITagPointReader.h +++ b/IO/MINC/vtkMNITagPointReader.h @@ -59,8 +59,8 @@ POSSIBILITY OF SUCH DAMAGES. // .SECTION Thanks // Thanks to David Gobbi for contributing this class. -#ifndef __vtkMNITagPointReader_h -#define __vtkMNITagPointReader_h +#ifndef vtkMNITagPointReader_h +#define vtkMNITagPointReader_h #include "vtkIOMINCModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/MINC/vtkMNITagPointWriter.h b/IO/MINC/vtkMNITagPointWriter.h index 2f51b475b5..8443b0dc1c 100644 --- a/IO/MINC/vtkMNITagPointWriter.h +++ b/IO/MINC/vtkMNITagPointWriter.h @@ -59,8 +59,8 @@ POSSIBILITY OF SUCH DAMAGES. // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkMNITagPointWriter_h -#define __vtkMNITagPointWriter_h +#ifndef vtkMNITagPointWriter_h +#define vtkMNITagPointWriter_h #include "vtkIOMINCModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/MINC/vtkMNITransformReader.h b/IO/MINC/vtkMNITransformReader.h index c1a6b4ab27..3e391abb62 100644 --- a/IO/MINC/vtkMNITransformReader.h +++ b/IO/MINC/vtkMNITransformReader.h @@ -58,8 +58,8 @@ POSSIBILITY OF SUCH DAMAGES. // Thanks to David Gobbi for writing this class and Atamai Inc. for // contributing it to VTK. -#ifndef __vtkMNITransformReader_h -#define __vtkMNITransformReader_h +#ifndef vtkMNITransformReader_h +#define vtkMNITransformReader_h #include "vtkIOMINCModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/IO/MINC/vtkMNITransformWriter.h b/IO/MINC/vtkMNITransformWriter.h index 55f4c3b081..554bca4b51 100644 --- a/IO/MINC/vtkMNITransformWriter.h +++ b/IO/MINC/vtkMNITransformWriter.h @@ -58,8 +58,8 @@ POSSIBILITY OF SUCH DAMAGES. // Thanks to David Gobbi for writing this class and Atamai Inc. for // contributing it to VTK. -#ifndef __vtkMNITransformWriter_h -#define __vtkMNITransformWriter_h +#ifndef vtkMNITransformWriter_h +#define vtkMNITransformWriter_h #include "vtkIOMINCModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/IO/MPIImage/vtkMPIImageReader.h b/IO/MPIImage/vtkMPIImageReader.h index d11999b826..fd40ba92bb 100644 --- a/IO/MPIImage/vtkMPIImageReader.h +++ b/IO/MPIImage/vtkMPIImageReader.h @@ -43,8 +43,8 @@ // vtkMultiProcessController, vtkImageReader, vtkImageReader2 // -#ifndef __vtkMPIImageReader_h -#define __vtkMPIImageReader_h +#ifndef vtkMPIImageReader_h +#define vtkMPIImageReader_h #include "vtkIOMPIImageModule.h" // For export macro #include "vtkImageReader.h" @@ -119,4 +119,4 @@ private: void operator=(const vtkMPIImageReader &); // Not implemented }; -#endif //__vtkMPIImageReader_h +#endif //vtkMPIImageReader_h diff --git a/IO/MPIImage/vtkPNrrdReader.h b/IO/MPIImage/vtkPNrrdReader.h index 35eaf2d6ca..3c866b110a 100644 --- a/IO/MPIImage/vtkPNrrdReader.h +++ b/IO/MPIImage/vtkPNrrdReader.h @@ -34,8 +34,8 @@ // supports reading one file that is detached. // -#ifndef __vtkPNrrdReader_h -#define __vtkPNrrdReader_h +#ifndef vtkPNrrdReader_h +#define vtkPNrrdReader_h #include "vtkIOMPIImageModule.h" // For export macro #include "vtkNrrdReader.h" @@ -114,4 +114,4 @@ private: void operator=(const vtkPNrrdReader &); // Not implemented. }; -#endif //__vtkPNrrdReader_h +#endif //vtkPNrrdReader_h diff --git a/IO/MPIParallel/vtkPWindBladeReader.h b/IO/MPIParallel/vtkPWindBladeReader.h index 9697d756b8..7d5d56a9ac 100644 --- a/IO/MPIParallel/vtkPWindBladeReader.h +++ b/IO/MPIParallel/vtkPWindBladeReader.h @@ -26,8 +26,8 @@ // Parallel version of vtkWindBladeReader.h -#ifndef __vtkPWindBladeReader_h -#define __vtkPWindBladeReader_h +#ifndef vtkPWindBladeReader_h +#define vtkPWindBladeReader_h #include "vtkIOMPIParallelModule.h" // For export macro #include "vtkWindBladeReader.h" diff --git a/IO/Movie/vtkAVIWriter.h b/IO/Movie/vtkAVIWriter.h index 31edd4197a..b4f9c0da5b 100644 --- a/IO/Movie/vtkAVIWriter.h +++ b/IO/Movie/vtkAVIWriter.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkGenericMovieWriter vtkMPEG2Writer -#ifndef __vtkAVIWriter_h -#define __vtkAVIWriter_h +#ifndef vtkAVIWriter_h +#define vtkAVIWriter_h #include "vtkIOMovieModule.h" // For export macro #include "vtkGenericMovieWriter.h" diff --git a/IO/Movie/vtkGenericMovieWriter.h b/IO/Movie/vtkGenericMovieWriter.h index 56499e50c1..4f4148c86e 100644 --- a/IO/Movie/vtkGenericMovieWriter.h +++ b/IO/Movie/vtkGenericMovieWriter.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkAVIWriter vtkMPEG2Writer -#ifndef __vtkGenericMovieWriter_h -#define __vtkGenericMovieWriter_h +#ifndef vtkGenericMovieWriter_h +#define vtkGenericMovieWriter_h #include "vtkIOMovieModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Movie/vtkMPEG2Writer.h b/IO/Movie/vtkMPEG2Writer.h index d19b829d1a..836263295e 100644 --- a/IO/Movie/vtkMPEG2Writer.h +++ b/IO/Movie/vtkMPEG2Writer.h @@ -38,8 +38,8 @@ // .SECTION See Also // vtkGenericMovieWriter vtkAVIWriter vtkFFMPEGWriter -#ifndef __vtkMPEG2Writer_h -#define __vtkMPEG2Writer_h +#ifndef vtkMPEG2Writer_h +#define vtkMPEG2Writer_h #include "vtkIOMovieModule.h" // For export macro #include "vtkGenericMovieWriter.h" diff --git a/IO/Movie/vtkOggTheoraWriter.h b/IO/Movie/vtkOggTheoraWriter.h index a93722833a..e6c6accb5a 100644 --- a/IO/Movie/vtkOggTheoraWriter.h +++ b/IO/Movie/vtkOggTheoraWriter.h @@ -24,8 +24,8 @@ // // .SECTION See Also vtkGenericMovieWriter vtkAVIWriter vtkMPEG2Writer vtkFFMPEGWriter -#ifndef __vtkOggTheoraWriter_h -#define __vtkOggTheoraWriter_h +#ifndef vtkOggTheoraWriter_h +#define vtkOggTheoraWriter_h #include "vtkIOMovieModule.h" // For export macro #include "vtkGenericMovieWriter.h" diff --git a/IO/MySQL/vtkMySQLDatabase.h b/IO/MySQL/vtkMySQLDatabase.h index 79be8e7091..f533b614ff 100644 --- a/IO/MySQL/vtkMySQLDatabase.h +++ b/IO/MySQL/vtkMySQLDatabase.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkMySQLQuery -#ifndef __vtkMySQLDatabase_h -#define __vtkMySQLDatabase_h +#ifndef vtkMySQLDatabase_h +#define vtkMySQLDatabase_h #include "vtkIOMySQLModule.h" // For export macro #include "vtkSQLDatabase.h" @@ -209,5 +209,5 @@ private: void operator=(const vtkMySQLDatabase &); // Not implemented. }; -#endif // __vtkMySQLDatabase_h +#endif // vtkMySQLDatabase_h diff --git a/IO/MySQL/vtkMySQLDatabasePrivate.h b/IO/MySQL/vtkMySQLDatabasePrivate.h index 5ee4e0ce0b..4deb7479de 100644 --- a/IO/MySQL/vtkMySQLDatabasePrivate.h +++ b/IO/MySQL/vtkMySQLDatabasePrivate.h @@ -1,5 +1,5 @@ -#ifndef __vtkMySQLDatabasePrivate_h -#define __vtkMySQLDatabasePrivate_h +#ifndef vtkMySQLDatabasePrivate_h +#define vtkMySQLDatabasePrivate_h #ifdef _WIN32 # include // mysql.h relies on the typedefs from here @@ -21,5 +21,5 @@ public: MYSQL *Connection; }; -#endif // __vtkMySQLDatabasePrivate_h +#endif // vtkMySQLDatabasePrivate_h // VTK-HeaderTest-Exclude: vtkMySQLDatabasePrivate.h diff --git a/IO/MySQL/vtkMySQLQuery.h b/IO/MySQL/vtkMySQLQuery.h index a1b8b0d15e..e522e37982 100644 --- a/IO/MySQL/vtkMySQLQuery.h +++ b/IO/MySQL/vtkMySQLQuery.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkSQLDatabase vtkSQLQuery vtkMySQLDatabase -#ifndef __vtkMySQLQuery_h -#define __vtkMySQLQuery_h +#ifndef vtkMySQLQuery_h +#define vtkMySQLQuery_h #include "vtkIOMySQLModule.h" // For export macro #include "vtkSQLQuery.h" @@ -157,5 +157,5 @@ private: char *LastErrorText; }; -#endif // __vtkMySQLQuery_h +#endif // vtkMySQLQuery_h diff --git a/IO/MySQL/vtkMySQLToTableReader.h b/IO/MySQL/vtkMySQLToTableReader.h index 935dfc0962..7149518223 100644 --- a/IO/MySQL/vtkMySQLToTableReader.h +++ b/IO/MySQL/vtkMySQLToTableReader.h @@ -17,8 +17,8 @@ // vtkMySQLToTableReader reads a table from a MySQL database and // outputs it as a vtkTable. -#ifndef __vtkMySQLToTableReader_h -#define __vtkMySQLToTableReader_h +#ifndef vtkMySQLToTableReader_h +#define vtkMySQLToTableReader_h #include "vtkIOMySQLModule.h" // For export macro #include "vtkDatabaseToTableReader.h" diff --git a/IO/MySQL/vtkTableToMySQLWriter.h b/IO/MySQL/vtkTableToMySQLWriter.h index e3a8519d45..56a953d679 100644 --- a/IO/MySQL/vtkTableToMySQLWriter.h +++ b/IO/MySQL/vtkTableToMySQLWriter.h @@ -17,8 +17,8 @@ // vtkTableToMySQLWriter reads a vtkTable and inserts it into a MySQL // database. -#ifndef __vtkTableToMySQLWriter_h -#define __vtkTableToMySQLWriter_h +#ifndef vtkTableToMySQLWriter_h +#define vtkTableToMySQLWriter_h #include "vtkIOMySQLModule.h" // For export macro #include "vtkTableToDatabaseWriter.h" diff --git a/IO/NetCDF/vtkMPASReader.h b/IO/NetCDF/vtkMPASReader.h index 7a572e3af8..be8c51e2dc 100644 --- a/IO/NetCDF/vtkMPASReader.h +++ b/IO/NetCDF/vtkMPASReader.h @@ -72,8 +72,8 @@ version available from Los Alamos National Laboratory. // Christine Ahrens (cahrens@lanl.gov) // Version 1.3 -#ifndef __vtkMPASReader_h -#define __vtkMPASReader_h +#ifndef vtkMPASReader_h +#define vtkMPASReader_h #define MAX_VARS 100 #define MAX_VAR_NAME 100 diff --git a/IO/NetCDF/vtkNetCDFCAMReader.h b/IO/NetCDF/vtkNetCDFCAMReader.h index 3820c74ac5..6100dfc0c0 100644 --- a/IO/NetCDF/vtkNetCDFCAMReader.h +++ b/IO/NetCDF/vtkNetCDFCAMReader.h @@ -23,8 +23,8 @@ // Currently this reader ignores time that may exist in the points // file. -#ifndef __vtkNetCDFCAMReader_h -#define __vtkNetCDFCAMReader_h +#ifndef vtkNetCDFCAMReader_h +#define vtkNetCDFCAMReader_h #include "vtkIONetCDFModule.h" // For export macro #include "vtkUnstructuredGridAlgorithm.h" diff --git a/IO/NetCDF/vtkNetCDFCFReader.h b/IO/NetCDF/vtkNetCDFCFReader.h index a15c20cb06..e93c16436b 100644 --- a/IO/NetCDF/vtkNetCDFCFReader.h +++ b/IO/NetCDF/vtkNetCDFCFReader.h @@ -28,8 +28,8 @@ // can be found at . // -#ifndef __vtkNetCDFCFReader_h -#define __vtkNetCDFCFReader_h +#ifndef vtkNetCDFCFReader_h +#define vtkNetCDFCFReader_h #include "vtkIONetCDFModule.h" // For export macro #include "vtkNetCDFReader.h" @@ -294,5 +294,5 @@ private: void operator=(const vtkNetCDFCFReader &); // Not implemented }; -#endif //__vtkNetCDFCFReader_h +#endif //vtkNetCDFCFReader_h diff --git a/IO/NetCDF/vtkNetCDFPOPReader.h b/IO/NetCDF/vtkNetCDFPOPReader.h index c272a3de04..fd44cccfb5 100644 --- a/IO/NetCDF/vtkNetCDFPOPReader.h +++ b/IO/NetCDF/vtkNetCDFPOPReader.h @@ -25,8 +25,8 @@ // first slice/plane has the highest z-value and the last slice/plane // has the lowest z-value. -#ifndef __vtkNetCDFPOPReader_h -#define __vtkNetCDFPOPReader_h +#ifndef vtkNetCDFPOPReader_h +#define vtkNetCDFPOPReader_h #include "vtkIONetCDFModule.h" // For export macro #include "vtkRectilinearGridAlgorithm.h" diff --git a/IO/NetCDF/vtkNetCDFReader.h b/IO/NetCDF/vtkNetCDFReader.h index 6ec2ec6a3f..0b9fe2ab52 100644 --- a/IO/NetCDF/vtkNetCDFReader.h +++ b/IO/NetCDF/vtkNetCDFReader.h @@ -29,8 +29,8 @@ // vtkImageData at each block. A block is created for each variable except that // variables with matching dimensions will be placed in the same block. -#ifndef __vtkNetCDFReader_h -#define __vtkNetCDFReader_h +#ifndef vtkNetCDFReader_h +#define vtkNetCDFReader_h #include "vtkIONetCDFModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" @@ -235,4 +235,4 @@ private: vtkNetCDFReaderPrivate *Private; }; -#endif //__vtkNetCDFReader_h +#endif //vtkNetCDFReader_h diff --git a/IO/NetCDF/vtkSLACParticleReader.h b/IO/NetCDF/vtkSLACParticleReader.h index 572d627078..0809799270 100644 --- a/IO/NetCDF/vtkSLACParticleReader.h +++ b/IO/NetCDF/vtkSLACParticleReader.h @@ -33,8 +33,8 @@ // piece 0. All other pieces are empty. // -#ifndef __vtkSLACParticleReader_h -#define __vtkSLACParticleReader_h +#ifndef vtkSLACParticleReader_h +#define vtkSLACParticleReader_h #include "vtkIONetCDFModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" @@ -86,4 +86,4 @@ private: void operator=(const vtkSLACParticleReader &); // Not implemented }; -#endif //__vtkSLACParticleReader_h +#endif //vtkSLACParticleReader_h diff --git a/IO/NetCDF/vtkSLACReader.h b/IO/NetCDF/vtkSLACReader.h index 4f227a16d7..860032b454 100644 --- a/IO/NetCDF/vtkSLACReader.h +++ b/IO/NetCDF/vtkSLACReader.h @@ -30,8 +30,8 @@ // to form an unstructured grid of elements. // -#ifndef __vtkSLACReader_h -#define __vtkSLACReader_h +#ifndef vtkSLACReader_h +#define vtkSLACReader_h #include "vtkIONetCDFModule.h" // For export macro #include "vtkMultiBlockDataSetAlgorithm.h" @@ -385,4 +385,4 @@ private: void operator=(const vtkSLACReader &); // Not implemented }; -#endif //__vtkSLACReader_h +#endif //vtkSLACReader_h diff --git a/IO/ODBC/vtkODBCDatabase.h b/IO/ODBC/vtkODBCDatabase.h index 5638215d65..d560913564 100644 --- a/IO/ODBC/vtkODBCDatabase.h +++ b/IO/ODBC/vtkODBCDatabase.h @@ -63,8 +63,8 @@ // vtkODBCQuery -#ifndef __vtkODBCDatabase_h -#define __vtkODBCDatabase_h +#ifndef vtkODBCDatabase_h +#define vtkODBCDatabase_h #include "vtkIOODBCModule.h" // For export macro #include "vtkSQLDatabase.h" @@ -206,5 +206,5 @@ private: void operator=(const vtkODBCDatabase &); // Not implemented. }; -#endif // __vtkODBCDatabase_h +#endif // vtkODBCDatabase_h diff --git a/IO/ODBC/vtkODBCInternals.h b/IO/ODBC/vtkODBCInternals.h index a15246f3da..bc29a273a2 100644 --- a/IO/ODBC/vtkODBCInternals.h +++ b/IO/ODBC/vtkODBCInternals.h @@ -25,8 +25,8 @@ // vtkODBCDatabase vtkODBCQuery // -#ifndef __vtkODBCInternals_h -#define __vtkODBCInternals_h +#ifndef vtkODBCInternals_h +#define vtkODBCInternals_h #include diff --git a/IO/ODBC/vtkODBCQuery.h b/IO/ODBC/vtkODBCQuery.h index 6552235361..4014d3f3c5 100644 --- a/IO/ODBC/vtkODBCQuery.h +++ b/IO/ODBC/vtkODBCQuery.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkSQLDatabase vtkSQLQuery vtkODBCDatabase -#ifndef __vtkODBCQuery_h -#define __vtkODBCQuery_h +#ifndef vtkODBCQuery_h +#define vtkODBCQuery_h #include "vtkIOODBCModule.h" // For export macro #include "vtkSQLQuery.h" @@ -173,5 +173,5 @@ private: char *LastErrorText; }; -#endif // __vtkODBCQuery_h +#endif // vtkODBCQuery_h diff --git a/IO/PLY/vtkPLY.h b/IO/PLY/vtkPLY.h index 9352023166..040edaf8ba 100644 --- a/IO/PLY/vtkPLY.h +++ b/IO/PLY/vtkPLY.h @@ -59,8 +59,8 @@ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. // .SECTION See Also // vtkPLYWriter vtkPLYReader -#ifndef __vtkPLY_h -#define __vtkPLY_h +#ifndef vtkPLY_h +#define vtkPLY_h #include "vtkIOPLYModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/PLY/vtkPLYReader.h b/IO/PLY/vtkPLYReader.h index 8d9e8d5fb3..fb9976e00e 100644 --- a/IO/PLY/vtkPLYReader.h +++ b/IO/PLY/vtkPLYReader.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkPLYWriter -#ifndef __vtkPLYReader_h -#define __vtkPLYReader_h +#ifndef vtkPLYReader_h +#define vtkPLYReader_h #include "vtkIOPLYModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/IO/PLY/vtkPLYWriter.h b/IO/PLY/vtkPLYWriter.h index 131cbb5ab8..664919a273 100644 --- a/IO/PLY/vtkPLYWriter.h +++ b/IO/PLY/vtkPLYWriter.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkPLYReader -#ifndef __vtkPLYWriter_h -#define __vtkPLYWriter_h +#ifndef vtkPLYWriter_h +#define vtkPLYWriter_h #include "vtkIOPLYModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Parallel/vtkEnSightWriter.h b/IO/Parallel/vtkEnSightWriter.h index a75d41f4c2..f826c5ee52 100644 --- a/IO/Parallel/vtkEnSightWriter.h +++ b/IO/Parallel/vtkEnSightWriter.h @@ -27,8 +27,8 @@ // Binary files written on one system may not be readable on other systems. // Be sure to specify the endian-ness of the file when reading it into EnSight -#ifndef __vtkEnSightWriter_h -#define __vtkEnSightWriter_h +#ifndef vtkEnSightWriter_h +#define vtkEnSightWriter_h #include "vtkIOParallelModule.h" // For export macro #include "vtkWriter.h" diff --git a/IO/Parallel/vtkPChacoReader.h b/IO/Parallel/vtkPChacoReader.h index 95340367e1..637cc82db4 100644 --- a/IO/Parallel/vtkPChacoReader.h +++ b/IO/Parallel/vtkPChacoReader.h @@ -24,8 +24,8 @@ // a vtkUnstructuredGrid. The vtkDistributedDataFilter is invoked // to divide the grid among the processes. -#ifndef __vtkPChacoReader_h -#define __vtkPChacoReader_h +#ifndef vtkPChacoReader_h +#define vtkPChacoReader_h #include "vtkIOParallelModule.h" // For export macro #include "vtkChacoReader.h" diff --git a/IO/Parallel/vtkPDataSetReader.h b/IO/Parallel/vtkPDataSetReader.h index 903846d463..6297a06e69 100644 --- a/IO/Parallel/vtkPDataSetReader.h +++ b/IO/Parallel/vtkPDataSetReader.h @@ -18,8 +18,8 @@ // a metadata file that lists all of the files in a data set. -#ifndef __vtkPDataSetReader_h -#define __vtkPDataSetReader_h +#ifndef vtkPDataSetReader_h +#define vtkPDataSetReader_h #include "vtkIOParallelModule.h" // For export macro #include "vtkDataSetAlgorithm.h" diff --git a/IO/Parallel/vtkPDataSetWriter.h b/IO/Parallel/vtkPDataSetWriter.h index ce317a285b..446be6d64d 100644 --- a/IO/Parallel/vtkPDataSetWriter.h +++ b/IO/Parallel/vtkPDataSetWriter.h @@ -18,8 +18,8 @@ // a metadata file that lists all of the files in a data set. -#ifndef __vtkPDataSetWriter_h -#define __vtkPDataSetWriter_h +#ifndef vtkPDataSetWriter_h +#define vtkPDataSetWriter_h #include "vtkIOParallelModule.h" // For export macro #include "vtkDataSetWriter.h" diff --git a/IO/Parallel/vtkPImageWriter.h b/IO/Parallel/vtkPImageWriter.h index 9d88ccb86a..a7ced24e92 100644 --- a/IO/Parallel/vtkPImageWriter.h +++ b/IO/Parallel/vtkPImageWriter.h @@ -20,8 +20,8 @@ // This class is used as the superclass of most image writing classes // such as vtkBMPWriter etc. It supports streaming. -#ifndef __vtkPImageWriter_h -#define __vtkPImageWriter_h +#ifndef vtkPImageWriter_h +#define vtkPImageWriter_h #include "vtkIOParallelModule.h" // For export macro #include "vtkImageWriter.h" diff --git a/IO/Parallel/vtkPOpenFOAMReader.h b/IO/Parallel/vtkPOpenFOAMReader.h index c7b701ccf7..1d801eef10 100644 --- a/IO/Parallel/vtkPOpenFOAMReader.h +++ b/IO/Parallel/vtkPOpenFOAMReader.h @@ -24,8 +24,8 @@ // This class was developed by Takuya Oshima at Niigata University, // Japan (oshima@eng.niigata-u.ac.jp). -#ifndef __vtkPOpenFOAMReader_h -#define __vtkPOpenFOAMReader_h +#ifndef vtkPOpenFOAMReader_h +#define vtkPOpenFOAMReader_h #include "vtkIOParallelModule.h" // For export macro #include "vtkOpenFOAMReader.h" diff --git a/IO/Parallel/vtkPSLACReader.h b/IO/Parallel/vtkPSLACReader.h index 8effec4146..9c5d65d608 100644 --- a/IO/Parallel/vtkPSLACReader.h +++ b/IO/Parallel/vtkPSLACReader.h @@ -30,8 +30,8 @@ // corresponding to the local process id. // -#ifndef __vtkPSLACReader_h -#define __vtkPSLACReader_h +#ifndef vtkPSLACReader_h +#define vtkPSLACReader_h #include "vtkIOParallelModule.h" // For export macro #include "vtkSLACReader.h" @@ -135,4 +135,4 @@ private: void operator=(const vtkPSLACReader &); // Not implemented }; -#endif //__vtkPSLACReader_h +#endif //vtkPSLACReader_h diff --git a/IO/ParallelExodus/vtkPExodusIIReader.h b/IO/ParallelExodus/vtkPExodusIIReader.h index e149582b2b..3f448ca17e 100644 --- a/IO/ParallelExodus/vtkPExodusIIReader.h +++ b/IO/ParallelExodus/vtkPExodusIIReader.h @@ -34,8 +34,8 @@ // possible blocks. Unused points are filtered out internally. -#ifndef __vtkPExodusIIReader_h -#define __vtkPExodusIIReader_h +#ifndef vtkPExodusIIReader_h +#define vtkPExodusIIReader_h #include "vtkIOParallelExodusModule.h" // For export macro #include "vtkExodusIIReader.h" diff --git a/IO/ParallelExodus/vtkPExodusIIWriter.h b/IO/ParallelExodus/vtkPExodusIIWriter.h index c7031df6f6..3b58e41b70 100644 --- a/IO/ParallelExodus/vtkPExodusIIWriter.h +++ b/IO/ParallelExodus/vtkPExodusIIWriter.h @@ -61,8 +61,8 @@ // We use the terms "point" and "node" interchangeably. // Also, we use the terms "element" and "cell" interchangeably. -#ifndef __vtkPExodusIIWriter_h -#define __vtkPExodusIIWriter_h +#ifndef vtkPExodusIIWriter_h +#define vtkPExodusIIWriter_h #include "vtkIOParallelExodusModule.h" // For export macro #include "vtkSmartPointer.h" // For vtkSmartPointer diff --git a/IO/ParallelLSDyna/vtkPLSDynaReader.h b/IO/ParallelLSDyna/vtkPLSDynaReader.h index c1b81a7ac2..5709ed5101 100644 --- a/IO/ParallelLSDyna/vtkPLSDynaReader.h +++ b/IO/ParallelLSDyna/vtkPLSDynaReader.h @@ -114,8 +114,8 @@ // Perhaps a filter could be applied to "fancify" the geometry. // -#ifndef __vtkPLSDynaReader_h -#define __vtkPLSDynaReader_h +#ifndef vtkPLSDynaReader_h +#define vtkPLSDynaReader_h #include "vtkIOParallelLSDynaModule.h" // For export macro #include "vtkLSDynaReader.h" @@ -159,4 +159,4 @@ private: vtkPLSDynaReaderInternal *Internal; }; -#endif // __vtkPLSDynaReader_h +#endif // vtkPLSDynaReader_h diff --git a/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h b/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h index 77cc78157a..e02ec51654 100644 --- a/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h +++ b/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h @@ -25,8 +25,8 @@ // first slice/plane has the highest z-value and the last slice/plane // has the lowest z-value. -#ifndef __vtkPNetCDFPOPReader_h -#define __vtkPNetCDFPOPReader_h +#ifndef vtkPNetCDFPOPReader_h +#define vtkPNetCDFPOPReader_h #include "vtkIOParallelNetCDFModule.h" // For export macro #include "vtkRectilinearGridAlgorithm.h" diff --git a/IO/ParallelXML/vtkXMLPDataSetWriter.h b/IO/ParallelXML/vtkXMLPDataSetWriter.h index a39748348d..6b8d92e3a5 100644 --- a/IO/ParallelXML/vtkXMLPDataSetWriter.h +++ b/IO/ParallelXML/vtkXMLPDataSetWriter.h @@ -23,8 +23,8 @@ // vtkXMLPRectilinearGridWriter vtkXMLPPolyDataWriter // vtkXMLPUnstructuredGridWriter -#ifndef __vtkXMLPDataSetWriter_h -#define __vtkXMLPDataSetWriter_h +#ifndef vtkXMLPDataSetWriter_h +#define vtkXMLPDataSetWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPDataWriter.h b/IO/ParallelXML/vtkXMLPDataWriter.h index 6fd2d555a9..257e7b36e6 100644 --- a/IO/ParallelXML/vtkXMLPDataWriter.h +++ b/IO/ParallelXML/vtkXMLPDataWriter.h @@ -19,8 +19,8 @@ // formats, such as the selection of which writer writes the summary // file and what range of pieces are assigned to each serial writer. -#ifndef __vtkXMLPDataWriter_h -#define __vtkXMLPDataWriter_h +#ifndef vtkXMLPDataWriter_h +#define vtkXMLPDataWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLWriter.h" diff --git a/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h b/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h index 475abd3325..a776aba22a 100644 --- a/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h +++ b/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h @@ -18,8 +18,8 @@ // vtkXMLPHierarchicalBoxDataWriter is an empty subclass of // vtkXMLPUniformGridAMRWriter for backwards compatibility. -#ifndef __vtkXMLPHierarchicalBoxDataWriter_h -#define __vtkXMLPHierarchicalBoxDataWriter_h +#ifndef vtkXMLPHierarchicalBoxDataWriter_h +#define vtkXMLPHierarchicalBoxDataWriter_h #include "vtkXMLPUniformGridAMRWriter.h" #include "vtkIOParallelXMLModule.h" // For export macro diff --git a/IO/ParallelXML/vtkXMLPImageDataWriter.h b/IO/ParallelXML/vtkXMLPImageDataWriter.h index 1100109514..7b2c51b115 100644 --- a/IO/ParallelXML/vtkXMLPImageDataWriter.h +++ b/IO/ParallelXML/vtkXMLPImageDataWriter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLImageDataWriter -#ifndef __vtkXMLPImageDataWriter_h -#define __vtkXMLPImageDataWriter_h +#ifndef vtkXMLPImageDataWriter_h +#define vtkXMLPImageDataWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPStructuredDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h b/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h index ac1e954eef..50617be689 100644 --- a/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h +++ b/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h @@ -20,8 +20,8 @@ // multi-group data files are meta-files that point to a list of serial VTK // XML files. -#ifndef __vtkXMLPMultiBlockDataWriter_h -#define __vtkXMLPMultiBlockDataWriter_h +#ifndef vtkXMLPMultiBlockDataWriter_h +#define vtkXMLPMultiBlockDataWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLMultiBlockDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPPolyDataWriter.h b/IO/ParallelXML/vtkXMLPPolyDataWriter.h index 62f83db0b6..070e4fd86e 100644 --- a/IO/ParallelXML/vtkXMLPPolyDataWriter.h +++ b/IO/ParallelXML/vtkXMLPPolyDataWriter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPolyDataWriter -#ifndef __vtkXMLPPolyDataWriter_h -#define __vtkXMLPPolyDataWriter_h +#ifndef vtkXMLPPolyDataWriter_h +#define vtkXMLPPolyDataWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPUnstructuredDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h b/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h index 83937cabdd..0adf700baa 100644 --- a/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h +++ b/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkXMLRectilinearGridWriter -#ifndef __vtkXMLPRectilinearGridWriter_h -#define __vtkXMLPRectilinearGridWriter_h +#ifndef vtkXMLPRectilinearGridWriter_h +#define vtkXMLPRectilinearGridWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPStructuredDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPStructuredDataWriter.h b/IO/ParallelXML/vtkXMLPStructuredDataWriter.h index 96d75532df..3f622e5014 100644 --- a/IO/ParallelXML/vtkXMLPStructuredDataWriter.h +++ b/IO/ParallelXML/vtkXMLPStructuredDataWriter.h @@ -17,8 +17,8 @@ // vtkXMLPStructuredDataWriter provides PVTK XML writing functionality // that is common among all the parallel structured data formats. -#ifndef __vtkXMLPStructuredDataWriter_h -#define __vtkXMLPStructuredDataWriter_h +#ifndef vtkXMLPStructuredDataWriter_h +#define vtkXMLPStructuredDataWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPStructuredGridWriter.h b/IO/ParallelXML/vtkXMLPStructuredGridWriter.h index cee648e0e8..7484d8dd23 100644 --- a/IO/ParallelXML/vtkXMLPStructuredGridWriter.h +++ b/IO/ParallelXML/vtkXMLPStructuredGridWriter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkXMLStructuredGridWriter -#ifndef __vtkXMLPStructuredGridWriter_h -#define __vtkXMLPStructuredGridWriter_h +#ifndef vtkXMLPStructuredGridWriter_h +#define vtkXMLPStructuredGridWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPStructuredDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h b/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h index be2090aab1..eb72aeeaee 100644 --- a/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h +++ b/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h @@ -23,8 +23,8 @@ // to the root node so that the root node can write the XML file describing the // structure correctly. -#ifndef __vtkXMLPUniformGridAMRWriter_h -#define __vtkXMLPUniformGridAMRWriter_h +#ifndef vtkXMLPUniformGridAMRWriter_h +#define vtkXMLPUniformGridAMRWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLUniformGridAMRWriter.h" diff --git a/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h b/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h index acf4d4ef39..8c49d26637 100644 --- a/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h +++ b/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h @@ -18,8 +18,8 @@ // functionality that is common among all the parallel unstructured // data formats. -#ifndef __vtkXMLPUnstructuredDataWriter_h -#define __vtkXMLPUnstructuredDataWriter_h +#ifndef vtkXMLPUnstructuredDataWriter_h +#define vtkXMLPUnstructuredDataWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPDataWriter.h" diff --git a/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h b/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h index 784daff36f..3b361b1563 100644 --- a/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h +++ b/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkXMLUnstructuredGridWriter -#ifndef __vtkXMLPUnstructuredGridWriter_h -#define __vtkXMLPUnstructuredGridWriter_h +#ifndef vtkXMLPUnstructuredGridWriter_h +#define vtkXMLPUnstructuredGridWriter_h #include "vtkIOParallelXMLModule.h" // For export macro #include "vtkXMLPUnstructuredDataWriter.h" diff --git a/IO/PostgreSQL/vtkPostgreSQLDatabase.h b/IO/PostgreSQL/vtkPostgreSQLDatabase.h index 7f575a723a..d94b33e78e 100644 --- a/IO/PostgreSQL/vtkPostgreSQLDatabase.h +++ b/IO/PostgreSQL/vtkPostgreSQLDatabase.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkPostgreSQLQuery -#ifndef __vtkPostgreSQLDatabase_h -#define __vtkPostgreSQLDatabase_h +#ifndef vtkPostgreSQLDatabase_h +#define vtkPostgreSQLDatabase_h #include "vtkIOPostgreSQLModule.h" // For export macro #include "vtkSQLDatabase.h" @@ -264,4 +264,4 @@ inline void vtkPostgreSQLDatabase::SetServerPort( int _arg ) } } -#endif // __vtkPostgreSQLDatabase_h +#endif // vtkPostgreSQLDatabase_h diff --git a/IO/PostgreSQL/vtkPostgreSQLDatabasePrivate.h b/IO/PostgreSQL/vtkPostgreSQLDatabasePrivate.h index ba600285c3..b9c4bdcea4 100644 --- a/IO/PostgreSQL/vtkPostgreSQLDatabasePrivate.h +++ b/IO/PostgreSQL/vtkPostgreSQLDatabasePrivate.h @@ -31,8 +31,8 @@ // You should never have to deal with this class outside of // vtkPostgreSQLDatabase and vtkPostgreSQLQuery. -#ifndef __vtkPostgreSQLDatabasePrivate_h -#define __vtkPostgreSQLDatabasePrivate_h +#ifndef vtkPostgreSQLDatabasePrivate_h +#define vtkPostgreSQLDatabasePrivate_h #include "vtkStdString.h" #include "vtkType.h" @@ -81,5 +81,5 @@ class vtkPostgreSQLDatabasePrivate vtksys_stl::map DataTypeMap; }; -#endif // __vtkPostgreSQLDatabasePrivate_h +#endif // vtkPostgreSQLDatabasePrivate_h // VTK-HeaderTest-Exclude: vtkPostgreSQLDatabasePrivate.h diff --git a/IO/PostgreSQL/vtkPostgreSQLQuery.h b/IO/PostgreSQL/vtkPostgreSQLQuery.h index 4d4ecc6320..c19806aafa 100644 --- a/IO/PostgreSQL/vtkPostgreSQLQuery.h +++ b/IO/PostgreSQL/vtkPostgreSQLQuery.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkSQLDatabase vtkSQLQuery vtkPostgreSQLDatabase -#ifndef __vtkPostgreSQLQuery_h -#define __vtkPostgreSQLQuery_h +#ifndef vtkPostgreSQLQuery_h +#define vtkPostgreSQLQuery_h #include "vtkIOPostgreSQLModule.h" // For export macro #include "vtkSQLQuery.h" @@ -126,5 +126,5 @@ private: void operator = ( const vtkPostgreSQLQuery& ); // Not implemented. }; -#endif // __vtkPostgreSQLQuery_h +#endif // vtkPostgreSQLQuery_h diff --git a/IO/PostgreSQL/vtkPostgreSQLToTableReader.h b/IO/PostgreSQL/vtkPostgreSQLToTableReader.h index 59574c6126..8fa9100f9e 100644 --- a/IO/PostgreSQL/vtkPostgreSQLToTableReader.h +++ b/IO/PostgreSQL/vtkPostgreSQLToTableReader.h @@ -17,8 +17,8 @@ // vtkPostgreSQLToTableReader reads a table from a PostgreSQL database and // outputs it as a vtkTable. -#ifndef __vtkPostgreSQLToTableReader_h -#define __vtkPostgreSQLToTableReader_h +#ifndef vtkPostgreSQLToTableReader_h +#define vtkPostgreSQLToTableReader_h #include "vtkIOPostgreSQLModule.h" // For export macro #include "vtkDatabaseToTableReader.h" diff --git a/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h b/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h index a4472ebaa0..af362de07c 100644 --- a/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h +++ b/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h @@ -17,8 +17,8 @@ // vtkTableToPostgreSQLWriter reads a vtkTable and inserts it into a PostgreSQL // database. -#ifndef __vtkTableToPostgreSQLWriter_h -#define __vtkTableToPostgreSQLWriter_h +#ifndef vtkTableToPostgreSQLWriter_h +#define vtkTableToPostgreSQLWriter_h #include "vtkIOPostgreSQLModule.h" // For export macro #include "vtkTableToDatabaseWriter.h" diff --git a/IO/SQL/vtkDatabaseToTableReader.h b/IO/SQL/vtkDatabaseToTableReader.h index f3012db896..73ba98633b 100644 --- a/IO/SQL/vtkDatabaseToTableReader.h +++ b/IO/SQL/vtkDatabaseToTableReader.h @@ -17,8 +17,8 @@ // vtkDatabaseToTableReader reads a table from an SQL database, outputting // it as a vtkTable. -#ifndef __vtkDatabaseToTableReader_h -#define __vtkDatabaseToTableReader_h +#ifndef vtkDatabaseToTableReader_h +#define vtkDatabaseToTableReader_h #include "vtkIOSQLModule.h" // For export macro #include // STL Header diff --git a/IO/SQL/vtkRowQuery.h b/IO/SQL/vtkRowQuery.h index c840c71304..a39cfbb586 100644 --- a/IO/SQL/vtkRowQuery.h +++ b/IO/SQL/vtkRowQuery.h @@ -47,8 +47,8 @@ // .SECTION See Also // vtkRowQueryToTable -#ifndef __vtkRowQuery_h -#define __vtkRowQuery_h +#ifndef vtkRowQuery_h +#define vtkRowQuery_h #include "vtkIOSQLModule.h" // For export macro #include "vtkObject.h" @@ -133,5 +133,5 @@ private: void operator=(const vtkRowQuery &); // Not implemented. }; -#endif // __vtkRowQuery_h +#endif // vtkRowQuery_h diff --git a/IO/SQL/vtkRowQueryToTable.h b/IO/SQL/vtkRowQueryToTable.h index af53ccf324..c748e6bd11 100644 --- a/IO/SQL/vtkRowQueryToTable.h +++ b/IO/SQL/vtkRowQueryToTable.h @@ -32,8 +32,8 @@ // .SECTION See Also // vtkSQLDatabase vtkRowQuery -#ifndef __vtkRowQueryToTable_h -#define __vtkRowQueryToTable_h +#ifndef vtkRowQueryToTable_h +#define vtkRowQueryToTable_h #include "vtkIOSQLModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/IO/SQL/vtkSQLDatabase.h b/IO/SQL/vtkSQLDatabase.h index 679aed9b83..ad516555bb 100644 --- a/IO/SQL/vtkSQLDatabase.h +++ b/IO/SQL/vtkSQLDatabase.h @@ -47,8 +47,8 @@ PURPOSE. See the above copyright notice for more information. // vtkSQLQuery // vtkSQLDatabaseSchema -#ifndef __vtkSQLDatabase_h -#define __vtkSQLDatabase_h +#ifndef vtkSQLDatabase_h +#define vtkSQLDatabase_h #include "vtkIOSQLModule.h" // For export macro #include "vtkObject.h" @@ -238,4 +238,4 @@ private: //ETX }; -#endif // __vtkSQLDatabase_h +#endif // vtkSQLDatabase_h diff --git a/IO/SQL/vtkSQLDatabaseGraphSource.h b/IO/SQL/vtkSQLDatabaseGraphSource.h index a97d3b4c20..2484c7bebe 100644 --- a/IO/SQL/vtkSQLDatabaseGraphSource.h +++ b/IO/SQL/vtkSQLDatabaseGraphSource.h @@ -24,8 +24,8 @@ // provide a convenience class for generating graphs from databases. // Also this class can be easily wrapped and used within ParaView / OverView. -#ifndef __vtkSQLDatabaseGraphSource_h -#define __vtkSQLDatabaseGraphSource_h +#ifndef vtkSQLDatabaseGraphSource_h +#define vtkSQLDatabaseGraphSource_h #include "vtkIOSQLModule.h" // For export macro #include "vtkStdString.h" diff --git a/IO/SQL/vtkSQLDatabaseSchema.h b/IO/SQL/vtkSQLDatabaseSchema.h index fa3679c528..91adfa9ea9 100644 --- a/IO/SQL/vtkSQLDatabaseSchema.h +++ b/IO/SQL/vtkSQLDatabaseSchema.h @@ -37,8 +37,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION See Also // vtkSQLDatabase -#ifndef __vtkSQLDatabaseSchema_h -#define __vtkSQLDatabaseSchema_h +#ifndef vtkSQLDatabaseSchema_h +#define vtkSQLDatabaseSchema_h #include "vtkIOSQLModule.h" // For export macro #include "vtkObject.h" @@ -390,4 +390,4 @@ class VTKIOSQL_EXPORT vtkSQLDatabaseSchema : public vtkObject void operator=(const vtkSQLDatabaseSchema &); // Not implemented. }; -#endif // __vtkSQLDatabaseSchema_h +#endif // vtkSQLDatabaseSchema_h diff --git a/IO/SQL/vtkSQLDatabaseTableSource.h b/IO/SQL/vtkSQLDatabaseTableSource.h index 98e7fab666..c07b1b7bd8 100644 --- a/IO/SQL/vtkSQLDatabaseTableSource.h +++ b/IO/SQL/vtkSQLDatabaseTableSource.h @@ -24,8 +24,8 @@ // provide a convenience class for generating tables from databases. // Also this class can be easily wrapped and used within ParaView / OverView. -#ifndef __vtkSQLDatabaseTableSource_h -#define __vtkSQLDatabaseTableSource_h +#ifndef vtkSQLDatabaseTableSource_h +#define vtkSQLDatabaseTableSource_h #include "vtkIOSQLModule.h" // For export macro #include "vtkStdString.h" diff --git a/IO/SQL/vtkSQLGraphReader.h b/IO/SQL/vtkSQLGraphReader.h index 0bbf796002..a422fb3e33 100644 --- a/IO/SQL/vtkSQLGraphReader.h +++ b/IO/SQL/vtkSQLGraphReader.h @@ -50,8 +50,8 @@ // These arrays must be data arrays. The z-coordinate array is optional, // and if not given the z-coordinates are set to zero. -#ifndef __vtkSQLGraphReader_h -#define __vtkSQLGraphReader_h +#ifndef vtkSQLGraphReader_h +#define vtkSQLGraphReader_h #include "vtkIOSQLModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/IO/SQL/vtkSQLQuery.h b/IO/SQL/vtkSQLQuery.h index 4d7bc56678..223002ba4d 100644 --- a/IO/SQL/vtkSQLQuery.h +++ b/IO/SQL/vtkSQLQuery.h @@ -51,8 +51,8 @@ // .SECTION See Also // vtkSQLDatabase -#ifndef __vtkSQLQuery_h -#define __vtkSQLQuery_h +#ifndef vtkSQLQuery_h +#define vtkSQLQuery_h #include "vtkIOSQLModule.h" // For export macro #include "vtkRowQuery.h" @@ -208,5 +208,5 @@ private: void operator=(const vtkSQLQuery &); // Not implemented. }; -#endif // __vtkSQLQuery_h +#endif // vtkSQLQuery_h diff --git a/IO/SQL/vtkSQLiteDatabase.h b/IO/SQL/vtkSQLiteDatabase.h index 1deb13acf0..640355ad49 100644 --- a/IO/SQL/vtkSQLiteDatabase.h +++ b/IO/SQL/vtkSQLiteDatabase.h @@ -40,8 +40,8 @@ // .SECTION See Also // vtkSQLiteQuery -#ifndef __vtkSQLiteDatabase_h -#define __vtkSQLiteDatabase_h +#ifndef vtkSQLiteDatabase_h +#define vtkSQLiteDatabase_h #include "vtkIOSQLModule.h" // For export macro #include "vtkSQLDatabase.h" @@ -164,5 +164,5 @@ private: void operator=(const vtkSQLiteDatabase &); // Not implemented. }; -#endif // __vtkSQLiteDatabase_h +#endif // vtkSQLiteDatabase_h diff --git a/IO/SQL/vtkSQLiteQuery.h b/IO/SQL/vtkSQLiteQuery.h index 1605d735e3..bfab39a3ca 100644 --- a/IO/SQL/vtkSQLiteQuery.h +++ b/IO/SQL/vtkSQLiteQuery.h @@ -38,8 +38,8 @@ // .SECTION See Also // vtkSQLDatabase vtkSQLQuery vtkSQLiteDatabase -#ifndef __vtkSQLiteQuery_h -#define __vtkSQLiteQuery_h +#ifndef vtkSQLiteQuery_h +#define vtkSQLiteQuery_h #include "vtkIOSQLModule.h" // For export macro #include "vtkSQLQuery.h" @@ -172,5 +172,5 @@ private: }; -#endif // __vtkSQLiteQuery_h +#endif // vtkSQLiteQuery_h diff --git a/IO/SQL/vtkSQLiteToTableReader.h b/IO/SQL/vtkSQLiteToTableReader.h index a528ab0980..1f77b7a78b 100644 --- a/IO/SQL/vtkSQLiteToTableReader.h +++ b/IO/SQL/vtkSQLiteToTableReader.h @@ -17,8 +17,8 @@ // vtkSQLiteToTableReader reads a table from an SQLite database and // outputs it as a vtkTable. -#ifndef __vtkSQLiteToTableReader_h -#define __vtkSQLiteToTableReader_h +#ifndef vtkSQLiteToTableReader_h +#define vtkSQLiteToTableReader_h #include "vtkIOSQLModule.h" // For export macro #include "vtkDatabaseToTableReader.h" diff --git a/IO/SQL/vtkTableToDatabaseWriter.h b/IO/SQL/vtkTableToDatabaseWriter.h index b3ce8fa811..6d441fa734 100644 --- a/IO/SQL/vtkTableToDatabaseWriter.h +++ b/IO/SQL/vtkTableToDatabaseWriter.h @@ -18,8 +18,8 @@ // vtkTableToDatabaseWriter abstract parent class that reads a vtkTable and // inserts it into an SQL database. -#ifndef __vtkTableToDatabaseWriter_h -#define __vtkTableToDatabaseWriter_h +#ifndef vtkTableToDatabaseWriter_h +#define vtkTableToDatabaseWriter_h #include "vtkIOSQLModule.h" // For export macro #include // STL Header diff --git a/IO/SQL/vtkTableToSQLiteWriter.h b/IO/SQL/vtkTableToSQLiteWriter.h index 137bf4638c..5b00fc893b 100644 --- a/IO/SQL/vtkTableToSQLiteWriter.h +++ b/IO/SQL/vtkTableToSQLiteWriter.h @@ -17,8 +17,8 @@ // vtkTableToSQLiteWriter reads a vtkTable and inserts it into an SQLite // database. -#ifndef __vtkTableToSQLiteWriter_h -#define __vtkTableToSQLiteWriter_h +#ifndef vtkTableToSQLiteWriter_h +#define vtkTableToSQLiteWriter_h #include "vtkIOSQLModule.h" // For export macro #include "vtkTableToDatabaseWriter.h" diff --git a/IO/VPIC/vtkVPICReader.h b/IO/VPIC/vtkVPICReader.h index 72d15488e9..d11576217a 100644 --- a/IO/VPIC/vtkVPICReader.h +++ b/IO/VPIC/vtkVPICReader.h @@ -23,8 +23,8 @@ // vtkPolyDataReader vtkStructuredPointsReader vtkStructuredGridReader // vtkUnstructuredGridReader vtkRectilinearGridReader -#ifndef __vtkVPICReader_h -#define __vtkVPICReader_h +#ifndef vtkVPICReader_h +#define vtkVPICReader_h #include "vtkIOVPICModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Video/vtkMILVideoSource.h b/IO/Video/vtkMILVideoSource.h index 24f6a22a25..0dc19d86b0 100644 --- a/IO/Video/vtkMILVideoSource.h +++ b/IO/Video/vtkMILVideoSource.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkWin32VideoSource vtkVideoSource -#ifndef __vtkMILVideoSource_h -#define __vtkMILVideoSource_h +#ifndef vtkMILVideoSource_h +#define vtkMILVideoSource_h #include "vtkIOVideoModule.h" // For export macro #include "vtkVideoSource.h" diff --git a/IO/Video/vtkVideoSource.h b/IO/Video/vtkVideoSource.h index 9af43eae6f..fd52a5cede 100644 --- a/IO/Video/vtkVideoSource.h +++ b/IO/Video/vtkVideoSource.h @@ -26,8 +26,8 @@ // .SECTION See Also // vtkWin32VideoSource vtkMILVideoSource -#ifndef __vtkVideoSource_h -#define __vtkVideoSource_h +#ifndef vtkVideoSource_h +#define vtkVideoSource_h #include "vtkIOVideoModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/IO/Video/vtkWin32VideoSource.h b/IO/Video/vtkWin32VideoSource.h index 359a9992e1..34b50c256a 100644 --- a/IO/Video/vtkWin32VideoSource.h +++ b/IO/Video/vtkWin32VideoSource.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkVideoSource vtkMILVideoSource -#ifndef __vtkWin32VideoSource_h -#define __vtkWin32VideoSource_h +#ifndef vtkWin32VideoSource_h +#define vtkWin32VideoSource_h #include "vtkIOVideoModule.h" // For export macro #include "vtkVideoSource.h" diff --git a/IO/XML/vtkRTXMLPolyDataReader.h b/IO/XML/vtkRTXMLPolyDataReader.h index b468715415..89323b16d1 100644 --- a/IO/XML/vtkRTXMLPolyDataReader.h +++ b/IO/XML/vtkRTXMLPolyDataReader.h @@ -18,8 +18,8 @@ // .SECTION See Also -#ifndef __vtkRTXMLPolyDataReader_h -#define __vtkRTXMLPolyDataReader_h +#ifndef vtkRTXMLPolyDataReader_h +#define vtkRTXMLPolyDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPolyDataReader.h" diff --git a/IO/XML/vtkXMLCompositeDataReader.h b/IO/XML/vtkXMLCompositeDataReader.h index 22adf51cdf..f6e6f9b853 100644 --- a/IO/XML/vtkXMLCompositeDataReader.h +++ b/IO/XML/vtkXMLCompositeDataReader.h @@ -23,8 +23,8 @@ // number of processors, each processor will possibly have more than // 1 sub-block. -#ifndef __vtkXMLCompositeDataReader_h -#define __vtkXMLCompositeDataReader_h +#ifndef vtkXMLCompositeDataReader_h +#define vtkXMLCompositeDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLReader.h" diff --git a/IO/XML/vtkXMLCompositeDataWriter.h b/IO/XML/vtkXMLCompositeDataWriter.h index e6245581bc..0b3e22b33b 100644 --- a/IO/XML/vtkXMLCompositeDataWriter.h +++ b/IO/XML/vtkXMLCompositeDataWriter.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkXMLPCompositeDataWriter -#ifndef __vtkXMLCompositeDataWriter_h -#define __vtkXMLCompositeDataWriter_h +#ifndef vtkXMLCompositeDataWriter_h +#define vtkXMLCompositeDataWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLWriter.h" diff --git a/IO/XML/vtkXMLDataReader.h b/IO/XML/vtkXMLDataReader.h index ed992f0825..0b1420259c 100644 --- a/IO/XML/vtkXMLDataReader.h +++ b/IO/XML/vtkXMLDataReader.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkXMLPDataReader -#ifndef __vtkXMLDataReader_h -#define __vtkXMLDataReader_h +#ifndef vtkXMLDataReader_h +#define vtkXMLDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLReader.h" diff --git a/IO/XML/vtkXMLDataSetWriter.h b/IO/XML/vtkXMLDataSetWriter.h index 873b965c9b..e700ef2be8 100644 --- a/IO/XML/vtkXMLDataSetWriter.h +++ b/IO/XML/vtkXMLDataSetWriter.h @@ -23,8 +23,8 @@ // vtkXMLRectilinearGridWriter vtkXMLPolyDataWriter // vtkXMLUnstructuredGridWriter -#ifndef __vtkXMLDataSetWriter_h -#define __vtkXMLDataSetWriter_h +#ifndef vtkXMLDataSetWriter_h +#define vtkXMLDataSetWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLWriter.h" diff --git a/IO/XML/vtkXMLFileReadTester.h b/IO/XML/vtkXMLFileReadTester.h index c87f71a5c2..add7737a0f 100644 --- a/IO/XML/vtkXMLFileReadTester.h +++ b/IO/XML/vtkXMLFileReadTester.h @@ -18,8 +18,8 @@ // determine whether it is a VTK XML file. If so, it extracts the // file type and version number. -#ifndef __vtkXMLFileReadTester_h -#define __vtkXMLFileReadTester_h +#ifndef vtkXMLFileReadTester_h +#define vtkXMLFileReadTester_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLParser.h" diff --git a/IO/XML/vtkXMLGenericDataObjectReader.h b/IO/XML/vtkXMLGenericDataObjectReader.h index b633054a7a..0a9bbc61f7 100644 --- a/IO/XML/vtkXMLGenericDataObjectReader.h +++ b/IO/XML/vtkXMLGenericDataObjectReader.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkGenericDataObjectReader -#ifndef __vtkXMLGenericDataObjectReader_h -#define __vtkXMLGenericDataObjectReader_h +#ifndef vtkXMLGenericDataObjectReader_h +#define vtkXMLGenericDataObjectReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLDataReader.h" diff --git a/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h b/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h index 71e02add97..c6affe92bd 100644 --- a/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h +++ b/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h @@ -19,8 +19,8 @@ // v1.0 of the VTK XML hierarchical file format to the v1.1. Users can then use // vtkXMLUniformGridAMRReader to read the dataset into VTK. -#ifndef __vtkXMLHierarchicalBoxDataFileConverter_h -#define __vtkXMLHierarchicalBoxDataFileConverter_h +#ifndef vtkXMLHierarchicalBoxDataFileConverter_h +#define vtkXMLHierarchicalBoxDataFileConverter_h #include "vtkObject.h" #include "vtkIOXMLModule.h" // needed for export macro. diff --git a/IO/XML/vtkXMLHierarchicalBoxDataReader.h b/IO/XML/vtkXMLHierarchicalBoxDataReader.h index 3ce0a9be46..f7852faf1c 100644 --- a/IO/XML/vtkXMLHierarchicalBoxDataReader.h +++ b/IO/XML/vtkXMLHierarchicalBoxDataReader.h @@ -24,8 +24,8 @@ // The reader supports reading v1.1 and above. For older versions, use // vtkXMLHierarchicalBoxDataFileConverter. -#ifndef __vtkXMLHierarchicalBoxDataReader_h -#define __vtkXMLHierarchicalBoxDataReader_h +#ifndef vtkXMLHierarchicalBoxDataReader_h +#define vtkXMLHierarchicalBoxDataReader_h #include "vtkXMLUniformGridAMRReader.h" diff --git a/IO/XML/vtkXMLHierarchicalBoxDataWriter.h b/IO/XML/vtkXMLHierarchicalBoxDataWriter.h index f4b001f031..80afaa91a7 100644 --- a/IO/XML/vtkXMLHierarchicalBoxDataWriter.h +++ b/IO/XML/vtkXMLHierarchicalBoxDataWriter.h @@ -19,8 +19,8 @@ // vtkXMLUniformGridAMRWriter for writing vtkUniformGridAMR datasets in // VTK-XML format. -#ifndef __vtkXMLHierarchicalBoxDataWriter_h -#define __vtkXMLHierarchicalBoxDataWriter_h +#ifndef vtkXMLHierarchicalBoxDataWriter_h +#define vtkXMLHierarchicalBoxDataWriter_h #include "vtkXMLUniformGridAMRWriter.h" diff --git a/IO/XML/vtkXMLHierarchicalDataReader.h b/IO/XML/vtkXMLHierarchicalDataReader.h index ed93e42d72..0a4e2bc0fb 100644 --- a/IO/XML/vtkXMLHierarchicalDataReader.h +++ b/IO/XML/vtkXMLHierarchicalDataReader.h @@ -23,8 +23,8 @@ // number of processors, each processor will possibly have more than // 1 sub-block. -#ifndef __vtkXMLHierarchicalDataReader_h -#define __vtkXMLHierarchicalDataReader_h +#ifndef vtkXMLHierarchicalDataReader_h +#define vtkXMLHierarchicalDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLMultiGroupDataReader.h" diff --git a/IO/XML/vtkXMLHyperOctreeReader.h b/IO/XML/vtkXMLHyperOctreeReader.h index 0428e6172f..8030b83eda 100644 --- a/IO/XML/vtkXMLHyperOctreeReader.h +++ b/IO/XML/vtkXMLHyperOctreeReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPHyperOctreeReader -#ifndef __vtkXMLHyperOctreeReader_h -#define __vtkXMLHyperOctreeReader_h +#ifndef vtkXMLHyperOctreeReader_h +#define vtkXMLHyperOctreeReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLDataReader.h" diff --git a/IO/XML/vtkXMLHyperOctreeWriter.h b/IO/XML/vtkXMLHyperOctreeWriter.h index 2e9059f761..74667e68b4 100644 --- a/IO/XML/vtkXMLHyperOctreeWriter.h +++ b/IO/XML/vtkXMLHyperOctreeWriter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPHyperOctreeWriter -#ifndef __vtkXMLHyperOctreeWriter_h -#define __vtkXMLHyperOctreeWriter_h +#ifndef vtkXMLHyperOctreeWriter_h +#define vtkXMLHyperOctreeWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLWriter.h" diff --git a/IO/XML/vtkXMLImageDataReader.h b/IO/XML/vtkXMLImageDataReader.h index aa7cd7aa9d..e28b3bc104 100644 --- a/IO/XML/vtkXMLImageDataReader.h +++ b/IO/XML/vtkXMLImageDataReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPImageDataReader -#ifndef __vtkXMLImageDataReader_h -#define __vtkXMLImageDataReader_h +#ifndef vtkXMLImageDataReader_h +#define vtkXMLImageDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLStructuredDataReader.h" diff --git a/IO/XML/vtkXMLImageDataWriter.h b/IO/XML/vtkXMLImageDataWriter.h index dc14e5a709..3f5429c20d 100644 --- a/IO/XML/vtkXMLImageDataWriter.h +++ b/IO/XML/vtkXMLImageDataWriter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPImageDataWriter -#ifndef __vtkXMLImageDataWriter_h -#define __vtkXMLImageDataWriter_h +#ifndef vtkXMLImageDataWriter_h +#define vtkXMLImageDataWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLStructuredDataWriter.h" diff --git a/IO/XML/vtkXMLMultiBlockDataReader.h b/IO/XML/vtkXMLMultiBlockDataReader.h index e4c8f41bbb..40d954ab9b 100644 --- a/IO/XML/vtkXMLMultiBlockDataReader.h +++ b/IO/XML/vtkXMLMultiBlockDataReader.h @@ -23,8 +23,8 @@ // number of processors, each processor will possibly have more than // 1 sub-block. -#ifndef __vtkXMLMultiBlockDataReader_h -#define __vtkXMLMultiBlockDataReader_h +#ifndef vtkXMLMultiBlockDataReader_h +#define vtkXMLMultiBlockDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLCompositeDataReader.h" diff --git a/IO/XML/vtkXMLMultiBlockDataWriter.h b/IO/XML/vtkXMLMultiBlockDataWriter.h index ab98766fed..f6bcfa5e5b 100644 --- a/IO/XML/vtkXMLMultiBlockDataWriter.h +++ b/IO/XML/vtkXMLMultiBlockDataWriter.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkXMLMultiBlockDataWriter is a vtkXMLCompositeDataWriter subclass to handle // vtkMultiBlockDataSet. -#ifndef __vtkXMLMultiBlockDataWriter_h -#define __vtkXMLMultiBlockDataWriter_h +#ifndef vtkXMLMultiBlockDataWriter_h +#define vtkXMLMultiBlockDataWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLCompositeDataWriter.h" diff --git a/IO/XML/vtkXMLMultiGroupDataReader.h b/IO/XML/vtkXMLMultiGroupDataReader.h index 450b1f223d..acdca6139a 100644 --- a/IO/XML/vtkXMLMultiGroupDataReader.h +++ b/IO/XML/vtkXMLMultiGroupDataReader.h @@ -17,8 +17,8 @@ // vtkXMLMultiGroupDataReader is a legacy reader that reads multi group files // into multiblock datasets. -#ifndef __vtkXMLMultiGroupDataReader_h -#define __vtkXMLMultiGroupDataReader_h +#ifndef vtkXMLMultiGroupDataReader_h +#define vtkXMLMultiGroupDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLMultiBlockDataReader.h" diff --git a/IO/XML/vtkXMLOffsetsManager.h b/IO/XML/vtkXMLOffsetsManager.h index 8836d232df..793e51e3e2 100644 --- a/IO/XML/vtkXMLOffsetsManager.h +++ b/IO/XML/vtkXMLOffsetsManager.h @@ -40,8 +40,8 @@ #error "do not include unless you know what you are doing" #endif -#ifndef __vtkXMLOffsetsManager_h -#define __vtkXMLOffsetsManager_h +#ifndef vtkXMLOffsetsManager_h +#define vtkXMLOffsetsManager_h #include "vtkSystemIncludes.h" #include diff --git a/IO/XML/vtkXMLPDataReader.h b/IO/XML/vtkXMLPDataReader.h index 41fd1e9ba3..8c15221ddb 100644 --- a/IO/XML/vtkXMLPDataReader.h +++ b/IO/XML/vtkXMLPDataReader.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkXMLDataReader -#ifndef __vtkXMLPDataReader_h -#define __vtkXMLPDataReader_h +#ifndef vtkXMLPDataReader_h +#define vtkXMLPDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLReader.h" diff --git a/IO/XML/vtkXMLPImageDataReader.h b/IO/XML/vtkXMLPImageDataReader.h index f9cddafbd2..ac27c3637a 100644 --- a/IO/XML/vtkXMLPImageDataReader.h +++ b/IO/XML/vtkXMLPImageDataReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLImageDataReader -#ifndef __vtkXMLPImageDataReader_h -#define __vtkXMLPImageDataReader_h +#ifndef vtkXMLPImageDataReader_h +#define vtkXMLPImageDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPStructuredDataReader.h" diff --git a/IO/XML/vtkXMLPPolyDataReader.h b/IO/XML/vtkXMLPPolyDataReader.h index a1a1b9d03d..2143c981fc 100644 --- a/IO/XML/vtkXMLPPolyDataReader.h +++ b/IO/XML/vtkXMLPPolyDataReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPolyDataReader -#ifndef __vtkXMLPPolyDataReader_h -#define __vtkXMLPPolyDataReader_h +#ifndef vtkXMLPPolyDataReader_h +#define vtkXMLPPolyDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPUnstructuredDataReader.h" diff --git a/IO/XML/vtkXMLPRectilinearGridReader.h b/IO/XML/vtkXMLPRectilinearGridReader.h index eff9b4f38c..51bdb50ec8 100644 --- a/IO/XML/vtkXMLPRectilinearGridReader.h +++ b/IO/XML/vtkXMLPRectilinearGridReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLRectilinearGridReader -#ifndef __vtkXMLPRectilinearGridReader_h -#define __vtkXMLPRectilinearGridReader_h +#ifndef vtkXMLPRectilinearGridReader_h +#define vtkXMLPRectilinearGridReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPStructuredDataReader.h" diff --git a/IO/XML/vtkXMLPStructuredDataReader.h b/IO/XML/vtkXMLPStructuredDataReader.h index 9dbfca2eee..3112c595c9 100644 --- a/IO/XML/vtkXMLPStructuredDataReader.h +++ b/IO/XML/vtkXMLPStructuredDataReader.h @@ -21,8 +21,8 @@ // vtkXMLPImageDataReader vtkXMLPStructuredGridReader // vtkXMLPRectilinearGridReader -#ifndef __vtkXMLPStructuredDataReader_h -#define __vtkXMLPStructuredDataReader_h +#ifndef vtkXMLPStructuredDataReader_h +#define vtkXMLPStructuredDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPDataReader.h" diff --git a/IO/XML/vtkXMLPStructuredGridReader.h b/IO/XML/vtkXMLPStructuredGridReader.h index c22ebfc78e..050d627c39 100644 --- a/IO/XML/vtkXMLPStructuredGridReader.h +++ b/IO/XML/vtkXMLPStructuredGridReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLStructuredGridReader -#ifndef __vtkXMLPStructuredGridReader_h -#define __vtkXMLPStructuredGridReader_h +#ifndef vtkXMLPStructuredGridReader_h +#define vtkXMLPStructuredGridReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPStructuredDataReader.h" diff --git a/IO/XML/vtkXMLPUnstructuredDataReader.h b/IO/XML/vtkXMLPUnstructuredDataReader.h index 0153901983..69db0560b9 100644 --- a/IO/XML/vtkXMLPUnstructuredDataReader.h +++ b/IO/XML/vtkXMLPUnstructuredDataReader.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkXMLPPolyDataReader vtkXMLPUnstructuredGridReader -#ifndef __vtkXMLPUnstructuredDataReader_h -#define __vtkXMLPUnstructuredDataReader_h +#ifndef vtkXMLPUnstructuredDataReader_h +#define vtkXMLPUnstructuredDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPDataReader.h" diff --git a/IO/XML/vtkXMLPUnstructuredGridReader.h b/IO/XML/vtkXMLPUnstructuredGridReader.h index 299a231a9b..4db9344fad 100644 --- a/IO/XML/vtkXMLPUnstructuredGridReader.h +++ b/IO/XML/vtkXMLPUnstructuredGridReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLUnstructuredGridReader -#ifndef __vtkXMLPUnstructuredGridReader_h -#define __vtkXMLPUnstructuredGridReader_h +#ifndef vtkXMLPUnstructuredGridReader_h +#define vtkXMLPUnstructuredGridReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLPUnstructuredDataReader.h" diff --git a/IO/XML/vtkXMLPolyDataReader.h b/IO/XML/vtkXMLPolyDataReader.h index 5aa23b406b..f5e8d09fee 100644 --- a/IO/XML/vtkXMLPolyDataReader.h +++ b/IO/XML/vtkXMLPolyDataReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPPolyDataReader -#ifndef __vtkXMLPolyDataReader_h -#define __vtkXMLPolyDataReader_h +#ifndef vtkXMLPolyDataReader_h +#define vtkXMLPolyDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLUnstructuredDataReader.h" diff --git a/IO/XML/vtkXMLPolyDataWriter.h b/IO/XML/vtkXMLPolyDataWriter.h index 647ee007cc..8584c35550 100644 --- a/IO/XML/vtkXMLPolyDataWriter.h +++ b/IO/XML/vtkXMLPolyDataWriter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkXMLPPolyDataWriter -#ifndef __vtkXMLPolyDataWriter_h -#define __vtkXMLPolyDataWriter_h +#ifndef vtkXMLPolyDataWriter_h +#define vtkXMLPolyDataWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLUnstructuredDataWriter.h" diff --git a/IO/XML/vtkXMLReader.h b/IO/XML/vtkXMLReader.h index 9728efba48..f8539802ea 100644 --- a/IO/XML/vtkXMLReader.h +++ b/IO/XML/vtkXMLReader.h @@ -18,8 +18,8 @@ // Concrete subclasses then traverse the parsed file structure and // extract data. -#ifndef __vtkXMLReader_h -#define __vtkXMLReader_h +#ifndef vtkXMLReader_h +#define vtkXMLReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/IO/XML/vtkXMLRectilinearGridReader.h b/IO/XML/vtkXMLRectilinearGridReader.h index 84e1c1748a..5d2d5d5086 100644 --- a/IO/XML/vtkXMLRectilinearGridReader.h +++ b/IO/XML/vtkXMLRectilinearGridReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPRectilinearGridReader -#ifndef __vtkXMLRectilinearGridReader_h -#define __vtkXMLRectilinearGridReader_h +#ifndef vtkXMLRectilinearGridReader_h +#define vtkXMLRectilinearGridReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLStructuredDataReader.h" diff --git a/IO/XML/vtkXMLRectilinearGridWriter.h b/IO/XML/vtkXMLRectilinearGridWriter.h index 920264d0ea..ca59688558 100644 --- a/IO/XML/vtkXMLRectilinearGridWriter.h +++ b/IO/XML/vtkXMLRectilinearGridWriter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPRectilinearGridWriter -#ifndef __vtkXMLRectilinearGridWriter_h -#define __vtkXMLRectilinearGridWriter_h +#ifndef vtkXMLRectilinearGridWriter_h +#define vtkXMLRectilinearGridWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLStructuredDataWriter.h" diff --git a/IO/XML/vtkXMLStructuredDataReader.h b/IO/XML/vtkXMLStructuredDataReader.h index bf08fff73b..b023055557 100644 --- a/IO/XML/vtkXMLStructuredDataReader.h +++ b/IO/XML/vtkXMLStructuredDataReader.h @@ -21,8 +21,8 @@ // vtkXMLImageDataReader vtkXMLStructuredGridReader // vtkXMLRectilinearGridReader -#ifndef __vtkXMLStructuredDataReader_h -#define __vtkXMLStructuredDataReader_h +#ifndef vtkXMLStructuredDataReader_h +#define vtkXMLStructuredDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLDataReader.h" diff --git a/IO/XML/vtkXMLStructuredDataWriter.h b/IO/XML/vtkXMLStructuredDataWriter.h index 9c9f8816fb..0e70db78b1 100644 --- a/IO/XML/vtkXMLStructuredDataWriter.h +++ b/IO/XML/vtkXMLStructuredDataWriter.h @@ -17,8 +17,8 @@ // vtkXMLStructuredDataWriter provides VTK XML writing functionality that // is common among all the structured data formats. -#ifndef __vtkXMLStructuredDataWriter_h -#define __vtkXMLStructuredDataWriter_h +#ifndef vtkXMLStructuredDataWriter_h +#define vtkXMLStructuredDataWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLWriter.h" diff --git a/IO/XML/vtkXMLStructuredGridReader.h b/IO/XML/vtkXMLStructuredGridReader.h index a32565a759..daade9ba33 100644 --- a/IO/XML/vtkXMLStructuredGridReader.h +++ b/IO/XML/vtkXMLStructuredGridReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPStructuredGridReader -#ifndef __vtkXMLStructuredGridReader_h -#define __vtkXMLStructuredGridReader_h +#ifndef vtkXMLStructuredGridReader_h +#define vtkXMLStructuredGridReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLStructuredDataReader.h" diff --git a/IO/XML/vtkXMLStructuredGridWriter.h b/IO/XML/vtkXMLStructuredGridWriter.h index 5cbc661b89..043f8c0346 100644 --- a/IO/XML/vtkXMLStructuredGridWriter.h +++ b/IO/XML/vtkXMLStructuredGridWriter.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPStructuredGridWriter -#ifndef __vtkXMLStructuredGridWriter_h -#define __vtkXMLStructuredGridWriter_h +#ifndef vtkXMLStructuredGridWriter_h +#define vtkXMLStructuredGridWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLStructuredDataWriter.h" diff --git a/IO/XML/vtkXMLUniformGridAMRReader.h b/IO/XML/vtkXMLUniformGridAMRReader.h index b756c709f4..dd0f856507 100644 --- a/IO/XML/vtkXMLUniformGridAMRReader.h +++ b/IO/XML/vtkXMLUniformGridAMRReader.h @@ -25,8 +25,8 @@ // Older versions can be converted to the newer versions using // vtkXMLHierarchicalBoxDataFileConverter. -#ifndef __vtkXMLUniformGridAMRReader_h -#define __vtkXMLUniformGridAMRReader_h +#ifndef vtkXMLUniformGridAMRReader_h +#define vtkXMLUniformGridAMRReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLCompositeDataReader.h" diff --git a/IO/XML/vtkXMLUniformGridAMRWriter.h b/IO/XML/vtkXMLUniformGridAMRWriter.h index 310e82b14e..a7d1cffe67 100644 --- a/IO/XML/vtkXMLUniformGridAMRWriter.h +++ b/IO/XML/vtkXMLUniformGridAMRWriter.h @@ -18,8 +18,8 @@ // handle vtkUniformGridAMR datasets (including vtkNonOverlappingAMR and // vtkOverlappingAMR). -#ifndef __vtkXMLUniformGridAMRWriter_h -#define __vtkXMLUniformGridAMRWriter_h +#ifndef vtkXMLUniformGridAMRWriter_h +#define vtkXMLUniformGridAMRWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLCompositeDataWriter.h" diff --git a/IO/XML/vtkXMLUnstructuredDataReader.h b/IO/XML/vtkXMLUnstructuredDataReader.h index 1859359916..7997a81a54 100644 --- a/IO/XML/vtkXMLUnstructuredDataReader.h +++ b/IO/XML/vtkXMLUnstructuredDataReader.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkXMLPolyDataReader vtkXMLUnstructuredGridReader -#ifndef __vtkXMLUnstructuredDataReader_h -#define __vtkXMLUnstructuredDataReader_h +#ifndef vtkXMLUnstructuredDataReader_h +#define vtkXMLUnstructuredDataReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLDataReader.h" diff --git a/IO/XML/vtkXMLUnstructuredDataWriter.h b/IO/XML/vtkXMLUnstructuredDataWriter.h index 361066b9fd..39b6c19e61 100644 --- a/IO/XML/vtkXMLUnstructuredDataWriter.h +++ b/IO/XML/vtkXMLUnstructuredDataWriter.h @@ -17,8 +17,8 @@ // vtkXMLUnstructuredDataWriter provides VTK XML writing functionality // that is common among all the unstructured data formats. -#ifndef __vtkXMLUnstructuredDataWriter_h -#define __vtkXMLUnstructuredDataWriter_h +#ifndef vtkXMLUnstructuredDataWriter_h +#define vtkXMLUnstructuredDataWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLWriter.h" diff --git a/IO/XML/vtkXMLUnstructuredGridReader.h b/IO/XML/vtkXMLUnstructuredGridReader.h index 299eb8242c..eebeabcbe5 100644 --- a/IO/XML/vtkXMLUnstructuredGridReader.h +++ b/IO/XML/vtkXMLUnstructuredGridReader.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLPUnstructuredGridReader -#ifndef __vtkXMLUnstructuredGridReader_h -#define __vtkXMLUnstructuredGridReader_h +#ifndef vtkXMLUnstructuredGridReader_h +#define vtkXMLUnstructuredGridReader_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLUnstructuredDataReader.h" diff --git a/IO/XML/vtkXMLUnstructuredGridWriter.h b/IO/XML/vtkXMLUnstructuredGridWriter.h index c78c367273..2c7f00efbe 100644 --- a/IO/XML/vtkXMLUnstructuredGridWriter.h +++ b/IO/XML/vtkXMLUnstructuredGridWriter.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkXMLPUnstructuredGridWriter -#ifndef __vtkXMLUnstructuredGridWriter_h -#define __vtkXMLUnstructuredGridWriter_h +#ifndef vtkXMLUnstructuredGridWriter_h +#define vtkXMLUnstructuredGridWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkXMLUnstructuredDataWriter.h" diff --git a/IO/XML/vtkXMLWriter.h b/IO/XML/vtkXMLWriter.h index d9b7ecf9be..83fa04fce4 100644 --- a/IO/XML/vtkXMLWriter.h +++ b/IO/XML/vtkXMLWriter.h @@ -19,8 +19,8 @@ // subclasses provide actual writer implementations calling upon this // functionality. -#ifndef __vtkXMLWriter_h -#define __vtkXMLWriter_h +#ifndef vtkXMLWriter_h +#define vtkXMLWriter_h #include "vtkIOXMLModule.h" // For export macro #include "vtkAlgorithm.h" diff --git a/IO/XML/vtkXMLWriterC.h b/IO/XML/vtkXMLWriterC.h index 76c491aff8..13337c70cc 100644 --- a/IO/XML/vtkXMLWriterC.h +++ b/IO/XML/vtkXMLWriterC.h @@ -12,8 +12,8 @@ PURPOSE. See the above copyright notice for more information. =========================================================================*/ -#ifndef __vtkXMLWriterC_h -#define __vtkXMLWriterC_h +#ifndef vtkXMLWriterC_h +#define vtkXMLWriterC_h #include "vtkIOXMLModule.h" // For export macro #include "vtkType.h" /* For scalar and vtkDataObject type enumerations. */ diff --git a/IO/XMLParser/vtkXMLDataHeaderPrivate.h b/IO/XMLParser/vtkXMLDataHeaderPrivate.h index f2a346ec10..9672614464 100644 --- a/IO/XMLParser/vtkXMLDataHeaderPrivate.h +++ b/IO/XMLParser/vtkXMLDataHeaderPrivate.h @@ -17,8 +17,8 @@ # error "do not include unless you know what you are doing" #endif -#ifndef __vtkXMLDataHeaderPrivate_h -#define __vtkXMLDataHeaderPrivate_h +#ifndef vtkXMLDataHeaderPrivate_h +#define vtkXMLDataHeaderPrivate_h #include "vtkType.h" #include diff --git a/IO/XMLParser/vtkXMLDataParser.h b/IO/XMLParser/vtkXMLDataParser.h index fcbd670ae0..9e0258195d 100644 --- a/IO/XMLParser/vtkXMLDataParser.h +++ b/IO/XMLParser/vtkXMLDataParser.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkXMLDataElement -#ifndef __vtkXMLDataParser_h -#define __vtkXMLDataParser_h +#ifndef vtkXMLDataParser_h +#define vtkXMLDataParser_h #include "vtkIOXMLParserModule.h" // For export macro #include "vtkXMLParser.h" diff --git a/IO/XMLParser/vtkXMLParser.h b/IO/XMLParser/vtkXMLParser.h index 240f83b8a7..27c30dc881 100644 --- a/IO/XMLParser/vtkXMLParser.h +++ b/IO/XMLParser/vtkXMLParser.h @@ -21,8 +21,8 @@ // use the tags. // .SECTION ToDo: Add commands for parsing in Tcl. -#ifndef __vtkXMLParser_h -#define __vtkXMLParser_h +#ifndef vtkXMLParser_h +#define vtkXMLParser_h #include "vtkIOXMLParserModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/XMLParser/vtkXMLUtilities.h b/IO/XMLParser/vtkXMLUtilities.h index 030f8e2399..401053f6ae 100644 --- a/IO/XMLParser/vtkXMLUtilities.h +++ b/IO/XMLParser/vtkXMLUtilities.h @@ -18,8 +18,8 @@ // .SECTION See Also // vtkXMLDataElement -#ifndef __vtkXMLUtilities_h -#define __vtkXMLUtilities_h +#ifndef vtkXMLUtilities_h +#define vtkXMLUtilities_h #include "vtkIOXMLParserModule.h" // For export macro #include "vtkObject.h" diff --git a/IO/Xdmf2/vtkSILBuilder.h b/IO/Xdmf2/vtkSILBuilder.h index e8bf681e10..b83efe399c 100644 --- a/IO/Xdmf2/vtkSILBuilder.h +++ b/IO/Xdmf2/vtkSILBuilder.h @@ -21,8 +21,8 @@ // the blocks. // Refer to http://www.paraview.org/Wiki/Block_Hierarchy_Meta_Data for details. -#ifndef __vtkSILBuilder_h -#define __vtkSILBuilder_h +#ifndef vtkSILBuilder_h +#define vtkSILBuilder_h #include "vtkIOXdmf2Module.h" // For export macro #include "vtkObject.h" diff --git a/IO/Xdmf2/vtkXdmfHeavyData.h b/IO/Xdmf2/vtkXdmfHeavyData.h index 638a360298..5c1ddb24c9 100644 --- a/IO/Xdmf2/vtkXdmfHeavyData.h +++ b/IO/Xdmf2/vtkXdmfHeavyData.h @@ -14,8 +14,8 @@ =========================================================================*/ // VTK-HeaderTest-Exclude: vtkXdmfHeavyData.h -#ifndef __vtkXdmfHeavyData_h -#define __vtkXdmfHeavyData_h +#ifndef vtkXdmfHeavyData_h +#define vtkXdmfHeavyData_h #include "XdmfDataItem.h" #include "XdmfGrid.h" //won't compile without it diff --git a/IO/Xdmf2/vtkXdmfReader.h b/IO/Xdmf2/vtkXdmfReader.h index 439d000ea3..c932de9784 100644 --- a/IO/Xdmf2/vtkXdmfReader.h +++ b/IO/Xdmf2/vtkXdmfReader.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkDataReader -#ifndef __vtkXdmfReader_h -#define __vtkXdmfReader_h +#ifndef vtkXdmfReader_h +#define vtkXdmfReader_h #include "vtkIOXdmf2Module.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Xdmf2/vtkXdmfReaderInternal.h b/IO/Xdmf2/vtkXdmfReaderInternal.h index 2829161686..36e7ac9e90 100644 --- a/IO/Xdmf2/vtkXdmfReaderInternal.h +++ b/IO/Xdmf2/vtkXdmfReaderInternal.h @@ -17,8 +17,8 @@ // VTK-HeaderTest-Exclude: vtkXdmfReaderInternal.h -#ifndef __vtkXdmfReaderInternal_h -#define __vtkXdmfReaderInternal_h +#ifndef vtkXdmfReaderInternal_h +#define vtkXdmfReaderInternal_h // NAMING CONVENTION ********************************************************* // * all member variables of the type XdmfXml* begin with XML eg. XMLNode diff --git a/IO/Xdmf3/vtkXdmf3ArrayKeeper.h b/IO/Xdmf3/vtkXdmf3ArrayKeeper.h index 665caee71e..434224c96e 100644 --- a/IO/Xdmf3/vtkXdmf3ArrayKeeper.h +++ b/IO/Xdmf3/vtkXdmf3ArrayKeeper.h @@ -26,8 +26,8 @@ // part of VTK public API // VTK-HeaderTest-Exclude: vtkXdmf3ArrayKeeper.h -#ifndef __vtkXdmf3ArrayKeeper_h -#define __vtkXdmf3ArrayKeeper_h +#ifndef vtkXdmf3ArrayKeeper_h +#define vtkXdmf3ArrayKeeper_h #include "vtkIOXdmf3Module.h" // For export macro #include @@ -63,4 +63,4 @@ private: unsigned int generation; }; -#endif //__vtkXdmf3ArrayKeeper_h +#endif //vtkXdmf3ArrayKeeper_h diff --git a/IO/Xdmf3/vtkXdmf3ArraySelection.h b/IO/Xdmf3/vtkXdmf3ArraySelection.h index 9e42075fbc..5dbd5c6b44 100644 --- a/IO/Xdmf3/vtkXdmf3ArraySelection.h +++ b/IO/Xdmf3/vtkXdmf3ArraySelection.h @@ -25,8 +25,8 @@ // part of VTK public API // VTK-HeaderTest-Exclude: vtkXdmf3ArraySelection.h -#ifndef __vtkXdmf3ArraySelection_h -#define __vtkXdmf3ArraySelection_h +#ifndef vtkXdmf3ArraySelection_h +#define vtkXdmf3ArraySelection_h #include "vtkIOXdmf3Module.h" // For export macro @@ -67,4 +67,4 @@ public: int GetNumberOfArrays(); }; -#endif //# __vtkXdmf3ArraySelection_h +#endif //# vtkXdmf3ArraySelection_h diff --git a/IO/Xdmf3/vtkXdmf3DataSet.h b/IO/Xdmf3/vtkXdmf3DataSet.h index 35462ae5b0..3dc8bf9ef8 100644 --- a/IO/Xdmf3/vtkXdmf3DataSet.h +++ b/IO/Xdmf3/vtkXdmf3DataSet.h @@ -24,8 +24,8 @@ // not intended to be part of VTK public API // VTK-HeaderTest-Exclude: vtkXdmf3DataSet.h -#ifndef __vtkXdmf3DataSet_h -#define __vtkXdmf3DataSet_h +#ifndef vtkXdmf3DataSet_h +#define vtkXdmf3DataSet_h #include "vtkIOXdmf3Module.h" // For export macro #include "XdmfSharedPtr.hpp" diff --git a/IO/Xdmf3/vtkXdmf3HeavyDataHandler.h b/IO/Xdmf3/vtkXdmf3HeavyDataHandler.h index 3ef2c6c6ac..11e74a505f 100644 --- a/IO/Xdmf3/vtkXdmf3HeavyDataHandler.h +++ b/IO/Xdmf3/vtkXdmf3HeavyDataHandler.h @@ -24,8 +24,8 @@ // part of VTK public API // VTK-HeaderTest-Exclude: vtkXdmf3HeavyDataHandler.h -#ifndef __vtkXdmf3HeavyDataHandler_h -#define __vtkXdmf3HeavyDataHandler_h +#ifndef vtkXdmf3HeavyDataHandler_h +#define vtkXdmf3HeavyDataHandler_h #include "vtkIOXdmf3Module.h" // For export macro @@ -129,4 +129,4 @@ protected: bool AsTime; }; -#endif //__vtkXdmf3HeavyDataHandler_h +#endif //vtkXdmf3HeavyDataHandler_h diff --git a/IO/Xdmf3/vtkXdmf3LightDataHandler.h b/IO/Xdmf3/vtkXdmf3LightDataHandler.h index b170d4032d..ccbd0d0362 100644 --- a/IO/Xdmf3/vtkXdmf3LightDataHandler.h +++ b/IO/Xdmf3/vtkXdmf3LightDataHandler.h @@ -25,8 +25,8 @@ // part of VTK public API // VTK-HeaderTest-Exclude: vtkXdmf3LightDataHandler.h -#ifndef __vtkXdmf3LightDataHandler_h -#define __vtkXdmf3LightDataHandler_h +#ifndef vtkXdmf3LightDataHandler_h +#define vtkXdmf3LightDataHandler_h #include "vtkIOXdmf3Module.h" // For export macro #include @@ -124,4 +124,4 @@ private: std::set times; //relying on implicit sort from set }; -#endif //__vtkXdmf3LightDataHandler_h +#endif //vtkXdmf3LightDataHandler_h diff --git a/IO/Xdmf3/vtkXdmf3Reader.h b/IO/Xdmf3/vtkXdmf3Reader.h index b542f5b3f3..fb0b8117c5 100644 --- a/IO/Xdmf3/vtkXdmf3Reader.h +++ b/IO/Xdmf3/vtkXdmf3Reader.h @@ -26,8 +26,8 @@ // .SECTION Caveats // Uses the XDMF API (http://www.xdmf.org) -#ifndef __vtkXdmf3Reader_h -#define __vtkXdmf3Reader_h +#ifndef vtkXdmf3Reader_h +#define vtkXdmf3Reader_h #include "vtkIOXdmf3Module.h" // For export macro #include "vtkDataReader.h" diff --git a/IO/Xdmf3/vtkXdmf3SILBuilder.h b/IO/Xdmf3/vtkXdmf3SILBuilder.h index 1c04cac2c0..dffe5f2a85 100644 --- a/IO/Xdmf3/vtkXdmf3SILBuilder.h +++ b/IO/Xdmf3/vtkXdmf3SILBuilder.h @@ -26,8 +26,8 @@ // not intended to be part of VTK public API // VTK-HeaderTest-Exclude: vtkXdmf3SILBuilder.h -#ifndef __vtkXdmf3SILBuilder_h -#define __vtkXdmf3SILBuilder_h +#ifndef vtkXdmf3SILBuilder_h +#define vtkXdmf3SILBuilder_h #include "vtkIOXdmf3Module.h" // For export macro #include "vtkType.h" @@ -69,4 +69,4 @@ public: ~vtkXdmf3SILBuilder(); }; -#endif //__vtkXdmf3SILBuilder_h +#endif //vtkXdmf3SILBuilder_h diff --git a/Imaging/Color/vtkImageHSIToRGB.h b/Imaging/Color/vtkImageHSIToRGB.h index 8209cd0468..5fc61452c5 100644 --- a/Imaging/Color/vtkImageHSIToRGB.h +++ b/Imaging/Color/vtkImageHSIToRGB.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkImageRGBToHSI -#ifndef __vtkImageHSIToRGB_h -#define __vtkImageHSIToRGB_h +#ifndef vtkImageHSIToRGB_h +#define vtkImageHSIToRGB_h #include "vtkImagingColorModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Color/vtkImageHSVToRGB.h b/Imaging/Color/vtkImageHSVToRGB.h index 92b6895001..542d6cbfa2 100644 --- a/Imaging/Color/vtkImageHSVToRGB.h +++ b/Imaging/Color/vtkImageHSVToRGB.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkImageRGBToHSV -#ifndef __vtkImageHSVToRGB_h -#define __vtkImageHSVToRGB_h +#ifndef vtkImageHSVToRGB_h +#define vtkImageHSVToRGB_h #include "vtkImagingColorModule.h" // For export macro diff --git a/Imaging/Color/vtkImageLuminance.h b/Imaging/Color/vtkImageLuminance.h index 7ffba6f287..c407846276 100644 --- a/Imaging/Color/vtkImageLuminance.h +++ b/Imaging/Color/vtkImageLuminance.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkImageLuminance calculates luminance from an rgb input. -#ifndef __vtkImageLuminance_h -#define __vtkImageLuminance_h +#ifndef vtkImageLuminance_h +#define vtkImageLuminance_h #include "vtkImagingColorModule.h" // For export macro diff --git a/Imaging/Color/vtkImageMapToRGBA.h b/Imaging/Color/vtkImageMapToRGBA.h index c1244375d3..6b36184351 100644 --- a/Imaging/Color/vtkImageMapToRGBA.h +++ b/Imaging/Color/vtkImageMapToRGBA.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkLookupTable -#ifndef __vtkImageMapToRGBA_h -#define __vtkImageMapToRGBA_h +#ifndef vtkImageMapToRGBA_h +#define vtkImageMapToRGBA_h #include "vtkImagingColorModule.h" // For export macro diff --git a/Imaging/Color/vtkImageMapToWindowLevelColors.h b/Imaging/Color/vtkImageMapToWindowLevelColors.h index ac4ce2508a..3103b0b0d5 100644 --- a/Imaging/Color/vtkImageMapToWindowLevelColors.h +++ b/Imaging/Color/vtkImageMapToWindowLevelColors.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkLookupTable vtkScalarsToColors -#ifndef __vtkImageMapToWindowLevelColors_h -#define __vtkImageMapToWindowLevelColors_h +#ifndef vtkImageMapToWindowLevelColors_h +#define vtkImageMapToWindowLevelColors_h #include "vtkImagingColorModule.h" // For export macro diff --git a/Imaging/Color/vtkImageQuantizeRGBToIndex.h b/Imaging/Color/vtkImageQuantizeRGBToIndex.h index 6917cfb2e2..6732af8fde 100644 --- a/Imaging/Color/vtkImageQuantizeRGBToIndex.h +++ b/Imaging/Color/vtkImageQuantizeRGBToIndex.h @@ -25,8 +25,8 @@ // (between 2 and 65536), execute it, and then retrieve the lookup table. // The colors can then be using the lookup table and the image index. -#ifndef __vtkImageQuantizeRGBToIndex_h -#define __vtkImageQuantizeRGBToIndex_h +#ifndef vtkImageQuantizeRGBToIndex_h +#define vtkImageQuantizeRGBToIndex_h #include "vtkImagingColorModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Color/vtkImageRGBToHSI.h b/Imaging/Color/vtkImageRGBToHSI.h index 4187fd160c..7de5b1e14a 100644 --- a/Imaging/Color/vtkImageRGBToHSI.h +++ b/Imaging/Color/vtkImageRGBToHSI.h @@ -18,8 +18,8 @@ // filter output the color coded as hue, saturation and intensity. // Output type must be the same as input type. -#ifndef __vtkImageRGBToHSI_h -#define __vtkImageRGBToHSI_h +#ifndef vtkImageRGBToHSI_h +#define vtkImageRGBToHSI_h #include "vtkImagingColorModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Color/vtkImageRGBToHSV.h b/Imaging/Color/vtkImageRGBToHSV.h index 569f3bde11..f0dfef6051 100644 --- a/Imaging/Color/vtkImageRGBToHSV.h +++ b/Imaging/Color/vtkImageRGBToHSV.h @@ -19,8 +19,8 @@ // Output type must be the same as input type. -#ifndef __vtkImageRGBToHSV_h -#define __vtkImageRGBToHSV_h +#ifndef vtkImageRGBToHSV_h +#define vtkImageRGBToHSV_h #include "vtkImagingColorModule.h" // For export macro diff --git a/Imaging/Core/vtkAbstractImageInterpolator.h b/Imaging/Core/vtkAbstractImageInterpolator.h index e2a7bb6517..c286e9ff52 100644 --- a/Imaging/Core/vtkAbstractImageInterpolator.h +++ b/Imaging/Core/vtkAbstractImageInterpolator.h @@ -25,8 +25,8 @@ // vtkImageReslice vtkImageInterpolator vtkImageSincInterpolator -#ifndef __vtkAbstractImageInterpolator_h -#define __vtkAbstractImageInterpolator_h +#ifndef vtkAbstractImageInterpolator_h +#define vtkAbstractImageInterpolator_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Imaging/Core/vtkExtractVOI.h b/Imaging/Core/vtkExtractVOI.h index 5f9d26dcdf..aa1a2da70f 100644 --- a/Imaging/Core/vtkExtractVOI.h +++ b/Imaging/Core/vtkExtractVOI.h @@ -33,8 +33,8 @@ // .SECTION See Also // vtkGeometryFilter vtkExtractGeometry vtkExtractGrid -#ifndef __vtkExtractVOI_h -#define __vtkExtractVOI_h +#ifndef vtkExtractVOI_h +#define vtkExtractVOI_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageAppendComponents.h b/Imaging/Core/vtkImageAppendComponents.h index c2d25c8168..9f9c662651 100644 --- a/Imaging/Core/vtkImageAppendComponents.h +++ b/Imaging/Core/vtkImageAppendComponents.h @@ -21,8 +21,8 @@ // components coming first. -#ifndef __vtkImageAppendComponents_h -#define __vtkImageAppendComponents_h +#ifndef vtkImageAppendComponents_h +#define vtkImageAppendComponents_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageBSplineCoefficients.h b/Imaging/Core/vtkImageBSplineCoefficients.h index 2980278efe..c715b18556 100644 --- a/Imaging/Core/vtkImageBSplineCoefficients.h +++ b/Imaging/Core/vtkImageBSplineCoefficients.h @@ -39,8 +39,8 @@ // VTK Journal, 2011, // http://hdl.handle.net/10380/3252 -#ifndef __vtkImageBSplineCoefficients_h -#define __vtkImageBSplineCoefficients_h +#ifndef vtkImageBSplineCoefficients_h +#define vtkImageBSplineCoefficients_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageBSplineInternals.h b/Imaging/Core/vtkImageBSplineInternals.h index 6248dcd57d..174b58449b 100644 --- a/Imaging/Core/vtkImageBSplineInternals.h +++ b/Imaging/Core/vtkImageBSplineInternals.h @@ -30,8 +30,8 @@ // "GPU Prefilter for Accurate Cubic B-spline Interpolation," // The Computer Journal, doi: 10.1093/comjnl/bxq086, 2010. -#ifndef __vtkImageBSplineInternals_h -#define __vtkImageBSplineInternals_h +#ifndef vtkImageBSplineInternals_h +#define vtkImageBSplineInternals_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkSystemIncludes.h" diff --git a/Imaging/Core/vtkImageBSplineInterpolator.h b/Imaging/Core/vtkImageBSplineInterpolator.h index c6f0280d54..b5e9066675 100644 --- a/Imaging/Core/vtkImageBSplineInterpolator.h +++ b/Imaging/Core/vtkImageBSplineInterpolator.h @@ -31,8 +31,8 @@ // VTK Journal, 2011, // http://hdl.handle.net/10380/3252 -#ifndef __vtkImageBSplineInterpolator_h -#define __vtkImageBSplineInterpolator_h +#ifndef vtkImageBSplineInterpolator_h +#define vtkImageBSplineInterpolator_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkAbstractImageInterpolator.h" diff --git a/Imaging/Core/vtkImageBlend.h b/Imaging/Core/vtkImageBlend.h index a312b2badd..864ac5af3b 100644 --- a/Imaging/Core/vtkImageBlend.h +++ b/Imaging/Core/vtkImageBlend.h @@ -68,8 +68,8 @@ // } // \endcode -#ifndef __vtkImageBlend_h -#define __vtkImageBlend_h +#ifndef vtkImageBlend_h +#define vtkImageBlend_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageCacheFilter.h b/Imaging/Core/vtkImageCacheFilter.h index 3d7b4f54f2..f7cd15bf3c 100644 --- a/Imaging/Core/vtkImageCacheFilter.h +++ b/Imaging/Core/vtkImageCacheFilter.h @@ -20,8 +20,8 @@ // does not change the data at all. It just makes the pipeline more // efficient at the expense of using extra memory. -#ifndef __vtkImageCacheFilter_h -#define __vtkImageCacheFilter_h +#ifndef vtkImageCacheFilter_h +#define vtkImageCacheFilter_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageCast.h b/Imaging/Core/vtkImageCast.h index 5a2ea10a44..0c62dbb80e 100644 --- a/Imaging/Core/vtkImageCast.h +++ b/Imaging/Core/vtkImageCast.h @@ -27,8 +27,8 @@ // .SECTION See Also // vtkImageThreshold vtkImageShiftScale -#ifndef __vtkImageCast_h -#define __vtkImageCast_h +#ifndef vtkImageCast_h +#define vtkImageCast_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageChangeInformation.h b/Imaging/Core/vtkImageChangeInformation.h index 8477945254..b98a511bf1 100644 --- a/Imaging/Core/vtkImageChangeInformation.h +++ b/Imaging/Core/vtkImageChangeInformation.h @@ -18,8 +18,8 @@ // the data without changing the data itself. The data is not resampled // by this filter, only the information accompanying the data is modified. -#ifndef __vtkImageChangeInformation_h -#define __vtkImageChangeInformation_h +#ifndef vtkImageChangeInformation_h +#define vtkImageChangeInformation_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageClip.h b/Imaging/Core/vtkImageClip.h index 43b8a8f6f4..2ee6a677b7 100644 --- a/Imaging/Core/vtkImageClip.h +++ b/Imaging/Core/vtkImageClip.h @@ -21,8 +21,8 @@ // Only the whole extent is modified. // 2: If ClipDataOn is set, then you will get no more that the clipped // extent. -#ifndef __vtkImageClip_h -#define __vtkImageClip_h +#ifndef vtkImageClip_h +#define vtkImageClip_h // I did not make this a subclass of in place filter because // the references on the data do not matter. I make no modifications diff --git a/Imaging/Core/vtkImageConstantPad.h b/Imaging/Core/vtkImageConstantPad.h index 709c893fcf..0abbaf3c2e 100644 --- a/Imaging/Core/vtkImageConstantPad.h +++ b/Imaging/Core/vtkImageConstantPad.h @@ -21,8 +21,8 @@ // .SECTION See Also // vtkImageWrapPad vtkImageMirrorPad -#ifndef __vtkImageConstantPad_h -#define __vtkImageConstantPad_h +#ifndef vtkImageConstantPad_h +#define vtkImageConstantPad_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageDataStreamer.h b/Imaging/Core/vtkImageDataStreamer.h index 8161333990..2fb99c8302 100644 --- a/Imaging/Core/vtkImageDataStreamer.h +++ b/Imaging/Core/vtkImageDataStreamer.h @@ -18,8 +18,8 @@ // many times with smaller update extents. All processing up stream // streams smaller pieces. -#ifndef __vtkImageDataStreamer_h -#define __vtkImageDataStreamer_h +#ifndef vtkImageDataStreamer_h +#define vtkImageDataStreamer_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageDecomposeFilter.h b/Imaging/Core/vtkImageDecomposeFilter.h index c26adee8ce..9136bb451d 100644 --- a/Imaging/Core/vtkImageDecomposeFilter.h +++ b/Imaging/Core/vtkImageDecomposeFilter.h @@ -20,8 +20,8 @@ // The filter also provides convenience methods for permuting information // retrieved from input, output and vtkImageData. -#ifndef __vtkImageDecomposeFilter_h -#define __vtkImageDecomposeFilter_h +#ifndef vtkImageDecomposeFilter_h +#define vtkImageDecomposeFilter_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageDifference.h b/Imaging/Core/vtkImageDifference.h index 312f9a3c5c..84aeda064a 100644 --- a/Imaging/Core/vtkImageDifference.h +++ b/Imaging/Core/vtkImageDifference.h @@ -31,8 +31,8 @@ // black pixels and even though the input image has a white pixel, its // neighbors are not white. -#ifndef __vtkImageDifference_h -#define __vtkImageDifference_h +#ifndef vtkImageDifference_h +#define vtkImageDifference_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageExtractComponents.h b/Imaging/Core/vtkImageExtractComponents.h index eb66ae017d..09d4f0cd61 100644 --- a/Imaging/Core/vtkImageExtractComponents.h +++ b/Imaging/Core/vtkImageExtractComponents.h @@ -20,8 +20,8 @@ // .SECTION See Also // vtkImageAppendComponents -#ifndef __vtkImageExtractComponents_h -#define __vtkImageExtractComponents_h +#ifndef vtkImageExtractComponents_h +#define vtkImageExtractComponents_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageFlip.h b/Imaging/Core/vtkImageFlip.h index e16fa53321..189b6803b9 100644 --- a/Imaging/Core/vtkImageFlip.h +++ b/Imaging/Core/vtkImageFlip.h @@ -17,8 +17,8 @@ // vtkImageFlip will reflect the data along the filtered axis. This filter is // actually a thin wrapper around vtkImageReslice. -#ifndef __vtkImageFlip_h -#define __vtkImageFlip_h +#ifndef vtkImageFlip_h +#define vtkImageFlip_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageInterpolator.h b/Imaging/Core/vtkImageInterpolator.h index 8f66e9a852..364ab7f173 100644 --- a/Imaging/Core/vtkImageInterpolator.h +++ b/Imaging/Core/vtkImageInterpolator.h @@ -23,8 +23,8 @@ // vtkImageReslice -#ifndef __vtkImageInterpolator_h -#define __vtkImageInterpolator_h +#ifndef vtkImageInterpolator_h +#define vtkImageInterpolator_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkAbstractImageInterpolator.h" diff --git a/Imaging/Core/vtkImageInterpolatorInternals.h b/Imaging/Core/vtkImageInterpolatorInternals.h index a3d3cd8e2c..69b0d17fe0 100644 --- a/Imaging/Core/vtkImageInterpolatorInternals.h +++ b/Imaging/Core/vtkImageInterpolatorInternals.h @@ -14,8 +14,8 @@ =========================================================================*/ // .NAME vtkInterpolatorInternals - internals for vtkImageInterpolator -#ifndef __vtkInterpolatorInternals_h -#define __vtkInterpolatorInternals_h +#ifndef vtkInterpolatorInternals_h +#define vtkInterpolatorInternals_h #include "vtkMath.h" diff --git a/Imaging/Core/vtkImageIterateFilter.h b/Imaging/Core/vtkImageIterateFilter.h index 5ef924aa2f..55faa67965 100644 --- a/Imaging/Core/vtkImageIterateFilter.h +++ b/Imaging/Core/vtkImageIterateFilter.h @@ -21,8 +21,8 @@ // subclasses methods as arguments. Now the data is passes. Can the caches // be passed, and data retrieved from the cache? -#ifndef __vtkImageIterateFilter_h -#define __vtkImageIterateFilter_h +#ifndef vtkImageIterateFilter_h +#define vtkImageIterateFilter_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageMagnify.h b/Imaging/Core/vtkImageMagnify.h index 02dc8d6a0b..93195b47c1 100644 --- a/Imaging/Core/vtkImageMagnify.h +++ b/Imaging/Core/vtkImageMagnify.h @@ -20,8 +20,8 @@ // by bilinear interpolation. Initially, interpolation is off and magnification // factors are set to 1 in all directions. -#ifndef __vtkImageMagnify_h -#define __vtkImageMagnify_h +#ifndef vtkImageMagnify_h +#define vtkImageMagnify_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageMapToColors.h b/Imaging/Core/vtkImageMapToColors.h index 67505e8d76..36433a0ad6 100644 --- a/Imaging/Core/vtkImageMapToColors.h +++ b/Imaging/Core/vtkImageMapToColors.h @@ -23,8 +23,8 @@ // .SECTION See Also // vtkLookupTable vtkScalarsToColors -#ifndef __vtkImageMapToColors_h -#define __vtkImageMapToColors_h +#ifndef vtkImageMapToColors_h +#define vtkImageMapToColors_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageMask.h b/Imaging/Core/vtkImageMask.h index cbed121316..dec5ad3202 100644 --- a/Imaging/Core/vtkImageMask.h +++ b/Imaging/Core/vtkImageMask.h @@ -25,8 +25,8 @@ // is the same as the output scalar type. -#ifndef __vtkImageMask_h -#define __vtkImageMask_h +#ifndef vtkImageMask_h +#define vtkImageMask_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageMirrorPad.h b/Imaging/Core/vtkImageMirrorPad.h index a19e4afdb5..944179c609 100644 --- a/Imaging/Core/vtkImageMirrorPad.h +++ b/Imaging/Core/vtkImageMirrorPad.h @@ -18,8 +18,8 @@ // a mirror image of the original image (mirror at image boundaries). -#ifndef __vtkImageMirrorPad_h -#define __vtkImageMirrorPad_h +#ifndef vtkImageMirrorPad_h +#define vtkImageMirrorPad_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImagePadFilter.h b/Imaging/Core/vtkImagePadFilter.h index abe5599f6b..2db9403c7b 100644 --- a/Imaging/Core/vtkImagePadFilter.h +++ b/Imaging/Core/vtkImagePadFilter.h @@ -20,8 +20,8 @@ // The image extent of the output has to be specified. -#ifndef __vtkImagePadFilter_h -#define __vtkImagePadFilter_h +#ifndef vtkImagePadFilter_h +#define vtkImagePadFilter_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Core/vtkImagePermute.h b/Imaging/Core/vtkImagePermute.h index 8bb5faf6bd..24ac316a7a 100644 --- a/Imaging/Core/vtkImagePermute.h +++ b/Imaging/Core/vtkImagePermute.h @@ -20,8 +20,8 @@ // data when it executes. This filter is actually a very thin wrapper // around vtkImageReslice. -#ifndef __vtkImagePermute_h -#define __vtkImagePermute_h +#ifndef vtkImagePermute_h +#define vtkImagePermute_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageResample.h b/Imaging/Core/vtkImageResample.h index 700fbd34be..838ee40adc 100644 --- a/Imaging/Core/vtkImageResample.h +++ b/Imaging/Core/vtkImageResample.h @@ -20,8 +20,8 @@ // with the SetAxisMagnificationFactor method. -#ifndef __vtkImageResample_h -#define __vtkImageResample_h +#ifndef vtkImageResample_h +#define vtkImageResample_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageResize.h b/Imaging/Core/vtkImageResize.h index cc7fbe2fa7..19e8c5ec29 100644 --- a/Imaging/Core/vtkImageResize.h +++ b/Imaging/Core/vtkImageResize.h @@ -25,8 +25,8 @@ // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkImageResize_h -#define __vtkImageResize_h +#ifndef vtkImageResize_h +#define vtkImageResize_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageReslice.h b/Imaging/Core/vtkImageReslice.h index 16ef4b61ce..1e8d0b3ced 100644 --- a/Imaging/Core/vtkImageReslice.h +++ b/Imaging/Core/vtkImageReslice.h @@ -47,8 +47,8 @@ // vtkAbstractTransform vtkMatrix4x4 -#ifndef __vtkImageReslice_h -#define __vtkImageReslice_h +#ifndef vtkImageReslice_h +#define vtkImageReslice_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageResliceToColors.h b/Imaging/Core/vtkImageResliceToColors.h index 5c3c644f58..9ed806a0bd 100644 --- a/Imaging/Core/vtkImageResliceToColors.h +++ b/Imaging/Core/vtkImageResliceToColors.h @@ -26,8 +26,8 @@ // vtkImageMapToColors -#ifndef __vtkImageResliceToColors_h -#define __vtkImageResliceToColors_h +#ifndef vtkImageResliceToColors_h +#define vtkImageResliceToColors_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageShiftScale.h b/Imaging/Core/vtkImageShiftScale.h index 2e454a0a2d..011b171db8 100644 --- a/Imaging/Core/vtkImageShiftScale.h +++ b/Imaging/Core/vtkImageShiftScale.h @@ -20,8 +20,8 @@ // This is because shift scale operations frequently convert data types. -#ifndef __vtkImageShiftScale_h -#define __vtkImageShiftScale_h +#ifndef vtkImageShiftScale_h +#define vtkImageShiftScale_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageShrink3D.h b/Imaging/Core/vtkImageShrink3D.h index 82076245e6..378dcb41ca 100644 --- a/Imaging/Core/vtkImageShrink3D.h +++ b/Imaging/Core/vtkImageShrink3D.h @@ -17,8 +17,8 @@ // vtkImageShrink3D shrinks an image by sub sampling on a // uniform grid (integer multiples). -#ifndef __vtkImageShrink3D_h -#define __vtkImageShrink3D_h +#ifndef vtkImageShrink3D_h +#define vtkImageShrink3D_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageSincInterpolator.h b/Imaging/Core/vtkImageSincInterpolator.h index ac5e637401..e44552adf9 100644 --- a/Imaging/Core/vtkImageSincInterpolator.h +++ b/Imaging/Core/vtkImageSincInterpolator.h @@ -26,8 +26,8 @@ // vtkImageReslice -#ifndef __vtkImageSincInterpolator_h -#define __vtkImageSincInterpolator_h +#ifndef vtkImageSincInterpolator_h +#define vtkImageSincInterpolator_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkAbstractImageInterpolator.h" diff --git a/Imaging/Core/vtkImageStencilAlgorithm.h b/Imaging/Core/vtkImageStencilAlgorithm.h index c66088ce72..48b7b925ef 100644 --- a/Imaging/Core/vtkImageStencilAlgorithm.h +++ b/Imaging/Core/vtkImageStencilAlgorithm.h @@ -21,8 +21,8 @@ // .SECTION see also // vtkImageStencilData vtkImageStencilSource -#ifndef __vtkImageStencilAlgorithm_h -#define __vtkImageStencilAlgorithm_h +#ifndef vtkImageStencilAlgorithm_h +#define vtkImageStencilAlgorithm_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageStencilData.h b/Imaging/Core/vtkImageStencilData.h index 58441677db..3f14f3177b 100644 --- a/Imaging/Core/vtkImageStencilData.h +++ b/Imaging/Core/vtkImageStencilData.h @@ -21,8 +21,8 @@ // .SECTION see also // vtkImageStencilSource vtkImageStencil -#ifndef __vtkImageStencilData_h -#define __vtkImageStencilData_h +#ifndef vtkImageStencilData_h +#define vtkImageStencilData_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageStencilIterator.h b/Imaging/Core/vtkImageStencilIterator.h index 72bd038763..1bee87f8cd 100644 --- a/Imaging/Core/vtkImageStencilIterator.h +++ b/Imaging/Core/vtkImageStencilIterator.h @@ -20,8 +20,8 @@ // .SECTION See also // vtkImageData vtkImageStencilData vtkImageProgressIterator -#ifndef __vtkImageStencilIterator_h -#define __vtkImageStencilIterator_h +#ifndef vtkImageStencilIterator_h +#define vtkImageStencilIterator_h #include "vtkSystemIncludes.h" #include "vtkImagingCoreModule.h" diff --git a/Imaging/Core/vtkImageStencilSource.h b/Imaging/Core/vtkImageStencilSource.h index f08b96f20f..52f69897e0 100644 --- a/Imaging/Core/vtkImageStencilSource.h +++ b/Imaging/Core/vtkImageStencilSource.h @@ -26,8 +26,8 @@ // .SECTION see also // vtkImplicitFunction vtkImageStencil vtkPolyDataToImageStencil -#ifndef __vtkImageStencilSource_h -#define __vtkImageStencilSource_h +#ifndef vtkImageStencilSource_h +#define vtkImageStencilSource_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageThreshold.h b/Imaging/Core/vtkImageThreshold.h index e46e8ffbea..ca89fe65e9 100644 --- a/Imaging/Core/vtkImageThreshold.h +++ b/Imaging/Core/vtkImageThreshold.h @@ -19,8 +19,8 @@ // output, but defaults to the same type. -#ifndef __vtkImageThreshold_h -#define __vtkImageThreshold_h +#ifndef vtkImageThreshold_h +#define vtkImageThreshold_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkImageTranslateExtent.h b/Imaging/Core/vtkImageTranslateExtent.h index e23591e64d..74966ee26a 100644 --- a/Imaging/Core/vtkImageTranslateExtent.h +++ b/Imaging/Core/vtkImageTranslateExtent.h @@ -17,8 +17,8 @@ // vtkImageTranslateExtent shift the whole extent, but does not // change the data. -#ifndef __vtkImageTranslateExtent_h -#define __vtkImageTranslateExtent_h +#ifndef vtkImageTranslateExtent_h +#define vtkImageTranslateExtent_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Core/vtkImageWrapPad.h b/Imaging/Core/vtkImageWrapPad.h index c6623ef5f3..c9a151b2c5 100644 --- a/Imaging/Core/vtkImageWrapPad.h +++ b/Imaging/Core/vtkImageWrapPad.h @@ -20,8 +20,8 @@ // output. -#ifndef __vtkImageWrapPad_h -#define __vtkImageWrapPad_h +#ifndef vtkImageWrapPad_h +#define vtkImageWrapPad_h #include "vtkImagingCoreModule.h" // For export macro diff --git a/Imaging/Core/vtkRTAnalyticSource.h b/Imaging/Core/vtkRTAnalyticSource.h index 75a15fc89a..afe01d9354 100644 --- a/Imaging/Core/vtkRTAnalyticSource.h +++ b/Imaging/Core/vtkRTAnalyticSource.h @@ -18,8 +18,8 @@ // by a Maximum*Gaussian*XMag*sin(XFreq*x)*sin(YFreq*y)*cos(ZFreq*z) // Values are float scalars on point data with name "RTData". -#ifndef __vtkRTAnalyticSource_h -#define __vtkRTAnalyticSource_h +#ifndef vtkRTAnalyticSource_h +#define vtkRTAnalyticSource_h #include "vtkImagingCoreModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Fourier/vtkImageButterworthHighPass.h b/Imaging/Fourier/vtkImageButterworthHighPass.h index a4711e15f1..5d5abccba4 100644 --- a/Imaging/Fourier/vtkImageButterworthHighPass.h +++ b/Imaging/Fourier/vtkImageButterworthHighPass.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkImageButterworthLowPass -#ifndef __vtkImageButterworthHighPass_h -#define __vtkImageButterworthHighPass_h +#ifndef vtkImageButterworthHighPass_h +#define vtkImageButterworthHighPass_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkImageButterworthLowPass.h b/Imaging/Fourier/vtkImageButterworthLowPass.h index 7cb4ba8290..50a49f909a 100644 --- a/Imaging/Fourier/vtkImageButterworthLowPass.h +++ b/Imaging/Fourier/vtkImageButterworthLowPass.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkImageButterworthHighPass vtkImageFFT vtkImageRFFT -#ifndef __vtkImageButterworthLowPass_h -#define __vtkImageButterworthLowPass_h +#ifndef vtkImageButterworthLowPass_h +#define vtkImageButterworthLowPass_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkImageFFT.h b/Imaging/Fourier/vtkImageFFT.h index e22f84a1ea..bb2ac07d47 100644 --- a/Imaging/Fourier/vtkImageFFT.h +++ b/Imaging/Fourier/vtkImageFFT.h @@ -24,8 +24,8 @@ // FFT's are decomposed so that each axis executes serially. -#ifndef __vtkImageFFT_h -#define __vtkImageFFT_h +#ifndef vtkImageFFT_h +#define vtkImageFFT_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkImageFourierCenter.h b/Imaging/Fourier/vtkImageFourierCenter.h index 128d0bc379..ea231a7909 100644 --- a/Imaging/Fourier/vtkImageFourierCenter.h +++ b/Imaging/Fourier/vtkImageFourierCenter.h @@ -20,8 +20,8 @@ // This filter shifts the zero frequency to the center of the image. // Input and output are assumed to be doubles. -#ifndef __vtkImageFourierCenter_h -#define __vtkImageFourierCenter_h +#ifndef vtkImageFourierCenter_h +#define vtkImageFourierCenter_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkImageFourierFilter.h b/Imaging/Fourier/vtkImageFourierFilter.h index ca8b403f8e..0c6bcb6819 100644 --- a/Imaging/Fourier/vtkImageFourierFilter.h +++ b/Imaging/Fourier/vtkImageFourierFilter.h @@ -18,8 +18,8 @@ // this superclass is a container for methods that manipulate these structure // including fast Fourier transforms. Complex numbers may become a class. // This should really be a helper class. -#ifndef __vtkImageFourierFilter_h -#define __vtkImageFourierFilter_h +#ifndef vtkImageFourierFilter_h +#define vtkImageFourierFilter_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkImageIdealHighPass.h b/Imaging/Fourier/vtkImageIdealHighPass.h index d6d196db6b..e9e6d4455f 100644 --- a/Imaging/Fourier/vtkImageIdealHighPass.h +++ b/Imaging/Fourier/vtkImageIdealHighPass.h @@ -26,8 +26,8 @@ // vtkImageButterworthHighPass vtkImageIdealLowPass vtkImageFFT vtkImageRFFT -#ifndef __vtkImageIdealHighPass_h -#define __vtkImageIdealHighPass_h +#ifndef vtkImageIdealHighPass_h +#define vtkImageIdealHighPass_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkImageIdealLowPass.h b/Imaging/Fourier/vtkImageIdealLowPass.h index e298be1947..bc1db5ece7 100644 --- a/Imaging/Fourier/vtkImageIdealLowPass.h +++ b/Imaging/Fourier/vtkImageIdealLowPass.h @@ -27,8 +27,8 @@ -#ifndef __vtkImageIdealLowPass_h -#define __vtkImageIdealLowPass_h +#ifndef vtkImageIdealLowPass_h +#define vtkImageIdealLowPass_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkImageRFFT.h b/Imaging/Fourier/vtkImageRFFT.h index d50c72c9df..d347367c02 100644 --- a/Imaging/Fourier/vtkImageRFFT.h +++ b/Imaging/Fourier/vtkImageRFFT.h @@ -31,8 +31,8 @@ -#ifndef __vtkImageRFFT_h -#define __vtkImageRFFT_h +#ifndef vtkImageRFFT_h +#define vtkImageRFFT_h #include "vtkImagingFourierModule.h" // For export macro diff --git a/Imaging/Fourier/vtkTableFFT.h b/Imaging/Fourier/vtkTableFFT.h index 3df6cd7666..7fdfd03ca2 100644 --- a/Imaging/Fourier/vtkTableFFT.h +++ b/Imaging/Fourier/vtkTableFFT.h @@ -33,8 +33,8 @@ // vtkImageFFT // -#ifndef __vtkTableFFT_h -#define __vtkTableFFT_h +#ifndef vtkTableFFT_h +#define vtkTableFFT_h #include "vtkTableAlgorithm.h" #include "vtkImagingFourierModule.h" // For export macro @@ -67,4 +67,4 @@ private: }; -#endif //__vtkTableFFT_h +#endif //vtkTableFFT_h diff --git a/Imaging/General/vtkImageAnisotropicDiffusion2D.h b/Imaging/General/vtkImageAnisotropicDiffusion2D.h index b51978aed5..93f1e450b6 100644 --- a/Imaging/General/vtkImageAnisotropicDiffusion2D.h +++ b/Imaging/General/vtkImageAnisotropicDiffusion2D.h @@ -34,8 +34,8 @@ // .SECTION See Also // vtkImageAnisotropicDiffusion3D -#ifndef __vtkImageAnisotropicDiffusion2D_h -#define __vtkImageAnisotropicDiffusion2D_h +#ifndef vtkImageAnisotropicDiffusion2D_h +#define vtkImageAnisotropicDiffusion2D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageAnisotropicDiffusion3D.h b/Imaging/General/vtkImageAnisotropicDiffusion3D.h index b2a0fbd21a..36fea0d177 100644 --- a/Imaging/General/vtkImageAnisotropicDiffusion3D.h +++ b/Imaging/General/vtkImageAnisotropicDiffusion3D.h @@ -35,8 +35,8 @@ // .SECTION See Also // vtkImageAnisotropicDiffusion2D -#ifndef __vtkImageAnisotropicDiffusion3D_h -#define __vtkImageAnisotropicDiffusion3D_h +#ifndef vtkImageAnisotropicDiffusion3D_h +#define vtkImageAnisotropicDiffusion3D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageCheckerboard.h b/Imaging/General/vtkImageCheckerboard.h index dd9c038577..dcbc28def0 100644 --- a/Imaging/General/vtkImageCheckerboard.h +++ b/Imaging/General/vtkImageCheckerboard.h @@ -20,8 +20,8 @@ // ivar. This controls the number of checkerboard divisions in the whole // extent of the image. -#ifndef __vtkImageCheckerboard_h -#define __vtkImageCheckerboard_h +#ifndef vtkImageCheckerboard_h +#define vtkImageCheckerboard_h #include "vtkImagingGeneralModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/General/vtkImageCityBlockDistance.h b/Imaging/General/vtkImageCityBlockDistance.h index 2528551de7..7feeac34c0 100644 --- a/Imaging/General/vtkImageCityBlockDistance.h +++ b/Imaging/General/vtkImageCityBlockDistance.h @@ -26,8 +26,8 @@ // Distances maps can have inside (negative regions) // and outsides (positive regions). -#ifndef __vtkImageCityBlockDistance_h -#define __vtkImageCityBlockDistance_h +#ifndef vtkImageCityBlockDistance_h +#define vtkImageCityBlockDistance_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageConvolve.h b/Imaging/General/vtkImageConvolve.h index 2e3f2af1ac..c5c76ef9b1 100644 --- a/Imaging/General/vtkImageConvolve.h +++ b/Imaging/General/vtkImageConvolve.h @@ -18,8 +18,8 @@ // 2D NxN kernal. The output image is cropped to the same size as // the input. -#ifndef __vtkImageConvolve_h -#define __vtkImageConvolve_h +#ifndef vtkImageConvolve_h +#define vtkImageConvolve_h #include "vtkImagingGeneralModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/General/vtkImageCorrelation.h b/Imaging/General/vtkImageCorrelation.h index cfb767f21d..88a72a83fd 100644 --- a/Imaging/General/vtkImageCorrelation.h +++ b/Imaging/General/vtkImageCorrelation.h @@ -21,8 +21,8 @@ // The output size will match the size of the first input. // The second input is considered the correlation kernel. -#ifndef __vtkImageCorrelation_h -#define __vtkImageCorrelation_h +#ifndef vtkImageCorrelation_h +#define vtkImageCorrelation_h diff --git a/Imaging/General/vtkImageEuclideanDistance.h b/Imaging/General/vtkImageEuclideanDistance.h index e2fefa8195..e742eda890 100644 --- a/Imaging/General/vtkImageEuclideanDistance.h +++ b/Imaging/General/vtkImageEuclideanDistance.h @@ -40,8 +40,8 @@ // October 1999. http://ltswww.epfl.ch/~cuisenai/papers/oc_thesis.pdf -#ifndef __vtkImageEuclideanDistance_h -#define __vtkImageEuclideanDistance_h +#ifndef vtkImageEuclideanDistance_h +#define vtkImageEuclideanDistance_h #include "vtkImagingGeneralModule.h" // For export macro #include "vtkImageDecomposeFilter.h" diff --git a/Imaging/General/vtkImageEuclideanToPolar.h b/Imaging/General/vtkImageEuclideanToPolar.h index 9eb5830fb3..b96fb94e5b 100644 --- a/Imaging/General/vtkImageEuclideanToPolar.h +++ b/Imaging/General/vtkImageEuclideanToPolar.h @@ -17,8 +17,8 @@ // For each pixel with vector components x,y, this filter outputs // theta in component0, and radius in component1. -#ifndef __vtkImageEuclideanToPolar_h -#define __vtkImageEuclideanToPolar_h +#ifndef vtkImageEuclideanToPolar_h +#define vtkImageEuclideanToPolar_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageGaussianSmooth.h b/Imaging/General/vtkImageGaussianSmooth.h index b29906a250..30bc58f99c 100644 --- a/Imaging/General/vtkImageGaussianSmooth.h +++ b/Imaging/General/vtkImageGaussianSmooth.h @@ -17,8 +17,8 @@ // vtkImageGaussianSmooth implements a convolution of the input image // with a gaussian. Supports from one to three dimensional convolutions. -#ifndef __vtkImageGaussianSmooth_h -#define __vtkImageGaussianSmooth_h +#ifndef vtkImageGaussianSmooth_h +#define vtkImageGaussianSmooth_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageGradient.h b/Imaging/General/vtkImageGradient.h index b6465b8301..406d655dc6 100644 --- a/Imaging/General/vtkImageGradient.h +++ b/Imaging/General/vtkImageGradient.h @@ -20,8 +20,8 @@ // two dimensional XY gradient. OutputScalarType is always // double. Gradient is computed using central differences. -#ifndef __vtkImageGradient_h -#define __vtkImageGradient_h +#ifndef vtkImageGradient_h +#define vtkImageGradient_h #include "vtkImagingGeneralModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/General/vtkImageGradientMagnitude.h b/Imaging/General/vtkImageGradientMagnitude.h index 422dbe29b4..b9053ad62b 100644 --- a/Imaging/General/vtkImageGradientMagnitude.h +++ b/Imaging/General/vtkImageGradientMagnitude.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkImageGradient vtkImageMagnitude -#ifndef __vtkImageGradientMagnitude_h -#define __vtkImageGradientMagnitude_h +#ifndef vtkImageGradientMagnitude_h +#define vtkImageGradientMagnitude_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageHybridMedian2D.h b/Imaging/General/vtkImageHybridMedian2D.h index 027686ac43..ef731a65d7 100644 --- a/Imaging/General/vtkImageHybridMedian2D.h +++ b/Imaging/General/vtkImageHybridMedian2D.h @@ -23,8 +23,8 @@ -#ifndef __vtkImageHybridMedian2D_h -#define __vtkImageHybridMedian2D_h +#ifndef vtkImageHybridMedian2D_h +#define vtkImageHybridMedian2D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageLaplacian.h b/Imaging/General/vtkImageLaplacian.h index 87520ddb48..f2f0af3c5b 100644 --- a/Imaging/General/vtkImageLaplacian.h +++ b/Imaging/General/vtkImageLaplacian.h @@ -23,8 +23,8 @@ -#ifndef __vtkImageLaplacian_h -#define __vtkImageLaplacian_h +#ifndef vtkImageLaplacian_h +#define vtkImageLaplacian_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageMedian3D.h b/Imaging/General/vtkImageMedian3D.h index 8b435109ae..78e57b1287 100644 --- a/Imaging/General/vtkImageMedian3D.h +++ b/Imaging/General/vtkImageMedian3D.h @@ -21,8 +21,8 @@ // into a 2D median. -#ifndef __vtkImageMedian3D_h -#define __vtkImageMedian3D_h +#ifndef vtkImageMedian3D_h +#define vtkImageMedian3D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageNormalize.h b/Imaging/General/vtkImageNormalize.h index c1ca38de55..5088fd5371 100644 --- a/Imaging/General/vtkImageNormalize.h +++ b/Imaging/General/vtkImageNormalize.h @@ -19,8 +19,8 @@ // vector is zero also. -#ifndef __vtkImageNormalize_h -#define __vtkImageNormalize_h +#ifndef vtkImageNormalize_h +#define vtkImageNormalize_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageRange3D.h b/Imaging/General/vtkImageRange3D.h index 98ac4009c3..8a90ef2f9b 100644 --- a/Imaging/General/vtkImageRange3D.h +++ b/Imaging/General/vtkImageRange3D.h @@ -19,8 +19,8 @@ // is done on that axis. -#ifndef __vtkImageRange3D_h -#define __vtkImageRange3D_h +#ifndef vtkImageRange3D_h +#define vtkImageRange3D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageSeparableConvolution.h b/Imaging/General/vtkImageSeparableConvolution.h index a5b43a39a7..d60aca1404 100644 --- a/Imaging/General/vtkImageSeparableConvolution.h +++ b/Imaging/General/vtkImageSeparableConvolution.h @@ -23,8 +23,8 @@ // convolutions. It also handles arbitrarly large kernel sizes, and // uses edge replication to handle boundaries. -#ifndef __vtkImageSeparableConvolution_h -#define __vtkImageSeparableConvolution_h +#ifndef vtkImageSeparableConvolution_h +#define vtkImageSeparableConvolution_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageSlab.h b/Imaging/General/vtkImageSlab.h index e236d765d6..364d843b1b 100644 --- a/Imaging/General/vtkImageSlab.h +++ b/Imaging/General/vtkImageSlab.h @@ -22,8 +22,8 @@ // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkImageSlab_h -#define __vtkImageSlab_h +#ifndef vtkImageSlab_h +#define vtkImageSlab_h #include "vtkImagingGeneralModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/General/vtkImageSlabReslice.h b/Imaging/General/vtkImageSlabReslice.h index 1e60b2faa6..3a7eb8ea6a 100644 --- a/Imaging/General/vtkImageSlabReslice.h +++ b/Imaging/General/vtkImageSlabReslice.h @@ -39,8 +39,8 @@ // vtkImageReslice -#ifndef __vtkImageSlabReslice_h -#define __vtkImageSlabReslice_h +#ifndef vtkImageSlabReslice_h +#define vtkImageSlabReslice_h #include "vtkImagingGeneralModule.h" // For export macro #include "vtkImageReslice.h" diff --git a/Imaging/General/vtkImageSobel2D.h b/Imaging/General/vtkImageSobel2D.h index d739ebda84..0df131910f 100644 --- a/Imaging/General/vtkImageSobel2D.h +++ b/Imaging/General/vtkImageSobel2D.h @@ -19,8 +19,8 @@ // the input is an image. Output is always doubles. -#ifndef __vtkImageSobel2D_h -#define __vtkImageSobel2D_h +#ifndef vtkImageSobel2D_h +#define vtkImageSobel2D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageSobel3D.h b/Imaging/General/vtkImageSobel3D.h index 37f0e67151..825b854754 100644 --- a/Imaging/General/vtkImageSobel3D.h +++ b/Imaging/General/vtkImageSobel3D.h @@ -22,8 +22,8 @@ -#ifndef __vtkImageSobel3D_h -#define __vtkImageSobel3D_h +#ifndef vtkImageSobel3D_h +#define vtkImageSobel3D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageSpatialAlgorithm.h b/Imaging/General/vtkImageSpatialAlgorithm.h index 7866e1ac4d..1ad5bc35b0 100644 --- a/Imaging/General/vtkImageSpatialAlgorithm.h +++ b/Imaging/General/vtkImageSpatialAlgorithm.h @@ -22,8 +22,8 @@ // execute methods. -#ifndef __vtkImageSpatialAlgorithm_h -#define __vtkImageSpatialAlgorithm_h +#ifndef vtkImageSpatialAlgorithm_h +#define vtkImageSpatialAlgorithm_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkImageVariance3D.h b/Imaging/General/vtkImageVariance3D.h index ba6c0e5c3f..bb8590a5cd 100644 --- a/Imaging/General/vtkImageVariance3D.h +++ b/Imaging/General/vtkImageVariance3D.h @@ -22,8 +22,8 @@ // the total number of neighbors to produce the output value. -#ifndef __vtkImageVariance3D_h -#define __vtkImageVariance3D_h +#ifndef vtkImageVariance3D_h +#define vtkImageVariance3D_h #include "vtkImagingGeneralModule.h" // For export macro diff --git a/Imaging/General/vtkSimpleImageFilterExample.h b/Imaging/General/vtkSimpleImageFilterExample.h index bd38149f79..1407f67356 100644 --- a/Imaging/General/vtkSimpleImageFilterExample.h +++ b/Imaging/General/vtkSimpleImageFilterExample.h @@ -20,8 +20,8 @@ // .SECTION See also // vtkSimpleImageToImageFilter -#ifndef __vtkSimpleImageFilterExample_h -#define __vtkSimpleImageFilterExample_h +#ifndef vtkSimpleImageFilterExample_h +#define vtkSimpleImageFilterExample_h #include "vtkImagingGeneralModule.h" // For export macro #include "vtkSimpleImageToImageFilter.h" diff --git a/Imaging/Hybrid/vtkBooleanTexture.h b/Imaging/Hybrid/vtkBooleanTexture.h index b1b42fc0c1..3c223f10de 100644 --- a/Imaging/Hybrid/vtkBooleanTexture.h +++ b/Imaging/Hybrid/vtkBooleanTexture.h @@ -38,8 +38,8 @@ // .SECTION See Also // vtkImplicitTextureCoords vtkThresholdTextureCoords -#ifndef __vtkBooleanTexture_h -#define __vtkBooleanTexture_h +#ifndef vtkBooleanTexture_h +#define vtkBooleanTexture_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkFastSplatter.h b/Imaging/Hybrid/vtkFastSplatter.h index 9e0ace1b5c..7180659579 100644 --- a/Imaging/Hybrid/vtkFastSplatter.h +++ b/Imaging/Hybrid/vtkFastSplatter.h @@ -39,8 +39,8 @@ // the extents. // -#ifndef __vtkFastSplatter_h -#define __vtkFastSplatter_h +#ifndef vtkFastSplatter_h +#define vtkFastSplatter_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" @@ -261,4 +261,4 @@ void vtkFastSplatterFrozenScale(T *array, //ETX -#endif //__vtkFastSplatter_h +#endif //vtkFastSplatter_h diff --git a/Imaging/Hybrid/vtkGaussianSplatter.h b/Imaging/Hybrid/vtkGaussianSplatter.h index 380d41d7cc..cbb11712b7 100644 --- a/Imaging/Hybrid/vtkGaussianSplatter.h +++ b/Imaging/Hybrid/vtkGaussianSplatter.h @@ -61,8 +61,8 @@ // .SECTION See Also // vtkShepardMethod -#ifndef __vtkGaussianSplatter_h -#define __vtkGaussianSplatter_h +#ifndef vtkGaussianSplatter_h +#define vtkGaussianSplatter_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkImageCursor3D.h b/Imaging/Hybrid/vtkImageCursor3D.h index 7e191aaa0a..ee727627dd 100644 --- a/Imaging/Hybrid/vtkImageCursor3D.h +++ b/Imaging/Hybrid/vtkImageCursor3D.h @@ -16,8 +16,8 @@ // .SECTION Description // vtkImageCursor3D will draw a cursor on a 2d image or 3d volume. -#ifndef __vtkImageCursor3D_h -#define __vtkImageCursor3D_h +#ifndef vtkImageCursor3D_h +#define vtkImageCursor3D_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageInPlaceFilter.h" diff --git a/Imaging/Hybrid/vtkImageRectilinearWipe.h b/Imaging/Hybrid/vtkImageRectilinearWipe.h index e0c550b7ba..ac9ebff4c7 100644 --- a/Imaging/Hybrid/vtkImageRectilinearWipe.h +++ b/Imaging/Hybrid/vtkImageRectilinearWipe.h @@ -41,8 +41,8 @@ // .SECTION See Also // vtkImageCheckerboard -#ifndef __vtkImageRectilinearWipe_h -#define __vtkImageRectilinearWipe_h +#ifndef vtkImageRectilinearWipe_h +#define vtkImageRectilinearWipe_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkPointLoad.h b/Imaging/Hybrid/vtkPointLoad.h index 68b2dcd051..4731d88139 100644 --- a/Imaging/Hybrid/vtkPointLoad.h +++ b/Imaging/Hybrid/vtkPointLoad.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkTensorGlyph, vtkHyperStreamline -#ifndef __vtkPointLoad_h -#define __vtkPointLoad_h +#ifndef vtkPointLoad_h +#define vtkPointLoad_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkSampleFunction.h b/Imaging/Hybrid/vtkSampleFunction.h index ae834556a5..4fc0573070 100644 --- a/Imaging/Hybrid/vtkSampleFunction.h +++ b/Imaging/Hybrid/vtkSampleFunction.h @@ -24,8 +24,8 @@ // .SECTION See Also // vtkImplicitModeller -#ifndef __vtkSampleFunction_h -#define __vtkSampleFunction_h +#ifndef vtkSampleFunction_h +#define vtkSampleFunction_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkShepardMethod.h b/Imaging/Hybrid/vtkShepardMethod.h index 2eab3a1781..757d5e5845 100644 --- a/Imaging/Hybrid/vtkShepardMethod.h +++ b/Imaging/Hybrid/vtkShepardMethod.h @@ -32,8 +32,8 @@ // never receive a contribution. The final value of these points can be // specified with the "NullValue" instance variable. -#ifndef __vtkShepardMethod_h -#define __vtkShepardMethod_h +#ifndef vtkShepardMethod_h +#define vtkShepardMethod_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkSliceCubes.h b/Imaging/Hybrid/vtkSliceCubes.h index bd3498cd5c..056e2e3014 100644 --- a/Imaging/Hybrid/vtkSliceCubes.h +++ b/Imaging/Hybrid/vtkSliceCubes.h @@ -41,8 +41,8 @@ // .SECTION See Also // vtkMarchingCubes vtkContourFilter vtkMCubesReader vtkDividingCubes vtkVolumeReader -#ifndef __vtkSliceCubes_h -#define __vtkSliceCubes_h +#ifndef vtkSliceCubes_h +#define vtkSliceCubes_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkObject.h" diff --git a/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h b/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h index 72090c3a55..e1c65319fc 100644 --- a/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h +++ b/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h @@ -22,8 +22,8 @@ // most uses but can be set if desired. This procedure is based on the PhD // work of Hugues Hoppe: http://www.research.microsoft.com/~hoppe -#ifndef __vtkSurfaceReconstructionFilter_h -#define __vtkSurfaceReconstructionFilter_h +#ifndef vtkSurfaceReconstructionFilter_h +#define vtkSurfaceReconstructionFilter_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkTriangularTexture.h b/Imaging/Hybrid/vtkTriangularTexture.h index e09a226933..1060b2003a 100644 --- a/Imaging/Hybrid/vtkTriangularTexture.h +++ b/Imaging/Hybrid/vtkTriangularTexture.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkTriangularTCoords -#ifndef __vtkTriangularTexture_h -#define __vtkTriangularTexture_h +#ifndef vtkTriangularTexture_h +#define vtkTriangularTexture_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Hybrid/vtkVoxelModeller.h b/Imaging/Hybrid/vtkVoxelModeller.h index 0aa3200aba..610a101139 100644 --- a/Imaging/Hybrid/vtkVoxelModeller.h +++ b/Imaging/Hybrid/vtkVoxelModeller.h @@ -25,8 +25,8 @@ // .SECTION see also // vtkImplicitModeller -#ifndef __vtkVoxelModeller_h -#define __vtkVoxelModeller_h +#ifndef vtkVoxelModeller_h +#define vtkVoxelModeller_h #include "vtkImagingHybridModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Math/vtkImageDivergence.h b/Imaging/Math/vtkImageDivergence.h index cba48f7e53..8d8c9f8448 100644 --- a/Imaging/Math/vtkImageDivergence.h +++ b/Imaging/Math/vtkImageDivergence.h @@ -21,8 +21,8 @@ // Given V = P(x,y,z), Q(x,y,z), R(x,y,z), // Divergence = dP/dx + dQ/dy + dR/dz. -#ifndef __vtkImageDivergence_h -#define __vtkImageDivergence_h +#ifndef vtkImageDivergence_h +#define vtkImageDivergence_h #include "vtkImagingMathModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Math/vtkImageDotProduct.h b/Imaging/Math/vtkImageDotProduct.h index 9fb787acbf..39d3288e6a 100644 --- a/Imaging/Math/vtkImageDotProduct.h +++ b/Imaging/Math/vtkImageDotProduct.h @@ -17,8 +17,8 @@ // vtkImageDotProduct interprets the scalar components of two images // as vectors and takes the dot product vector by vector (pixel by pixel). -#ifndef __vtkImageDotProduct_h -#define __vtkImageDotProduct_h +#ifndef vtkImageDotProduct_h +#define vtkImageDotProduct_h diff --git a/Imaging/Math/vtkImageLogarithmicScale.h b/Imaging/Math/vtkImageLogarithmicScale.h index 368133b5d6..9213695241 100644 --- a/Imaging/Math/vtkImageLogarithmicScale.h +++ b/Imaging/Math/vtkImageLogarithmicScale.h @@ -20,8 +20,8 @@ -#ifndef __vtkImageLogarithmicScale_h -#define __vtkImageLogarithmicScale_h +#ifndef vtkImageLogarithmicScale_h +#define vtkImageLogarithmicScale_h #include "vtkImagingMathModule.h" // For export macro diff --git a/Imaging/Math/vtkImageLogic.h b/Imaging/Math/vtkImageLogic.h index 003f8f3b9f..dfb7196819 100644 --- a/Imaging/Math/vtkImageLogic.h +++ b/Imaging/Math/vtkImageLogic.h @@ -19,8 +19,8 @@ // The filter can take two or one input. Inputs must have the same type. -#ifndef __vtkImageLogic_h -#define __vtkImageLogic_h +#ifndef vtkImageLogic_h +#define vtkImageLogic_h // Operation options. diff --git a/Imaging/Math/vtkImageMagnitude.h b/Imaging/Math/vtkImageMagnitude.h index d2d9f994df..e0f2418442 100644 --- a/Imaging/Math/vtkImageMagnitude.h +++ b/Imaging/Math/vtkImageMagnitude.h @@ -17,8 +17,8 @@ // vtkImageMagnitude takes the magnitude of the components. -#ifndef __vtkImageMagnitude_h -#define __vtkImageMagnitude_h +#ifndef vtkImageMagnitude_h +#define vtkImageMagnitude_h #include "vtkImagingMathModule.h" // For export macro diff --git a/Imaging/Math/vtkImageMaskBits.h b/Imaging/Math/vtkImageMaskBits.h index ee14ffea38..7d2e6cde59 100644 --- a/Imaging/Math/vtkImageMaskBits.h +++ b/Imaging/Math/vtkImageMaskBits.h @@ -19,8 +19,8 @@ // bit-mask can be applied using a variety of boolean bitwise operators. -#ifndef __vtkImageMaskBits_h -#define __vtkImageMaskBits_h +#ifndef vtkImageMaskBits_h +#define vtkImageMaskBits_h #include "vtkImagingMathModule.h" // For export macro #include "vtkImageLogic.h" //For VTK_AND, VTK_OR ... diff --git a/Imaging/Math/vtkImageMathematics.h b/Imaging/Math/vtkImageMathematics.h index 9ef099e5b7..68a4d4313e 100644 --- a/Imaging/Math/vtkImageMathematics.h +++ b/Imaging/Math/vtkImageMathematics.h @@ -20,8 +20,8 @@ // input. -#ifndef __vtkImageMathematics_h -#define __vtkImageMathematics_h +#ifndef vtkImageMathematics_h +#define vtkImageMathematics_h // Operation options. diff --git a/Imaging/Math/vtkImageWeightedSum.h b/Imaging/Math/vtkImageWeightedSum.h index 9dbe2acf30..f7a9103a87 100644 --- a/Imaging/Math/vtkImageWeightedSum.h +++ b/Imaging/Math/vtkImageWeightedSum.h @@ -23,8 +23,8 @@ // The original author of this class is Lauren O'Donnell (MIT) for Slicer -#ifndef __vtkImageWeightedSum_h -#define __vtkImageWeightedSum_h +#ifndef vtkImageWeightedSum_h +#define vtkImageWeightedSum_h #include "vtkImagingMathModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Morphological/vtkImageConnector.h b/Imaging/Morphological/vtkImageConnector.h index c35f242edd..7dcef47f68 100644 --- a/Imaging/Morphological/vtkImageConnector.h +++ b/Imaging/Morphological/vtkImageConnector.h @@ -24,8 +24,8 @@ // neighbors. -#ifndef __vtkImageConnector_h -#define __vtkImageConnector_h +#ifndef vtkImageConnector_h +#define vtkImageConnector_h #include "vtkImagingMorphologicalModule.h" // For export macro #include "vtkObject.h" diff --git a/Imaging/Morphological/vtkImageContinuousDilate3D.h b/Imaging/Morphological/vtkImageContinuousDilate3D.h index ebe6b153ac..e6d13be7c8 100644 --- a/Imaging/Morphological/vtkImageContinuousDilate3D.h +++ b/Imaging/Morphological/vtkImageContinuousDilate3D.h @@ -19,8 +19,8 @@ // is done on that axis. -#ifndef __vtkImageContinuousDilate3D_h -#define __vtkImageContinuousDilate3D_h +#ifndef vtkImageContinuousDilate3D_h +#define vtkImageContinuousDilate3D_h #include "vtkImagingMorphologicalModule.h" // For export macro diff --git a/Imaging/Morphological/vtkImageContinuousErode3D.h b/Imaging/Morphological/vtkImageContinuousErode3D.h index 5a7dbf9b47..ad84b4a167 100644 --- a/Imaging/Morphological/vtkImageContinuousErode3D.h +++ b/Imaging/Morphological/vtkImageContinuousErode3D.h @@ -19,8 +19,8 @@ // is done on that axis. -#ifndef __vtkImageContinuousErode3D_h -#define __vtkImageContinuousErode3D_h +#ifndef vtkImageContinuousErode3D_h +#define vtkImageContinuousErode3D_h #include "vtkImagingMorphologicalModule.h" // For export macro diff --git a/Imaging/Morphological/vtkImageDilateErode3D.h b/Imaging/Morphological/vtkImageDilateErode3D.h index 1d3d90359b..e6b062f6e5 100644 --- a/Imaging/Morphological/vtkImageDilateErode3D.h +++ b/Imaging/Morphological/vtkImageDilateErode3D.h @@ -21,8 +21,8 @@ // filter by setting the kernel size to 1 for a specific axis. -#ifndef __vtkImageDilateErode3D_h -#define __vtkImageDilateErode3D_h +#ifndef vtkImageDilateErode3D_h +#define vtkImageDilateErode3D_h #include "vtkImagingMorphologicalModule.h" // For export macro diff --git a/Imaging/Morphological/vtkImageIslandRemoval2D.h b/Imaging/Morphological/vtkImageIslandRemoval2D.h index 7868410afa..323cca4c6c 100644 --- a/Imaging/Morphological/vtkImageIslandRemoval2D.h +++ b/Imaging/Morphological/vtkImageIslandRemoval2D.h @@ -20,8 +20,8 @@ // the whole 2D output image for any output request. -#ifndef __vtkImageIslandRemoval2D_h -#define __vtkImageIslandRemoval2D_h +#ifndef vtkImageIslandRemoval2D_h +#define vtkImageIslandRemoval2D_h #include "vtkImagingMorphologicalModule.h" // For export macro diff --git a/Imaging/Morphological/vtkImageNonMaximumSuppression.h b/Imaging/Morphological/vtkImageNonMaximumSuppression.h index 9491935672..a1c9f46d46 100644 --- a/Imaging/Morphological/vtkImageNonMaximumSuppression.h +++ b/Imaging/Morphological/vtkImageNonMaximumSuppression.h @@ -22,8 +22,8 @@ // vtkImageGradientMagnitude as inputs. -#ifndef __vtkImageNonMaximumSuppression_h -#define __vtkImageNonMaximumSuppression_h +#ifndef vtkImageNonMaximumSuppression_h +#define vtkImageNonMaximumSuppression_h #define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_MAGNITUDE_INPUT 0 #define VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_VECTOR_INPUT 1 diff --git a/Imaging/Morphological/vtkImageOpenClose3D.h b/Imaging/Morphological/vtkImageOpenClose3D.h index 229c5af45f..a5fe94bb96 100644 --- a/Imaging/Morphological/vtkImageOpenClose3D.h +++ b/Imaging/Morphological/vtkImageOpenClose3D.h @@ -28,8 +28,8 @@ // two tags. -#ifndef __vtkImageOpenClose3D_h -#define __vtkImageOpenClose3D_h +#ifndef vtkImageOpenClose3D_h +#define vtkImageOpenClose3D_h #include "vtkImagingMorphologicalModule.h" // For export macro diff --git a/Imaging/Morphological/vtkImageSeedConnectivity.h b/Imaging/Morphological/vtkImageSeedConnectivity.h index 9e0c5bc9ae..98819eb49d 100644 --- a/Imaging/Morphological/vtkImageSeedConnectivity.h +++ b/Imaging/Morphological/vtkImageSeedConnectivity.h @@ -25,8 +25,8 @@ // connected to seeds. The same seeds are used for all images in the image // set. -#ifndef __vtkImageSeedConnectivity_h -#define __vtkImageSeedConnectivity_h +#ifndef vtkImageSeedConnectivity_h +#define vtkImageSeedConnectivity_h #include "vtkImagingMorphologicalModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Morphological/vtkImageSkeleton2D.h b/Imaging/Morphological/vtkImageSkeleton2D.h index 984ab88e41..556504bc8a 100644 --- a/Imaging/Morphological/vtkImageSkeleton2D.h +++ b/Imaging/Morphological/vtkImageSkeleton2D.h @@ -26,8 +26,8 @@ -#ifndef __vtkImageSkeleton2D_h -#define __vtkImageSkeleton2D_h +#ifndef vtkImageSkeleton2D_h +#define vtkImageSkeleton2D_h #include "vtkImagingMorphologicalModule.h" // For export macro #include "vtkImageIterateFilter.h" diff --git a/Imaging/Morphological/vtkImageThresholdConnectivity.h b/Imaging/Morphological/vtkImageThresholdConnectivity.h index 5c97235ad6..f50f8f5b85 100644 --- a/Imaging/Morphological/vtkImageThresholdConnectivity.h +++ b/Imaging/Morphological/vtkImageThresholdConnectivity.h @@ -27,8 +27,8 @@ // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkImageThresholdConnectivity_h -#define __vtkImageThresholdConnectivity_h +#ifndef vtkImageThresholdConnectivity_h +#define vtkImageThresholdConnectivity_h #include "vtkImagingMorphologicalModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Sources/vtkImageCanvasSource2D.h b/Imaging/Sources/vtkImageCanvasSource2D.h index a5fb6a96e6..ce31c16342 100644 --- a/Imaging/Sources/vtkImageCanvasSource2D.h +++ b/Imaging/Sources/vtkImageCanvasSource2D.h @@ -19,8 +19,8 @@ // It can paint multi-spectral images. -#ifndef __vtkImageCanvasSource2D_h -#define __vtkImageCanvasSource2D_h +#ifndef vtkImageCanvasSource2D_h +#define vtkImageCanvasSource2D_h #include "vtkImagingSourcesModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Sources/vtkImageEllipsoidSource.h b/Imaging/Sources/vtkImageEllipsoidSource.h index 92fd326f06..857845d4a9 100644 --- a/Imaging/Sources/vtkImageEllipsoidSource.h +++ b/Imaging/Sources/vtkImageEllipsoidSource.h @@ -20,8 +20,8 @@ -#ifndef __vtkImageEllipsoidSource_h -#define __vtkImageEllipsoidSource_h +#ifndef vtkImageEllipsoidSource_h +#define vtkImageEllipsoidSource_h #include "vtkImagingSourcesModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Sources/vtkImageGaussianSource.h b/Imaging/Sources/vtkImageGaussianSource.h index ba8b98ca7e..05aea81a5b 100644 --- a/Imaging/Sources/vtkImageGaussianSource.h +++ b/Imaging/Sources/vtkImageGaussianSource.h @@ -18,8 +18,8 @@ // by a Gaussian. -#ifndef __vtkImageGaussianSource_h -#define __vtkImageGaussianSource_h +#ifndef vtkImageGaussianSource_h +#define vtkImageGaussianSource_h #include "vtkImagingSourcesModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Sources/vtkImageGridSource.h b/Imaging/Sources/vtkImageGridSource.h index 0dd69072f0..c5272d48be 100644 --- a/Imaging/Sources/vtkImageGridSource.h +++ b/Imaging/Sources/vtkImageGridSource.h @@ -17,8 +17,8 @@ // vtkImageGridSource produces an image of a grid. The // default output type is double. -#ifndef __vtkImageGridSource_h -#define __vtkImageGridSource_h +#ifndef vtkImageGridSource_h +#define vtkImageGridSource_h #include "vtkImagingSourcesModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Sources/vtkImageMandelbrotSource.h b/Imaging/Sources/vtkImageMandelbrotSource.h index 52d49b35f3..6b04c8a9f1 100644 --- a/Imaging/Sources/vtkImageMandelbrotSource.h +++ b/Imaging/Sources/vtkImageMandelbrotSource.h @@ -24,8 +24,8 @@ // possible parameters to vary, but there are no more 4d images :( // The third dimension (z axis) is the imaginary value of the initial value. -#ifndef __vtkImageMandelbrotSource_h -#define __vtkImageMandelbrotSource_h +#ifndef vtkImageMandelbrotSource_h +#define vtkImageMandelbrotSource_h #include "vtkImagingSourcesModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Sources/vtkImageNoiseSource.h b/Imaging/Sources/vtkImageNoiseSource.h index 62e9c6f0f3..49c34a29c9 100644 --- a/Imaging/Sources/vtkImageNoiseSource.h +++ b/Imaging/Sources/vtkImageNoiseSource.h @@ -22,8 +22,8 @@ // on different updates. -#ifndef __vtkImageNoiseSource_h -#define __vtkImageNoiseSource_h +#ifndef vtkImageNoiseSource_h +#define vtkImageNoiseSource_h #include "vtkImagingSourcesModule.h" // For export macro diff --git a/Imaging/Sources/vtkImageSinusoidSource.h b/Imaging/Sources/vtkImageSinusoidSource.h index ae0323378e..e367cdfd1a 100644 --- a/Imaging/Sources/vtkImageSinusoidSource.h +++ b/Imaging/Sources/vtkImageSinusoidSource.h @@ -18,8 +18,8 @@ // by a sinusoid. -#ifndef __vtkImageSinusoidSource_h -#define __vtkImageSinusoidSource_h +#ifndef vtkImageSinusoidSource_h +#define vtkImageSinusoidSource_h #include "vtkImagingSourcesModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Statistics/vtkImageAccumulate.h b/Imaging/Statistics/vtkImageAccumulate.h index 4090c2da8e..d6967fe7ca 100644 --- a/Imaging/Statistics/vtkImageAccumulate.h +++ b/Imaging/Statistics/vtkImageAccumulate.h @@ -32,8 +32,8 @@ // // .SECTION see also vtkImageMask -#ifndef __vtkImageAccumulate_h -#define __vtkImageAccumulate_h +#ifndef vtkImageAccumulate_h +#define vtkImageAccumulate_h #include "vtkImagingStatisticsModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Statistics/vtkImageHistogram.h b/Imaging/Statistics/vtkImageHistogram.h index 1d166b56c4..6675e40068 100644 --- a/Imaging/Statistics/vtkImageHistogram.h +++ b/Imaging/Statistics/vtkImageHistogram.h @@ -25,8 +25,8 @@ // Thanks to David Gobbi at the Seaman Family MR Centre and Dept. of Clinical // Neurosciences, Foothills Medical Centre, Calgary, for providing this class. -#ifndef __vtkImageHistogram_h -#define __vtkImageHistogram_h +#ifndef vtkImageHistogram_h +#define vtkImageHistogram_h #include "vtkImagingStatisticsModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Statistics/vtkImageHistogramStatistics.h b/Imaging/Statistics/vtkImageHistogramStatistics.h index 61652d4a77..ed2a9d2537 100644 --- a/Imaging/Statistics/vtkImageHistogramStatistics.h +++ b/Imaging/Statistics/vtkImageHistogramStatistics.h @@ -26,8 +26,8 @@ // Thanks to David Gobbi at the Seaman Family MR Centre and Dept. of Clinical // Neurosciences, Foothills Medical Centre, Calgary, for providing this class. -#ifndef __vtkImageHistogramStatistics_h -#define __vtkImageHistogramStatistics_h +#ifndef vtkImageHistogramStatistics_h +#define vtkImageHistogramStatistics_h #include "vtkImagingStatisticsModule.h" // For export macro #include "vtkImageHistogram.h" diff --git a/Imaging/Stencil/vtkImageStencil.h b/Imaging/Stencil/vtkImageStencil.h index bb0a627531..41edb0338c 100644 --- a/Imaging/Stencil/vtkImageStencil.h +++ b/Imaging/Stencil/vtkImageStencil.h @@ -18,8 +18,8 @@ // The stencil should be provided in the form of a vtkImageStencilData, -#ifndef __vtkImageStencil_h -#define __vtkImageStencil_h +#ifndef vtkImageStencil_h +#define vtkImageStencil_h #include "vtkImagingStencilModule.h" // For export macro #include "vtkThreadedImageAlgorithm.h" diff --git a/Imaging/Stencil/vtkImageStencilToImage.h b/Imaging/Stencil/vtkImageStencilToImage.h index 8aaead8ed1..7d44830ebf 100644 --- a/Imaging/Stencil/vtkImageStencilToImage.h +++ b/Imaging/Stencil/vtkImageStencilToImage.h @@ -22,8 +22,8 @@ // .SECTION See Also // vtkImplicitModeller -#ifndef __vtkImageStencilToImage_h -#define __vtkImageStencilToImage_h +#ifndef vtkImageStencilToImage_h +#define vtkImageStencilToImage_h #include "vtkImagingStencilModule.h" // For export macro #include "vtkImageAlgorithm.h" diff --git a/Imaging/Stencil/vtkImageToImageStencil.h b/Imaging/Stencil/vtkImageToImageStencil.h index a2636b17bb..e6585a288d 100644 --- a/Imaging/Stencil/vtkImageToImageStencil.h +++ b/Imaging/Stencil/vtkImageToImageStencil.h @@ -20,8 +20,8 @@ // .SECTION see also // vtkImageStencil vtkImplicitFunctionToImageStencil vtkPolyDataToImageStencil -#ifndef __vtkImageToImageStencil_h -#define __vtkImageToImageStencil_h +#ifndef vtkImageToImageStencil_h +#define vtkImageToImageStencil_h #include "vtkImagingStencilModule.h" // For export macro diff --git a/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h b/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h index 78a88ffe31..31585f29e9 100644 --- a/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h +++ b/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h @@ -20,8 +20,8 @@ // .SECTION see also // vtkImplicitFunction vtkImageStencil vtkPolyDataToImageStencil -#ifndef __vtkImplicitFunctionToImageStencil_h -#define __vtkImplicitFunctionToImageStencil_h +#ifndef vtkImplicitFunctionToImageStencil_h +#define vtkImplicitFunctionToImageStencil_h #include "vtkImagingStencilModule.h" // For export macro diff --git a/Imaging/Stencil/vtkLassoStencilSource.h b/Imaging/Stencil/vtkLassoStencilSource.h index de13ee7bc2..72f7c4cb3a 100644 --- a/Imaging/Stencil/vtkLassoStencilSource.h +++ b/Imaging/Stencil/vtkLassoStencilSource.h @@ -23,8 +23,8 @@ // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkLassoStencilSource_h -#define __vtkLassoStencilSource_h +#ifndef vtkLassoStencilSource_h +#define vtkLassoStencilSource_h #include "vtkImagingStencilModule.h" // For export macro diff --git a/Imaging/Stencil/vtkPolyDataToImageStencil.h b/Imaging/Stencil/vtkPolyDataToImageStencil.h index 5a5504c14e..a3fb354ba4 100644 --- a/Imaging/Stencil/vtkPolyDataToImageStencil.h +++ b/Imaging/Stencil/vtkPolyDataToImageStencil.h @@ -56,8 +56,8 @@ POSSIBILITY OF SUCH DAMAGES. // .SECTION See Also // vtkImageStencil vtkImageAccumulate vtkImageBlend vtkImageReslice -#ifndef __vtkPolyDataToImageStencil_h -#define __vtkPolyDataToImageStencil_h +#ifndef vtkPolyDataToImageStencil_h +#define vtkPolyDataToImageStencil_h #include "vtkImagingStencilModule.h" // For export macro #include "vtkImageStencilSource.h" diff --git a/Imaging/Stencil/vtkROIStencilSource.h b/Imaging/Stencil/vtkROIStencilSource.h index dd4706ee8b..715fe5357a 100644 --- a/Imaging/Stencil/vtkROIStencilSource.h +++ b/Imaging/Stencil/vtkROIStencilSource.h @@ -23,8 +23,8 @@ // .SECTION Thanks // Thanks to David Gobbi for contributing this class to VTK. -#ifndef __vtkROIStencilSource_h -#define __vtkROIStencilSource_h +#ifndef vtkROIStencilSource_h +#define vtkROIStencilSource_h #include "vtkImagingStencilModule.h" // For export macro diff --git a/Infovis/Boost/vtkVariantBoostSerialization.h b/Infovis/Boost/vtkVariantBoostSerialization.h index 4aa7883ed3..ab50f6595f 100644 --- a/Infovis/Boost/vtkVariantBoostSerialization.h +++ b/Infovis/Boost/vtkVariantBoostSerialization.h @@ -27,8 +27,8 @@ // library. Just including the header suffices to get serialization // support; no other action is needed. -#ifndef __vtkVariantBoostSerialization_h -#define __vtkVariantBoostSerialization_h +#ifndef vtkVariantBoostSerialization_h +#define vtkVariantBoostSerialization_h #include "vtkSetGet.h" #include "vtkType.h" diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h b/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h index cf4568aa68..cdd1fd2f4f 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h @@ -25,8 +25,8 @@ // .SECTION See Also // vtkGraph vtkBoostGraphAdapter -#ifndef __vtkBoostBetweennessClustering_h -#define __vtkBoostBetweennessClustering_h +#ifndef vtkBoostBetweennessClustering_h +#define vtkBoostBetweennessClustering_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkGraphAlgorithm.h" @@ -89,4 +89,4 @@ private: void operator=(const vtkBoostBetweennessClustering&); // Not implemented. }; -#endif // __vtkBoostBetweennessClustering_h +#endif // vtkBoostBetweennessClustering_h diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h b/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h index e8c86e8b8a..5b2d0f034d 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h @@ -39,8 +39,8 @@ // The boost graph bindings currently only support boost version 1.33.1. // There are apparently backwards-compatibility issues with later versions. -#ifndef __vtkBoostBiconnectedComponents_h -#define __vtkBoostBiconnectedComponents_h +#ifndef vtkBoostBiconnectedComponents_h +#define vtkBoostBiconnectedComponents_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkUndirectedGraphAlgorithm.h" diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h b/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h index e2799ec692..d520a6bfb2 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkGraph vtkBoostGraphAdapter -#ifndef __vtkBoostBrandesCentrality_h -#define __vtkBoostBrandesCentrality_h +#ifndef vtkBoostBrandesCentrality_h +#define vtkBoostBrandesCentrality_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkVariant.h" // For variant type diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h index 360705fb33..ef5135bc51 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkGraph vtkBoostGraphAdapter -#ifndef __vtkBoostBreadthFirstSearch_h -#define __vtkBoostBreadthFirstSearch_h +#ifndef vtkBoostBreadthFirstSearch_h +#define vtkBoostBreadthFirstSearch_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkStdString.h" // For string type diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h index 3e705c7254..59d350746a 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h @@ -30,8 +30,8 @@ // .SECTION See Also // vtkGraph vtkBoostGraphAdapter -#ifndef __vtkBoostBreadthFirstSearchTree_h -#define __vtkBoostBreadthFirstSearchTree_h +#ifndef vtkBoostBreadthFirstSearchTree_h +#define vtkBoostBreadthFirstSearchTree_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkStdString.h" // For string type diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h b/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h index af71d46add..a94fa50571 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h @@ -28,8 +28,8 @@ // vertices where there is a directed path between any pair of vertices // within each set). -#ifndef __vtkBoostConnectedComponents_h -#define __vtkBoostConnectedComponents_h +#ifndef vtkBoostConnectedComponents_h +#define vtkBoostConnectedComponents_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h b/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h index 8a6347cece..cc4849a787 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h @@ -36,8 +36,8 @@ // David Selassie, Brandon Heller, Jeffrey Heer. Divided Edge Bundling for Directional // Network Data. Proceedings of IEEE InfoVis 2011. -#ifndef __vtkBoostDividedEdgeBundling_h -#define __vtkBoostDividedEdgeBundling_h +#ifndef vtkBoostDividedEdgeBundling_h +#define vtkBoostDividedEdgeBundling_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkDirectedGraphAlgorithm.h" diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h b/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h index b45210687e..a7bc448eef 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h @@ -20,8 +20,8 @@ // vtkGraph. For directed graphs, this returns the largest biconnected component. // See vtkBoostConnectedComponents for details. -#ifndef __vtkBoostExtractLargestComponent_h -#define __vtkBoostExtractLargestComponent_h +#ifndef vtkBoostExtractLargestComponent_h +#define vtkBoostExtractLargestComponent_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h b/Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h index 39757e70f5..3aedb8441d 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h @@ -25,8 +25,8 @@ // vtkUndirectedGraph* depending on whether your graph is directed or undirected. // You may then use these objects directly in boost graph algorithms. -#ifndef __vtkBoostGraphAdapter_h -#define __vtkBoostGraphAdapter_h +#ifndef vtkBoostGraphAdapter_h +#define vtkBoostGraphAdapter_h #include "vtkAbstractArray.h" #include "vtkDirectedGraph.h" @@ -1144,5 +1144,5 @@ namespace boost { #endif -#endif // __vtkBoostGraphAdapter_h +#endif // vtkBoostGraphAdapter_h // VTK-HeaderTest-Exclude: vtkBoostGraphAdapter.h diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h b/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h index c5a75690ed..30524add5d 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h @@ -29,8 +29,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION See Also // vtkGraph vtkBoostGraphAdapter -#ifndef __vtkBoostKruskalMinimumSpanningTree_h -#define __vtkBoostKruskalMinimumSpanningTree_h +#ifndef vtkBoostKruskalMinimumSpanningTree_h +#define vtkBoostKruskalMinimumSpanningTree_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkStdString.h" // For string type diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h b/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h index e10b7a8a80..6f6943b278 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h @@ -28,8 +28,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkBoostLogWeighting_h -#define __vtkBoostLogWeighting_h +#ifndef vtkBoostLogWeighting_h +#define vtkBoostLogWeighting_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h b/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h index ee20844c8d..74c39e746d 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h @@ -40,8 +40,8 @@ PURPOSE. See the above copyright notice for more information. // .SECTION See Also // vtkGraph vtkBoostGraphAdapter -#ifndef __vtkBoostPrimMinimumSpanningTree_h -#define __vtkBoostPrimMinimumSpanningTree_h +#ifndef vtkBoostPrimMinimumSpanningTree_h +#define vtkBoostPrimMinimumSpanningTree_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkStdString.h" // For string type diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h b/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h index ee8bd624f4..1ca7721710 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h @@ -24,8 +24,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkBoostRandomSparseArraySource_h -#define __vtkBoostRandomSparseArraySource_h +#ifndef vtkBoostRandomSparseArraySource_h +#define vtkBoostRandomSparseArraySource_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h b/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h index 1dc9e78cdf..73da1b0fd9 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h @@ -48,8 +48,8 @@ // If no fields are specified, no splitting is performed. // If the delimiter for a field is an empty string, no splitting is performed on that field. -#ifndef __vtkBoostSplitTableField_h -#define __vtkBoostSplitTableField_h +#ifndef vtkBoostSplitTableField_h +#define vtkBoostSplitTableField_h #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkAddMembershipArray.h b/Infovis/Core/vtkAddMembershipArray.h index 9227e2dd5d..b7b508a420 100644 --- a/Infovis/Core/vtkAddMembershipArray.h +++ b/Infovis/Core/vtkAddMembershipArray.h @@ -25,8 +25,8 @@ // information, and data object and adds a bit array to the output // vtkDataSetAttributes indicating whether each index was selected or not. -#ifndef __vtkAddMembershipArray_h -#define __vtkAddMembershipArray_h +#ifndef vtkAddMembershipArray_h +#define vtkAddMembershipArray_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h b/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h index 5701384464..3fbd40eaf9 100644 --- a/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h +++ b/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h @@ -28,8 +28,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkAdjacencyMatrixToEdgeTable_h -#define __vtkAdjacencyMatrixToEdgeTable_h +#ifndef vtkAdjacencyMatrixToEdgeTable_h +#define vtkAdjacencyMatrixToEdgeTable_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkArrayNorm.h b/Infovis/Core/vtkArrayNorm.h index 7202ea9612..1e834782a1 100644 --- a/Infovis/Core/vtkArrayNorm.h +++ b/Infovis/Core/vtkArrayNorm.h @@ -31,8 +31,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkArrayNorm_h -#define __vtkArrayNorm_h +#ifndef vtkArrayNorm_h +#define vtkArrayNorm_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Infovis/Core/vtkArrayToTable.h b/Infovis/Core/vtkArrayToTable.h index 1c3a598553..fb53a017e7 100644 --- a/Infovis/Core/vtkArrayToTable.h +++ b/Infovis/Core/vtkArrayToTable.h @@ -25,8 +25,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkArrayToTable_h -#define __vtkArrayToTable_h +#ifndef vtkArrayToTable_h +#define vtkArrayToTable_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkCollapseGraph.h b/Infovis/Core/vtkCollapseGraph.h index 69822985f0..90d2d1c255 100644 --- a/Infovis/Core/vtkCollapseGraph.h +++ b/Infovis/Core/vtkCollapseGraph.h @@ -37,8 +37,8 @@ // Input port 0: graph // Input port 1: selection -#ifndef __vtkCollapseGraph_h -#define __vtkCollapseGraph_h +#ifndef vtkCollapseGraph_h +#define vtkCollapseGraph_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkCollapseVerticesByArray.h b/Infovis/Core/vtkCollapseVerticesByArray.h index fc7a7330da..04c173a22b 100644 --- a/Infovis/Core/vtkCollapseVerticesByArray.h +++ b/Infovis/Core/vtkCollapseVerticesByArray.h @@ -25,8 +25,8 @@ // .SECTION Thanks // -#ifndef __vtkCollapseVerticesByArray_h__ -#define __vtkCollapseVerticesByArray_h__ +#ifndef vtkCollapseVerticesByArray_h__ +#define vtkCollapseVerticesByArray_h__ #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" @@ -132,4 +132,4 @@ protected: vtkCollapseVerticesByArrayInternal* Internal; }; -#endif // __vtkCollapseVerticesByArray_h__ +#endif // vtkCollapseVerticesByArray_h__ diff --git a/Infovis/Core/vtkDataObjectToTable.h b/Infovis/Core/vtkDataObjectToTable.h index 711bfb4e68..66c1841be5 100644 --- a/Infovis/Core/vtkDataObjectToTable.h +++ b/Infovis/Core/vtkDataObjectToTable.h @@ -23,8 +23,8 @@ // This filter is used to extract either the field, cell or point data of // any data object as a table. -#ifndef __vtkDataObjectToTable_h -#define __vtkDataObjectToTable_h +#ifndef vtkDataObjectToTable_h +#define vtkDataObjectToTable_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkDotProductSimilarity.h b/Infovis/Core/vtkDotProductSimilarity.h index aee3975dc3..0365eb33dd 100644 --- a/Infovis/Core/vtkDotProductSimilarity.h +++ b/Infovis/Core/vtkDotProductSimilarity.h @@ -52,8 +52,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkDotProductSimilarity_h -#define __vtkDotProductSimilarity_h +#ifndef vtkDotProductSimilarity_h +#define vtkDotProductSimilarity_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkEdgeCenters.h b/Infovis/Core/vtkEdgeCenters.h index 43abd737be..99fbb338b7 100644 --- a/Infovis/Core/vtkEdgeCenters.h +++ b/Infovis/Core/vtkEdgeCenters.h @@ -29,8 +29,8 @@ // .SECTION See Also // vtkGlyph3D vtkLabeledDataMapper -#ifndef __vtkEdgeCenters_h -#define __vtkEdgeCenters_h +#ifndef vtkEdgeCenters_h +#define vtkEdgeCenters_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Infovis/Core/vtkExpandSelectedGraph.h b/Infovis/Core/vtkExpandSelectedGraph.h index f278d130ff..a0fa11b432 100644 --- a/Infovis/Core/vtkExpandSelectedGraph.h +++ b/Infovis/Core/vtkExpandSelectedGraph.h @@ -32,8 +32,8 @@ // Note: IncludeShortestPaths is currently non-functional -#ifndef __vtkExpandSelectedGraph_h -#define __vtkExpandSelectedGraph_h +#ifndef vtkExpandSelectedGraph_h +#define vtkExpandSelectedGraph_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkSelectionAlgorithm.h" diff --git a/Infovis/Core/vtkExtractSelectedGraph.h b/Infovis/Core/vtkExtractSelectedGraph.h index ce1ea9ebfb..1088b2baa2 100644 --- a/Infovis/Core/vtkExtractSelectedGraph.h +++ b/Infovis/Core/vtkExtractSelectedGraph.h @@ -31,8 +31,8 @@ // indicate that an edge selection should maintain the full set of vertices, // by turning RemoveIsolatedVertices off. -#ifndef __vtkExtractSelectedGraph_h -#define __vtkExtractSelectedGraph_h +#ifndef vtkExtractSelectedGraph_h +#define vtkExtractSelectedGraph_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkExtractSelectedTree.h b/Infovis/Core/vtkExtractSelectedTree.h index 22600b764b..94c3ed8898 100644 --- a/Infovis/Core/vtkExtractSelectedTree.h +++ b/Infovis/Core/vtkExtractSelectedTree.h @@ -22,8 +22,8 @@ // An edge selection perserves the vertices that are adjacent to at least one // selected edges. -#ifndef __vtkExtractSelectedTree_h -#define __vtkExtractSelectedTree_h +#ifndef vtkExtractSelectedTree_h +#define vtkExtractSelectedTree_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Core/vtkGenerateIndexArray.h b/Infovis/Core/vtkGenerateIndexArray.h index 1444e1393e..0697f42612 100644 --- a/Infovis/Core/vtkGenerateIndexArray.h +++ b/Infovis/Core/vtkGenerateIndexArray.h @@ -40,8 +40,8 @@ // from an array with arbitrary contents to an index that can // be used as tensor coordinates. -#ifndef __vtkGenerateIndexArray_h -#define __vtkGenerateIndexArray_h +#ifndef vtkGenerateIndexArray_h +#define vtkGenerateIndexArray_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Infovis/Core/vtkGraphHierarchicalBundleEdges.h b/Infovis/Core/vtkGraphHierarchicalBundleEdges.h index a5686d5d1a..80e9d895f2 100644 --- a/Infovis/Core/vtkGraphHierarchicalBundleEdges.h +++ b/Infovis/Core/vtkGraphHierarchicalBundleEdges.h @@ -49,8 +49,8 @@ // Relations in Hierarchical Data. IEEE Transactions on Visualization and // Computer Graphics, Vol. 12, No. 5, 2006. pp. 741-748. -#ifndef __vtkGraphHierarchicalBundleEdges_h -#define __vtkGraphHierarchicalBundleEdges_h +#ifndef vtkGraphHierarchicalBundleEdges_h +#define vtkGraphHierarchicalBundleEdges_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkGroupLeafVertices.h b/Infovis/Core/vtkGroupLeafVertices.h index adbc7e4057..ddf97dcba9 100644 --- a/Infovis/Core/vtkGroupLeafVertices.h +++ b/Infovis/Core/vtkGroupLeafVertices.h @@ -23,8 +23,8 @@ // Use SetInputArrayToProcess(0, ...) to set the array to group on. // Currently this array must be a vtkStringArray. -#ifndef __vtkGroupLeafVertices_h -#define __vtkGroupLeafVertices_h +#ifndef vtkGroupLeafVertices_h +#define vtkGroupLeafVertices_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Core/vtkKCoreDecomposition.h b/Infovis/Core/vtkKCoreDecomposition.h index 75f0f9a19a..339bbb662b 100644 --- a/Infovis/Core/vtkKCoreDecomposition.h +++ b/Infovis/Core/vtkKCoreDecomposition.h @@ -35,8 +35,8 @@ // Thanks to Thomas Otahal from Sandia National Laboratories for providing this // implementation. -#ifndef __vtkKCoreDecomposition_h -#define __vtkKCoreDecomposition_h +#ifndef vtkKCoreDecomposition_h +#define vtkKCoreDecomposition_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkMergeColumns.h b/Infovis/Core/vtkMergeColumns.h index e86276ee3c..a88862cec8 100644 --- a/Infovis/Core/vtkMergeColumns.h +++ b/Infovis/Core/vtkMergeColumns.h @@ -36,8 +36,8 @@ // If the arrays are strings, the values are concatenated. The strings are // separated by a space if they are both nonempty. -#ifndef __vtkMergeColumns_h -#define __vtkMergeColumns_h +#ifndef vtkMergeColumns_h +#define vtkMergeColumns_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkMergeGraphs.h b/Infovis/Core/vtkMergeGraphs.h index 678ef97ed9..d1483aeee5 100644 --- a/Infovis/Core/vtkMergeGraphs.h +++ b/Infovis/Core/vtkMergeGraphs.h @@ -41,8 +41,8 @@ // This filter is not "domain-aware". Pedigree ids are assumed to be globally // unique, regardless of their domain. -#ifndef __vtkMergeGraphs_h -#define __vtkMergeGraphs_h +#ifndef vtkMergeGraphs_h +#define vtkMergeGraphs_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkMergeTables.h b/Infovis/Core/vtkMergeTables.h index 939f8f9c70..fecb563059 100644 --- a/Infovis/Core/vtkMergeTables.h +++ b/Infovis/Core/vtkMergeTables.h @@ -33,8 +33,8 @@ // the columns named are modified. One of these prefixes may be the empty // string, but they must be different. -#ifndef __vtkMergeTables_h -#define __vtkMergeTables_h +#ifndef vtkMergeTables_h +#define vtkMergeTables_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkMutableGraphHelper.h b/Infovis/Core/vtkMutableGraphHelper.h index 418890d1ab..7aa71b906d 100644 --- a/Infovis/Core/vtkMutableGraphHelper.h +++ b/Infovis/Core/vtkMutableGraphHelper.h @@ -28,8 +28,8 @@ // .SECTION See Also // vtkGraph vtkMutableDirectedGraph vtkMutableUndirectedGraph -#ifndef __vtkMutableGraphHelper_h -#define __vtkMutableGraphHelper_h +#ifndef vtkMutableGraphHelper_h +#define vtkMutableGraphHelper_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkObject.h" diff --git a/Infovis/Core/vtkNetworkHierarchy.h b/Infovis/Core/vtkNetworkHierarchy.h index de2a2c54a2..8781db1e75 100644 --- a/Infovis/Core/vtkNetworkHierarchy.h +++ b/Infovis/Core/vtkNetworkHierarchy.h @@ -25,8 +25,8 @@ // the network ip addresses. // Currently this array must be a vtkStringArray. -#ifndef __vtkNetworkHierarchy_h -#define __vtkNetworkHierarchy_h +#ifndef vtkNetworkHierarchy_h +#define vtkNetworkHierarchy_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Core/vtkPipelineGraphSource.h b/Infovis/Core/vtkPipelineGraphSource.h index df575432f6..ae67fa33cf 100644 --- a/Infovis/Core/vtkPipelineGraphSource.h +++ b/Infovis/Core/vtkPipelineGraphSource.h @@ -16,8 +16,8 @@ // // .SECTION Description -#ifndef __vtkPipelineGraphSource_h -#define __vtkPipelineGraphSource_h +#ifndef vtkPipelineGraphSource_h +#define vtkPipelineGraphSource_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkDirectedGraphAlgorithm.h" diff --git a/Infovis/Core/vtkPruneTreeFilter.h b/Infovis/Core/vtkPruneTreeFilter.h index 387e6f5b15..1cac99f489 100644 --- a/Infovis/Core/vtkPruneTreeFilter.h +++ b/Infovis/Core/vtkPruneTreeFilter.h @@ -23,8 +23,8 @@ // Removes a subtree rooted at a particular vertex in a vtkTree. // -#ifndef __vtkPruneTreeFilter_h -#define __vtkPruneTreeFilter_h +#ifndef vtkPruneTreeFilter_h +#define vtkPruneTreeFilter_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Core/vtkRandomGraphSource.h b/Infovis/Core/vtkRandomGraphSource.h index d75859a415..ba7f3d689a 100644 --- a/Infovis/Core/vtkRandomGraphSource.h +++ b/Infovis/Core/vtkRandomGraphSource.h @@ -26,8 +26,8 @@ // tree (which enforces graph connectivity). // -#ifndef __vtkRandomGraphSource_h -#define __vtkRandomGraphSource_h +#ifndef vtkRandomGraphSource_h +#define vtkRandomGraphSource_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkReduceTable.h b/Infovis/Core/vtkReduceTable.h index 5a77fa8d66..f1156cee61 100644 --- a/Infovis/Core/vtkReduceTable.h +++ b/Infovis/Core/vtkReduceTable.h @@ -30,8 +30,8 @@ // You can also specify the reduction method to use for a particular // column by calling SetReductionMethodForColumn(). -#ifndef __vtkReduceTable_h -#define __vtkReduceTable_h +#ifndef vtkReduceTable_h +#define vtkReduceTable_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkRemoveHiddenData.h b/Infovis/Core/vtkRemoveHiddenData.h index 99cbc14abe..1d3f73054f 100644 --- a/Infovis/Core/vtkRemoveHiddenData.h +++ b/Infovis/Core/vtkRemoveHiddenData.h @@ -29,8 +29,8 @@ // Port 1 - vtkAnnotationLayers (optional) // -#ifndef __vtkRemoveHiddenData_h -#define __vtkRemoveHiddenData_h +#ifndef vtkRemoveHiddenData_h +#define vtkRemoveHiddenData_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Infovis/Core/vtkRemoveIsolatedVertices.h b/Infovis/Core/vtkRemoveIsolatedVertices.h index 8f5a823392..998dd171b6 100644 --- a/Infovis/Core/vtkRemoveIsolatedVertices.h +++ b/Infovis/Core/vtkRemoveIsolatedVertices.h @@ -22,8 +22,8 @@ // // .SECTION Description -#ifndef __vtkRemoveIsolatedVertices_h -#define __vtkRemoveIsolatedVertices_h +#ifndef vtkRemoveIsolatedVertices_h +#define vtkRemoveIsolatedVertices_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkSparseArrayToTable.h b/Infovis/Core/vtkSparseArrayToTable.h index 35a79cd6a7..89e3d27478 100644 --- a/Infovis/Core/vtkSparseArrayToTable.h +++ b/Infovis/Core/vtkSparseArrayToTable.h @@ -35,8 +35,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkSparseArrayToTable_h -#define __vtkSparseArrayToTable_h +#ifndef vtkSparseArrayToTable_h +#define vtkSparseArrayToTable_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkStreamGraph.h b/Infovis/Core/vtkStreamGraph.h index 09016f6faf..845b93ad30 100644 --- a/Infovis/Core/vtkStreamGraph.h +++ b/Infovis/Core/vtkStreamGraph.h @@ -30,8 +30,8 @@ // If you can use an edge window array to filter out old edges based on a // moving threshold. -#ifndef __vtkStreamGraph_h -#define __vtkStreamGraph_h +#ifndef vtkStreamGraph_h +#define vtkStreamGraph_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkStringToCategory.h b/Infovis/Core/vtkStringToCategory.h index e479daf4b8..58f9c70aa4 100644 --- a/Infovis/Core/vtkStringToCategory.h +++ b/Infovis/Core/vtkStringToCategory.h @@ -33,8 +33,8 @@ // retrieved from output port 1. They are in a vtkTable, stored in the "Strings" // column as a vtkStringArray. -#ifndef __vtkStringToCategory_h -#define __vtkStringToCategory_h +#ifndef vtkStringToCategory_h +#define vtkStringToCategory_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Infovis/Core/vtkStringToNumeric.h b/Infovis/Core/vtkStringToNumeric.h index 1c8fa89045..ea1a028486 100644 --- a/Infovis/Core/vtkStringToNumeric.h +++ b/Infovis/Core/vtkStringToNumeric.h @@ -23,8 +23,8 @@ // vtkStringToNumeric is a filter for converting a string array // into a numeric arrays. -#ifndef __vtkStringToNumeric_h -#define __vtkStringToNumeric_h +#ifndef vtkStringToNumeric_h +#define vtkStringToNumeric_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkDataObjectAlgorithm.h" diff --git a/Infovis/Core/vtkTableToArray.h b/Infovis/Core/vtkTableToArray.h index e5b43a9957..fa52b2ed62 100644 --- a/Infovis/Core/vtkTableToArray.h +++ b/Infovis/Core/vtkTableToArray.h @@ -35,8 +35,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkTableToArray_h -#define __vtkTableToArray_h +#ifndef vtkTableToArray_h +#define vtkTableToArray_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Infovis/Core/vtkTableToGraph.h b/Infovis/Core/vtkTableToGraph.h index 276d854b99..e86bb54374 100644 --- a/Infovis/Core/vtkTableToGraph.h +++ b/Infovis/Core/vtkTableToGraph.h @@ -60,8 +60,8 @@ // of being converted to a string. The "ids" column is set as the vertex pedigree // ID attribute. -#ifndef __vtkTableToGraph_h -#define __vtkTableToGraph_h +#ifndef vtkTableToGraph_h +#define vtkTableToGraph_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkTableToSparseArray.h b/Infovis/Core/vtkTableToSparseArray.h index 8b4ac05a03..dff0040b71 100644 --- a/Infovis/Core/vtkTableToSparseArray.h +++ b/Infovis/Core/vtkTableToSparseArray.h @@ -43,8 +43,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkTableToSparseArray_h -#define __vtkTableToSparseArray_h +#ifndef vtkTableToSparseArray_h +#define vtkTableToSparseArray_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Infovis/Core/vtkTableToTreeFilter.h b/Infovis/Core/vtkTableToTreeFilter.h index 8b232ee5f7..03ac959d11 100644 --- a/Infovis/Core/vtkTableToTreeFilter.h +++ b/Infovis/Core/vtkTableToTreeFilter.h @@ -26,8 +26,8 @@ // a star, with each row of the table as a child of a new root node. // The columns of the table are passed as node fields of the tree. -#ifndef __vtkTableToTreeFilter_h -#define __vtkTableToTreeFilter_h +#ifndef vtkTableToTreeFilter_h +#define vtkTableToTreeFilter_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Core/vtkThresholdGraph.h b/Infovis/Core/vtkThresholdGraph.h index 96d5c31ec7..63bb2f99c6 100644 --- a/Infovis/Core/vtkThresholdGraph.h +++ b/Infovis/Core/vtkThresholdGraph.h @@ -18,8 +18,8 @@ // Requires input array, lower and upper threshold. This filter than // extracts the subgraph based on these three parameters. -#ifndef __vtkThresholdGraph_h -#define __vtkThresholdGraph_h +#ifndef vtkThresholdGraph_h +#define vtkThresholdGraph_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" @@ -67,4 +67,4 @@ private: //ETX }; -#endif // __vtkThresholdGraph_h +#endif // vtkThresholdGraph_h diff --git a/Infovis/Core/vtkThresholdTable.h b/Infovis/Core/vtkThresholdTable.h index 81cea842f8..215f73611c 100644 --- a/Infovis/Core/vtkThresholdTable.h +++ b/Infovis/Core/vtkThresholdTable.h @@ -24,8 +24,8 @@ // table rows based on the values in a particular column. // The column to threshold is specified using SetInputArrayToProcess(0, ...). -#ifndef __vtkThresholdTable_h -#define __vtkThresholdTable_h +#ifndef vtkThresholdTable_h +#define vtkThresholdTable_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTableAlgorithm.h" diff --git a/Infovis/Core/vtkTransferAttributes.h b/Infovis/Core/vtkTransferAttributes.h index 5e9a262246..cbd928861b 100644 --- a/Infovis/Core/vtkTransferAttributes.h +++ b/Infovis/Core/vtkTransferAttributes.h @@ -33,8 +33,8 @@ PURPOSE. See the above copyright notice for more information. // // .SECTION Thanks -#ifndef __vtkTransferAttributes_h -#define __vtkTransferAttributes_h +#ifndef vtkTransferAttributes_h +#define vtkTransferAttributes_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Infovis/Core/vtkTransposeMatrix.h b/Infovis/Core/vtkTransposeMatrix.h index 37f138d2e9..78aaa6f8ce 100644 --- a/Infovis/Core/vtkTransposeMatrix.h +++ b/Infovis/Core/vtkTransposeMatrix.h @@ -24,8 +24,8 @@ // .SECTION Thanks // Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories. -#ifndef __vtkTransposeMatrix_h -#define __vtkTransposeMatrix_h +#ifndef vtkTransposeMatrix_h +#define vtkTransposeMatrix_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkArrayDataAlgorithm.h" diff --git a/Infovis/Core/vtkTreeDifferenceFilter.h b/Infovis/Core/vtkTreeDifferenceFilter.h index c52f21a246..b7966763ec 100644 --- a/Infovis/Core/vtkTreeDifferenceFilter.h +++ b/Infovis/Core/vtkTreeDifferenceFilter.h @@ -23,8 +23,8 @@ // EdgeData or VertexData. // -#ifndef __vtkTreeDifferenceFilter_h -#define __vtkTreeDifferenceFilter_h +#ifndef vtkTreeDifferenceFilter_h +#define vtkTreeDifferenceFilter_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Core/vtkTreeFieldAggregator.h b/Infovis/Core/vtkTreeFieldAggregator.h index dcddc9e17a..a1a08250ae 100644 --- a/Infovis/Core/vtkTreeFieldAggregator.h +++ b/Infovis/Core/vtkTreeFieldAggregator.h @@ -29,8 +29,8 @@ // of each leaf vertex is 1. You may optionally set a flag to first take the // log of all leaf values before aggregating. -#ifndef __vtkTreeFieldAggregator_h -#define __vtkTreeFieldAggregator_h +#ifndef vtkTreeFieldAggregator_h +#define vtkTreeFieldAggregator_h class vtkPoints; class vtkTree; diff --git a/Infovis/Core/vtkTreeLevelsFilter.h b/Infovis/Core/vtkTreeLevelsFilter.h index efa26f8e66..b0eb16e343 100644 --- a/Infovis/Core/vtkTreeLevelsFilter.h +++ b/Infovis/Core/vtkTreeLevelsFilter.h @@ -29,8 +29,8 @@ // Thanks to Brian Wylie from Sandia National Laboratories for creating this // class. -#ifndef __vtkTreeLevelsFilter_h -#define __vtkTreeLevelsFilter_h +#ifndef vtkTreeLevelsFilter_h +#define vtkTreeLevelsFilter_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Core/vtkVertexDegree.h b/Infovis/Core/vtkVertexDegree.h index d82a9a39b4..c4ba05b192 100644 --- a/Infovis/Core/vtkVertexDegree.h +++ b/Infovis/Core/vtkVertexDegree.h @@ -24,8 +24,8 @@ // of the array will be "VertexDegree", but that can be changed by calling // SetOutputArrayName("foo"); -#ifndef __vtkVertexDegree_h -#define __vtkVertexDegree_h +#ifndef vtkVertexDegree_h +#define vtkVertexDegree_h #include "vtkInfovisCoreModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Layout/vtkArcParallelEdgeStrategy.h b/Infovis/Layout/vtkArcParallelEdgeStrategy.h index e671eb9cc6..93351fd149 100644 --- a/Infovis/Layout/vtkArcParallelEdgeStrategy.h +++ b/Infovis/Layout/vtkArcParallelEdgeStrategy.h @@ -22,8 +22,8 @@ // Parallel edges are drawn as arcs, and self-loops are drawn as ovals. // When only one edge connects two vertices it is drawn as a straight line. -#ifndef __vtkArcParallelEdgeStrategy_h -#define __vtkArcParallelEdgeStrategy_h +#ifndef vtkArcParallelEdgeStrategy_h +#define vtkArcParallelEdgeStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkEdgeLayoutStrategy.h" diff --git a/Infovis/Layout/vtkAreaLayout.h b/Infovis/Layout/vtkAreaLayout.h index 5e4a922f02..b529ae9895 100644 --- a/Infovis/Layout/vtkAreaLayout.h +++ b/Infovis/Layout/vtkAreaLayout.h @@ -32,8 +32,8 @@ // Thanks to Jason Shepherd from Sandia National Laboratories // for help developing this class. -#ifndef __vtkAreaLayout_h -#define __vtkAreaLayout_h +#ifndef vtkAreaLayout_h +#define vtkAreaLayout_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Layout/vtkAreaLayoutStrategy.h b/Infovis/Layout/vtkAreaLayoutStrategy.h index f9e286976a..4c42ad3f04 100644 --- a/Infovis/Layout/vtkAreaLayoutStrategy.h +++ b/Infovis/Layout/vtkAreaLayoutStrategy.h @@ -32,8 +32,8 @@ // Thanks to Jason Shepherd from Sandia National Laboratories // for help developing this class. -#ifndef __vtkAreaLayoutStrategy_h -#define __vtkAreaLayoutStrategy_h +#ifndef vtkAreaLayoutStrategy_h +#define vtkAreaLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro diff --git a/Infovis/Layout/vtkAssignCoordinates.h b/Infovis/Layout/vtkAssignCoordinates.h index 20e63d3283..19d919be24 100644 --- a/Infovis/Layout/vtkAssignCoordinates.h +++ b/Infovis/Layout/vtkAssignCoordinates.h @@ -25,8 +25,8 @@ // them to the coordinates of the vertices. Yes you could do this with the array // calculator, but your mom wears army boots so we're not going to. -#ifndef __vtkAssignCoordinates_h -#define __vtkAssignCoordinates_h +#ifndef vtkAssignCoordinates_h +#define vtkAssignCoordinates_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkPassInputTypeAlgorithm.h" diff --git a/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h b/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h index 4d94a9d958..6c0d5f2a56 100644 --- a/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h +++ b/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h @@ -22,8 +22,8 @@ // .SECTION Description // Uses vtkAssignCoordinates to use values from arrays as the x, y, and z coordinates. -#ifndef __vtkAssignCoordinatesLayoutStrategy_h -#define __vtkAssignCoordinatesLayoutStrategy_h +#ifndef vtkAssignCoordinatesLayoutStrategy_h +#define vtkAssignCoordinatesLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h b/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h index a0a515ff6f..b60554ddb4 100644 --- a/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h +++ b/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h @@ -27,8 +27,8 @@ // Thanks to Godzilla for not eating my computer so that this class // could be written. -#ifndef __vtkAttributeClustering2DLayoutStrategy_h -#define __vtkAttributeClustering2DLayoutStrategy_h +#ifndef vtkAttributeClustering2DLayoutStrategy_h +#define vtkAttributeClustering2DLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkBoxLayoutStrategy.h b/Infovis/Layout/vtkBoxLayoutStrategy.h index 3efb014f4b..93773f55bf 100644 --- a/Infovis/Layout/vtkBoxLayoutStrategy.h +++ b/Infovis/Layout/vtkBoxLayoutStrategy.h @@ -26,8 +26,8 @@ // .SECTION Thanks // Thanks to Brian Wylie from Sandia National Laboratories for creating this class. -#ifndef __vtkBoxLayoutStrategy_h -#define __vtkBoxLayoutStrategy_h +#ifndef vtkBoxLayoutStrategy_h +#define vtkBoxLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkTreeMapLayoutStrategy.h" diff --git a/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h b/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h index f51ce5b27e..a3247d06f8 100644 --- a/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h +++ b/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h @@ -39,8 +39,8 @@ // Year: 2006 // -#ifndef __vtkCirclePackFrontChainLayoutStrategy_h -#define __vtkCirclePackFrontChainLayoutStrategy_h +#ifndef vtkCirclePackFrontChainLayoutStrategy_h +#define vtkCirclePackFrontChainLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkCirclePackLayoutStrategy.h" diff --git a/Infovis/Layout/vtkCirclePackLayout.h b/Infovis/Layout/vtkCirclePackLayout.h index 5c20c4b47f..b5f72e0434 100644 --- a/Infovis/Layout/vtkCirclePackLayout.h +++ b/Infovis/Layout/vtkCirclePackLayout.h @@ -39,8 +39,8 @@ // for help developing this class. // -#ifndef __vtkCirclePackLayout_h -#define __vtkCirclePackLayout_h +#ifndef vtkCirclePackLayout_h +#define vtkCirclePackLayout_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Layout/vtkCirclePackLayoutStrategy.h b/Infovis/Layout/vtkCirclePackLayoutStrategy.h index 7cde104548..45c677226a 100644 --- a/Infovis/Layout/vtkCirclePackLayoutStrategy.h +++ b/Infovis/Layout/vtkCirclePackLayoutStrategy.h @@ -33,8 +33,8 @@ // Thanks to Thomas Otahal from Sandia National Laboratories // for help developing this class. -#ifndef __vtkCirclePackLayoutStrategy_h -#define __vtkCirclePackLayoutStrategy_h +#ifndef vtkCirclePackLayoutStrategy_h +#define vtkCirclePackLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro diff --git a/Infovis/Layout/vtkCirclePackToPolyData.h b/Infovis/Layout/vtkCirclePackToPolyData.h index a849b98687..2bf198c3e2 100644 --- a/Infovis/Layout/vtkCirclePackToPolyData.h +++ b/Infovis/Layout/vtkCirclePackToPolyData.h @@ -25,8 +25,8 @@ // been applied to the data in order to create the triple array // (Xcenter, Ycenter, Radius) of circle bounds or each vertex of the tree. -#ifndef __vtkCirclePackToPolyData_h -#define __vtkCirclePackToPolyData_h +#ifndef vtkCirclePackToPolyData_h +#define vtkCirclePackToPolyData_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkPolyDataAlgorithm.h" diff --git a/Infovis/Layout/vtkCircularLayoutStrategy.h b/Infovis/Layout/vtkCircularLayoutStrategy.h index ebf94c131e..c8f08ee2f0 100644 --- a/Infovis/Layout/vtkCircularLayoutStrategy.h +++ b/Infovis/Layout/vtkCircularLayoutStrategy.h @@ -22,8 +22,8 @@ // .SECTION Description // Assigns points to the vertices around a circle with unit radius. -#ifndef __vtkCircularLayoutStrategy_h -#define __vtkCircularLayoutStrategy_h +#ifndef vtkCircularLayoutStrategy_h +#define vtkCircularLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkClustering2DLayoutStrategy.h b/Infovis/Layout/vtkClustering2DLayoutStrategy.h index 888f8d5959..025d5b2bcf 100644 --- a/Infovis/Layout/vtkClustering2DLayoutStrategy.h +++ b/Infovis/Layout/vtkClustering2DLayoutStrategy.h @@ -27,8 +27,8 @@ // Thanks to Godzilla for not eating my computer so that this class // could be written. -#ifndef __vtkClustering2DLayoutStrategy_h -#define __vtkClustering2DLayoutStrategy_h +#ifndef vtkClustering2DLayoutStrategy_h +#define vtkClustering2DLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkCommunity2DLayoutStrategy.h b/Infovis/Layout/vtkCommunity2DLayoutStrategy.h index 9fcece2f20..243705b745 100644 --- a/Infovis/Layout/vtkCommunity2DLayoutStrategy.h +++ b/Infovis/Layout/vtkCommunity2DLayoutStrategy.h @@ -29,8 +29,8 @@ // Thanks to Godzilla for not eating my computer so that this class // could be written. -#ifndef __vtkCommunity2DLayoutStrategy_h -#define __vtkCommunity2DLayoutStrategy_h +#ifndef vtkCommunity2DLayoutStrategy_h +#define vtkCommunity2DLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkConeLayoutStrategy.h b/Infovis/Layout/vtkConeLayoutStrategy.h index e522f721fd..2db7a0beb2 100644 --- a/Infovis/Layout/vtkConeLayoutStrategy.h +++ b/Infovis/Layout/vtkConeLayoutStrategy.h @@ -41,8 +41,8 @@ // implementation. -#ifndef __vtkConeLayoutStrategy_h -#define __vtkConeLayoutStrategy_h +#ifndef vtkConeLayoutStrategy_h +#define vtkConeLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkConstrained2DLayoutStrategy.h b/Infovis/Layout/vtkConstrained2DLayoutStrategy.h index 44f7bdb21d..8bf16f9c81 100644 --- a/Infovis/Layout/vtkConstrained2DLayoutStrategy.h +++ b/Infovis/Layout/vtkConstrained2DLayoutStrategy.h @@ -33,8 +33,8 @@ // We would like to thank Mothra for distracting Godzilla while we // wrote this class. -#ifndef __vtkConstrained2DLayoutStrategy_h -#define __vtkConstrained2DLayoutStrategy_h +#ifndef vtkConstrained2DLayoutStrategy_h +#define vtkConstrained2DLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h b/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h index 47ff1e59e3..76ba3e269d 100644 --- a/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h @@ -24,8 +24,8 @@ // Thanks to the galaxy and David Thompson hierarchically nested inside it // for inspiring this layout strategy. -#ifndef __vtkCosmicTreeLayoutStrategy_h -#define __vtkCosmicTreeLayoutStrategy_h +#ifndef vtkCosmicTreeLayoutStrategy_h +#define vtkCosmicTreeLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" @@ -144,4 +144,4 @@ private: void operator = ( const vtkCosmicTreeLayoutStrategy& ); // Not implemented. }; -#endif // __vtkCosmicTreeLayoutStrategy_h +#endif // vtkCosmicTreeLayoutStrategy_h diff --git a/Infovis/Layout/vtkEdgeLayout.h b/Infovis/Layout/vtkEdgeLayout.h index 87f6f9d4c8..2927b83b57 100644 --- a/Infovis/Layout/vtkEdgeLayout.h +++ b/Infovis/Layout/vtkEdgeLayout.h @@ -23,8 +23,8 @@ // using the SetLayoutStrategy() function. The layout strategies do the // actual work. -#ifndef __vtkEdgeLayout_h -#define __vtkEdgeLayout_h +#ifndef vtkEdgeLayout_h +#define vtkEdgeLayout_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Layout/vtkEdgeLayoutStrategy.h b/Infovis/Layout/vtkEdgeLayoutStrategy.h index 50f9537170..35b7c09eaa 100644 --- a/Infovis/Layout/vtkEdgeLayoutStrategy.h +++ b/Infovis/Layout/vtkEdgeLayoutStrategy.h @@ -22,8 +22,8 @@ // All edge layouts should subclass from this class. vtkEdgeLayoutStrategy // works as a plug-in to the vtkEdgeLayout algorithm. -#ifndef __vtkEdgeLayoutStrategy_h -#define __vtkEdgeLayoutStrategy_h +#ifndef vtkEdgeLayoutStrategy_h +#define vtkEdgeLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkObject.h" diff --git a/Infovis/Layout/vtkFast2DLayoutStrategy.h b/Infovis/Layout/vtkFast2DLayoutStrategy.h index 7f7a992ef6..26ef5ddec7 100644 --- a/Infovis/Layout/vtkFast2DLayoutStrategy.h +++ b/Infovis/Layout/vtkFast2DLayoutStrategy.h @@ -27,8 +27,8 @@ // Thanks to Godzilla for not eating my computer so that this class // could be written. -#ifndef __vtkFast2DLayoutStrategy_h -#define __vtkFast2DLayoutStrategy_h +#ifndef vtkFast2DLayoutStrategy_h +#define vtkFast2DLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkForceDirectedLayoutStrategy.h b/Infovis/Layout/vtkForceDirectedLayoutStrategy.h index b831b6274d..ad86f4d4c0 100644 --- a/Infovis/Layout/vtkForceDirectedLayoutStrategy.h +++ b/Infovis/Layout/vtkForceDirectedLayoutStrategy.h @@ -29,8 +29,8 @@ // to be incremental. -#ifndef __vtkForceDirectedLayoutStrategy_h -#define __vtkForceDirectedLayoutStrategy_h +#ifndef vtkForceDirectedLayoutStrategy_h +#define vtkForceDirectedLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkGeoEdgeStrategy.h b/Infovis/Layout/vtkGeoEdgeStrategy.h index 22acaaedab..2337a1e36d 100644 --- a/Infovis/Layout/vtkGeoEdgeStrategy.h +++ b/Infovis/Layout/vtkGeoEdgeStrategy.h @@ -24,8 +24,8 @@ // This is useful for viewing lines on a sphere (e.g. the earth). // The arcs may "jump" above the sphere's surface using ExplodeFactor. -#ifndef __vtkGeoEdgeStrategy_h -#define __vtkGeoEdgeStrategy_h +#ifndef vtkGeoEdgeStrategy_h +#define vtkGeoEdgeStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkEdgeLayoutStrategy.h" diff --git a/Infovis/Layout/vtkGeoMath.h b/Infovis/Layout/vtkGeoMath.h index 01916f3c37..59cd8e7e40 100644 --- a/Infovis/Layout/vtkGeoMath.h +++ b/Infovis/Layout/vtkGeoMath.h @@ -22,8 +22,8 @@ // .SECTION Description // vtkGeoMath provides some useful geographic calculations. -#ifndef __vtkGeoMath_h -#define __vtkGeoMath_h +#ifndef vtkGeoMath_h +#define vtkGeoMath_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkObject.h" diff --git a/Infovis/Layout/vtkGraphLayout.h b/Infovis/Layout/vtkGraphLayout.h index 525db68e2b..a204985ca7 100644 --- a/Infovis/Layout/vtkGraphLayout.h +++ b/Infovis/Layout/vtkGraphLayout.h @@ -28,8 +28,8 @@ // Thanks to Brian Wylie from Sandia National Laboratories for adding incremental // layout capabilities. -#ifndef __vtkGraphLayout_h -#define __vtkGraphLayout_h +#ifndef vtkGraphLayout_h +#define vtkGraphLayout_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Layout/vtkGraphLayoutStrategy.h b/Infovis/Layout/vtkGraphLayoutStrategy.h index 6eb18e58fe..d5520459d1 100644 --- a/Infovis/Layout/vtkGraphLayoutStrategy.h +++ b/Infovis/Layout/vtkGraphLayoutStrategy.h @@ -31,8 +31,8 @@ // Thanks to Brian Wylie from Sandia National Laboratories for adding incremental // layout capabilities. -#ifndef __vtkGraphLayoutStrategy_h -#define __vtkGraphLayoutStrategy_h +#ifndef vtkGraphLayoutStrategy_h +#define vtkGraphLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkObject.h" diff --git a/Infovis/Layout/vtkIncrementalForceLayout.h b/Infovis/Layout/vtkIncrementalForceLayout.h index e604cee114..cd5167d4e1 100644 --- a/Infovis/Layout/vtkIncrementalForceLayout.h +++ b/Infovis/Layout/vtkIncrementalForceLayout.h @@ -23,8 +23,8 @@ // This layout is modeled after D3's force layout described at // https://github.com/mbostock/d3/wiki/Force-Layout -#ifndef __vtkIncrementalForceLayout_h -#define __vtkIncrementalForceLayout_h +#ifndef vtkIncrementalForceLayout_h +#define vtkIncrementalForceLayout_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkObject.h" diff --git a/Infovis/Layout/vtkKCoreLayout.h b/Infovis/Layout/vtkKCoreLayout.h index 7ad4dbfdbd..6fe3236084 100644 --- a/Infovis/Layout/vtkKCoreLayout.h +++ b/Infovis/Layout/vtkKCoreLayout.h @@ -48,8 +48,8 @@ // implementation. -#ifndef __vtkKCoreLayout_h -#define __vtkKCoreLayout_h +#ifndef vtkKCoreLayout_h +#define vtkKCoreLayout_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Layout/vtkPassThroughEdgeStrategy.h b/Infovis/Layout/vtkPassThroughEdgeStrategy.h index 440fed361c..d14ca75106 100644 --- a/Infovis/Layout/vtkPassThroughEdgeStrategy.h +++ b/Infovis/Layout/vtkPassThroughEdgeStrategy.h @@ -22,8 +22,8 @@ // Simply passes existing edge layout information from the input to the // output without making changes. -#ifndef __vtkPassThroughEdgeStrategy_h -#define __vtkPassThroughEdgeStrategy_h +#ifndef vtkPassThroughEdgeStrategy_h +#define vtkPassThroughEdgeStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkEdgeLayoutStrategy.h" diff --git a/Infovis/Layout/vtkPassThroughLayoutStrategy.h b/Infovis/Layout/vtkPassThroughLayoutStrategy.h index 4e750636d1..9203d77bd6 100644 --- a/Infovis/Layout/vtkPassThroughLayoutStrategy.h +++ b/Infovis/Layout/vtkPassThroughLayoutStrategy.h @@ -24,8 +24,8 @@ // so in affect passes through the graph untouched. This strategy // is useful in the cases where the graph is already laid out. -#ifndef __vtkPassThroughLayoutStrategy_h -#define __vtkPassThroughLayoutStrategy_h +#ifndef vtkPassThroughLayoutStrategy_h +#define vtkPassThroughLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkPerturbCoincidentVertices.h b/Infovis/Layout/vtkPerturbCoincidentVertices.h index d7ce62b1b5..702558c3be 100644 --- a/Infovis/Layout/vtkPerturbCoincidentVertices.h +++ b/Infovis/Layout/vtkPerturbCoincidentVertices.h @@ -25,8 +25,8 @@ // so we need a nice scheme to perturb the vertices so that when the user // zooms in the vertices can be distiquished. -#ifndef __vtkPerturbCoincidentVertices_h -#define __vtkPerturbCoincidentVertices_h +#ifndef vtkPerturbCoincidentVertices_h +#define vtkPerturbCoincidentVertices_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Layout/vtkRandomLayoutStrategy.h b/Infovis/Layout/vtkRandomLayoutStrategy.h index ab33e6096b..7187b85842 100644 --- a/Infovis/Layout/vtkRandomLayoutStrategy.h +++ b/Infovis/Layout/vtkRandomLayoutStrategy.h @@ -26,8 +26,8 @@ // Thanks to Brian Wylie from Sandia National Laboratories for adding incremental // layout capabilities. -#ifndef __vtkRandomLayoutStrategy_h -#define __vtkRandomLayoutStrategy_h +#ifndef vtkRandomLayoutStrategy_h +#define vtkRandomLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkSimple2DLayoutStrategy.h b/Infovis/Layout/vtkSimple2DLayoutStrategy.h index 149b89a5dd..b8b9428c7f 100644 --- a/Infovis/Layout/vtkSimple2DLayoutStrategy.h +++ b/Infovis/Layout/vtkSimple2DLayoutStrategy.h @@ -29,8 +29,8 @@ // Thanks to Brian Wylie from Sandia National Laboratories for creating this // class. -#ifndef __vtkSimple2DLayoutStrategy_h -#define __vtkSimple2DLayoutStrategy_h +#ifndef vtkSimple2DLayoutStrategy_h +#define vtkSimple2DLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h b/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h index f041b230dd..0e389987ff 100644 --- a/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h +++ b/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h @@ -28,8 +28,8 @@ // Shneiderman, B. 1992. Tree visualization with tree-maps: 2-d space-filling approach. // ACM Trans. Graph. 11, 1 (Jan. 1992), 92-99. -#ifndef __vtkSliceAndDiceLayoutStrategy_h -#define __vtkSliceAndDiceLayoutStrategy_h +#ifndef vtkSliceAndDiceLayoutStrategy_h +#define vtkSliceAndDiceLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkTreeMapLayoutStrategy.h" diff --git a/Infovis/Layout/vtkSpanTreeLayoutStrategy.h b/Infovis/Layout/vtkSpanTreeLayoutStrategy.h index 37c5c34772..3e3a35129c 100644 --- a/Infovis/Layout/vtkSpanTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkSpanTreeLayoutStrategy.h @@ -58,8 +58,8 @@ // implementation. -#ifndef __vtkSpanTreeLayoutStrategy_h -#define __vtkSpanTreeLayoutStrategy_h +#ifndef vtkSpanTreeLayoutStrategy_h +#define vtkSpanTreeLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkSplineGraphEdges.h b/Infovis/Layout/vtkSplineGraphEdges.h index f2d1dd83cd..ea466811cb 100644 --- a/Infovis/Layout/vtkSplineGraphEdges.h +++ b/Infovis/Layout/vtkSplineGraphEdges.h @@ -24,8 +24,8 @@ // splines. By default, the filter will use an optimized b-spline. // Otherwise, it will use a custom vtkSpline instance set by the user. -#ifndef __vtkSplineGraphEdges_h -#define __vtkSplineGraphEdges_h +#ifndef vtkSplineGraphEdges_h +#define vtkSplineGraphEdges_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphAlgorithm.h" diff --git a/Infovis/Layout/vtkSquarifyLayoutStrategy.h b/Infovis/Layout/vtkSquarifyLayoutStrategy.h index e73f864825..09d0e10388 100644 --- a/Infovis/Layout/vtkSquarifyLayoutStrategy.h +++ b/Infovis/Layout/vtkSquarifyLayoutStrategy.h @@ -31,8 +31,8 @@ // Proceedings of the joint Eurographics and IEEE TCVG Symposium on Visualization, // 2000, Springer, Vienna, p. 33-42. -#ifndef __vtkSquarifyLayoutStrategy_h -#define __vtkSquarifyLayoutStrategy_h +#ifndef vtkSquarifyLayoutStrategy_h +#define vtkSquarifyLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkTreeMapLayoutStrategy.h" diff --git a/Infovis/Layout/vtkStackedTreeLayoutStrategy.h b/Infovis/Layout/vtkStackedTreeLayoutStrategy.h index d97b79bef2..66e85ac40c 100644 --- a/Infovis/Layout/vtkStackedTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkStackedTreeLayoutStrategy.h @@ -31,8 +31,8 @@ // Thanks to Jason Shepherd from Sandia National Laboratories // for help developing this class. -#ifndef __vtkStackedTreeLayoutStrategy_h -#define __vtkStackedTreeLayoutStrategy_h +#ifndef vtkStackedTreeLayoutStrategy_h +#define vtkStackedTreeLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkAreaLayoutStrategy.h" diff --git a/Infovis/Layout/vtkTreeLayoutStrategy.h b/Infovis/Layout/vtkTreeLayoutStrategy.h index 20d2cd7500..57bc27947b 100644 --- a/Infovis/Layout/vtkTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkTreeLayoutStrategy.h @@ -37,8 +37,8 @@ // If the input is not a tree but a general graph, this strategy first extracts // a tree from the graph using a breadth-first search starting at vertex ID 0. -#ifndef __vtkTreeLayoutStrategy_h -#define __vtkTreeLayoutStrategy_h +#ifndef vtkTreeLayoutStrategy_h +#define vtkTreeLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkGraphLayoutStrategy.h" diff --git a/Infovis/Layout/vtkTreeMapLayout.h b/Infovis/Layout/vtkTreeMapLayout.h index 1d2d0df0f0..60adaa9a71 100644 --- a/Infovis/Layout/vtkTreeMapLayout.h +++ b/Infovis/Layout/vtkTreeMapLayout.h @@ -36,8 +36,8 @@ // Shneiderman, B. 1992. Tree visualization with tree-maps: 2-d space-filling approach. // ACM Trans. Graph. 11, 1 (Jan. 1992), 92-99. -#ifndef __vtkTreeMapLayout_h -#define __vtkTreeMapLayout_h +#ifndef vtkTreeMapLayout_h +#define vtkTreeMapLayout_h #include "vtkInfovisLayoutModule.h" // For export macro #include "vtkTreeAlgorithm.h" diff --git a/Infovis/Layout/vtkTreeMapLayoutStrategy.h b/Infovis/Layout/vtkTreeMapLayoutStrategy.h index 5b606e1e97..63f5598fdc 100644 --- a/Infovis/Layout/vtkTreeMapLayoutStrategy.h +++ b/Infovis/Layout/vtkTreeMapLayoutStrategy.h @@ -32,8 +32,8 @@ // Thanks to Brian Wylie and Ken Moreland from Sandia National Laboratories // for help developing this class. -#ifndef __vtkTreeMapLayoutStrategy_h -#define __vtkTreeMapLayoutStrategy_h +#ifndef vtkTreeMapLayoutStrategy_h +#define vtkTreeMapLayoutStrategy_h #include "vtkInfovisLayoutModule.h" // For export macro diff