| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
object_models.FileFormat --+
|
object_models.xml.FileFormat --+
|
DdsFormat
|
|||
|
int Basic implementation of a 32-bit signed integer type. |
|||
|
uint Implementation of a 32-bit unsigned integer type. |
|||
|
byte Implementation of a 8-bit signed integer type. |
|||
|
ubyte Implementation of a 8-bit unsigned integer type. |
|||
|
char Implementation of an (unencoded) 8-bit character. |
|||
|
short Implementation of a 16-bit signed integer type. |
|||
|
ushort Implementation of a 16-bit unsigned integer type. |
|||
|
float Implementation of a 32-bit float. |
|||
|
PixelData Basic type for undecoded data trailing at the end of a file. |
|||
|
HeaderString Basic type which implements the header of a DDS file. |
|||
|
Data A class to contain the actual dds data. |
|||
| Caps1 | |||
| Caps2 | |||
|
FourCC An unsigned 32-bit integer, describing the compression type. |
|||
| Header | |||
| HeaderFlags | |||
| PixelFormat | |||
| PixelFormatFlags | |||
| bool | |||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
xml_file_name = Override. |
|||
xml_file_path = Override. |
|||
RE_FILENAME = re.compile(r'Override this with a regular expression (the result of a re.compile call) for the file extension of the format you are implementing. |
|||
_EPSILON = 0.0001
|
|||
games =
|
|||
versions =
|
|||
xml_alias =
|
|||
xml_bit_struct =
|
|||
xml_enum =
|
|||
xml_struct =
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Converts version string into an integer. >>> hex(DdsFormat.version_number('DX10')) '0xa000000'
|
|
|||
xml_file_pathOverride.
|
xml_bit_struct
|
xml_struct
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:30 2011 | http://epydoc.sourceforge.net |