#include <Division.h>
Public Member Functions | |
DDAxes | axis () const |
Division (const DDLogicalPart &parent, DDAxes axis, int nReplicas, double width, double offset) | |
Division (const DDLogicalPart &parent, DDAxes axis, int nReplicas, double offset) | |
Division (const DDLogicalPart &parent, DDAxes axis, double width, double offset) | |
int | nReplicas () const |
double | offset () const |
const DDLogicalPart & | parent () const |
void | stream (std::ostream &) |
double | width () const |
Private Attributes | |
DDAxes | axis_ |
int | nReplicas_ |
double | offset_ |
DDLogicalPart | parent_ |
double | width_ |
Definition at line 13 of file Division.h.
Division::Division | ( | const DDLogicalPart & | parent, |
DDAxes | axis, | ||
int | nReplicas, | ||
double | width, | ||
double | offset | ||
) |
Definition at line 9 of file Division.cc.
Division::Division | ( | const DDLogicalPart & | parent, |
DDAxes | axis, | ||
int | nReplicas, | ||
double | offset | ||
) |
Definition at line 12 of file Division.cc.
Division::Division | ( | const DDLogicalPart & | parent, |
DDAxes | axis, | ||
double | width, | ||
double | offset | ||
) |
Definition at line 15 of file Division.cc.
DDAxes Division::axis | ( | ) | const |
int Division::nReplicas | ( | ) | const |
double Division::offset | ( | ) | const |
const DDLogicalPart & Division::parent | ( | ) | const |
void Division::stream | ( | std::ostream & | os | ) |
Definition at line 24 of file Division.cc.
References axis(), DDAxesNames::name(), nReplicas(), offset(), parent_, DDLogicalPart::solid(), and width().
double Division::width | ( | ) | const |
|
private |
Definition at line 32 of file Division.h.
Referenced by axis().
|
private |
Definition at line 33 of file Division.h.
Referenced by nReplicas().
|
private |
Definition at line 35 of file Division.h.
Referenced by offset().
|
private |
Definition at line 31 of file Division.h.
|
private |
Definition at line 34 of file Division.h.
Referenced by width().