Compressed PFNC buffer class implementing the CompressedIPFNCBuffer interface. More...
Inherits PFNCBuffer.
Properties | |
| compression_type = property | |
| int: Gets the type of compression of this buffer. | |
Properties inherited from PFNCBuffer | |
| pfnc_value = property | |
| int: Gets the PFNC value (format identifier) of this buffer. | |
| rank = property | |
| int: Gets the number of dimensions of this buffer. | |
Additional Inherited Members | |
Public Member Functions inherited from PFNCBuffer | |
| cvb.PFNCBuffer | from_object (Union[cvb.Image] obj) |
| Create a PFNC buffer from a compatible object. | |
| int | increment (self, int index) |
| Gets the increment to the next element in the given dimension. | |
| int | length (self, int index) |
| Gets the number of elements in the given dimension. | |
Compressed PFNC buffer class implementing the CompressedIPFNCBuffer interface.