![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <point_painter.h>
Classes | |
| struct | Data |
Public Member Functions | |
| PointPainter () | |
| ~PointPainter () | |
| void | Setup () |
| void | Upload (const std::vector< PointPainter::Data > &data) |
| void | Render (const QMatrix4x4 &pmv_matrix, const float point_size) |
Definition at line 15 of file point_painter.h.
| colmap::PointPainter::PointPainter | ( | ) |
Definition at line 38 of file point_painter.cc.
| colmap::PointPainter::~PointPainter | ( | ) |
Definition at line 40 of file point_painter.cc.
| void colmap::PointPainter::Render | ( | const QMatrix4x4 & | pmv_matrix, |
| const float | point_size | ||
| ) |
Definition at line 101 of file point_painter.cc.
References glDebugLog.
Referenced by colmap::ModelViewerWidget::paintGL(), and colmap::ModelViewerWidget::SelectObject().
| void colmap::PointPainter::Setup | ( | ) |
Definition at line 45 of file point_painter.cc.
References glDebugLog.
| void colmap::PointPainter::Upload | ( | const std::vector< PointPainter::Data > & | data | ) |
Definition at line 68 of file point_painter.cc.
References data, and glDebugLog.