Templated 2D Barycentric derived from VectorSpace. Has 3 components, one of which is redundant.
More...
|
| Barycentric2D ()=default |
|
| Barycentric2D (const Foam::zero) |
|
| Barycentric2D (const Cmpt &va, const Cmpt &vb, const Cmpt &vc) |
|
const Cmpt & | a () const |
|
const Cmpt & | b () const |
|
const Cmpt & | c () const |
|
Cmpt & | a () |
|
Cmpt & | b () |
|
Cmpt & | c () |
|
bool | outside () const |
|
| 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::Barycentric2D< Cmpt >
Templated 2D Barycentric derived from VectorSpace. Has 3 components, one of which is redundant.
- Source files
-
Definition at line 50 of file Barycentric2D.H.
◆ labelType
◆ components
◆ Barycentric2D() [1/3]
◆ Barycentric2D() [2/3]
◆ Barycentric2D() [3/3]
Barycentric2D |
( |
const Cmpt & |
va, |
|
|
const Cmpt & |
vb, |
|
|
const Cmpt & |
vc |
|
) |
| |
|
inline |
◆ a() [1/2]
◆ b() [1/2]
◆ c() [1/2]
◆ a() [2/2]
◆ b() [2/2]
◆ c() [2/2]
◆ outside()
◆ rank
The documentation for this class was generated from the following files: