_data | CTL::Chunk2D< T > | protected |
_dim | CTL::Chunk2D< T > | protected |
allocatedElements() const | CTL::Chunk2D< T > | |
allocateMemory() | CTL::Chunk2D< T > | |
allocateMemory(const T &initValue) | CTL::Chunk2D< T > | |
begin() (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
begin() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
cbegin() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
cend() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
Chunk2D(const Dimensions &dimensions) | CTL::Chunk2D< T > | explicit |
Chunk2D(const Dimensions &dimensions, const T &initValue) | CTL::Chunk2D< T > | |
Chunk2D(const Dimensions &dimensions, std::vector< T > &&data) | CTL::Chunk2D< T > | |
Chunk2D(const Dimensions &dimensions, const std::vector< T > &data) | CTL::Chunk2D< T > | |
Chunk2D(uint width, uint height) | CTL::Chunk2D< T > | |
Chunk2D(uint width, uint height, const T &initValue) | CTL::Chunk2D< T > | |
Chunk2D(uint width, uint height, std::vector< T > &&data) | CTL::Chunk2D< T > | |
Chunk2D(uint width, uint height, const std::vector< T > &data) | CTL::Chunk2D< T > | |
const_iterator typedef (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
const_reverse_iterator typedef (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
constData() const | CTL::Chunk2D< T > | |
crbegin() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
crend() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
data() const | CTL::Chunk2D< T > | |
dimensions() const | CTL::Chunk2D< T > | |
Dimensions typedef (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
end() (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
end() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
fill(const T &fillValue) | CTL::Chunk2D< T > | |
freeMemory() (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
hasData() const | CTL::Chunk2D< T > | |
hasEqualSizeAs(const std::vector< T > &other) const | CTL::Chunk2D< T > | private |
height() const | CTL::Chunk2D< T > | |
iterator typedef (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
max() const | CTL::Chunk2D< T > | |
min() const | CTL::Chunk2D< T > | |
nbElements() const | CTL::Chunk2D< T > | |
operator *(const T &factor) const | CTL::Chunk2D< T > | |
operator *=(const T &factor) | CTL::Chunk2D< T > | |
operator!=(const Chunk2D< T > &other) const | CTL::Chunk2D< T > | |
operator()(uint x, uint y) | CTL::Chunk2D< T > | |
operator()(uint x, uint y) const | CTL::Chunk2D< T > | |
operator+(const Chunk2D< T > &other) const | CTL::Chunk2D< T > | |
operator+=(const Chunk2D< T > &other) | CTL::Chunk2D< T > | |
operator-(const Chunk2D< T > &other) const | CTL::Chunk2D< T > | |
operator-=(const Chunk2D< T > &other) | CTL::Chunk2D< T > | |
operator/(const T &divisor) const | CTL::Chunk2D< T > | |
operator/=(const T &divisor) | CTL::Chunk2D< T > | |
operator==(const Chunk2D< T > &other) const | CTL::Chunk2D< T > | |
rawData() | CTL::Chunk2D< T > | |
rawData() const | CTL::Chunk2D< T > | |
rbegin() (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
rbegin() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
rend() (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
rend() const (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
reverse_iterator typedef (defined in CTL::Chunk2D< T >) | CTL::Chunk2D< T > | |
setData(std::vector< T > &&data) | CTL::Chunk2D< T > | |
setData(const std::vector< T > &data) | CTL::Chunk2D< T > | |
width() const | CTL::Chunk2D< T > | |