Simple++
Powerfull and lightning fast C++ Library
Graphic::Texture< T > Member List

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

_read(std::fstream *fileStream)Graphic::Texture< T >protected
_unload()Graphic::Texture< T >protected
clear(const Math::Vec2< Size > &size)Graphic::Texture< T >
clear(const Math::Vec2< Size > &size, typename Format format)Graphic::Texture< T >
ctor enum nameGraphic::Texture< T >protected
datasGraphic::Texture< T >protected
generateMipmaps()Graphic::Texture< T >
getDatas(typename Vector< _Image< T >>::Size i=0) const Graphic::Texture< T >
getDatas(typename Vector< _Image< T >>::Size i=0)Graphic::Texture< T >
getFormat() const Graphic::Texture< T >
getHeight(typename Vector< _Image< T >>::Size i=0) const Graphic::Texture< T >
getMipmap(typename Vector< _Image< T >>::Size i=0)Graphic::Texture< T >
getNumMipmaps() const Graphic::Texture< T >
getPixel(typename Vector< _Image< T >>::Size i, unsigned int x, unsigned int y) const Graphic::Texture< T >
getSize(typename Vector< _Image< T >>::Size i=0) const Graphic::Texture< T >
getWidth(typename Vector< _Image< T >>::Size i=0) const Graphic::Texture< T >
null enum valueGraphic::Texture< T >protected
operator=(const Texture< T > &image)Graphic::Texture< T >
operator=(Texture< T > &&image)Graphic::Texture< T >
operator[](typename Vector< _Image< T >>::Size i)Graphic::Texture< T >
read(std::fstream *fileStream)Graphic::Texture< T >
setDatas(const T *data, const Math::Vec2< Size > &size, typename LoadingFormat loadingFormat=LoadingFormat::RGB, bool invertY=false)Graphic::Texture< T >
setPixel(typename Vector< _Image< T >>::Size i, unsigned int x, unsigned int y, const T *p)Graphic::Texture< T >
Texture(typename Format format=Format::RGB)Graphic::Texture< T >
Texture(const Math::Vec2< Size > &size, typename Format format=Format::RGB)Graphic::Texture< T >
Texture(const WString &filePath)Graphic::Texture< T >
Texture(std::fstream *fileStream)Graphic::Texture< T >
Texture(const Texture< T > &image)Graphic::Texture< T >
Texture(const T *dataBuffer, const Math::Vec2< Size > &size, typename LoadingFormat loadingFormat=LoadingFormat::RGB, bool invertY=false)Graphic::Texture< T >
Texture(Texture< T > &&image)Graphic::Texture< T >
Texture(ctor)Graphic::Texture< T >protected
write(std::fstream *fileStream) const Graphic::Texture< T >
~Texture()Graphic::Texture< T >