#include <PRegion.h>
Public Member Functions | |
PRegion () | |
PRegion (T B) | |
PRegion (T A, T B) | |
~PRegion () | |
T | min () const |
T | max () const |
T | length () const |
T | first () const |
T | last () const |
bool | empty () const |
PRegion< T > & | operator+= (T t) |
PRegion< T > & | operator-= (T t) |
PRegion< T > & | operator *= (T t) |
PRegion< T > & | operator/= (T t) |
PRegion< T > | intersect (const PRegion< T > &r) const |
bool | touches (const PRegion< T > &r) const |
bool | contains (const PRegion< T > &r) const |
bool | split (PRegion< T > &l, PRegion< T > &r) const |
bool | operator< (const PRegion< T > &r) const |
bool | operator== (const PRegion< T > &r) const |
Message & | putMessage (Message &m) |
Message & | getMessage (Message &m) |
Definition at line 65 of file PRegion.h.
|
|
|
|
|
|
|
|
|
Definition at line 174 of file PRegion.h. References PRegion< T >::max(), PRegion< T >::min(), and r. Here is the call graph for this function: |
|
|
|
|
|
Definition at line 215 of file PRegion.h. References Message::get_iter(), and getMessage_iter(). Here is the call graph for this function: |
|
Definition at line 115 of file PRegion.h. References PRegion< T >::max(), PRegion< T >::min(), and r. Here is the call graph for this function: |
|
|
|
Definition at line 83 of file PRegion.h. References PRegion< T >::max(), and PRegion< T >::min(). Here is the call graph for this function: |
|
Definition at line 82 of file PRegion.h. Referenced by PRegion< T >::contains(), PRegion< T >::intersect(), PRegion< T >::length(), and PRegion< T >::touches(). |
|
Definition at line 81 of file PRegion.h. Referenced by PRegion< T >::contains(), PRegion< T >::intersect(), PRegion< T >::length(), and PRegion< T >::touches(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 197 of file PRegion.h. References r. |
|
Definition at line 202 of file PRegion.h. References Message::put(), and putMessage(). Here is the call graph for this function: |
|
Definition at line 179 of file PRegion.h. References r. |
|
Definition at line 148 of file PRegion.h. References PRegion< T >::max(), PRegion< T >::min(), and r. Here is the call graph for this function: |