![]() |
NEURON
|
#include <axis.h>
Public Member Functions | |
| Axis (Scene *, DimensionName) | |
| Axis (Scene *, DimensionName, Coord x1, Coord x2) | |
| Axis (Scene *, DimensionName, Coord x1, Coord x2, Coord pos, int ntic=1, int nminor=0, int invert=0, bool number=true) | |
| virtual | ~Axis () |
| virtual void | save (ostream &) |
| virtual void | update (Observable *) |
| virtual void | size (float &, float &) |
Public Member Functions inherited from Observer | |
| virtual | ~Observer () |
| virtual void | disconnect (Observable *) |
Private Member Functions | |
| void | init (Coord x1, Coord x2, Coord pos=0., int ntic=1, int nminor=0, int invert=0, bool number=true) |
| bool | set_range () |
| void | install () |
| void | location () |
Private Attributes | |
| Scene * | s_ |
| Coord | min_ |
| Coord | max_ |
| DimensionName | d_ |
| double | amin_ |
| double | amax_ |
| int | ntic_ |
| int | nminor_ |
| int | invert_ |
| bool | number_ |
| Coord | pos_ |
Additional Inherited Members | |
Protected Member Functions inherited from Observer | |
| Observer () | |
| Axis::Axis | ( | Scene * | , |
| DimensionName | |||
| ) |
| Axis::Axis | ( | Scene * | , |
| DimensionName | , | ||
| Coord | x1, | ||
| Coord | x2 | ||
| ) |
| Axis::Axis | ( | Scene * | , |
| DimensionName | , | ||
| Coord | x1, | ||
| Coord | x2, | ||
| Coord | pos, | ||
| int | ntic = 1, |
||
| int | nminor = 0, |
||
| int | invert = 0, |
||
| bool | number = true |
||
| ) |
|
virtual |
|
private |
|
private |
|
private |
|
virtual |
|
private |
|
virtual |
|
virtual |
Reimplemented from Observer.
|
private |