Block< T, ACCESSTRAIT > Member List

This is the complete list of members for Block< T, ACCESSTRAIT >, including all inherited members.

Access() const noexceptBlockBase< ACCESSTRAIT >inline
Access() noexceptBlockBase< ACCESSTRAIT >inline
ArrayPlaneBlock typedefBlock< T, ACCESSTRAIT >related
Block(ACCESSTRAIT access, Cvb::Size2D< int > size)Block< T, ACCESSTRAIT >inlineexplicit
Block(const Block &other) noexcept=defaultBlock< T, ACCESSTRAIT >
ColumnAt(int x) const noexceptBlock< T, ACCESSTRAIT >inline
Height() const noexceptBlockBase< ACCESSTRAIT >inline
IsPixelTypeMutableBlock< T, ACCESSTRAIT >static
Length() const noexceptBlockBase< ACCESSTRAIT >inline
LinearPlaneBlock typedefBlock< T, ACCESSTRAIT >related
operator()(int x, int y) const noexceptBlock< T, ACCESSTRAIT >inline
operator()(int x, int y) noexceptBlock< T, ACCESSTRAIT >inline
operator=(const Block &other) noexcept=defaultBlock< T, ACCESSTRAIT >
operator[](int idx) const noexceptBlock< T, ACCESSTRAIT >inline
operator[](int idx) noexceptBlock< T, ACCESSTRAIT >inline
RowAt(int y) const noexceptBlock< T, ACCESSTRAIT >inline
ScatterBlock typedefBlock< T, ACCESSTRAIT >related
Set(int x, int y, const FromPixelType &value) noexcept -> std::enable_if_t<!std::is_convertible< remove_cvref_t< FromPixelType >, remove_cvref_t< PixelType >>::value, void >Block< T, ACCESSTRAIT >inline
Set(int x, int y, const PixelType &value) noexceptBlock< T, ACCESSTRAIT >inline
Set(int idx, const FromPixelType &value) noexcept -> std::enable_if_t<!std::is_convertible< remove_cvref_t< FromPixelType >, remove_cvref_t< PixelType >>::value, void >Block< T, ACCESSTRAIT >inline
Set(int idx, const PixelType &value) noexceptBlock< T, ACCESSTRAIT >inline
Size() const noexceptBlockBase< ACCESSTRAIT >inline
SubBlock(Cvb::Rect< int > aoi) const -> Block< T, decltype(this->Access().NewMoved(Cvb::Rect< int >Block< T, ACCESSTRAIT >inline
Valid() const noexceptBlockBase< ACCESSTRAIT >inline
Visit(VISITOR &&visitor, const PointCloud &cloud)Block< T, ACCESSTRAIT >related
Visit(VISITOR &&visitor, const Plane &plane, const PLNS &... planes)Block< T, ACCESSTRAIT >related
Visit(VISITOR &&visitor, const ImagePlane &plane, const PLANEARGS &... planes)Block< T, ACCESSTRAIT >related
Visit(VISITOR &&visitor, const PLANE_T &plane, const PLANEARGS &... planes)Block< T, ACCESSTRAIT >related
VisitAs(VISITOR &&visitor, const PointCloud &cloud)Block< T, ACCESSTRAIT >related
VisitAs(VISITOR &&visitor, const Plane &plane, const PLNS &... planes)Block< T, ACCESSTRAIT >related
VisitAs(VISITOR &&visitor, const ImagePlane &plane, const PLANEARGS &... planes)Block< T, ACCESSTRAIT >related
VisitAs(VISITOR &&visitor, const PLANE_T &plane, const PLANEARGS &... planes)Block< T, ACCESSTRAIT >related
VpatPlaneBlock typedefBlock< T, ACCESSTRAIT >related
Width() const noexceptBlockBase< ACCESSTRAIT >inline
~Block()=defaultBlock< T, ACCESSTRAIT >