Get(int x, int y) | gte::Image2< PixelType > | inline |
Get(int x, int y) const | gte::Image2< PixelType > | inline |
Get(std::array< int, 2 > coord) | gte::Image2< PixelType > | inline |
Get(std::array< int, 2 > coord) const | gte::Image2< PixelType > | inline |
gte::Image::Get(size_t i) | gte::Image< PixelType > | |
gte::Image::Get(size_t i) const | gte::Image< PixelType > | |
GetCoordinates(size_t index, int &x, int &y) const | gte::Image2< PixelType > | inline |
GetCoordinates(size_t index) const | gte::Image2< PixelType > | inline |
gte::Image::GetCoordinates(size_t index, int *coord) const | gte::Image< PixelType > | |
GetCorners(std::array< int, 4 > &nbr) const | gte::Image2< PixelType > | |
GetCorners(int x, int y, std::array< size_t, 4 > &nbr) const | gte::Image2< PixelType > | |
GetCorners(std::array< std::array< int, 2 >, 4 > &nbr) const | gte::Image2< PixelType > | |
GetCorners(int x, int y, std::array< std::array< size_t, 2 >, 4 > &nbr) const | gte::Image2< PixelType > | |
GetDimension(int d) const | gte::Image< PixelType > | inline |
GetDimensions() const | gte::Image< PixelType > | inline |
GetFull(std::array< int, 9 > &nbr) const | gte::Image2< PixelType > | |
GetFull(int x, int y, std::array< size_t, 9 > &nbr) const | gte::Image2< PixelType > | |
GetFull(std::array< std::array< int, 2 >, 9 > &nbr) const | gte::Image2< PixelType > | |
GetFull(int x, int y, std::array< std::array< size_t, 2 >, 9 > &nbr) const | gte::Image2< PixelType > | |
GetIndex(int x, int y) const | gte::Image2< PixelType > | inline |
GetIndex(std::array< int, 2 > const &coord) const | gte::Image2< PixelType > | inline |
gte::Image::GetIndex(int const *coord) const | gte::Image< PixelType > | |
GetNeighborhood(std::array< int, 4 > &nbr) const | gte::Image2< PixelType > | |
GetNeighborhood(std::array< int, 8 > &nbr) const | gte::Image2< PixelType > | |
GetNeighborhood(int x, int y, std::array< size_t, 4 > &nbr) const | gte::Image2< PixelType > | |
GetNeighborhood(int x, int y, std::array< size_t, 8 > &nbr) const | gte::Image2< PixelType > | |
GetNeighborhood(std::array< std::array< int, 2 >, 4 > &nbr) const | gte::Image2< PixelType > | |
GetNeighborhood(std::array< std::array< int, 2 >, 8 > &nbr) const | gte::Image2< PixelType > | |
GetNeighborhood(int x, int y, std::array< std::array< size_t, 2 >, 4 > &nbr) const | gte::Image2< PixelType > | |
GetNeighborhood(int x, int y, std::array< std::array< size_t, 2 >, 8 > &nbr) const | gte::Image2< PixelType > | |
GetNumDimensions() const | gte::Image< PixelType > | inline |
GetNumPixels() const | gte::Image< PixelType > | inline |
GetOffset(int d) const | gte::Image< PixelType > | inline |
GetOffsets() const | gte::Image< PixelType > | inline |
GetPixels() const | gte::Image< PixelType > | inline |
GetPixels() | gte::Image< PixelType > | inline |
Image() | gte::Image< PixelType > | |
Image(std::vector< int > const &dimensions) | gte::Image< PixelType > | |
Image(Image const &image) | gte::Image< PixelType > | |
Image(Image &&image) | gte::Image< PixelType > | |
Image2() | gte::Image2< PixelType > | |
Image2(int dimension0, int dimension1) | gte::Image2< PixelType > | |
Image2(Image2 const &image) | gte::Image2< PixelType > | |
Image2(Image2 &&image) | gte::Image2< PixelType > | |
mDimensions | gte::Image< PixelType > | protected |
mOffsets | gte::Image< PixelType > | protected |
mPixels | gte::Image< PixelType > | protected |
operator()(int x, int y) | gte::Image2< PixelType > | inline |
operator()(int x, int y) const | gte::Image2< PixelType > | inline |
operator()(std::array< int, 2 > const &coord) | gte::Image2< PixelType > | inline |
operator()(std::array< int, 2 > const &coord) const | gte::Image2< PixelType > | inline |
operator=(Image2 const &image) | gte::Image2< PixelType > | |
operator=(Image2 &&image) | gte::Image2< PixelType > | |
gte::Image::operator=(Image const &image) | gte::Image< PixelType > | |
gte::Image::operator=(Image &&image) | gte::Image< PixelType > | |
operator[](size_t i) | gte::Image< PixelType > | inline |
operator[](size_t i) const | gte::Image< PixelType > | inline |
Reconstruct(int dimension0, int dimension1) | gte::Image2< PixelType > | |
gte::Image::Reconstruct(std::vector< int > const &dimensions) | gte::Image< PixelType > | |
~Image() | gte::Image< PixelType > | virtual |
~Image2() | gte::Image2< PixelType > | virtual |