#include <Division.h>
Public Member Functions | |
DDAxes | axis () const |
Division (const DDLogicalPart &parent, const DDAxes axis, const int nReplicas, const double width, const double offset) | |
Division (const DDLogicalPart &parent, const DDAxes axis, const int nReplicas, const double offset) | |
Division (const DDLogicalPart &parent, const DDAxes axis, const double width, const 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, |
const DDAxes | axis, | ||
const int | nReplicas, | ||
const double | width, | ||
const double | offset | ||
) |
Division::Division | ( | const DDLogicalPart & | parent, |
const DDAxes | axis, | ||
const int | nReplicas, | ||
const double | offset | ||
) |
Definition at line 17 of file Division.cc.
Division::Division | ( | const DDLogicalPart & | parent, |
const DDAxes | axis, | ||
const double | width, | ||
const double | offset | ||
) |
Definition at line 24 of file Division.cc.
DDAxes Division::axis | ( | ) | const |
Definition at line 31 of file Division.cc.
References axis_.
Referenced by stream().
{ return axis_; }
int Division::nReplicas | ( | ) | const |
Definition at line 32 of file Division.cc.
References nReplicas_.
Referenced by stream().
{ return nReplicas_; }
double Division::offset | ( | ) | const |
Definition at line 34 of file Division.cc.
References offset_.
Referenced by stream().
{ return offset_; }
const DDLogicalPart & Division::parent | ( | ) | const |
void Division::stream | ( | std::ostream & | os | ) |
Definition at line 37 of file Division.cc.
References axis(), nReplicas(), offset(), parent_, DDLogicalPart::solid(), and width().
double Division::width | ( | ) | const |
Definition at line 33 of file Division.cc.
References width_.
Referenced by stream().
{ return width_; }
DDAxes DDI::Division::axis_ [private] |
Definition at line 44 of file Division.h.
Referenced by axis().
int DDI::Division::nReplicas_ [private] |
Definition at line 45 of file Division.h.
Referenced by nReplicas().
double DDI::Division::offset_ [private] |
Definition at line 47 of file Division.h.
Referenced by offset().
DDLogicalPart DDI::Division::parent_ [private] |
Definition at line 43 of file Division.h.
double DDI::Division::width_ [private] |
Definition at line 46 of file Division.h.
Referenced by width().