Inheritance diagram for boundaryContactSearchList:
Collaboration diagram for boundaryContactSearchList:Private Member Functions | |
| void | setList (const dictionary &dict, const contactSearch &cSearch) |
Private Attributes | |
| const boundaryList & | boundaries_ |
Additional Inherited Members | |
Public Types inherited from ListPtr< boundaryContactSearch > | |
| using | ListPtrType = ListPtr< boundaryContactSearch > |
| using | listType = std::list< boundaryContactSearch * > |
| using | iterator = typename listType::iterator |
| using | const_iterator = typename listType::const_iterator |
Static Public Member Functions inherited from ListPtr< boundaryContactSearch > | |
| static uniquePtr< boundaryContactSearch > | makeSafe (Args &&... args) |
Protected Member Functions inherited from ListPtr< boundaryContactSearch > | |
| bool | copy (const ListPtrType &src) |
| boundaryContactSearch * | ptr (size_t i) |
| const boundaryContactSearch * | ptr (size_t i) const |
| auto | pos (size_t i) |
| auto | pos (size_t i) const |
Protected Attributes inherited from ListPtr< boundaryContactSearch > | |
| std::list< boundaryContactSearch * > | list_ |
Definition at line 10 of file boundaryContactSearchList.hpp.
| boundaryContactSearchList | ( | const dictionary & | dict, |
| const boundaryList & | bndrs, | ||
| const contactSearch & | cSearch | ||
| ) |
Definition at line 18 of file boundaryContactSearchList.cpp.
References boundaryContactSearchList::setList().
Here is the call graph for this function:
|
default |
|
private |
Definition at line 4 of file boundaryContactSearchList.cpp.
References boundaryContactSearchList::boundaries_, boundaryContactSearch::create(), ListPtr< boundaryContactSearch >::set(), and ListPtr< T >::size().
Referenced by boundaryContactSearchList::boundaryContactSearchList().
Here is the call graph for this function:
Here is the caller graph for this function:| TypeInfoNV | ( | "boundaryContactSearchList" | ) |
|
inline |
Definition at line 33 of file boundaryContactSearchList.hpp.
References boundaryContactSearchList::boundaries_.
| bool boundariesUpdated | ( | ) | const |
Definition at line 29 of file boundaryContactSearchList.cpp.
Referenced by ContactSearch< searchMethod >::enterBroadSearchBoundary().
Here is the caller graph for this function:
|
private |
Definition at line 16 of file boundaryContactSearchList.hpp.
Referenced by boundaryContactSearchList::boundaries(), and boundaryContactSearchList::setList().