CAPD RedHom Library
BmpHeader< word, dim > Struct Template Reference

#include <capd/bitSet/BmpHeader.h>

Public Member Functions

void read (std::ifstream &file)
 
void write (std::ofstream &file)
 
void showHeader ()
 

Public Attributes

unsigned int type
 
int dimension
 
int length
 
int actualDimZeroBitWidth
 
int paddedBitWidth [dim]
 

Static Public Attributes

static const unsigned int multidimType ='D'*256+'B'
 
static const unsigned int repsetType ='R'*256+'B'
 

Member Data Documentation

template<typename word , int dim>
int BmpHeader< word, dim >::actualDimZeroBitWidth
template<typename word , int dim>
int BmpHeader< word, dim >::dimension
template<typename word , int dim>
int BmpHeader< word, dim >::length
template<typename word , int dim>
const unsigned int BmpHeader< word, dim >::multidimType ='D'*256+'B'
static
template<typename word , int dim>
int BmpHeader< word, dim >::paddedBitWidth[dim]
template<typename word , int dim>
const unsigned int BmpHeader< word, dim >::repsetType ='R'*256+'B'
static
template<typename word , int dim>
unsigned int BmpHeader< word, dim >::type