Corrected documentation comment for disabled copy constructors

This commit is contained in:
Henry Weller
2019-05-29 15:58:42 +01:00
parent f7ea836c65
commit fc4d7b92c3
650 changed files with 650 additions and 650 deletions

View File

@ -91,7 +91,7 @@ class cellSplitter
const Map<labelList>& cellToCells
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSplitter(const cellSplitter&) = delete;
//- Disallow default bitwise assignment

View File

@ -68,7 +68,7 @@ class edgeStats
direction getNormalDir(const twoDPointCorrector*) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
edgeStats(const edgeStats&) = delete;
//- Disallow default bitwise assignment

View File

@ -74,7 +74,7 @@ class hexBlock
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
hexBlock(const hexBlock&) = delete;
//- Disallow default bitwise assignment

View File

@ -67,7 +67,7 @@ class hexBlock
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
hexBlock(const hexBlock&) = delete;
//- Disallow default bitwise assignment

View File

@ -141,7 +141,7 @@ class sammMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
sammMesh(const sammMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -185,7 +185,7 @@ class starMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
starMesh(const starMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -86,7 +86,7 @@ class extrudedMesh
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
extrudedMesh(const extrudedMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -87,7 +87,7 @@ class extrude2DMesh
//- Find extrusion direction
// void findExtrudeDirection();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
extrude2DMesh(const extrude2DMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -85,7 +85,7 @@ class patchToPoly2DMesh
void createPolyMeshComponents();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
patchToPoly2DMesh(const patchToPoly2DMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -70,7 +70,7 @@ class cv2DControls
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cv2DControls(const cv2DControls&) = delete;
//- Disallow default bitwise assignment

View File

@ -158,7 +158,7 @@ private:
const List<DynamicList<label>>& patchOwners
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
DelaunayMesh(const DelaunayMesh<Triangulation>&) = delete;
//- Disallow default bitwise assignment

View File

@ -123,7 +123,7 @@ private:
labelPairHashSet& receivedVertices
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
DistributedDelaunayMesh
(
const DistributedDelaunayMesh<Triangulation>&

View File

@ -183,7 +183,7 @@ class backgroundMeshDecomposition
//- Build the surface patch and search tree
void buildPatchAndTree();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
backgroundMeshDecomposition
(
const backgroundMeshDecomposition&

View File

@ -61,7 +61,7 @@ class cellAspectRatioControl
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellAspectRatioControl(const cellAspectRatioControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -85,7 +85,7 @@ class cellShapeControl
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellShapeControl(const cellShapeControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -83,7 +83,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellShapeControlMesh(const cellShapeControlMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -71,7 +71,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeAndAlignmentControl
(
const cellSizeAndAlignmentControl&

View File

@ -68,7 +68,7 @@ class cellSizeAndAlignmentControls
label& maxPriority
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeAndAlignmentControls
(
const cellSizeAndAlignmentControls&

View File

@ -63,7 +63,7 @@ class fileControl
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
fileControl(const fileControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -88,7 +88,7 @@ class searchableSurfaceControl
// const vectorField& ptNormals
// ) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchableSurfaceControl(const searchableSurfaceControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -99,7 +99,7 @@ class controlMeshRefinement
pointHit findDiscontinuities(const linePointRef& l) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
controlMeshRefinement(const controlMeshRefinement&) = delete;
//- Disallow default bitwise assignment

View File

@ -91,7 +91,7 @@ class smoothAlignmentSolver
triad& t
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
smoothAlignmentSolver(const smoothAlignmentSolver&) = delete;
//- Disallow default bitwise assignment

View File

@ -110,7 +110,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeFunction(const cellSizeFunction&) = delete;
//- Disallow default bitwise assignment

View File

@ -67,7 +67,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeCalculationType(const cellSizeCalculationType&) = delete;
//- Disallow default bitwise assignment

View File

@ -75,7 +75,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
surfaceCellSizeFunction(const surfaceCellSizeFunction&) = delete;
//- Disallow default bitwise assignment

View File

@ -855,7 +855,7 @@ private:
void writePointPairs(const fileName& fName) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
conformalVoronoiMesh(const conformalVoronoiMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -133,7 +133,7 @@ class featurePointConformer
//- Create the points that will conform to the feature
void createFeaturePoints(DynamicList<Vb>& pts);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
featurePointConformer(const featurePointConformer&) = delete;
//- Disallow default bitwise assignment

View File

@ -125,7 +125,7 @@ class conformationSurfaces
label& featureIndex
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
conformationSurfaces(const conformationSurfaces&) = delete;
//- Disallow default bitwise assignment

View File

@ -209,7 +209,7 @@ class cvControls
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cvControls(const cvControls&) = delete;
//- Disallow default bitwise assignment

View File

@ -68,7 +68,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
faceAreaWeightModel(const faceAreaWeightModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -87,7 +87,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
initialPointsMethod(const initialPointsMethod&) = delete;
//- Disallow default bitwise assignment

View File

@ -70,7 +70,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
relaxationModel(const relaxationModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -59,7 +59,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchableBoxFeatures(const searchableBoxFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -63,7 +63,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchablePlateFeatures(const searchablePlateFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -60,7 +60,7 @@ class searchableSurfaceFeatures
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchableSurfaceFeatures(const searchableSurfaceFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -61,7 +61,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
triSurfaceMeshFeatures(const triSurfaceMeshFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -199,7 +199,7 @@ class CV2D
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
CV2D(const CV2D&) = delete;
//- Disallow default bitwise assignment

View File

@ -90,7 +90,7 @@ class shortEdgeFilter2D
labelList& patchSizes
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
shortEdgeFilter2D(const shortEdgeFilter2D&) = delete;
//- Disallow default bitwise assignment

View File

@ -76,7 +76,7 @@ class mergePolyMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
mergePolyMesh(const mergePolyMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -66,7 +66,7 @@ class mirrorFvMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
mirrorFvMesh(const mirrorFvMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -168,7 +168,7 @@ class meshDualiser
boolList& donePFaces // pFaces visited
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
meshDualiser(const meshDualiser&) = delete;
//- Disallow default bitwise assignment