# 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  

NLSOUND::CBackgroundSoundManager::TBanksData Struct Reference

Storage for a samples banks zone. More...

List of all members.

Public Attributes

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

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

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

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


Detailed Description

Storage for a samples banks zone.

Definition at line 174 of file background_sound_manager.h.


Member Data Documentation

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

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

Definition at line 177 of file background_sound_manager.h.

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

The max vector of the bounding box.

Definition at line 181 of file background_sound_manager.h.

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

The min vector of the bounding box.

Definition at line 179 of file background_sound_manager.h.

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

The vector of points composing the patatoid.

Definition at line 183 of file background_sound_manager.h.


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