MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Matrix< T > Member List

This is the complete list of members for MR::Matrix< T >, including all inherited members.

areNeigbors(PixelId v0, PixelId v1) const (defined in MR::RectIndexer)MR::RectIndexerinline
areNeigbors(const Vector2i &pos0, const Vector2i &pos1) const (defined in MR::RectIndexer)MR::RectIndexerinline
assign(MR.Const_RectIndexer _other)MR::RectIndexer
clear()MR::Matrix< T >inline
data() constMR::Matrix< T >inline
dims() const (defined in MR::RectIndexer)MR::RectIndexerinline
dims_ (defined in MR::RectIndexer)MR::RectIndexerprotected
fill(T val)MR::Matrix< T >inline
getColsNum() constMR::Matrix< T >inline
getNeighbor(PixelId v, OutEdge2 toNei) const (defined in MR::RectIndexer)MR::RectIndexerinline
getNeighbor(PixelId v, const Vector2i &pos, OutEdge2 toNei) const (defined in MR::RectIndexer)MR::RectIndexer
getRowsNum() constMR::Matrix< T >inline
getSubMatrix(size_t startRow, size_t nRow, size_t startCol, size_t nCol)MR::Matrix< T >inline
Matrix() noexcept=defaultMR::Matrix< T >
Matrix(size_t numRows, size_t numCols)MR::Matrix< T >inline
operator RectIndexer(in MR.Vector2i dims)MR::RectIndexerstatic
operator()(size_t row, size_t col) noexceptMR::Matrix< T >inline
operator()(size_t i) noexceptMR::Matrix< T >inline
operator()(size_t row, size_t col) const noexceptMR::Matrix< T >inline
operator()(size_t i) const noexceptMR::Matrix< T >inline
RectIndexer()MR::RectIndexer
RectIndexer(MR.Const_RectIndexer _other)MR::RectIndexer
RectIndexer(in MR.Vector2i dims)MR::RectIndexer
RectIndexer() noexcept=default (defined in MR::RectIndexer)MR::RectIndexer
RectIndexer(const Vector2i &dims)MR::RectIndexerinline
resize(in MR.Vector2i dims)MR::RectIndexer
resize(const Vector2i &dims)MR::RectIndexerinline
size() const (defined in MR::RectIndexer)MR::RectIndexerinline
size_ (defined in MR::RectIndexer)MR::RectIndexerprotected
toIndex(const Vector2i &pos) constMR::RectIndexerinline
toPixelId(const Vector2i &pos) const (defined in MR::RectIndexer)MR::RectIndexerinline
toPos(PixelId id) const (defined in MR::RectIndexer)MR::RectIndexerinline
toPos(size_t id) constMR::RectIndexerinline
transposed() constMR::Matrix< T >inline
ValueType typedefMR::Matrix< T >