NLSOUND::CBackgroundSoundManager::TBanksData Struct Reference


Detailed Description

Storage for a samples banks zone.

Definition at line 215 of file background_sound_manager.h.

Public Member Functions

void serial (NLMISC::IStream &s)

Data Fields

std::vector< std::string > Banks
 The list of samples banks that are active on this patatoid.

NLMISC::CVector MaxBox
 The max vector of the bounding box.

NLMISC::CVector MinBox
 The min vector of the bounding box.

std::vector< NLMISC::CVectorPoints
 The vector of points composing the patatoid.


Member Function Documentation

void NLSOUND::CBackgroundSoundManager::TBanksData::serial NLMISC::IStream s  ) 
 

Definition at line 1454 of file background_sound_manager.cpp.

References Banks, MaxBox, MinBox, Points, and s.

01455 {
01456         s.serialCont(Banks);
01457         s.serial(MinBox);
01458         s.serial(MaxBox);
01459         s.serialCont(Points);
01460 }


Field Documentation

std::vector<std::string> NLSOUND::CBackgroundSoundManager::TBanksData::Banks
 

The list of samples banks that are active on this patatoid.

Definition at line 218 of file background_sound_manager.h.

Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial().

NLMISC::CVector NLSOUND::CBackgroundSoundManager::TBanksData::MaxBox
 

The max vector of the bounding box.

Definition at line 222 of file background_sound_manager.h.

Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial().

NLMISC::CVector NLSOUND::CBackgroundSoundManager::TBanksData::MinBox
 

The min vector of the bounding box.

Definition at line 220 of file background_sound_manager.h.

Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial().

std::vector<NLMISC::CVector> NLSOUND::CBackgroundSoundManager::TBanksData::Points
 

The vector of points composing the patatoid.

Definition at line 224 of file background_sound_manager.h.

Referenced by NLSOUND::CBackgroundSoundManager::addSampleBank(), and serial().


The documentation for this struct was generated from the following files:
Generated on Tue Mar 16 14:32:09 2004 for NeL by doxygen 1.3.6