Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
z
Related Functions
:
a
g
i
l
o
p
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
z
Functions
_
a
b
c
d
e
g
l
m
o
p
r
s
t
u
v
Variables
Typedefs
a
c
d
e
g
i
l
m
n
o
p
q
s
t
v
Macros
_
a
b
c
d
e
f
g
i
l
o
p
r
s
t
z
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
:
14
PointMatcher<float>::DataPoints::Label
label
;
15
};
16
17
int
main
(
int
argc,
char
*argv[])
18
{
19
QApplication a(argc, argv);
20
LAUPointMatcherWidget
w;
21
w.show();
22
23
return
a.exec();
24
}
25
LAUPointMatcherWidget::label
PointMatcher< float >::DataPoints::Label label
Definition:
main.cpp:14
PointMatcher
Functions and classes that are dependant on scalar type are defined in this templatized class.
Definition:
PointMatcher.h:130
PointMatcher.h
public interface
LAUPointMatcherWidget
Definition:
main.cpp:5
main
int main(int argc, char *argv[])
Definition:
main.cpp:17
libpointmatcher
Author(s):
autogenerated on Sun Dec 22 2024 03:21:53