#include <PointCloudAPI.h>
Public Member Functions | |
Env () | |
bool | operator!= (Env const &other) const |
bool | operator== (Env const &other) const |
Friends | |
class | ReifiedEnv |
The environment for a given point cloud.
ooc::Env::Env | ( | ) |
Constructs an invalid point cloud environment. This invalid environment can be tested against with equality operators. Aside from the equality operators and ooc::GetEnv, it is illegal to call any of the OOC API functions with an ooc::Env constructed from this constructor. It acts as a null pointer.
bool ooc::Env::operator!= | ( | Env const & | other | ) | const |
bool ooc::Env::operator== | ( | Env const & | other | ) | const |
friend class ReifiedEnv [friend] |