coilgen_blob_header Struct Reference

#include <coildata.hpp>

List of all members.

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


Detailed Description

Definition at line 82 of file coildata.hpp.


Member Enumeration Documentation

enum coilgen_blob_header::eblobtype

Enumerator:
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.


Member Function Documentation

void coilgen_blob_header::set_len ( size_t  len  )  [inline]

Definition at line 95 of file coildata.hpp.

References blob_len_high, and blob_len_low.

bool coilgen_blob_header::can_read (  )  const [inline]

Definition at line 110 of file coildata.hpp.

References blob_len_high.

size_t coilgen_blob_header::get_len (  )  const [inline]

Definition at line 111 of file coildata.hpp.

References blob_len_high, and blob_len_low.


Member Data Documentation

unsigned int coilgen_blob_header::blob_type

Definition at line 91 of file coildata.hpp.

unsigned int coilgen_blob_header::blob_len_high

Definition at line 92 of file coildata.hpp.

Referenced by can_read(), get_len(), and set_len().

unsigned int coilgen_blob_header::blob_len_low

Definition at line 93 of file coildata.hpp.

Referenced by get_len(), and set_len().


The documentation for this struct was generated from the following file:
Generated on Thu Dec 6 20:31:16 2007 for Ephi by  doxygen 1.5.0