|
gtsam_points
|
#include <indexed_pointcloud_buffer.hpp>


Public Member Functions | |
| IndexedPointCloudBuffer (const std::shared_ptr< const glk::PointCloudBuffer > &cloud_buffer, const unsigned int *indices, int num_indices) | |
| IndexedPointCloudBuffer (const std::shared_ptr< const glk::PointCloudBuffer > &cloud_buffer, const std::vector< unsigned int > &indices) | |
| template<typename Integral > | |
| IndexedPointCloudBuffer (const std::shared_ptr< const glk::PointCloudBuffer > &cloud_buffer, const Integral *indices, int num_indices) | |
| template<typename Integral > | |
| IndexedPointCloudBuffer (const std::shared_ptr< const glk::PointCloudBuffer > &cloud_buffer, const std::vector< Integral > &indices) | |
| virtual | ~IndexedPointCloudBuffer () override |
| virtual void | draw (glk::GLSLShader &shader) const override |
| GLuint | ebo_id () const |
| int | size () const |
Public Member Functions inherited from glk::Drawable | |
| virtual | ~Drawable () |
Additional Inherited Members | |
Public Types inherited from glk::Drawable | |
| using | Ptr = std::shared_ptr< Drawable > |
| using | ConstPtr = std::shared_ptr< const Drawable > |
| glk::IndexedPointCloudBuffer::IndexedPointCloudBuffer | ( | const std::shared_ptr< const glk::PointCloudBuffer > & | cloud_buffer, |
| const unsigned int * | indices, | ||
| int | num_indices | ||
| ) |
| glk::IndexedPointCloudBuffer::IndexedPointCloudBuffer | ( | const std::shared_ptr< const glk::PointCloudBuffer > & | cloud_buffer, |
| const std::vector< unsigned int > & | indices | ||
| ) |
| glk::IndexedPointCloudBuffer::IndexedPointCloudBuffer | ( | const std::shared_ptr< const glk::PointCloudBuffer > & | cloud_buffer, |
| const Integral * | indices, | ||
| int | num_indices | ||
| ) |
| glk::IndexedPointCloudBuffer::IndexedPointCloudBuffer | ( | const std::shared_ptr< const glk::PointCloudBuffer > & | cloud_buffer, |
| const std::vector< Integral > & | indices | ||
| ) |
|
overridevirtual |
|
overridevirtual |
Reimplemented from glk::Drawable.
| GLuint glk::IndexedPointCloudBuffer::ebo_id | ( | ) | const |
|
inline |