#include <CALlog.h>
Public Member Functions | |
| CALlog (unsigned datum) | |
| Constructor for initializing the CALlog class with a log value. | |
| unsigned | column () const |
| Method for returning the column from a log value. | |
| CALlogEnd | negative () const |
| Static method for returning the negative log-end from a log value. | |
| CALlogEnd | positive () const |
| Static method for returning the positive log-end from a log value. | |
| unsigned | datum () const |
| Method for returning the log value the class was constructed with. | |
Static Public Member Functions | |
| static unsigned | column (unsigned datum) |
| Static method for returning the column from a log value. | |
| static CALlogEnd | negative (unsigned datum) |
| Static method for returning the negative log-end from a log value. | |
| static CALlogEnd | positive (unsigned datum) |
| Static method for returning the positive log-end from a log value. | |
Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| CALlog::CALlog | ( | unsigned | datum | ) | [inline] |
| unsigned CALlog::column | ( | ) | const [inline] |
Method for returning the column from a log value.
| unsigned CALlog::column | ( | unsigned | datum | ) | [inline, static] |
Static method for returning the column from a log value.
| datum | - A log value |
| unsigned CALlog::datum | ( | ) | const [inline] |
Method for returning the log value the class was constructed with.
| CALlogEnd CALlog::negative | ( | ) | const [inline] |
Static method for returning the negative log-end from a log value.
| CALlogEnd CALlog::negative | ( | unsigned | datum | ) | [inline, static] |
Static method for returning the negative log-end from a log value.
| datum | - A log value |
| CALlogEnd CALlog::positive | ( | ) | const [inline] |
Static method for returning the positive log-end from a log value.
| CALlogEnd CALlog::positive | ( | unsigned | datum | ) | [inline, static] |
Static method for returning the positive log-end from a log value.
| datum | - A log value |
1.4.7