Public Member Functions | |
| void | setBit (uint bitId) |
| void | serial (NLMISC::IStream &f) |
Public Attributes | |
| uint32 | FullBlockIndex |
| uint32 | MixtBlockIndex |
| std::vector< uint8 > | Data |
| Raw Data. First come the Mixt block (16*uint8). Then come the FullBlockIndex bits, then the MixtBlockIndex bits. | |
Definition at line 102 of file hls_color_texture.h.
| void NL3D::CHLSColorTexture::CMask::serial | ( | NLMISC::IStream & | f | ) |
Definition at line 55 of file hls_color_texture.cpp.
References Data, FullBlockIndex, MixtBlockIndex, NLMISC::IStream::serial(), NLMISC::IStream::serialCont(), and NLMISC::IStream::serialVersion().
| void NL3D::CHLSColorTexture::CMask::setBit | ( | uint | bitId | ) |
Definition at line 66 of file hls_color_texture.cpp.
References Data.
Referenced by NL3D::CHLSColorTexture::addMask().
| std::vector<uint8> NL3D::CHLSColorTexture::CMask::Data |
Raw Data. First come the Mixt block (16*uint8). Then come the FullBlockIndex bits, then the MixtBlockIndex bits.
Definition at line 107 of file hls_color_texture.h.
Referenced by NL3D::CHLSColorTexture::addMask(), NL3D::CHLSColorTexture::buildColorVersion(), serial(), and setBit().
Definition at line 104 of file hls_color_texture.h.
Referenced by NL3D::CHLSColorTexture::addMask(), NL3D::CHLSColorTexture::buildColorVersion(), and serial().
Definition at line 105 of file hls_color_texture.h.
Referenced by NL3D::CHLSColorTexture::addMask(), NL3D::CHLSColorTexture::buildColorVersion(), and serial().
1.6.1