SyB3R - Synthetic Benchmark for 3D Reconstruction
FloatImage< Type > Member List

This is the complete list of members for FloatImage< Type >, including all inherited members.

FloatImage()=default (defined in FloatImage< Type >)FloatImage< Type >
FloatImage(unsigned w, unsigned h, std::initializer_list< float > values) (defined in FloatImage< Type >)FloatImage< Type >inline
getHeight() const (defined in FloatImage< Type >)FloatImage< Type >inline
getWidth() const (defined in FloatImage< Type >)FloatImage< Type >inline
m_data (defined in FloatImage< Type >)FloatImage< Type >protected
m_height (defined in FloatImage< Type >)FloatImage< Type >protected
m_width (defined in FloatImage< Type >)FloatImage< Type >protected
operator()(unsigned x, unsigned y) (defined in FloatImage< Type >)FloatImage< Type >inline
operator()(unsigned x, unsigned y) const (defined in FloatImage< Type >)FloatImage< Type >inline
operator*=(const FloatImage< OtherType > &rhs) (defined in FloatImage< Type >)FloatImage< Type >inline
operator*=(const OtherType &factor) (defined in FloatImage< Type >)FloatImage< Type >inline
operator+=(const FloatImage< OtherType > &rhs) (defined in FloatImage< Type >)FloatImage< Type >inline
operator+=(const OtherType &factor) (defined in FloatImage< Type >)FloatImage< Type >inline
operator-=(const FloatImage< OtherType > &rhs) (defined in FloatImage< Type >)FloatImage< Type >inline
operator/=(const FloatImage< OtherType > &rhs) (defined in FloatImage< Type >)FloatImage< Type >inline
operator[](unsigned idx) (defined in FloatImage< Type >)FloatImage< Type >inline
operator[](unsigned idx) const (defined in FloatImage< Type >)FloatImage< Type >inline
performBinaryOp(const FloatImage< OtherType > &rhs, BinaryOp op) (defined in FloatImage< Type >)FloatImage< Type >inline
performUnaryOp(UnaryOp op) (defined in FloatImage< Type >)FloatImage< Type >inline
resize(unsigned w, unsigned h) (defined in FloatImage< Type >)FloatImage< Type >inline
sampleLinear(float x, float y) (defined in FloatImage< Type >)FloatImage< Type >inline
subsample(const FloatImage< Type > &other, unsigned stride) (defined in FloatImage< Type >)FloatImage< Type >inline