Package glitter :: Package textures :: Module texture :: Class Texture
[hide private]
[frames] | no frames]

Class Texture

source code

                 object --+        
                          |        
     utils.objects.GLObject --+    
                              |    
    utils.objects.ManagedObject --+
                                  |
                 object --+       |
                          |       |
     utils.objects.GLObject --+   |
                              |   |
                 object --+   |   |
                          |   |   |
   utils.objects.StateMixin --+   |
                              |   |
utils.objects.BindReleaseObject --+
                                  |
                                 Texture
Known Subclasses:

Instance Methods [hide private]
 
bind(self)
Method for binding self to _context.
source code
 
release(self)
Method for releasing self from _context.
source code
 
__init__(self, data=None, shape=None, dtype=None, mipmap=False, context=None)
Create a new ManagedObject using _generate_id.
source code
 
__getitem__(self, key)
Return a tuple describing a texture layer.
source code
 
__len__(self) source code
 
set_data(self, data=None, shape=None, dtype=None, level=0, mipmap=False) source code
 
get_data(self, level=0) source code
 
generate_mipmap(self) source code

Inherited from utils.objects.ManagedObject: __del__

Inherited from utils.objects.BindReleaseObject: __enter__, __exit__

Inherited from utils.objects.StateMixin: __call__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _generate_id = _libraries ['libGL.so.1'].glGenTextures
Constructor function.
  _delete_id = _libraries ['libGL.so.1'].glDeleteTextures
Destructor function.
  _db = 'textures'
The name of the corresponding object database in the Context.
  _ndim = NotImplemented
  _set = NotImplemented
  compare_funcs = Enum(NEVER, LESS, EQUAL, LEQUAL, GREATER, NOTE...
  compare_modes = Enum(NONE, COMPARE_REF_TO_TEXTURE)
  min_filters = Enum(NEAREST, LINEAR, NEAREST_MIPMAP_LINEAR, LIN...
  mag_filters = Enum(NEAREST, LINEAR)
  swizzles = Enum(ZERO, ONE, RED, GREEN, BLUE, ALPHA)
  wrapmodes = Enum(MIRRORED_REPEAT, REPEAT, CLAMP_TO_BORDER, CLA...
Instance Variables [hide private]

Inherited from utils.objects.ManagedObject (private): _id

Inherited from utils.objects.GLObject (private): _context

Properties [hide private]
  data
  shape
  dtype
  _iformat
  _format
  _type
An optional parameter for _generate_id.
  base_level
  border_color
  compare_func
  compare_mode
  immutable_format
  lod_bias
  min_filter
  mag_filter
  min_lod
  max_lod
  max_level
  swizzle_r
  swizzle_g
  swizzle_b
  swizzle_a
  swizzle_rgba
  wrap_s
  wrap_t
  wrap_r

Inherited from utils.objects.GLObject: context

Inherited from object: __class__

Method Details [hide private]

bind(self)

source code 

Method for binding self to _context.

bind takes no arguments.

Overrides: bind

release(self)

source code 

Method for releasing self from _context.

release is responsible for restoring any previous binding.

release takes no arguments.

Overrides: release

__init__(self, data=None, shape=None, dtype=None, mipmap=False, context=None)
(Constructor)

source code 

Create a new ManagedObject using _generate_id.

Parameters:
  • context - The parent context.
Overrides: object.__init__
(inherited documentation)

__getitem__(self, key)
(Indexing operator)

source code 

Return a tuple describing a texture layer.

This is mainly provided as a convenience notation for binding texture layers to Framebuffers.


Class Variable Details [hide private]

compare_funcs

Value:
Enum(NEVER, LESS, EQUAL, LEQUAL, GREATER, NOTEQUAL, GEQUAL, ALWAYS)

min_filters

Value:
Enum(NEAREST, LINEAR, NEAREST_MIPMAP_LINEAR, LINEAR_MIPMAP_LINEAR, LIN\
EAR_MIPMAP_NEAREST, NEAREST_MIPMAP_NEAREST)

wrapmodes

Value:
Enum(MIRRORED_REPEAT, REPEAT, CLAMP_TO_BORDER, CLAMP_TO_EDGE)

Property Details [hide private]

data

Get Method:
unreachable.data(self)
Set Method:
unreachable.data(self, data)

shape

Get Method:
unreachable.shape(self)

dtype

Get Method:
unreachable.dtype(self)

_iformat

Get Method:
unreachable._iformat(self)

_format

Get Method:
unreachable._format(self)

_type

An optional parameter for _generate_id.

Example: GL_VERTEX_SHADER

Get Method:
unreachable._type(self)

base_level

Get Method:
unreachable.base_level(self)
Set Method:
unreachable.base_level(self, base_level)

border_color

Get Method:
unreachable.border_color(self)
Set Method:
unreachable.border_color(self, border_color)

compare_func

Get Method:
unreachable.compare_func(self)
Set Method:
unreachable.compare_func(self, compare_func)

compare_mode

Get Method:
unreachable.compare_mode(self)
Set Method:
unreachable.compare_mode(self, compare_mode)

immutable_format

Get Method:
unreachable.immutable_format(self)

lod_bias

Get Method:
unreachable.lod_bias(self)
Set Method:
unreachable.lod_bias(self, lod_bias)

min_filter

Get Method:
unreachable.min_filter(self)
Set Method:
unreachable.min_filter(self, min_filter)

mag_filter

Get Method:
unreachable.mag_filter(self)
Set Method:
unreachable.mag_filter(self, mag_filter)

min_lod

Get Method:
unreachable.min_lod(self)
Set Method:
unreachable.min_lod(self, min_lod)

max_lod

Get Method:
unreachable.max_lod(self)
Set Method:
unreachable.max_lod(self, max_lod)

max_level

Get Method:
unreachable.max_level(self)
Set Method:
unreachable.max_level(self, max_level)

swizzle_r

Get Method:
unreachable.swizzle_r(self)
Set Method:
unreachable.swizzle_r(self, swizzle_r)

swizzle_g

Get Method:
unreachable.swizzle_g(self)
Set Method:
unreachable.swizzle_g(self, swizzle_g)

swizzle_b

Get Method:
unreachable.swizzle_b(self)
Set Method:
unreachable.swizzle_b(self, swizzle_b)

swizzle_a

Get Method:
unreachable.swizzle_a(self)
Set Method:
unreachable.swizzle_a(self, swizzle_a)

swizzle_rgba

Get Method:
unreachable.swizzle_rgba(self)
Set Method:
unreachable.swizzle_rgba(self, swizzle_rgba)

wrap_s

Get Method:
unreachable.wrap_s(self)
Set Method:
unreachable.wrap_s(self, wrap_s)

wrap_t

Get Method:
unreachable.wrap_t(self)
Set Method:
unreachable.wrap_t(self, wrap_t)

wrap_r

Get Method:
unreachable.wrap_r(self)
Set Method:
unreachable.wrap_r(self, wrap_r)