Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

ooc::Env Class Reference

#include <PointCloudAPI.h>

List of all members.

Public Member Functions

 Env ()
bool operator!= (Env const &other) const
bool operator== (Env const &other) const

Friends

class ReifiedEnv

Detailed Description

The environment for a given point cloud.


Constructor & Destructor Documentation

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.


Member Function Documentation

bool ooc::Env::operator!= ( Env const &  other) const
bool ooc::Env::operator== ( Env const &  other) const

Friends And Related Function Documentation

friend class ReifiedEnv [friend]

The documentation for this class was generated from the following file: