ObjectInfo.h File Reference
#include <filesystem>
#include <optional>
#include <string>
#include <vector>
#include "ObjectID.h"
+ Include dependency graph for ObjectInfo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ObjectInfo
 Accessor for the object files. More...
 
struct  PackageFileLocation
 
class  OrientedBox< FloatT >
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 simox
 

Functions

bool operator!= (const ObjectInfo &lhs, const ObjectInfo &rhs)
 
bool operator< (const ObjectInfo &lhs, const ObjectInfo &rhs)
 
std::ostream & operator<< (std::ostream &os, const ObjectInfo &rhs)
 
bool operator<= (const ObjectInfo &lhs, const ObjectInfo &rhs)
 
bool operator== (const ObjectInfo &lhs, const ObjectInfo &rhs)
 
bool operator> (const ObjectInfo &lhs, const ObjectInfo &rhs)
 
bool operator>= (const ObjectInfo &lhs, const ObjectInfo &rhs)