|
| | labelledTri () |
| | Construct null. More...
|
| |
| | labelledTri (const triFace &, const label region) |
| | Construct from triFace and a region label. More...
|
| |
| | labelledTri (const label a, const label b, const label c, const label region) |
| | Construct from three point labels and a region label. More...
|
| |
| | labelledTri (Istream &) |
| | Construct from Istream. More...
|
| |
| label | region () const |
| | Return region label. More...
|
| |
| label & | region () |
| | Return region label. More...
|
| |
| | triFace () |
| | Construct null. More...
|
| |
| | triFace (const label a, const label b, const label c) |
| | Construct from three point labels. More...
|
| |
| | triFace (const labelUList &) |
| | Construct from a list of labels. More...
|
| |
| | triFace (Istream &) |
| | Construct from Istream. More...
|
| |
| label | collapse () |
| | Collapse face by removing duplicate point labels. More...
|
| |
| void | flip () |
| | Flip the face in-place. More...
|
| |
| pointField | points (const pointField &) const |
| | Return the points corresponding to this face. More...
|
| |
| face | triFaceFace () const |
| | Return triangle as a face. More...
|
| |
| triPointRef | tri (const pointField &) const |
| | Return the triangle. More...
|
| |
| point | centre (const pointField &) const |
| | Return centre (centroid) More...
|
| |
| template<class Type > |
| Type | average (const pointField &, const Field< Type > &) const |
| | Calculate average value at centroid of face. More...
|
| |
| vector | area (const pointField &) const |
| | Return vector area. More...
|
| |
| scalar | mag (const pointField &) const |
| | Return scalar magnitude. More...
|
| |
| vector | normal (const pointField &) const |
| | Return unit normal. More...
|
| |
| label | nTriangles () const |
| | Number of triangles after splitting. More...
|
| |
| triFace | reverseFace () const |
| | Return face with reverse direction. More...
|
| |
| scalar | sweptVol (const pointField &oldPoints, const pointField &newPoints) const |
| | Return swept-volume. More...
|
| |
| symmTensor | inertia (const pointField &, const point &refPt=vector::zero, scalar density=1.0) const |
| | Return the inertia tensor, with optional reference. More...
|
| |
| pointHit | ray (const point &p, const vector &q, const pointField &points, const intersection::algorithm=intersection::algorithm::fullRay, const intersection::direction dir=intersection::direction::vector) const |
| | Return point intersection with a ray starting at p,. More...
|
| |
| pointHit | intersection (const point &p, const vector &q, const pointField &points, const intersection::algorithm alg, const scalar tol=0.0) const |
| | Fast intersection with a ray. More...
|
| |
| pointHit | intersection (const point &p, const vector &q, const point &ctr, const pointField &points, const intersection::algorithm alg, const scalar tol=0.0) const |
| |
| pointHit | nearestPoint (const point &p, const pointField &points) const |
| | Return nearest point to face. More...
|
| |
| pointHit | nearestPointClassify (const point &p, const pointField &points, label &nearType, label &nearLabel) const |
| | Return nearest point to face and classify it: More...
|
| |
| label | nEdges () const |
| | Return number of edges. More...
|
| |
| edgeList | edges () const |
| | Return edges in face point ordering,. More...
|
| |
| edge | faceEdge (const label n) const |
| | Return n-th face edge. More...
|
| |
| int | edgeDirection (const edge &) const |
| | Return the edge direction on the face. More...
|
| |
| | FixedList () |
| | Null constructor. More...
|
| |
| | FixedList (const label &) |
| | Construct from value. More...
|
| |
| | FixedList (const label v[Size]) |
| | Construct from C-array. More...
|
| |
| | FixedList (InputIterator first, InputIterator last) |
| | Construct given start and end iterators. More...
|
| |
| | FixedList (std::initializer_list< label >) |
| | Construct from an initialiser list. More...
|
| |
| | FixedList (const UList< label > &) |
| | Construct from UList. More...
|
| |
| | FixedList (const SLList< label > &) |
| | Construct from SLList. More...
|
| |
| | FixedList (Istream &) |
| | Construct from Istream. More...
|
| |
| autoPtr< FixedList< label, Size > > | clone () const |
| | Clone. More...
|
| |
| label | fcIndex (const label i) const |
| | Return the forward circular index, i.e. the next index. More...
|
| |
| label | rcIndex (const label i) const |
| | Return the reverse circular index, i.e. the previous index. More...
|
| |
| const label * | cdata () const |
| | Return a const pointer to the first data element,. More...
|
| |
| label * | data () |
| | Return a pointer to the first data element,. More...
|
| |
| label & | first () |
| | Return the first element of the list. More...
|
| |
| const label & | first () const |
| | Return first element of the list. More...
|
| |
| label & | last () |
| | Return the last element of the list. More...
|
| |
| const label & | last () const |
| | Return the last element of the list. More...
|
| |
| void | checkStart (const label start) const |
| | Check start is within valid range (0 ... size-1) More...
|
| |
| void | checkSize (const label size) const |
| | Check size is within valid range (0 ... size) More...
|
| |
| void | checkIndex (const label i) const |
| | Check index i is within valid range (0 ... size-1) More...
|
| |
| void | resize (const label) |
| | Dummy resize function. More...
|
| |
| void | setSize (const label) |
| | Dummy setSize function. More...
|
| |
| void | transfer (const FixedList< label, Size > &) |
| | Copy (not transfer) the argument contents. More...
|
| |
| label & | operator[] (const label) |
| | Return element of FixedList. More...
|
| |
| const label & | operator[] (const label) const |
| | Return element of constant FixedList. More...
|
| |
| void | operator= (const label v[Size]) |
| | Assignment to array operator. Takes linear time. More...
|
| |
| void | operator= (const UList< label > &) |
| | Assignment to UList operator. Takes linear time. More...
|
| |
| void | operator= (const SLList< label > &) |
| | Assignment to SLList operator. Takes linear time. More...
|
| |
| void | operator= (std::initializer_list< label >) |
| | Assignment to an initialiser list. Takes linear time. More...
|
| |
| void | operator= (const label &) |
| | Assignment of all entries to the given value. More...
|
| |
| iterator | begin () |
| | Return an iterator to begin traversing the FixedList. More...
|
| |
| const_iterator | begin () const |
| | Return const_iterator to begin traversing the constant FixedList. More...
|
| |
| iterator | end () |
| | Return an iterator to end traversing the FixedList. More...
|
| |
| const_iterator | end () const |
| | Return const_iterator to end traversing the constant FixedList. More...
|
| |
| const_iterator | cbegin () const |
| | Return const_iterator to begin traversing the constant FixedList. More...
|
| |
| const_iterator | cend () const |
| | Return const_iterator to end traversing the constant FixedList. More...
|
| |
| reverse_iterator | rbegin () |
| | Return reverse_iterator to begin reverse traversing the FixedList. More...
|
| |
| const_reverse_iterator | rbegin () const |
| | Return const_reverse_iterator to begin reverse traversing FixedList. More...
|
| |
| reverse_iterator | rend () |
| | Return reverse_iterator to end reverse traversing the FixedList. More...
|
| |
| const_reverse_iterator | rend () const |
| | Return const_reverse_iterator to end reverse traversing FixedList. More...
|
| |
| const_reverse_iterator | crbegin () const |
| | Return const_reverse_iterator to begin reverse traversing FixedList. More...
|
| |
| const_reverse_iterator | crend () const |
| | Return const_reverse_iterator to end reverse traversing FixedList. More...
|
| |
| label | size () const |
| | Return the number of elements in the FixedList. More...
|
| |
| label | max_size () const |
| | Return size of the largest possible FixedList. More...
|
| |
| bool | empty () const |
| | Return true if the FixedList is empty (ie, size() is zero) More...
|
| |
| void | swap (FixedList< label, Size > &) |
| | Swap two FixedLists of the same type in constant time. More...
|
| |
| bool | operator== (const FixedList< label, Size > &) const |
| | Equality operation on FixedLists of the same type. More...
|
| |
| bool | operator!= (const FixedList< label, Size > &) const |
| | The opposite of the equality operation. Takes linear time. More...
|
| |
| bool | operator< (const FixedList< label, Size > &) const |
| | Compare two FixedLists lexicographically. Takes linear time. More...
|
| |
| bool | operator> (const FixedList< label, Size > &) const |
| | Compare two FixedLists lexicographically. Takes linear time. More...
|
| |
| bool | operator<= (const FixedList< label, Size > &) const |
| | Return true if !(a > b). Takes linear time. More...
|
| |
| bool | operator>= (const FixedList< label, Size > &) const |
| | Return true if !(a < b). Takes linear time. More...
|
| |