3rdparty/libpointmatcher/examples/demo_Qt/main.cpp
Go to the documentation of this file.
1 #include <QApplication>
2 #include <QWidget>
3 #include "PointMatcher.h"
4 
5 class LAUPointMatcherWidget : public QWidget
6 {
7  //Q_OBJECT
8 
9  public:
10  //LAUPointMatcherWidget(QWidget *parent = 0) : QWidget(parent) { ; }
11  //~LAUPointMatcherWidget();
12 
13  private:
15 };
16 
17 int main(int argc, char *argv[])
18 {
19  QApplication a(argc, argv);
21  w.show();
22 
23  return a.exec();
24 }
25 
LAUPointMatcherWidget::label
PointMatcher< float >::DataPoints::Label label
Definition: 3rdparty/libpointmatcher/examples/demo_Qt/main.cpp:14
PointMatcher
Functions and classes that are dependant on scalar type are defined in this templatized class.
Definition: PointMatcher.h:130
main
int main(int argc, char *argv[])
Definition: 3rdparty/libpointmatcher/examples/demo_Qt/main.cpp:17
PointMatcher.h
public interface
LAUPointMatcherWidget
Definition: 3rdparty/libpointmatcher/examples/demo_Qt/main.cpp:5


mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Mon Aug 14 2023 02:09:03