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
VP1HEPVis
VP1HEPVis
VP1HEPVisUtils.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
7
// //
8
// Header file for class VP1HEPVisUtils //
9
// //
10
// Description: Utilities connected to the VP1HEPVis //
11
// classes. //
12
// //
13
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
14
// Initial version: November 2008 //
15
// //
17
18
#ifndef VP1HEPVISUTILS_H
19
#define VP1HEPVISUTILS_H
20
21
class
SoGroup;
22
class
SoNode;
23
24
class
VP1HEPVisUtils
{
25
public
:
26
27
static
void
initAllCustomClasses
();
//calls ::initClass() on all custom classes.
28
29
static
SoGroup*
convertToStandardScene
(SoGroup*);
30
static
bool
isCustomNode
(SoNode*);
31
static
SoNode *
convertCustomNodeToAlternateRep
(SoNode*);
//Returns empty group node if not custom or without alternate rep.
32
33
static
void
updateAllAlternativeReps
(SoGroup*);
34
static
void
clearAllAlternativeReps
(SoGroup*);
35
36
private
:
37
38
VP1HEPVisUtils
();
39
~VP1HEPVisUtils
();
40
41
class
Imp
;
42
};
43
44
#endif
VP1HEPVisUtils::Imp
Definition:
VP1HEPVisUtils.cxx:42
VP1HEPVisUtils
Definition:
VP1HEPVisUtils.h:24
VP1HEPVisUtils::VP1HEPVisUtils
VP1HEPVisUtils()
VP1HEPVisUtils::initAllCustomClasses
static void initAllCustomClasses()
Definition:
VP1HEPVisUtils.cxx:317
VP1HEPVisUtils::isCustomNode
static bool isCustomNode(SoNode *)
Definition:
VP1HEPVisUtils.cxx:183
VP1HEPVisUtils::~VP1HEPVisUtils
~VP1HEPVisUtils()
VP1HEPVisUtils::clearAllAlternativeReps
static void clearAllAlternativeReps(SoGroup *)
Definition:
VP1HEPVisUtils.cxx:297
VP1HEPVisUtils::convertToStandardScene
static SoGroup * convertToStandardScene(SoGroup *)
Definition:
VP1HEPVisUtils.cxx:157
VP1HEPVisUtils::updateAllAlternativeReps
static void updateAllAlternativeReps(SoGroup *)
Definition:
VP1HEPVisUtils.cxx:287
VP1HEPVisUtils::convertCustomNodeToAlternateRep
static SoNode * convertCustomNodeToAlternateRep(SoNode *)
Definition:
VP1HEPVisUtils.cxx:238
Generated on Tue Apr 1 2025 21:23:04 for ATLAS Offline Software by
1.8.18