coherent WaveBurst
Library Reference Guide
cWB Home
cWB Documentation
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
w
+
Variables
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
z
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
0
_
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
0
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
+
Files
File List
+
File Members
+
All
1
_
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
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
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
o
r
s
w
x
+
Macros
1
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
home
cWB_docker
git
cWB
library
tools
gwat
tutorials
TestSM.C
Go to the documentation of this file.
1
{
2
3
skymap
sm1
;
4
cout <<
"L1 "
<< sm1.
size
() << endl;
5
6
skymap
sm2
(
int
(7));
7
cout <<
"L2 "
<<
sm2
.
size
() << endl;
8
9
sm1=
sm2
;
10
cout <<
"L1 "
<< sm1.
size
() << endl;
11
exit
(0);
12
}
sm2
skymap * sm2
Definition:
TestTObjectSkymap.C:27
skymap
Definition:
skymap.hh:63
sm1
skymap sm1
Definition:
TestReadWriteSkymapObject.C:8
skymap::size
size_t size()
Definition:
skymap.hh:136
exit
exit(0)