#include <bijective-mapping.h>
Collaboration diagram for inverse_mapping:
Public Types | |
typedef mapping_type::domain_type | range_type |
typedef mapping_type::range_type | domain_type |
Public Methods | |
inverse_mapping (const mapping_type &tm) | |
const T1 & | operator() (const T2 &t2) const |
bool | defined (const T2 &t2) const |
range_type | range () const |
domain_type | domain () const |
Friends | |
class | bijective_mapping |
This class has reference semantics with respect to bijective_mapping.
Definition at line 254 of file bijective-mapping.h.
|
Definition at line 277 of file bijective-mapping.h. |
|
Definition at line 279 of file bijective-mapping.h. |
|
Definition at line 263 of file bijective-mapping.h. |
|
Definition at line 265 of file bijective-mapping.h. References defined, bijective_mapping::the_inverse_map, and bijective_mapping::update_inverse. |
|
Definition at line 272 of file bijective-mapping.h. References bijective_mapping::the_inverse_map, and bijective_mapping::update_inverse. Referenced by operator(). |
|
Definition at line 396 of file bijective-mapping.h. References bijective_mapping::domain. |
|
Definition at line 401 of file bijective-mapping.h. References bijective_mapping::range. |
|
Definition at line 257 of file bijective-mapping.h. |