Bsoft function
gettypesize
Source:
src/img/img_datatypes.c
Description:
Get the size of a datatype.
Algorithm:
This function is used for calculating image data sizes for allocating
memory and reading the data.
Arguments:
| DataType type | data type (defined in rwimg.h).
|
Returns:
unsigned long size of data type, if < 0 the data type is not supported.
Prototype:
unsigned long gettypesize(DataType type)
Other objects included:
struct Bimage
struct Bmarker
class Complex
Generated by bdoc.pl on Mon Jun 15 11:47:50 2009
Back to the Bsoft home