#include <iostream>
#include <boost/bind.hpp>
#include <pangolin/pangolin.h>
#include <pangolin/simple_math.h>
Go to the source code of this file.
Classes | |
struct | CustomType |
Functions | |
void | GlobalKeyHook (const std::string &example) |
int | main (int, char *argv[]) |
std::ostream & | operator<< (std::ostream &os, const CustomType &o) |
std::istream & | operator>> (std::istream &is, CustomType &o) |
void GlobalKeyHook | ( | const std::string & | example | ) |
Definition at line 29 of file SimpleDisplay/main.cpp.
int main | ( | int | , |
char * | argv[] | ||
) |
Definition at line 34 of file SimpleDisplay/main.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const CustomType & | o | ||
) |
Definition at line 17 of file SimpleDisplay/main.cpp.
std::istream& operator>> | ( | std::istream & | is, |
CustomType & | o | ||
) |
Definition at line 22 of file SimpleDisplay/main.cpp.