#include <mi32/stddefns.h>
#include <mi32/elemtype.h>
Include dependency graph for element.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | RVC |
Classes | |
| class | RVC::ELEMENT |
| Container for spatial element specifying type and number. More... | |
Functions | |
| bool | operator!= (const ELEMENT &lhs, const ELEMENT &rhs) |
| bool | operator< (const ELEMENT &lhs, const ELEMENT &rhs) |
| bool | operator== (const ELEMENT &lhs, const ELEMENT &rhs) |
Definition in file element.h.
|
||||||||||||
|
Compare ELEMENTs for inequality.
|
|
||||||||||||
|
Compare ELEMENTs for ordering. Elements are sorted by type then by element number. This comparison it to allow RVC::ELEMENT to be used as a Key in std::map |
|
||||||||||||
|
Compare ELEMENTs for equality.
|
1.3.8-20040913