gtsam_points
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
light_viewer.hpp File Reference
#include <mutex>
#include <deque>
#include <memory>
#include <unordered_map>
#include <glk/drawable.hpp>
#include <guik/gl_canvas.hpp>
#include <guik/imgui_application.hpp>
#include <guik/viewer/plot_setting.hpp>
#include <guik/viewer/shader_setting.hpp>
#include <guik/viewer/light_viewer_context.hpp>
Include dependency graph for light_viewer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  guik::LightViewer
 

Namespaces

namespace  guik
 

Typedefs

using guik::PlotDataConstPtr = std::shared_ptr< const PlotData >
 
using guik::PlotStyleConstPtr = std::shared_ptr< const PlotStyle >
 

Functions

LightViewerguik::viewer (const Eigen::Vector2i &size=Eigen::Vector2i(-1, -1), bool background=false, const std::string &title="screen")
 
LightViewerguik::viewer (const std::string &title, const Eigen::Vector2i &size=Eigen::Vector2i(-1, -1), bool background=false)
 
void guik::destroy ()
 
bool guik::running ()