Atoms Crowd
7.0.0
|
This is the complete list of members for AtomsUtils::Image, including all inherited members.
channels() const | AtomsUtils::Image | inline |
clear() | AtomsUtils::Image | |
height() const | AtomsUtils::Image | inline |
Image() | AtomsUtils::Image | |
Image(unsigned int width, unsigned int height, unsigned int channel, unsigned short imgType) | AtomsUtils::Image | |
Image(float *data, unsigned int width, unsigned int height, unsigned int channel) | AtomsUtils::Image | |
Image(unsigned char *data, unsigned int width, unsigned int height, unsigned int channel) | AtomsUtils::Image | |
Image(std::vector< float > data, unsigned int width, unsigned int height, unsigned int channel) | AtomsUtils::Image | |
Image(std::vector< unsigned char > data, unsigned int width, unsigned int height, unsigned int channel) | AtomsUtils::Image | |
Image(const Image &other) | AtomsUtils::Image | |
ImageType enum name (defined in AtomsUtils::Image) | AtomsUtils::Image | |
imageType() const | AtomsUtils::Image | inline |
kByte enum value (defined in AtomsUtils::Image) | AtomsUtils::Image | |
kFloat enum value (defined in AtomsUtils::Image) | AtomsUtils::Image | |
loadFromFile(const std::string &fileName) | AtomsUtils::Image | |
m_pixels (defined in AtomsUtils::Image) | AtomsUtils::Image | |
m_pixelsFloat (defined in AtomsUtils::Image) | AtomsUtils::Image | |
operator=(const Image &other) | AtomsUtils::Image | |
pixels() const | AtomsUtils::Image | inline |
pixels() | AtomsUtils::Image | inline |
pixelsFloat() const | AtomsUtils::Image | inline |
pixelsFloat() | AtomsUtils::Image | inline |
reverseV() | AtomsUtils::Image | |
saveToFile(const std::string &fileName) const | AtomsUtils::Image | |
width() const | AtomsUtils::Image | inline |
~Image() | AtomsUtils::Image |