Templated 3D Barycentric derived from VectorSpace. Has 4 components, one of which is redundant. More...


Public Types | |
| enum | components { A, B, C, D } |
| Component labeling enumeration. More... | |
| typedef Barycentric< label > | labelType |
| Equivalent type of labels used for valid component indexing. More... | |
Public Types inherited from VectorSpace< Barycentric< Cmpt >, Cmpt, 4 > | |
| typedef VectorSpace< Barycentric< Cmpt >, Cmpt, Ncmpts > | vsType |
| VectorSpace type. More... | |
| typedef Cmpt | cmptType |
| Component type. More... | |
| typedef Cmpt | magType |
| Magnitude type. More... | |
| typedef Cmpt * | iterator |
| Random access iterator for traversing VectorSpace. More... | |
| typedef const Cmpt * | const_iterator |
| Random access iterator for traversing VectorSpace. More... | |
Public Member Functions | |
| Barycentric ()=default | |
| Default construct. More... | |
| Barycentric (const Foam::zero) | |
| Construct initialized to zero. More... | |
| Barycentric (const Cmpt &va, const Cmpt &vb, const Cmpt &vc, const Cmpt &vd) | |
| Construct from components. More... | |
| Barycentric (const Cmpt &va, const Cmpt &vb, const Cmpt &vc) | |
| Construct from three components, calculate fourth component. More... | |
| const Cmpt & | a () const noexcept |
| const Cmpt & | b () const noexcept |
| const Cmpt & | c () const noexcept |
| const Cmpt & | d () const noexcept |
| Cmpt & | a () noexcept |
| Cmpt & | b () noexcept |
| Cmpt & | c () noexcept |
| Cmpt & | d () noexcept |
| Cmpt | inner (const Barycentric< Cmpt > &b2) const |
Scalar-product of this with another Barycentric. More... | |
Public Member Functions inherited from VectorSpace< Barycentric< Cmpt >, Cmpt, 4 > | |
| VectorSpace ()=default | |
| Default construct. More... | |
| VectorSpace (const Foam::zero) | |
| Construct initialized to zero. More... | |
| VectorSpace (const VectorSpace< Barycentric< Cmpt >, Cmpt, Ncmpts > &vs) | |
| Copy construct. More... | |
| VectorSpace (const VectorSpace< Form2, Cmpt2, Ncmpts > &) | |
| Copy construct of a VectorSpace with the same size. More... | |
| VectorSpace (Istream &is) | |
| Construct from Istream. More... | |
| const Cmpt & | component (const direction) const |
| Cmpt & | component (const direction) |
| void | component (Cmpt &, const direction) const |
| void | replace (const direction, const Cmpt &) |
| const Cmpt * | cdata () const noexcept |
| Return const pointer to the first data element. More... | |
| Cmpt * | data () noexcept |
| Return pointer to the first data element. More... | |
| const ConstBlock< SubVector, BStart > | block () const |
| const Foam::VectorSpace< Barycentric< Cmpt >, Cmpt, Ncmpts >::template ConstBlock< SubVector, BStart > | block () const |
| const Cmpt & | operator[] (const direction) const |
| Cmpt & | operator[] (const direction) |
| void | operator= (const VectorSpace< Barycentric< Cmpt >, Cmpt, Ncmpts > &) |
| void | operator= (const Foam::zero) |
| void | operator+= (const VectorSpace< Barycentric< Cmpt >, Cmpt, Ncmpts > &) |
| void | operator-= (const VectorSpace< Barycentric< Cmpt >, Cmpt, Ncmpts > &) |
| void | operator*= (const scalar) |
| void | operator/= (const scalar) |
| iterator | begin () noexcept |
| Return an iterator to begin of VectorSpace. More... | |
| const_iterator | begin () const noexcept |
| Return const_iterator to begin of VectorSpace. More... | |
| iterator | end () noexcept |
| Return an iterator to end of VectorSpace. More... | |
| const_iterator | end () const noexcept |
| Return const_iterator to end of VectorSpace. More... | |
| const_iterator | cbegin () const noexcept |
| Return const_iterator to begin of VectorSpace. More... | |
| const_iterator | cend () const noexcept |
| Return const_iterator to end of VectorSpace. More... | |
Static Public Attributes | |
| static constexpr direction | rank = 1 |
| Rank of Barycentric is 1. More... | |
Static Public Attributes inherited from VectorSpace< Barycentric< Cmpt >, Cmpt, 4 > | |
| static constexpr direction | dim |
| Dimensionality of space. More... | |
| static constexpr direction | nComponents |
| Number of components in this vector space. More... | |
| static constexpr direction | mRows |
| static constexpr direction | nCols |
| static const char *const | typeName |
| static const char *const | componentNames [] |
| static const Barycentric< Cmpt > | zero |
| static const Barycentric< Cmpt > | one |
| static const Barycentric< Cmpt > | max |
| static const Barycentric< Cmpt > | min |
| static const Barycentric< Cmpt > | rootMax |
| static const Barycentric< Cmpt > | rootMin |
Additional Inherited Members | |
Static Public Member Functions inherited from VectorSpace< Barycentric< Cmpt >, Cmpt, 4 > | |
| static constexpr direction | size () noexcept |
| The number of elements in the VectorSpace = Ncmpts. More... | |
| static Barycentric< Cmpt > | uniform (const Cmpt &s) |
| Return a VectorSpace with all elements = s. More... | |
Public Attributes inherited from VectorSpace< Barycentric< Cmpt >, Cmpt, 4 > | |
| Cmpt | v_ [Ncmpts] |
| The components of this vector space. More... | |
Templated 3D Barycentric derived from VectorSpace. Has 4 components, one of which is redundant.
Definition at line 50 of file Barycentric.H.
| typedef Barycentric<label> labelType |
Equivalent type of labels used for valid component indexing.
Definition at line 61 of file Barycentric.H.
| enum components |
|
default |
Default construct.
|
inline |
Construct initialized to zero.
Definition at line 25 of file BarycentricI.H.
|
inline |
Construct from components.
Definition at line 33 of file BarycentricI.H.
|
inline |
Construct from three components, calculate fourth component.
Definition at line 49 of file BarycentricI.H.
|
inlinenoexcept |
Definition at line 114 of file Barycentric.H.
Referenced by BarycentricTensor< Cmpt >::BarycentricTensor(), tetIndices::barycentricToPoint(), tetrahedron< Point, PointRef >::barycentricToPoint(), Barycentric< scalar >::inner(), and BarycentricTensor< Cmpt >::inner().

|
inlinenoexcept |
Definition at line 115 of file Barycentric.H.
Referenced by BarycentricTensor< Cmpt >::BarycentricTensor(), tetIndices::barycentricToPoint(), tetrahedron< Point, PointRef >::barycentricToPoint(), Barycentric< scalar >::inner(), and BarycentricTensor< Cmpt >::inner().

|
inlinenoexcept |
Definition at line 116 of file Barycentric.H.
Referenced by BarycentricTensor< Cmpt >::BarycentricTensor(), tetIndices::barycentricToPoint(), tetrahedron< Point, PointRef >::barycentricToPoint(), Barycentric< scalar >::inner(), and BarycentricTensor< Cmpt >::inner().

|
inlinenoexcept |
Definition at line 117 of file Barycentric.H.
Referenced by BarycentricTensor< Cmpt >::BarycentricTensor(), tetIndices::barycentricToPoint(), tetrahedron< Point, PointRef >::barycentricToPoint(), Barycentric< scalar >::inner(), and BarycentricTensor< Cmpt >::inner().

|
inlinenoexcept |
Definition at line 119 of file Barycentric.H.
|
inlinenoexcept |
Definition at line 120 of file Barycentric.H.
|
inlinenoexcept |
Definition at line 121 of file Barycentric.H.
|
inlinenoexcept |
Definition at line 122 of file Barycentric.H.
|
inline |
Scalar-product of this with another Barycentric.
Definition at line 62 of file BarycentricI.H.
Referenced by Foam::operator &().

|
static |
Rank of Barycentric is 1.
Definition at line 69 of file Barycentric.H.