This is the complete list of members for pTraits< Field< T > >, including all inherited members.
| all() const | UList< T > | inline |
| allowConstructFromLargerSize | FieldBase | static |
| any() const | UList< T > | inline |
| append(const T &val) | List< T > | inline |
| append(T &&val) | List< T > | inline |
| append(const UList< T > &list) | List< T > | inline |
| append(const IndirectListBase< T, Addr > &list) | List< T > | inline |
| appendUniq(const T &val) | List< T > | inline |
| assign(const entry &e, const label len) | Field< T > | |
| assign(const word &key, const dictionary &dict, const label len, IOobjectOption::readOption readOpt=IOobjectOption::MUST_READ) | Field< T > | |
| autoMap(const FieldMapper &map, const bool applyFlip=true) | Field< T > | |
| back() | UList< T > | inline |
| back() const | UList< T > | inline |
| begin() noexcept | UList< T > | inline |
| begin(const label i) noexcept | UList< T > | inline |
| begin() const noexcept | UList< T > | inline |
| begin(const label i) const noexcept | UList< T > | inline |
| block(const label start) const | Field< T > | |
| byteSize() const | UList< T > | |
| capacity() const noexcept | UList< T > | inline |
| cbegin() const noexcept | UList< T > | inline |
| cbegin(const label i) const noexcept | UList< T > | inline |
| cdata() const noexcept | UList< T > | inline |
| cdata_bytes() const noexcept | UList< T > | inline |
| cend() const noexcept | UList< T > | inline |
| checkIndex(const label i) const | UList< T > | inline |
| checkRange(const label start, const label len) const | UList< T > | inline |
| checkSize(const label size) const | UList< T > | inline |
| checkStart(const label start) const | UList< T > | inline |
| clamp_max(const T &upper) | Field< T > | |
| clamp_max(const UList< T > &upper) | Field< T > | |
| clamp_min(const T &lower) | Field< T > | |
| clamp_min(const UList< T > &lower) | Field< T > | |
| clamp_range(const T &lower, const T &upper) | Field< T > | |
| clamp_range(const MinMax< T > &range) | Field< T > | |
| clear() | List< T > | inline |
| clone() const | Field< T > | inline |
| cmptType typedef | pTraits< Field< T > > | |
| component(const direction) const | Field< T > | |
| const_iterator typedef | UList< T > | |
| const_pointer typedef | UList< T > | |
| const_reference typedef | UList< T > | |
| const_reverse_iterator typedef | UList< T > | |
| contains(const T &val) const | UList< T > | inline |
| contains(const T &val, label pos, label len=-1) const | UList< T > | inline |
| crbegin() const | UList< T > | inline |
| crend() const | UList< T > | inline |
| data() noexcept | UList< T > | inline |
| data_bytes() noexcept | UList< T > | inline |
| deepCopy(const UList< T > &list) | UList< T > | |
| deepCopy(const IndirectListBase< T, Addr > &list) | UList< T > | |
| difference_type typedef | UList< T > | |
| emplace_back(Args &&... args) | List< T > | inline |
| empty() const noexcept | UList< T > | inline |
| end() noexcept | UList< T > | inline |
| end() const noexcept | UList< T > | inline |
| expr() const | UList< T > | inline |
| fcIndex(const label i) const noexcept | UList< T > | inline |
| fcValue(const label i) const | UList< T > | inline |
| fcValue(const label i) | UList< T > | inline |
| Field() noexcept | Field< T > | inline |
| Field(const label len) | Field< T > | inlineexplicit |
| Field(const label len, const T &val) | Field< T > | inline |
| Field(const label len, Foam::zero) | Field< T > | inline |
| Field(Foam::one, const T &val) | Field< T > | inline |
| Field(Foam::one, T &&val) | Field< T > | inline |
| Field(Foam::one, Foam::zero) | Field< T > | inline |
| Field(const Field< T > &fld) | Field< T > | inline |
| Field(const UList< T > &list) | Field< T > | inlineexplicit |
| Field(const IndirectListBase< T, Addr > &list) | Field< T > | inlineexplicit |
| Field(Field< T > &&fld) noexcept | Field< T > | inline |
| Field(List< T > &&list) noexcept | Field< T > | inline |
| Field(DynamicList< T, SizeMin > &&list) | Field< T > | inline |
| Field(const UList< T > &mapF, const labelUList &mapAddressing) | Field< T > | |
| Field(const tmp< Field< T >> &tmapF, const labelUList &mapAddressing) | Field< T > | |
| Field(const UList< T > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< T > | |
| Field(const tmp< Field< T >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< T > | |
| Field(const UList< T > &mapF, const FieldMapper &map, const bool applyFlip=true) | Field< T > | |
| Field(const UList< T > &mapF, const FieldMapper &map, const T &defaultValue, const bool applyFlip=true) | Field< T > | |
| Field(const UList< T > &mapF, const FieldMapper &map, const UList< T > &defaultValues, const bool applyFlip=true) | Field< T > | |
| Field(const tmp< Field< T >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | Field< T > | |
| Field(const tmp< Field< T >> &tmapF, const FieldMapper &map, const T &defaultValue, const bool applyFlip=true) | Field< T > | |
| Field(const tmp< Field< T >> &tmapF, const FieldMapper &map, const UList< T > &defaultValues, const bool applyFlip=true) | Field< T > | |
| Field(Field< T > &fld, bool reuse) | Field< T > | inline |
| Field(const tmp< Field< T >> &tfld) | Field< T > | inline |
| Field(Istream &is) | Field< T > | inline |
| Field(const entry &e, const label len) | Field< T > | |
| Field(const word &key, const dictionary &dict, const label len, IOobjectOption::readOption readOpt=IOobjectOption::MUST_READ) | Field< T > | |
| Field(const Expression::ListExpression< E > &expr) | Field< T > | inlineexplicit |
| FieldBase() noexcept | FieldBase | inline |
| fill_uniform(const T &val) | UList< T > | inlineprotected |
| fill_uniform(Foam::zero) | UList< T > | inlineprotected |
| find(const T &val) const | UList< T > | |
| find(const T &val, label pos, label len=-1) const | UList< T > | |
| first() | UList< T > | inline |
| first() const | UList< T > | inline |
| found(const T &val, label pos=0) const | UList< T > | inline |
| front() | UList< T > | inline |
| front() const | UList< T > | inline |
| get(const label i) const | UList< T > | inline |
| is_List typedef | UList< T > | |
| iterator typedef | UList< T > | |
| last() | UList< T > | inline |
| last() const | UList< T > | inline |
| List() noexcept | List< T > | inline |
| List(const label len) | List< T > | explicit |
| List(const label len, const T &val) | List< T > | |
| List(const label len, Foam::zero) | List< T > | |
| List(Foam::one, const T &val) | List< T > | |
| List(Foam::one, T &&val) | List< T > | |
| List(Foam::one, Foam::zero) | List< T > | |
| List(const List< T > &list) | List< T > | |
| List(const UList< T > &list) | List< T > | explicit |
| List(List< T > &list, bool reuse) | List< T > | |
| List(const UList< T > &list, const labelUList &indices) | List< T > | |
| List(const UList< T > &list, const FixedList< label, N > &indices) | List< T > | |
| List(const FixedList< T, N > &list) | List< T > | explicit |
| List(const UPtrList< T > &list) | List< T > | explicit |
| List(const IndirectListBase< T, Addr > &list) | List< T > | explicit |
| List(std::initializer_list< T > list) | List< T > | |
| List(List< T > &&list) noexcept | List< T > | inline |
| List(DynamicList< T, SizeMin > &&list) | List< T > | |
| List(Istream &is) | List< T > | |
| List(const Expression::ListExpression< E > &expr) | List< T > | inlineexplicit |
| localBoundaryConsistency() noexcept | FieldBase | inlinestatic |
| localBoundaryConsistency(int val) noexcept | FieldBase | inlinestatic |
| localBoundaryConsistency_ | FieldBase | static |
| localBoundaryTolerance_ | FieldBase | static |
| map(const UList< T > &mapF, const labelUList &mapAddressing) | Field< T > | |
| map(const tmp< Field< T >> &tmapF, const labelUList &mapAddressing) | Field< T > | |
| map(const UList< T > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< T > | |
| map(const tmp< Field< T >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | Field< T > | |
| map(const UList< T > &mapF, const FieldMapper &map, const bool applyFlip=true) | Field< T > | |
| map(const tmp< Field< T >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | Field< T > | |
| max_size() noexcept | UList< T > | inlinestatic |
| moveFirst(const label i) | UList< T > | |
| moveLast(const label i) | UList< T > | |
| negate() | Field< T > | |
| New(Istream &is) | Field< T > | inlinestatic |
| NewCalculatedType(const Field< Type2 > &f) | Field< T > | inlinestatic |
| newElmt(const label i) | List< T > | inline |
| none() const | UList< T > | inline |
| normalise() | Field< T > | |
| normalise() | Field< T > | |
| normalise() | Field< T > | |
| normalise() | Field< T > | |
| normalise() | Field< T > | |
| null() noexcept | Field< T > | inlinestatic |
| operator const Foam::List< T > &() const | UList< T > | inline |
| operator!=(const UList< T > &list) const | UList< T > | |
| operator*=(const UList< scalar > &) | Field< T > | |
| operator*=(const tmp< Field< scalar >> &) | Field< T > | |
| operator*=(const scalar &) | Field< T > | |
| operator++() noexcept | refCount | inline |
| operator++(int) noexcept | refCount | inline |
| operator+=(const UList< T > &) | Field< T > | |
| operator+=(const tmp< Field< T >> &) | Field< T > | |
| operator+=(const T &) | Field< T > | |
| operator--() noexcept | refCount | inline |
| operator--(int) noexcept | refCount | inline |
| operator-=(const UList< T > &) | Field< T > | |
| operator-=(const tmp< Field< T >> &) | Field< T > | |
| operator-=(const T &) | Field< T > | |
| operator/=(const UList< scalar > &) | Field< T > | |
| operator/=(const tmp< Field< scalar >> &) | Field< T > | |
| operator/=(const scalar &) | Field< T > | |
| operator<(const UList< T > &list) const | UList< T > | |
| operator<=(const UList< T > &list) const | UList< T > | |
| operator=(const Field< T > &) | Field< T > | |
| operator=(const tmp< Field< T >> &) | Field< T > | |
| operator=(const UList< T > &rhs) | Field< T > | inline |
| operator=(const SubField< T > &rhs) | Field< T > | inline |
| operator=(const IndirectListBase< T, Addr > &rhs) | Field< T > | inline |
| operator=(Field< T > &&rhs) | Field< T > | inline |
| operator=(List< T > &&rhs) | Field< T > | inline |
| operator=(DynamicList< T, SizeMin > &&rhs) | Field< T > | inline |
| operator=(const T &val) | Field< T > | inline |
| operator=(Foam::zero) | Field< T > | inline |
| operator=(const VectorSpace< Form, Cmpt, nCmpt > &) | Field< T > | |
| operator=(const Expression::ListExpression< E > &expr) | Field< T > | inline |
| operator=(const tmp< Field > &rhs) | Field< T > | |
| Foam::List::operator=(const List< T > &list) | List< T > | |
| Foam::List::operator=(const FixedList< T, N > &list) | List< T > | |
| Foam::List::operator=(std::initializer_list< T > list) | List< T > | |
| Foam::UList::operator=(UList< T > &&) noexcept=default | UList< T > | |
| operator==(const UList< T > &list) const | UList< T > | |
| operator>(const UList< T > &list) const | UList< T > | |
| operator>=(const UList< T > &list) const | UList< T > | |
| operator[](const label i) | UList< T > | inline |
| operator[](const label i) const | UList< T > | inline |
| pointer typedef | UList< T > | |
| pop_back(label n=1) | List< T > | inline |
| pTraits(Istream &is) | pTraits< Field< T > > | inlineexplicit |
| push_back(const T &val) | List< T > | inline |
| push_back(T &&val) | List< T > | inline |
| push_back(const UList< T > &list) | List< T > | inline |
| push_back(const IndirectListBase< T, Addr > &list) | List< T > | inline |
| push_uniq(const T &val) | List< T > | inline |
| rbegin() | UList< T > | inline |
| rbegin() const | UList< T > | inline |
| rcIndex(const label i) const noexcept | UList< T > | inline |
| rcValue(const label i) const | UList< T > | inline |
| rcValue(const label i) | UList< T > | inline |
| readList(Istream &is) | List< T > | |
| refCount() noexcept | refCount | inline |
| reference typedef | UList< T > | |
| rend() | UList< T > | inline |
| rend() const | UList< T > | inline |
| replace(const direction, const UList< cmptType > &) | Field< T > | |
| replace(const direction, const tmp< Field< cmptType >> &) | Field< T > | |
| replace(const direction, const cmptType &) | Field< T > | |
| resize(const label len) | List< T > | inline |
| resize(const label len, const T &val) | List< T > | |
| resize(const label len) | List< T > | inline |
| resize_copy(label count, const label len) | List< T > | |
| resize_fill(const label len, const T &val) | List< T > | inline |
| resize_nocopy(const label len) | List< T > | inline |
| reverse_iterator typedef | UList< T > | |
| rfind(const T &val, label pos=-1) const | UList< T > | |
| rmap(const UList< T > &mapF, const labelUList &mapAddressing) | Field< T > | |
| rmap(const tmp< Field< T >> &tmapF, const labelUList &mapAddressing) | Field< T > | |
| rmap(const UList< T > &mapF, const labelUList &mapAddressing, const UList< scalar > &weights) | Field< T > | |
| rmap(const tmp< Field< T >> &tmapF, const labelUList &mapAddressing, const UList< scalar > &weights) | Field< T > | |
| set(const label i, bool val=true) | List< T > | inline |
| setAddressableSize(const label n) noexcept | UList< T > | inlineprotected |
| setSize(label n) | List< T > | inline |
| setSize(label n, const T &val) | List< T > | inline |
| shallowCopy(const UList< T > &)=delete | List< T > | |
| Foam::UList::shallowCopy(T *__restrict__ ptr, const label len) noexcept | UList< T > | inline |
| Foam::UList::shallowCopy(std::nullptr_t) noexcept | UList< T > | inline |
| size(const label n) | UList< T > | inlineprotected |
| size() const noexcept | UList< T > | inline |
| size_bytes() const noexcept | UList< T > | inline |
| size_type typedef | UList< T > | |
| slice(const label pos, label len=-1) | Field< T > | |
| slice(const label pos, label len=-1) const | Field< T > | |
| slice(const labelRange &range) | Field< T > | |
| slice(const labelRange &range) const | Field< T > | |
| subField typedef | Field< T > | |
| subList typedef | List< T > | |
| swap(UList< T > &list) noexcept | UList< T > | inline |
| swapFirst(const label i) | UList< T > | |
| swapLast(const label i) | UList< T > | |
| T() const | Field< T > | |
| test(const label i) const | UList< T > | inline |
| transfer(List< T > &list) | List< T > | |
| transfer(DynamicList< T, SizeMin > &list) | List< T > | |
| typeName | FieldBase | static |
| UList(const UList< T > &) noexcept=default | UList< T > | |
| UList(UList< T > &&) noexcept=default | UList< T > | |
| UList() noexcept | UList< T > | inline |
| UList(T *__restrict__ ptr, const label len) noexcept | UList< T > | inline |
| UList(SubList< T > &&) noexcept | UList< T > | |
| unifiedGeometricField | FieldBase | static |
| uniform() const | UList< T > | inline |
| unique() const noexcept | refCount | inline |
| unset(const label i) | UList< T > | inline |
| use_count() const noexcept | refCount | inline |
| validateRange(const labelRange &requestedRange) const | UList< T > | protected |
| value_type typedef | UList< T > | |
| view() const | UList< T > | inline |
| warnLocalBoundaryConsistencyCompat(const dictionary &) | FieldBase | static |
| writeEntry(const word &keyword, Ostream &os) const | Field< T > | |
| Foam::List::writeEntry(Ostream &os) const | UList< T > | protected |
| writeList(Ostream &os, const label shortLen=0) const | UList< T > | |
| ~List() | List< T > |