#include <graph_drawable.h>
Definition at line 43 of file graph_drawable.h.
◆ GraphDrawable()
◆ ~GraphDrawable()
| GraphDrawable::~GraphDrawable |
( |
| ) |
|
|
virtual |
◆ Render()
| void GraphDrawable::Render |
( |
const glm::mat4 & |
projectionMatrix, |
|
|
const glm::mat4 & |
viewMatrix |
|
) |
| |
◆ setPose()
◆ setVisible()
| void GraphDrawable::setVisible |
( |
bool |
visible | ) |
|
|
inline |
◆ lineWidth_
| float GraphDrawable::lineWidth_ |
|
private |
◆ loopClosureIndices_
| std::vector<GLushort> GraphDrawable::loopClosureIndices_ |
|
private |
◆ neighborIndices_
| std::vector<GLushort> GraphDrawable::neighborIndices_ |
|
private |
◆ pose_
◆ shader_program_
| GLuint GraphDrawable::shader_program_ |
|
private |
◆ vertex_buffers_
| GLuint GraphDrawable::vertex_buffers_ |
|
private |
◆ visible_
| bool GraphDrawable::visible_ |
|
private |
The documentation for this class was generated from the following files: