This class exists just to provide scoping for the enums shared by BamReader and BamWriter.
More...
#include "bamEnums.h"
List of all members.
Public Types |
enum | BamEndian { BE_bigendian = 0,
BE_littleendian = 1,
BE_native = 1
} |
enum | BamObjectCode {
BOC_push,
BOC_pop,
BOC_adjunct,
BOC_remove,
BOC_file_data
} |
enum | BamTextureMode {
BTM_unchanged,
BTM_fullpath,
BTM_relative,
BTM_basename,
BTM_rawdata
} |
Detailed Description
This class exists just to provide scoping for the enums shared by BamReader and BamWriter.
Definition at line 25 of file bamEnums.h.
The documentation for this class was generated from the following file: