Inheritance diagram for FixedNdWeightedPoint:

Definition at line 36 of file WeightedPoints.H.
Public Member Functions | |
| FixedNdWeightedPoint () | |
| FixedNdWeightedPoint (const T &value) | |
| bool & | operator== (const FixedNdPoint< T, Size > &point) const |
| const V & | value () const |
| void | value (const V &value) |
Protected Attributes | |
| V | weightValue |
| FixedNdWeightedPoint | ( | ) | [inline] |
Definition at line 39 of file WeightedPoints.H.
| FixedNdWeightedPoint | ( | const T & | value | ) | [inline] |
Definition at line 40 of file WeightedPoints.H.
| bool& operator== | ( | const FixedNdPoint< T, Size > & | point | ) | const [inline] |
Definition at line 42 of file WeightedPoints.H.
| const V& value | ( | ) | const [inline] |
Definition at line 49 of file WeightedPoints.H.
| void value | ( | const V & | value | ) | [inline] |
Definition at line 50 of file WeightedPoints.H.
V weightValue [protected] |
Definition at line 50 of file WeightedPoints.H.
Referenced by FixedNdWeightedPoint< double, double, 2 >::FixedNdWeightedPoint(), FixedNdWeightedPoint< double, double, 2 >::operator==(), and FixedNdWeightedPoint< double, double, 2 >::value().
1.5.1