Namespaces | Functions | Variables
Symbol.cpp File Reference
#include <gtsam/inference/Symbol.h>
#include <boost/format.hpp>
#include <boost/bind.hpp>
#include <limits.h>
#include <list>
#include <iostream>
Include dependency graph for Symbol.cpp:

Go to the source code of this file.

Namespaces

 gtsam
 traits
 

Functions

static Symbol gtsam::make (gtsam::Key key)
 
GTSAM_EXPORT std::ostream & gtsam::operator<< (std::ostream &os, const Symbol &symbol)
 

Variables

static const size_t gtsam::chrBits = sizeof(unsigned char) * 8
 
static const Key gtsam::chrMask = Key(UCHAR_MAX) << indexBits
 
static const size_t gtsam::indexBits = keyBits - chrBits
 
static const Key gtsam::indexMask = ~chrMask
 
static const size_t gtsam::keyBits = sizeof(Key) * 8
 

Detailed Description

Date
June 9, 2012
Author
: Frank Dellaert
: Richard Roberts

Definition in file Symbol.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:40