Public Member Functions | |
labelledPoint () | |
Null construct. More... | |
labelledPoint (const label pl, const point &p) | |
Construct from point and label. More... | |
~labelledPoint () | |
label | pointLabel () const |
return point label More... | |
label & | pointLabel () |
const point & | coordinates () const |
return point coordinates More... | |
point & | coordinates () |
void | operator= (const labelledPoint &lp) |
bool | operator== (const labelledPoint &lp) const |
bool | operator!= (const labelledPoint &lp) const |
Private Attributes | |
label | pLabel_ |
point label More... | |
point | coords_ |
point coordinates More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const labelledPoint &lp) |
Istream & | operator>> (Istream &is, labelledPoint &lp) |
Definition at line 50 of file labelledPoint.H.
|
inline |
Null construct.
Definition at line 63 of file labelledPoint.H.
|
inline |
Construct from point and label.
Definition at line 70 of file labelledPoint.H.
|
inline |
Definition at line 77 of file labelledPoint.H.
|
inline |
return point label
Definition at line 82 of file labelledPoint.H.
References labelledPoint::pLabel_.
Referenced by boundaryLayerOptimisation::calculateHairVectorsAtTheBoundary(), meshSurfaceCheckInvertedVertices::checkVertices(), meshSurfaceCheckEdgeTypes::classifyEdges(), boundaryLayers::createNewEdgeVerticesParallel(), boundaryLayers::findPatchesToBeTreatedTogether(), meshOptimizer::laplaceSmoother::laplacianParallel(), meshOptimizer::laplaceSmoother::laplacianPCParallel(), edgeExtractor::moveVerticesTowardsDiscontinuities(), meshSurfaceOptimizer::nodeDisplacementLaplacianFCParallel(), meshSurfaceOptimizer::nodeDisplacementLaplacianParallel(), boundaryLayerOptimisation::optimiseHairNormalsAtTheBoundary(), boundaryLayerOptimisation::optimiseHairNormalsInside(), meshSurfaceMapper2D::preMapVertices(), meshSurfaceEngineModifier::syncVerticesAtParallelBoundaries(), tetMeshOptimisation::unifyCoordinatesParallel(), tetMeshOptimisation::updateBufferLayerPoints(), partTriMesh::updateBufferLayers(), partTriMesh::updateVertices(), partTriMesh::updateVerticesSMP(), and partTetMesh::updateVerticesSMP().
|
inline |
Definition at line 87 of file labelledPoint.H.
References labelledPoint::pLabel_.
|
inline |
return point coordinates
Definition at line 93 of file labelledPoint.H.
References labelledPoint::coords_.
Referenced by boundaryLayerOptimisation::calculateHairVectorsAtTheBoundary(), meshSurfaceCheckInvertedVertices::checkVertices(), meshSurfaceCheckEdgeTypes::classifyEdges(), boundaryLayers::createNewEdgeVerticesParallel(), boundaryLayers::findPatchesToBeTreatedTogether(), meshOptimizer::laplaceSmoother::laplacianParallel(), meshOptimizer::laplaceSmoother::laplacianPCParallel(), edgeExtractor::moveVerticesTowardsDiscontinuities(), meshSurfaceOptimizer::nodeDisplacementLaplacianFCParallel(), meshSurfaceOptimizer::nodeDisplacementLaplacianParallel(), boundaryLayerOptimisation::optimiseHairNormalsAtTheBoundary(), boundaryLayerOptimisation::optimiseHairNormalsInside(), meshSurfaceMapper2D::preMapVertices(), meshSurfaceEngineModifier::syncVerticesAtParallelBoundaries(), tetMeshOptimisation::unifyCoordinatesParallel(), tetMeshOptimisation::updateBufferLayerPoints(), partTriMesh::updateBufferLayers(), partTriMesh::updateVertices(), partTriMesh::updateVerticesSMP(), and partTetMesh::updateVerticesSMP().
|
inline |
Definition at line 98 of file labelledPoint.H.
References labelledPoint::coords_.
|
inline |
Definition at line 105 of file labelledPoint.H.
References labelledPoint::coords_, and labelledPoint::pLabel_.
|
inline |
Definition at line 111 of file labelledPoint.H.
References labelledPoint::pLabel_.
Referenced by labelledPoint::operator!=().
|
inline |
Definition at line 119 of file labelledPoint.H.
References labelledPoint::operator==().
|
friend |
Definition at line 125 of file labelledPoint.H.
|
friend |
Definition at line 137 of file labelledPoint.H.
|
private |
point label
Definition at line 54 of file labelledPoint.H.
Referenced by labelledPoint::operator=(), labelledPoint::operator==(), and labelledPoint::pointLabel().
|
private |
point coordinates
Definition at line 57 of file labelledPoint.H.
Referenced by labelledPoint::coordinates(), and labelledPoint::operator=().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.