Public Member Functions | |
void | serial (NLMISC::IStream &f) |
void | setBit (uint bitId) |
Data Fields | |
std::vector< uint8 > | Data |
Raw Data. First come the Mixt block (16*uint8). Then come the FullBlockIndex bits, then the MixtBlockIndex bits. | |
uint32 | FullBlockIndex |
uint32 | MixtBlockIndex |
|
Definition at line 57 of file hls_color_texture.cpp. References Data, FullBlockIndex, MixtBlockIndex, NLMISC::IStream::serial(), NLMISC::IStream::serialCont(), and NLMISC::IStream::serialVersion().
00058 { 00059 f.serialVersion(0); 00060 00061 f.serial(FullBlockIndex); 00062 f.serial(MixtBlockIndex); 00063 f.serialCont(Data); 00064 } |
|
Definition at line 68 of file hls_color_texture.cpp. References Data, uint, and uint8. Referenced by NL3D::CHLSColorTexture::addMask().
|
|
Raw Data. First come the Mixt block (16*uint8). Then come the FullBlockIndex bits, then the MixtBlockIndex bits.
Definition at line 109 of file hls_color_texture.h. Referenced by NL3D::CHLSColorTexture::addMask(), NL3D::CHLSColorTexture::buildColorVersion(), serial(), and setBit(). |
|
Definition at line 106 of file hls_color_texture.h. Referenced by NL3D::CHLSColorTexture::addMask(), NL3D::CHLSColorTexture::buildColorVersion(), and serial(). |
|
Definition at line 107 of file hls_color_texture.h. Referenced by NL3D::CHLSColorTexture::addMask(), NL3D::CHLSColorTexture::buildColorVersion(), and serial(). |