# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CHLSColorTexture::CMask Struct Reference

List of all members.

Public Methods

void setBit (uint bitId)
void serial (NLMISC::IStream &f)

Public Attributes

uint32 FullBlockIndex
uint32 MixtBlockIndex
std::vector< uint8Data
 Raw Data. First come the Mixt block (16*uint8). Then come the FullBlockIndex bits, then the MixtBlockIndex bits. More...


Member Function Documentation

void NL3D::CHLSColorTexture::CMask::serial NLMISC::IStream   f
 

Definition at line 57 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 68 of file hls_color_texture.cpp.

References Data.


Member Data Documentation

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 109 of file hls_color_texture.h.

Referenced by serial, and setBit.

uint32 NL3D::CHLSColorTexture::CMask::FullBlockIndex
 

Definition at line 106 of file hls_color_texture.h.

Referenced by serial.

uint32 NL3D::CHLSColorTexture::CMask::MixtBlockIndex
 

Definition at line 107 of file hls_color_texture.h.

Referenced by serial.


The documentation for this struct was generated from the following files: