Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
ab61d3af
Commit
ab61d3af
authored
Oct 07, 2015
by
Ben Boeckel
Browse files
headers: conform to the CheckGuard HeaderTest
parent
bc793aec
Changes
144
Hide whitespace changes
Inline
Side-by-side
Accelerators/Piston/vtkPistonReference.h
View file @
ab61d3af
...
...
@@ -25,8 +25,8 @@
// .SECTION See Also
// vtkPistonDataObject
#ifndef
VTK
PistonReference_
H_
#define
VTK
PistonReference_
H_
#ifndef
vtk
PistonReference_
h
#define
vtk
PistonReference_
h
namespace
vtkpiston
{
void
DeleteData
(
vtkPistonReference
*
tr
);
...
...
@@ -59,5 +59,5 @@ public:
void
*
data
;
//the payload on GPU
};
#endif
/*
VTK
PistonReference_
H_
*/
#endif
/*
vtk
PistonReference_
h
*/
// VTK-HeaderTest-Exclude: vtkPistonReference.h
Charts/Core/vtkChartHistogram2D.h
View file @
ab61d3af
...
...
@@ -18,8 +18,8 @@
// .SECTION Description
// This defines the interface for a 2D histogram chart.
#ifndef vtkChart
2D
Histogram_h
#define vtkChart
2D
Histogram_h
#ifndef vtkChartHistogram
2D
_h
#define vtkChartHistogram
2D
_h
#include
"vtkChartsCoreModule.h"
// For export macro
#include
"vtkChartXY.h"
...
...
@@ -77,4 +77,4 @@ private:
void
operator
=
(
const
vtkChartHistogram2D
&
);
// Not implemented.
};
#endif //vtkChart
2D
Histogram_h
#endif //vtkChartHistogram
2D
_h
Charts/Core/vtkContextPolygon.h
View file @
ab61d3af
...
...
@@ -13,8 +13,8 @@
=========================================================================*/
#ifndef
_
vtkContextPolygon_h
#define
_
vtkContextPolygon_h
#ifndef vtkContextPolygon_h
#define vtkContextPolygon_h
#include
"vtkChartsCoreModule.h"
#include
"vtkVector.h"
// For vtkVector2f
...
...
@@ -74,5 +74,5 @@ private:
vtkContextPolygonPrivate
*
const
d
;
};
#endif //
_
vtkContextPolygon_h
#endif // vtkContextPolygon_h
// VTK-HeaderTest-Exclude: vtkContextPolygon.h
Charts/Core/vtkPlotHistogram2D.h
View file @
ab61d3af
...
...
@@ -18,8 +18,8 @@
// .SECTION Description
//
#ifndef vtk
2D
Histogram
Item
_h
#define vtk
2D
Histogram
Item
_h
#ifndef vtk
Plot
Histogram
2D
_h
#define vtk
Plot
Histogram
2D
_h
#include
"vtkChartsCoreModule.h"
// For export macro
#include
"vtkPlot.h"
...
...
@@ -128,4 +128,4 @@ private:
//ETX
};
#endif //vtk
2D
Histogram
Item
_h
#endif //vtk
Plot
Histogram
2D
_h
Common/Core/vtkAtomicTypeConcepts.h
View file @
ab61d3af
...
...
@@ -13,6 +13,9 @@
=========================================================================*/
#ifndef vtkAtomicTypeConcepts_h
#define vtkAtomicTypeConcepts_h
#include
<limits>
namespace
vtk
...
...
@@ -35,4 +38,6 @@ template <typename T> struct IntegralType
}
// detail
}
// atomic
}
// vtk
#endif
// VTK-HeaderTest-Exclude: vtkAtomicTypeConcepts.h
Common/Core/vtkDataArrayTemplateHelper.h
View file @
ab61d3af
...
...
@@ -26,8 +26,8 @@
#include
"vtkDataArrayTemplate.h"
#ifndef
VTKDATAARRAYTEMPLATEHELPER_H
#define
VTKDATAARRAYTEMPLATEHELPER_H
#ifndef
vtkDataArrayTemplateHelper_h
#define
vtkDataArrayTemplateHelper_h
class
vtkDataArrayTemplateHelper
{
...
...
@@ -39,6 +39,6 @@ public:
};
#endif //
VTKDATAARRAYTEMPLATEHELPER_H
#endif //
vtkDataArrayTemplateHelper_h
// VTK-HeaderTest-Exclude: vtkDataArrayTemplateHelper.h
Common/Core/vtkSMPTools.h
View file @
ab61d3af
...
...
@@ -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"
...
...
Common/Core/vtkVariantInlineOperators.h
View file @
ab61d3af
#ifndef vtkVariantInlineOperators_h
#define vtkVariantInlineOperators_h
#include
<climits>
// ----------------------------------------------------------------------
...
...
@@ -304,4 +307,5 @@ vtkVariant::operator>=(const vtkVariant &other) const
return
(
!
this
->
operator
<
(
other
));
}
#endif
// VTK-HeaderTest-Exclude: vtkVariantInlineOperators.h
Common/Core/vtkWin32Header.h
View file @
ab61d3af
...
...
@@ -17,8 +17,8 @@
// The vtkWin32Header captures some system differences between Unix and
// Windows operating systems.
#ifndef vtkW
IN
32Header_h
#define vtkW
IN
32Header_h
#ifndef vtkW
in
32Header_h
#define vtkW
in
32Header_h
#ifndef __VTK_SYSTEM_INCLUDES__INSIDE
Do_not_include_vtkWin32Header_directly__vtkSystemIncludes_includes_it
;
...
...
Common/DataModel/vtkAMRUtilities.h
View file @
ab61d3af
...
...
@@ -21,8 +21,8 @@
// .SECTION See Also
// vtkOverlappingAMR, vtkAMRBox
#ifndef
VTK
AMRU
TILITIES_H_
#define
VTK
AMRU
TILITIES_H_
#ifndef
vtk
AMRU
tilities_h
#define
vtk
AMRU
tilities_h
#include
"vtkCommonDataModelModule.h"
// For export macro
#include
"vtkObject.h"
...
...
@@ -98,4 +98,4 @@ private:
void
operator
=
(
const
vtkAMRUtilities
&
);
// Not implemented
};
#endif
/*
VTK
AMRU
TILITIES_H_
*/
#endif
/*
vtk
AMRU
tilities_h
*/
Common/DataModel/vtkHierarchicalBoxDataIterator.h
View file @
ab61d3af
...
...
@@ -16,8 +16,8 @@
//
// .SECTION Description
// Empty class for backwards compatibility.
#ifndef
VTKHIERARCHICALBOXDATAITERATOR_H_
#define
VTKHIERARCHICALBOXDATAITERATOR_H_
#ifndef
vtkHierarchicalBoxDataIterator_h
#define
vtkHierarchicalBoxDataIterator_h
#include
"vtkCommonDataModelModule.h"
// For export macro
#include
"vtkUniformGridAMRDataIterator.h"
...
...
Common/DataModel/vtkHierarchicalBoxDataSet.h
View file @
ab61d3af
...
...
@@ -19,8 +19,8 @@
// .SECTION See Also
// vtkUniformGridAM vtkOverlappingAMR vtkNonOverlappingAMR
#ifndef
VTKHIERARCHICALBOXDATASET_H_
#define
VTKHIERARCHICALBOXDATASET_H_
#ifndef
vtkHierarchicalBoxDataSet_h
#define
vtkHierarchicalBoxDataSet_h
#include
"vtkCommonDataModelModule.h"
// For export macro
#include
"vtkOverlappingAMR.h"
...
...
Common/DataModel/vtkMarchingCubesTriangleCases.h
View file @
ab61d3af
...
...
@@ -12,8 +12,8 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
#ifndef vtkMarchingCubesCases_h
#define vtkMarchingCubesCases_h
#ifndef vtkMarchingCubes
Triangle
Cases_h
#define vtkMarchingCubes
Triangle
Cases_h
//
// marching cubes case table for generating isosurfaces
//
...
...
Common/DataModel/vtkNonOverlappingAMR.h
View file @
ab61d3af
...
...
@@ -21,8 +21,8 @@
// .SECTION See Also
// vtkUniformGridAMR
#ifndef
VTKNONOVERLAPPING
AMR_
H_
#define
VTKNONOVERLAPPING
AMR_
H_
#ifndef
vtkNonOverlapping
AMR_
h
#define
vtkNonOverlapping
AMR_
h
#include
"vtkCommonDataModelModule.h"
// For export macro
#include
"vtkUniformGridAMR.h"
...
...
@@ -56,4 +56,4 @@ class VTKCOMMONDATAMODEL_EXPORT vtkNonOverlappingAMR : public vtkUniformGridAMR
void
operator
=
(
const
vtkNonOverlappingAMR
&
);
// Not implemented
};
#endif
/*
VTKNONOVERLAPPING
AMR_
H_
*/
#endif
/*
vtkNonOverlapping
AMR_
h
*/
Common/DataModel/vtkOverlappingAMR.h
View file @
ab61d3af
...
...
@@ -22,8 +22,8 @@
// .SECTION See Also
// vtkAMRInformation
#ifndef vtkOverlappingA
mr
_h
#define vtkOverlappingA
mr
_h
#ifndef vtkOverlappingA
MR
_h
#define vtkOverlappingA
MR
_h
#include
"vtkCommonDataModelModule.h"
// For export macro
#include
"vtkUniformGridAMR.h"
...
...
Common/ExecutionModel/vtkExtentRCBPartitioner.h
View file @
ab61d3af
...
...
@@ -18,8 +18,8 @@
// This method partitions a global extent to N partitions where N is a user
// supplied parameter.
#ifndef
VTKEXTENTRCBPARTITIONER_H_
#define
VTKEXTENTRCBPARTITIONER_H_
#ifndef
vtkExtentRCBPartitioner_h
#define
vtkExtentRCBPartitioner_h
#include
"vtkCommonExecutionModelModule.h"
// For export macro
#include
"vtkObject.h"
...
...
Common/ExecutionModel/vtkImageToStructuredGrid.h
View file @
ab61d3af
...
...
@@ -19,8 +19,8 @@
// A concrete instance of vtkStructuredGridAlgorithm which provides
// functionality for converting instances of vtkImageData to vtkStructuredGrid.
#ifndef
VTKIMAGEDATATOSTRUCTUREDGRIDFILTER_H_
#define
VTKIMAGEDATATOSTRUCTUREDGRIDFILTER_H_
#ifndef
vtkImageToStructuredGrid_h
#define
vtkImageToStructuredGrid_h
#include
"vtkCommonExecutionModelModule.h"
// For export macro
#include
"vtkStructuredGridAlgorithm.h"
...
...
Common/ExecutionModel/vtkNonOverlappingAMRAlgorithm.h
View file @
ab61d3af
...
...
@@ -17,8 +17,8 @@
//
// .SECTION Description
//
#ifndef
VTKNONOVERLAPPINGAMRALGORITHM_H_
#define
VTKNONOVERLAPPINGAMRALGORITHM_H_
#ifndef
vtkNonOverlappingAMRAlgorithm_h
#define
vtkNonOverlappingAMRAlgorithm_h
#include
"vtkCommonExecutionModelModule.h"
// For export macro
#include
"vtkUniformGridAMRAlgorithm.h"
...
...
Common/ExecutionModel/vtkOverlappingAMRAlgorithm.h
View file @
ab61d3af
...
...
@@ -18,8 +18,8 @@
// A base class for all algorithms that take as input vtkOverlappingAMR and
// produce vtkOverlappingAMR.
#ifndef
VTKOVERLAPPINGAMRALGORITHM_H_
#define
VTKOVERLAPPINGAMRALGORITHM_H_
#ifndef
vtkOverlappingAMRAlgorithm_h
#define
vtkOverlappingAMRAlgorithm_h
#include
"vtkCommonExecutionModelModule.h"
// For export macro
#include
"vtkUniformGridAMRAlgorithm.h"
...
...
Common/ExecutionModel/vtkUniformGridAMRAlgorithm.h
View file @
ab61d3af
...
...
@@ -19,8 +19,8 @@
// A base class for all algorithms that take as input any type of data object
// including composite datasets and produce vtkUniformGridAMR in the output.
#ifndef
VTKUNIFORMGRIDAMRALGORITHM_H_
#define
VTKUNIFORMGRIDAMRALGORITHM_H_
#ifndef
vtkUniformGridAMRAlgorithm_h
#define
vtkUniformGridAMRAlgorithm_h
#include
"vtkCommonExecutionModelModule.h"
// For export macro
#include
"vtkAlgorithm.h"
...
...
Prev
1
2
3
4
5
…
8
Next
Ben Boeckel
@ben.boeckel
mentioned in commit
ec6601d6
·
Oct 21, 2015
mentioned in commit
ec6601d6
mentioned in commit ec6601d604a4907c8f9d8e8bc0b05f98c4555509
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment