| _all_dirty_flags | Texture | [private] |
| _alpha_file_channel | ImageBuffer | [protected] |
| _anisotropic_degree | Texture | [private] |
| _border_color | Texture | [private] |
| _contexts | Texture | [private] |
| _keep_ram_image | Texture | [private] |
| _magfilter | Texture | [private] |
| _minfilter | Texture | [private] |
| _pbuffer | Texture | |
| _primary_file_num_channels | ImageBuffer | [protected] |
| _type_handle | Texture | [private, static] |
| _wrapu | Texture | [private] |
| _wrapv | Texture | [private] |
| apply(GraphicsStateGuardianBase *gsg) | Texture | [inline] |
| check_config() const | WritableConfigurable | [inline] |
| clear_alpha_filename() | ImageBuffer | [inline] |
| clear_alpha_fullpath() | ImageBuffer | [inline] |
| clear_filename() | ImageBuffer | [inline] |
| clear_fullpath() | ImageBuffer | [inline] |
| clear_gsg(GraphicsStateGuardianBase *gsg) | Texture | |
| clear_name() | Namable | [inline] |
| complete_pointers(TypedWritable **p_list, BamReader *manager) | TypedWritable | [virtual] |
| config(void) | ImageBuffer | [inline, virtual] |
| Contexts typedef | Texture | [private] |
| copy(GraphicsStateGuardianBase *gsg, const DisplayRegion *dr) | Texture | [virtual] |
| copy(GraphicsStateGuardianBase *gsg, const DisplayRegion *dr, const RenderBuffer &rb) | Texture | [virtual] |
| DF_filter enum value | Texture | |
| DF_image enum value | Texture | |
| DF_mipmap enum value | Texture | |
| DF_wrap enum value | Texture | |
| DirtyFlags enum name | Texture | |
| fillin(DatagramIterator &scan, BamReader *manager) | Texture | [protected] |
| FilterType enum name | Texture | |
| finalize() | TypedWritable | [virtual] |
| force_init_type() | Texture | [inline, virtual] |
| FT_invalid enum value | Texture | |
| FT_linear enum value | Texture | |
| FT_linear_mipmap_linear enum value | Texture | |
| FT_linear_mipmap_nearest enum value | Texture | |
| FT_nearest enum value | Texture | |
| FT_nearest_mipmap_linear enum value | Texture | |
| FT_nearest_mipmap_nearest enum value | Texture | |
| get_alpha_filename() const | ImageBuffer | [inline] |
| get_alpha_fullpath() const | ImageBuffer | [inline] |
| get_anisotropic_degree() const | Texture | [inline] |
| get_class_type() | Texture | [inline, static] |
| get_filename() const | ImageBuffer | [inline] |
| get_fullpath() const | ImageBuffer | [inline] |
| get_keep_ram_image() const | Texture | [inline] |
| get_magfilter() const | Texture | [inline] |
| get_minfilter() const | Texture | [inline] |
| get_name() const | Namable | [inline] |
| get_ram_image() | Texture | |
| get_ref_count() const | ReferenceCount | [inline] |
| get_type() const | Texture | [inline, virtual] |
| get_type_index() const | TypedObject | [inline] |
| get_wrapu() const | Texture | [inline] |
| get_wrapv() const | Texture | [inline] |
| has_alpha_filename() const | ImageBuffer | [inline] |
| has_alpha_fullpath() const | ImageBuffer | [inline] |
| has_filename() const | ImageBuffer | [inline] |
| has_fullpath() const | ImageBuffer | [inline] |
| has_name() const | Namable | [inline] |
| has_ram_image() const | Texture | [inline] |
| ImageBuffer() | ImageBuffer | |
| init_type() | Texture | [inline, static] |
| is_dirty(void) const | WritableConfigurable | [inline] |
| is_exact_type(TypeHandle handle) const | TypedObject | [inline] |
| is_mipmap(FilterType type) | Texture | [static] |
| is_of_type(TypeHandle handle) const | TypedObject | [inline] |
| load(const PNMImage &pnmimage) | Texture | |
| make_dirty(void) | WritableConfigurable | [inline] |
| make_Texture(const FactoryParams ¶ms) | Texture | [static] |
| mark_dirty(int flags_to_set) | Texture | |
| Namable(const string &initial_name="") | Namable | [inline] |
| Namable(const Namable ©) | Namable | [inline] |
| Null | TypedWritable | [static] |
| ReferenceCount::operator=(const ReferenceCount &) | ReferenceCount | [inline, protected] |
| WritableConfigurable::operator=(const TypedWritable ©) | TypedWritable | [inline] |
| WritableConfigurable::TypedObject::operator=(const TypedObject ©) | TypedObject | [inline] |
| Namable::operator=(const Namable &other) | Namable | [inline] |
| output(ostream &out) const | Namable | [inline] |
| prepare(GraphicsStateGuardianBase *gsg) | Texture | |
| read(const Filename &fullpath, int primary_file_num_channels=0) | Texture | |
| read(const Filename &fullpath, const Filename &alpha_fullpath, int primary_file_num_channels=0, int alpha_file_channel=0) | Texture | |
| ref() const | ReferenceCount | [inline] |
| ReferenceCount() | ReferenceCount | [inline, protected] |
| ReferenceCount(const ReferenceCount &) | ReferenceCount | [inline, protected] |
| register_with_read_factory(void) | Texture | [static] |
| set_alpha_filename(const Filename &alpha_filename) | ImageBuffer | [inline] |
| set_alpha_fullpath(const Filename &alpha_fullpath) | ImageBuffer | [inline] |
| set_anisotropic_degree(int anisotropic_degree) | Texture | |
| set_border_color(const Colorf &color) | Texture | |
| set_filename(const Filename &filename) | ImageBuffer | [inline] |
| set_fullpath(const Filename &fullpath) | ImageBuffer | [inline] |
| set_keep_ram_image(bool keep_ram_image) | Texture | [inline] |
| set_magfilter(FilterType filter) | Texture | |
| set_minfilter(FilterType filter) | Texture | |
| set_name(const string &name) | Namable | [inline] |
| set_wrapu(WrapMode wrap) | Texture | |
| set_wrapv(WrapMode wrap) | Texture | |
| store(PNMImage &pnmimage) const | Texture | |
| string_filter_type(const string &string) | Texture | [static] |
| string_wrap_mode(const string &string) | Texture | [static] |
| test_ref_count_integrity() const | ReferenceCount | [inline] |
| Texture() | Texture | |
| Texture(int xsize, int ysize, int components, int component_width, PixelBuffer::Type type, PixelBuffer::Format format, bool bAllocateRAM) | Texture | |
| TextureContext class | Texture | [friend] |
| TypedObject() | TypedObject | [inline] |
| TypedObject(const TypedObject ©) | TypedObject | [inline] |
| TypedWritable() | TypedWritable | [inline] |
| TypedWritable(const TypedWritable ©) | TypedWritable | [inline] |
| unprepare() | Texture | |
| unprepare(GraphicsStateGuardianBase *gsg) | Texture | |
| unref() const | ReferenceCount | [inline] |
| uses_mipmaps() const | Texture | [inline] |
| WM_border_color enum value | Texture | |
| WM_clamp enum value | Texture | |
| WM_invalid enum value | Texture | |
| WM_mirror enum value | Texture | |
| WM_mirror_once enum value | Texture | |
| WM_repeat enum value | Texture | |
| WrapMode enum name | Texture | |
| WritableConfigurable(void) | WritableConfigurable | [inline] |
| write(const Filename &fullpath="") const | Texture | |
| write_datagram(BamWriter *manager, Datagram &me) | Texture | [virtual] |
| ~ImageBuffer() | ImageBuffer | [virtual] |
| ~ReferenceCount() | ReferenceCount | [inline, protected] |
| ~Texture() | Texture | |
| ~TypedObject() | TypedObject | [virtual] |
| ~TypedWritable() | TypedWritable | [virtual] |