|
| DXLE_CONSTEXPR | static_derivative_texture2d () DXLE_NOEXCEPT_OR_NOTHROW |
| |
| | static_derivative_texture2d (const static_derivative_texture2d &)=delete |
| |
| | static_derivative_texture2d (static_derivative_texture2d &&) DXLE_NOEXCEPT_OR_NOTHROW |
| |
| static_derivative_texture2d & | operator= (const static_derivative_texture2d &)=delete |
| |
| static_derivative_texture2d & | operator= (static_derivative_texture2d &&) DXLE_NOEXCEPT_OR_NOTHROW |
| |
| | static_derivative_texture2d (const TCHAR *FileName, const dxle::sizei &Num, const dxle::sizei &Size, bool NotUse3DFlag=false) |
| |
| | static_derivative_texture2d (const tstring &FileName, const dxle::sizei &Num, const dxle::sizei &Size, bool NotUse3DFlag=false) |
| |
| void | load (const TCHAR *FileName, const dxle::sizei &Num, const dxle::sizei &Size, bool NotUse3DFlag=false) |
| |
| void | load (const tstring &FileName, const dxle::sizei &Num, const dxle::sizei &Size, bool NotUse3DFlag=false) |
| |
| void | delete_all () |
| |
| reference | at (size_t index) |
| |
| const_reference | at (size_t index) const |
| |
| reference | operator[] (size_t index) |
| |
| const_reference | operator[] (size_t index) const |
| |
| reference | front () |
| |
| const_reference | front () const |
| |
| reference | back () |
| |
| const_reference | back () const |
| |
| pointer | data () DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_pointer | data () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| iterator | begin () DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_iterator | begin () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| iterator | end () DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_iterator | end () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_iterator | cbegin () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_iterator | cend () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| reverse_iterator | rbegin () DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_reverse_iterator | rbegin () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| reverse_iterator | rend () DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_reverse_iterator | rend () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_reverse_iterator | crbegin () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| const_reverse_iterator | crend () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| DXLE_CONSTEXPR bool | empty () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| DXLE_CONSTEXPR size_type | size () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| DXLE_CONSTEXPR size_type | max_size () const DXLE_NOEXCEPT_OR_NOTHROW |
| |
| void | swap (static_derivative_texture2d &other) |
| |
template<size_t N>
class dxle::graph2d::static_derivative_texture2d< N >
N = AllNum.
画像ファイルを分割したグラフィック DxLib::LoadDivGraphのdxle::textureバージョン AllSizeが定数の場合 moveに線形時間がかかることに注意
Definition at line 34 of file prototype2d.hpp.