Templated 3D Barycentric derived from VectorSpace. Has 4 components, one of which is redundant.
More...
|
| Barycentric ()=default |
|
| Barycentric (const Foam::zero) |
|
| Barycentric (const Cmpt &va, const Cmpt &vb, const Cmpt &vc, const Cmpt &vd) |
|
const Cmpt & | a () const |
|
const Cmpt & | b () const |
|
const Cmpt & | c () const |
|
const Cmpt & | d () const |
|
Cmpt & | a () |
|
Cmpt & | b () |
|
Cmpt & | c () |
|
Cmpt & | d () |
|
| VectorSpace ()=default |
|
| VectorSpace (const Foam::zero) |
|
| VectorSpace (const VectorSpace< Form, Cmpt, Ncmpts > &vs) |
|
| VectorSpace (const VectorSpace< Form2, Cmpt2, Ncmpts > &) |
|
| VectorSpace (Istream &is) |
|
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 |
|
Cmpt * | data () noexcept |
|
const ConstBlock< SubVector, BStart > | block () const |
|
const Foam::VectorSpace< Form, Cmpt, Ncmpts >::template ConstBlock< SubVector, BStart > | block () const |
|
const Cmpt & | operator[] (const direction) const |
|
Cmpt & | operator[] (const direction) |
|
void | operator= (const VectorSpace< Form, Cmpt, Ncmpts > &) |
|
void | operator= (const Foam::zero) |
|
void | operator+= (const VectorSpace< Form, Cmpt, Ncmpts > &) |
|
void | operator-= (const VectorSpace< Form, Cmpt, Ncmpts > &) |
|
void | operator*= (const scalar) |
|
void | operator/= (const scalar) |
|
iterator | begin () noexcept |
|
const_iterator | begin () const noexcept |
|
iterator | end () noexcept |
|
const_iterator | end () const noexcept |
|
const_iterator | cbegin () const noexcept |
|
const_iterator | cend () const noexcept |
|
template<class Cmpt>
class Foam::Barycentric< Cmpt >
Templated 3D Barycentric derived from VectorSpace. Has 4 components, one of which is redundant.
- Source files
-
Definition at line 50 of file Barycentric.H.
◆ labelType
◆ components
◆ Barycentric() [1/3]
◆ Barycentric() [2/3]
◆ Barycentric() [3/3]
Barycentric |
( |
const Cmpt & |
va, |
|
|
const Cmpt & |
vb, |
|
|
const Cmpt & |
vc, |
|
|
const Cmpt & |
vd |
|
) |
| |
|
inline |
◆ a() [1/2]
◆ b() [1/2]
◆ c() [1/2]
◆ d() [1/2]
◆ a() [2/2]
◆ b() [2/2]
◆ c() [2/2]
◆ d() [2/2]
◆ rank
The documentation for this class was generated from the following files: