#include <coildata.hpp>
Public Types | |
enum | eblobtype { IS_BLOB_BMAP = 1, IS_BLOB_BMAPEMAP, IS_BLOB_CONTACTMAP, IS_BLOB_CUBIC_BMAP, IS_BLOB_CUBIC_BMAPEMAP } |
Public Member Functions | |
void | set_len (size_t len) |
bool | can_read () const |
size_t | get_len () const |
Public Attributes | |
unsigned int | blob_type |
unsigned int | blob_len_high |
unsigned int | blob_len_low |
Definition at line 82 of file coildata.hpp.
IS_BLOB_BMAP | |
IS_BLOB_BMAPEMAP | |
IS_BLOB_CONTACTMAP | |
IS_BLOB_CUBIC_BMAP | |
IS_BLOB_CUBIC_BMAPEMAP |
Definition at line 84 of file coildata.hpp.
void coilgen_blob_header::set_len | ( | size_t | len | ) | [inline] |
bool coilgen_blob_header::can_read | ( | ) | const [inline] |
size_t coilgen_blob_header::get_len | ( | ) | const [inline] |
unsigned int coilgen_blob_header::blob_type |
Definition at line 91 of file coildata.hpp.
unsigned int coilgen_blob_header::blob_len_high |
unsigned int coilgen_blob_header::blob_len_low |