Bridge++
Ver. 2.0.3
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
d
t
v
Typedefs
Enumerations
Enumerator
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
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
v
w
y
Typedefs
a
b
c
d
e
i
k
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
c
e
f
g
i
l
m
n
p
r
s
u
v
z
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
f
g
h
i
l
m
n
o
r
s
t
u
y
Variables
Typedefs
a
c
e
f
i
m
o
r
s
t
u
Enumerations
Enumerator
Macros
_
a
b
c
d
e
i
l
n
r
t
u
v
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
projection.cpp
Go to the documentation of this file.
1
14
#include "
projection.h
"
15
16
#ifdef USE_FACTORY
17
18
#ifdef USE_FACTORY_AUTOREGISTER
19
#else
20
// setup factories for all subclasses
21
22
#include "
projection_Maximum_SU_N.h
"
23
#include "
projection_Stout_SU3.h
"
24
25
bool
Projection::init_factory()
26
{
27
bool
result =
true
;
28
29
result &= Projection_Maximum_SU_N::register_factory();
30
result &= Projection_Stout_SU3::register_factory();
31
32
return
result;
33
}
34
35
36
#endif
/* USE_FACTORY_AUTOREGISTER */
37
38
#endif
/* USE_FACTORY */
projection_Maximum_SU_N.h
projection.h
projection_Stout_SU3.h
src
lib
Smear
projection.cpp
Generated on Wed Mar 19 2025 11:03:47 for Bridge++ by
1.8.17