Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
Enumerations
Enumerator
b
g
h
j
l
o
p
r
s
w
x
y
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
q
r
s
t
u
v
w
x
y
z
~
Variables
_
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
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
z
Related Functions
:
a
b
c
d
e
f
h
k
l
n
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
i
m
n
o
p
s
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
s
t
u
v
Enumerations
Enumerator
a
d
f
i
k
l
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Examples
src
tools
lvr2_viewer
widgets
LVROptimizationRemoveArtifactsDialog.hpp
Go to the documentation of this file.
1
28
#ifndef OPTIMIZATIONREMOVEARTIFACTSDIALOG_H_
29
#define OPTIMIZATIONREMOVEARTIFACTSDIALOG_H_
30
31
#include <vtkRenderWindow.h>
32
#include <vtkRenderer.h>
33
#include <vtkRendererCollection.h>
34
#include <vtkSmartPointer.h>
35
36
#include "../vtkBridge/LVRModelBridge.hpp"
37
38
#include "ui_LVROptimizationRemoveArtifactsDialogUI.h"
39
#include "
LVRMeshItem.hpp
"
40
#include "
LVRModelItem.hpp
"
41
42
using
Ui::RemoveArtifactsDialog;
43
44
namespace
lvr2
45
{
46
47
class
LVRRemoveArtifactsDialog
:
public
QObject
48
{
49
Q_OBJECT
50
51
public
:
52
LVRRemoveArtifactsDialog
(
LVRMeshItem
*
mesh
,
LVRModelItem
* parent, QTreeWidget* treeWidget, vtkRenderWindow* renderer);
53
virtual
~LVRRemoveArtifactsDialog
();
54
55
public
Q_SLOTS:
56
void
removeArtifacts
();
57
58
private
:
59
void
connectSignalsAndSlots
();
60
61
RemoveArtifactsDialog*
m_dialog
;
62
LVRMeshItem
*
m_mesh
;
63
LVRModelItem
*
m_optimizedModel
;
64
LVRModelItem
*
m_parent
;
65
QTreeWidget*
m_treeWidget
;
66
vtkRenderWindow*
m_renderWindow
;
67
68
};
69
70
}
// namespace lvr2
71
72
#endif
/* OPTIMIZATIONREMOVEARTIFACTSDIALOG_H_ */
lvr2::LVRRemoveArtifactsDialog::m_parent
LVRModelItem * m_parent
Definition:
LVROptimizationRemoveArtifactsDialog.hpp:64
lvr2::LVRRemoveArtifactsDialog::m_dialog
RemoveArtifactsDialog * m_dialog
Definition:
LVROptimizationRemoveArtifactsDialog.hpp:61
lvr2::LVRMeshItem
Definition:
LVRMeshItem.hpp:45
LVRModelItem.hpp
LVRMeshItem.hpp
lvr2::LVRRemoveArtifactsDialog::LVRRemoveArtifactsDialog
LVRRemoveArtifactsDialog(LVRMeshItem *mesh, LVRModelItem *parent, QTreeWidget *treeWidget, vtkRenderWindow *renderer)
Definition:
LVROptimizationRemoveArtifactsDialog.cpp:40
lvr2::LVRRemoveArtifactsDialog::connectSignalsAndSlots
void connectSignalsAndSlots()
Definition:
LVROptimizationRemoveArtifactsDialog.cpp:60
lvr2::LVRRemoveArtifactsDialog
Definition:
LVROptimizationRemoveArtifactsDialog.hpp:47
lvr2::LVRRemoveArtifactsDialog::m_treeWidget
QTreeWidget * m_treeWidget
Definition:
LVROptimizationRemoveArtifactsDialog.hpp:65
lvr2::LVRRemoveArtifactsDialog::m_optimizedModel
LVRModelItem * m_optimizedModel
Definition:
LVROptimizationRemoveArtifactsDialog.hpp:63
lvr2::LVRModelItem
Definition:
LVRModelItem.hpp:47
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::LVRRemoveArtifactsDialog::m_renderWindow
vtkRenderWindow * m_renderWindow
Definition:
LVROptimizationRemoveArtifactsDialog.hpp:66
lvr2::LVRRemoveArtifactsDialog::m_mesh
LVRMeshItem * m_mesh
Definition:
LVROptimizationRemoveArtifactsDialog.hpp:62
mesh
HalfEdgeMesh< Vec > mesh
Definition:
src/tools/lvr2_gs_reconstruction/Main.cpp:26
lvr2::LVRRemoveArtifactsDialog::removeArtifacts
void removeArtifacts()
Definition:
LVROptimizationRemoveArtifactsDialog.cpp:65
lvr2::LVRRemoveArtifactsDialog::~LVRRemoveArtifactsDialog
virtual ~LVRRemoveArtifactsDialog()
Definition:
LVROptimizationRemoveArtifactsDialog.cpp:55
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24