From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02249.html | 195 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 docs/doxygen/nel/a02249.html (limited to 'docs/doxygen/nel/a02249.html') diff --git a/docs/doxygen/nel/a02249.html b/docs/doxygen/nel/a02249.html new file mode 100644 index 00000000..eca22ee2 --- /dev/null +++ b/docs/doxygen/nel/a02249.html @@ -0,0 +1,195 @@ + + +NeL: NLSOUND::CBackgroundSoundManager::TBanksData struct Reference + + + +
+

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
+ + -- cgit v1.2.1