Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
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
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
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
Classes
Class List
Class Index
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
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
Enumerator
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
graphics
VP1
VP1Systems
VP1GuideLineSystems
VP1GuideLineSystems
VP1Lines.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef VP1LINES_H
6
#define VP1LINES_H
7
8
#include "
VP1Base/VP1HelperClassBase.h
"
9
#include <QObject>
10
#include <Inventor/C/errors/debugerror.h>
11
#include <Inventor/SbColor4f.h>
12
class
SoSeparator;
13
14
class
VP1Lines
:
public
QObject,
public
VP1HelperClassBase
{
15
16
Q_OBJECT
17
18
public
:
19
20
VP1Lines
( SoSeparator * attachsep,
//where the grid separator will attach itself when visible
21
IVP1System
*
sys
,QObject *
parent
= 0);
22
virtual
~VP1Lines
();
23
24
public
Q_SLOTS:
25
26
void
setShown
(
bool
);
//will attach/detach itself from attachsep depending on this
27
void
setColourAndTransp
(
const
SbColor4f&);
28
void
setDirection
(
const
SbVec3f&);
29
30
private
:
31
class
Imp
;
32
Imp
*
m_d
;
33
};
34
35
#endif
VP1Lines::setShown
void setShown(bool)
Definition:
VP1Lines.cxx:150
VP1Lines
Definition:
VP1Lines.h:14
VP1Lines::VP1Lines
VP1Lines(SoSeparator *attachsep, IVP1System *sys, QObject *parent=0)
Definition:
VP1Lines.cxx:36
VP1Lines::setColourAndTransp
void setColourAndTransp(const SbColor4f &)
Definition:
VP1Lines.cxx:167
mapkey::sys
@ sys
Definition:
TElectronEfficiencyCorrectionTool.cxx:42
VP1Lines::setDirection
void setDirection(const SbVec3f &)
Definition:
VP1Lines.cxx:178
IVP1System
Definition:
IVP1System.h:36
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
VP1HelperClassBase
Definition:
VP1HelperClassBase.h:28
VP1Lines::~VP1Lines
virtual ~VP1Lines()
Definition:
VP1Lines.cxx:43
VP1Lines::Imp
Definition:
VP1Lines.cxx:18
VP1HelperClassBase.h
VP1Lines::m_d
Imp * m_d
Definition:
VP1Lines.h:31
Generated on Tue Apr 1 2025 21:23:05 for ATLAS Offline Software by
1.8.18