|
FreePOOMA
2.4.1
|
A simple class which stores the following information: More...
#include "Domain/Contains.h"#include "Domain/DomainTraits.h"#include "Domain/Interval.h"#include "Utilities/Pooled.h"#include "Utilities/PAssert.h"#include <iosfwd>

Classes | |
| class | Node< Dom, OrigDom > |
| Node is a quite simple object which stores information about where a subdomain should be located. More... | |
| struct | DomainTraits< Node< Dom, OrigDom > > |
| struct | TemporaryNewDomain1< Domain, Node< OwnedDomain, AllocatedDomain > > |
Functions | |
| template<class D , class A > | |
| std::ostream & | operator<< (std::ostream &o, const Node< D, A > &node) |
| template<int Dim, class Dom , class OrigDom > | |
| bool | contains (const Interval< Dim > &i, const Node< Dom, OrigDom > &n) |
A simple class which stores the following information:
| std::ostream& operator<< | ( | std::ostream & | o, |
| const Node< D, A > & | node | ||
| ) |
| bool contains | ( | const Interval< Dim > & | i, |
| const Node< Dom, OrigDom > & | n | ||
| ) | [inline] |
References contains(), and Node< Dom, OrigDom >::domain().
1.7.6.1