BALL::TRegularData3D< ValueType > Member List

This is the complete list of members for BALL::TRegularData3D< ValueType >, including all inherited members.
begin() const (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
begin() (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
binaryRead(const String &filename) BALL::TRegularData3D< ValueType >
binaryWrite(const String &filename) const BALL::TRegularData3D< ValueType >
binaryWriteRaw(const String &filename) const BALL::TRegularData3D< ValueType >
clear() BALL::TRegularData3D< ValueType > [virtual]
const_iterator typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
const_reference typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
ConstIterator typedef BALL::TRegularData3D< ValueType >
CoordinateType typedef BALL::TRegularData3D< ValueType >
data_ BALL::TRegularData3D< ValueType > [protected]
difference_type typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
dimension_ BALL::TRegularData3D< ValueType > [protected]
empty() const BALL::TRegularData3D< ValueType >
end() const (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
end() (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
getClosestIndex(const CoordinateType &v) const BALL::TRegularData3D< ValueType >
getClosestValue(const CoordinateType &x) const BALL::TRegularData3D< ValueType >
getClosestValue(const CoordinateType &x) BALL::TRegularData3D< ValueType >
getCoordinates(const IndexType &index) const BALL::TRegularData3D< ValueType >
getCoordinates(Position index) const BALL::TRegularData3D< ValueType >
getData() const BALL::TRegularData3D< ValueType >
getData(const IndexType &index) const BALL::TRegularData3D< ValueType >
getData(const IndexType &index) BALL::TRegularData3D< ValueType >
getData(Position index) const BALL::TRegularData3D< ValueType >
getData(Position index) BALL::TRegularData3D< ValueType >
getDimension() const BALL::TRegularData3D< ValueType >
getEnclosingIndices(const CoordinateType &r, Position &llf, Position &rlf, Position &luf, Position &ruf, Position &llb, Position &rlb, Position &lub, Position &rub) const BALL::TRegularData3D< ValueType >
getEnclosingValues(const CoordinateType &r, ValueType &llf, ValueType &rlf, ValueType &luf, ValueType &ruf, ValueType &llb, ValueType &rlb, ValueType &lub, ValueType &rub) const BALL::TRegularData3D< ValueType >
getInterpolatedValue(const CoordinateType &x) const BALL::TRegularData3D< ValueType >
getLowerIndex(const CoordinateType &v) const BALL::TRegularData3D< ValueType >
getOrigin() const BALL::TRegularData3D< ValueType >
getSize() const BALL::TRegularData3D< ValueType >
getSpacing() const BALL::TRegularData3D< ValueType >
inverse_mapping_ (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType > [protected]
is_orthogonal_ BALL::TRegularData3D< ValueType > [protected]
isInside(const CoordinateType &r) const BALL::TRegularData3D< ValueType >
iterator typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
Iterator typedef BALL::TRegularData3D< ValueType >
mapInverse_(CoordinateType r) const BALL::TRegularData3D< ValueType > [protected]
mapping_ BALL::TRegularData3D< ValueType > [protected]
mapToCartesian_(CoordinateType r) const BALL::TRegularData3D< ValueType > [protected]
max_size() const (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
operator!=(const TRegularData3D< ValueType > &grid) const BALL::TRegularData3D< ValueType >
operator()(const CoordinateType &x) const BALL::TRegularData3D< ValueType >
operator=(const TRegularData3D< ValueType > &data) BALL::TRegularData3D< ValueType >
operator==(const TRegularData3D< ValueType > &grid) const BALL::TRegularData3D< ValueType >
operator[](const IndexType &index) const BALL::TRegularData3D< ValueType >
operator[](const IndexType &index) BALL::TRegularData3D< ValueType >
operator[](Position index) const BALL::TRegularData3D< ValueType >
operator[](Position index) BALL::TRegularData3D< ValueType >
origin_ BALL::TRegularData3D< ValueType > [protected]
pointer typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
reference typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
rescale(const IndexType &new_size) BALL::TRegularData3D< ValueType >
resize(const IndexType &size) BALL::TRegularData3D< ValueType >
setDimension(const CoordinateType &dimension) BALL::TRegularData3D< ValueType >
setOrigin(const CoordinateType &origin) BALL::TRegularData3D< ValueType >
size() const (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
size_ BALL::TRegularData3D< ValueType > [protected]
size_type typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
spacing_ BALL::TRegularData3D< ValueType > [protected]
swap(TRegularData3D< ValueType > &grid) (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
TRegularData3D() BALL::TRegularData3D< ValueType >
TRegularData3D(const TRegularData3D< ValueType > &grid) BALL::TRegularData3D< ValueType >
TRegularData3D(const CoordinateType &origin, const CoordinateType &dimension, const CoordinateType &spacing) BALL::TRegularData3D< ValueType >
TRegularData3D(const CoordinateType &origin, const CoordinateType &x_axis, const CoordinateType &y_axis, const CoordinateType &z_axis, const IndexType &size) BALL::TRegularData3D< ValueType >
TRegularData3D(const IndexType &size, const CoordinateType &origin=CoordinateType(0.0), const CoordinateType &dimension=CoordinateType(1.0)) BALL::TRegularData3D< ValueType >
value_type typedef (defined in BALL::TRegularData3D< ValueType >) BALL::TRegularData3D< ValueType >
VectorType typedef BALL::TRegularData3D< ValueType >
~TRegularData3D() BALL::TRegularData3D< ValueType > [virtual]

Generated on Thu Aug 6 18:30:28 2009 for BALL by doxygen 1.5.8