#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 | ||
) |
Definition at line 9 of file Division.cc.
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 |
int Division::nReplicas | ( | ) | const |
double Division::offset | ( | ) | const |
const DDLogicalPart & Division::parent | ( | ) | const |
Definition at line 35 of file Division.cc.
References parent_.
Referenced by Vispa.Gui.ZoomableScrollableWidgetOwner.ZoomableScrollableWidgetOwner::autosizeScrollArea(), Vispa.Share.ImageExporter.ImageExporter::exportImageDialog(), Vispa.Views.WidgetView.WidgetView::restoreSelection(), and Vispa.Views.WidgetView.WidgetView::select().
void Division::stream | ( | std::ostream & | os | ) |
Definition at line 37 of file Division.cc.
References axis(), DDAxesNames::name(), nReplicas(), offset(), parent_, DDLogicalPart::solid(), and width().
double Division::width | ( | ) | const |
|
private |
Definition at line 44 of file Division.h.
Referenced by axis().
|
private |
Definition at line 45 of file Division.h.
Referenced by nReplicas().
|
private |
Definition at line 47 of file Division.h.
Referenced by offset().
|
private |
Definition at line 43 of file Division.h.
|
private |
Definition at line 46 of file Division.h.
Referenced by width().