Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DetectorDescription
Core
src
Shapeless.h
Go to the documentation of this file.
1
#ifndef DDI_Shapeless_h
2
#define DDI_Shapeless_h
3
4
#include <iostream>
5
#include "
DetectorDescription/Core/interface/Solid.h
"
6
7
namespace
DDI
{
8
9
class
Shapeless
:
public
Solid
{
10
public
:
11
Shapeless
() :
Solid
(
DDSolidShape
::
ddshapeless
) {}
12
double
volume
()
const override
{
return
0; }
13
void
stream
(std::ostream& os)
const override
{ os <<
" shapeless"
; }
14
};
15
}
// namespace DDI
16
#endif
DDI::Shapeless
Definition:
Shapeless.h:9
DDI::Shapeless::stream
void stream(std::ostream &os) const override
Definition:
Shapeless.h:13
Solid.h
DDSolidShape::ddshapeless
DDI::Shapeless::volume
double volume() const override
Definition:
Shapeless.h:12
DDI
Definition:
Assembly.h:7
DDSolidShape
DDSolidShape
Definition:
DDSolidShapes.h:6
DDI::Solid
Definition:
Solid.h:10
DDI::Shapeless::Shapeless
Shapeless()
Definition:
Shapeless.h:11
Generated for CMSSW Reference Manual by
1.8.14