Public Member Functions | |
labelledPointScalar () | |
Null construct. More... | |
labelledPointScalar (const label pl, const point &p, const scalar s) | |
Construct from point and label. More... | |
~labelledPointScalar () | |
label | pointLabel () const |
return point label More... | |
label & | pointLabel () |
const point & | coordinates () const |
return point coordinates More... | |
point & | coordinates () |
const scalar & | scalarValue () const |
return scalar value More... | |
scalar & | scalarValue () |
void | operator= (const labelledPointScalar &lps) |
bool | operator== (const labelledPointScalar &lps) const |
bool | operator!= (const labelledPointScalar &lps) const |
Private Attributes | |
label | pLabel_ |
point label More... | |
point | coords_ |
point coordinates More... | |
scalar | weight_ |
scalar data More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const labelledPointScalar &lps) |
Istream & | operator>> (Istream &is, labelledPointScalar &lps) |
Definition at line 50 of file labelledPointScalar.H.
|
inline |
Null construct.
Definition at line 66 of file labelledPointScalar.H.
|
inline |
Construct from point and label.
Definition at line 74 of file labelledPointScalar.H.
|
inline |
Definition at line 82 of file labelledPointScalar.H.
|
inline |
return point label
Definition at line 87 of file labelledPointScalar.H.
References labelledPointScalar::pLabel_.
Referenced by boundaryLayerOptimisation::calculateNormalVectors(), meshOptimizer::laplaceSmoother::laplacianWPCParallel(), extrudeLayer::movePoints(), and meshSurfaceMapper::preMapVertices().
|
inline |
Definition at line 92 of file labelledPointScalar.H.
References labelledPointScalar::pLabel_.
|
inline |
return point coordinates
Definition at line 98 of file labelledPointScalar.H.
References labelledPointScalar::coords_.
Referenced by boundaryLayerOptimisation::calculateNormalVectors(), meshOptimizer::laplaceSmoother::laplacianWPCParallel(), extrudeLayer::movePoints(), and meshSurfaceMapper::preMapVertices().
|
inline |
Definition at line 103 of file labelledPointScalar.H.
References labelledPointScalar::coords_.
|
inline |
return scalar value
Definition at line 109 of file labelledPointScalar.H.
References labelledPointScalar::weight_.
Referenced by boundaryLayerOptimisation::calculateNormalVectors(), meshOptimizer::laplaceSmoother::laplacianWPCParallel(), extrudeLayer::movePoints(), and meshSurfaceMapper::preMapVertices().
|
inline |
Definition at line 114 of file labelledPointScalar.H.
References labelledPointScalar::weight_.
|
inline |
Definition at line 121 of file labelledPointScalar.H.
References labelledPointScalar::coords_, labelledPointScalar::pLabel_, and labelledPointScalar::weight_.
|
inline |
Definition at line 128 of file labelledPointScalar.H.
References labelledPointScalar::pLabel_.
Referenced by labelledPointScalar::operator!=().
|
inline |
Definition at line 136 of file labelledPointScalar.H.
References labelledPointScalar::operator==().
|
friend |
Definition at line 142 of file labelledPointScalar.H.
|
friend |
Definition at line 155 of file labelledPointScalar.H.
|
private |
point label
Definition at line 54 of file labelledPointScalar.H.
Referenced by refLabelledPointScalar::operator=(), labelledPointScalar::operator=(), refLabelledPointScalar::operator==(), labelledPointScalar::operator==(), and labelledPointScalar::pointLabel().
|
private |
point coordinates
Definition at line 57 of file labelledPointScalar.H.
Referenced by labelledPointScalar::coordinates(), and labelledPointScalar::operator=().
|
private |
scalar data
Definition at line 60 of file labelledPointScalar.H.
Referenced by labelledPointScalar::operator=(), and labelledPointScalar::scalarValue().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.