|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahField.H>
Public Types | |
| typedef Dtype | Distance_Type |
| typedef Dtype | dtype |
Public Member Functions | |
| Dtype & | get_value () |
| const Dtype & | get_value () const |
| Field (Dtype &&d=0.0) | |
| Field (const Dtype &d) | |
| Field (Dtype &d) | |
| Field & | operator= (const Dtype &d) |
| Field & | operator= (Dtype &d) |
| Field & | operator= (const Dtype &&d) |
| Field | operator+ (const Field &rhs) |
| Field & | operator+= (const Field &rhs) |
Static Public Attributes | |
| static const Dtype | Zero = 0 |
| static const Dtype | Min = std::numeric_limits<Dtype>::min() |
| static const Dtype | Max = std::numeric_limits<Dtype>::max() |
Private Attributes | |
| Dtype | num |
|
inline |
|
inline |
|
inline |
Definition at line 70 of file ahField.H.
References Aleph::Field< Dtype >::num.
Definition at line 72 of file ahField.H.
References Aleph::Field< Dtype >::num.
|
inline |
Definition at line 107 of file ahField.H.
References Aleph::maps(), and Aleph::Field< Dtype >::num.
|
inline |
Definition at line 112 of file ahField.H.
References Aleph::maps(), and Aleph::Field< Dtype >::num.
|
inline |
Definition at line 101 of file ahField.H.
References Aleph::Field< Dtype >::num.
|
inline |
Definition at line 89 of file ahField.H.
References Aleph::Field< Dtype >::num.
|
inline |
Definition at line 95 of file ahField.H.
References Aleph::Field< Dtype >::num.
|
private |
Definition at line 56 of file ahField.H.
Referenced by Aleph::Field< Dtype >::get_value(), Aleph::Field< Dtype >::get_value(), Aleph::Field< Dtype >::operator+(), Aleph::Field< Dtype >::operator+=(), Aleph::Field< Dtype >::operator=(), Aleph::Field< Dtype >::operator=(), and Aleph::Field< Dtype >::operator=().