#include <PointCloudAPI.h>
The environment for a given point cloud.
◆ 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.
◆ operator!=()
bool ooc::Env::operator!= |
( |
Env const & |
other | ) |
const |
◆ operator==()
bool ooc::Env::operator== |
( |
Env const & |
other | ) |
const |
◆ ReifiedEnv
The documentation for this class was generated from the following file: