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/classNLLIGO_1_1CPrimRegion.html | 307 +++++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 docs/doxygen/nel/classNLLIGO_1_1CPrimRegion.html (limited to 'docs/doxygen/nel/classNLLIGO_1_1CPrimRegion.html') diff --git a/docs/doxygen/nel/classNLLIGO_1_1CPrimRegion.html b/docs/doxygen/nel/classNLLIGO_1_1CPrimRegion.html new file mode 100644 index 00000000..93906594 --- /dev/null +++ b/docs/doxygen/nel/classNLLIGO_1_1CPrimRegion.html @@ -0,0 +1,307 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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  
+

NLLIGO::CPrimRegion Class Reference

#include <primitive.h> +

+List of all members. + + + + + + + + + + +

Public Methods

void serial (NLMISC::IStream &f)

Public Attributes

std::string Name
std::vector< CPrimPointVPoints
std::vector< CPrimZoneVZones
std::vector< CPrimPathVPaths
std::vector< bool > VHidePoints
std::vector< bool > VHideZones
std::vector< bool > VHidePaths
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLLIGO::CPrimRegion::serial NLMISC::IStream  f
+
+ + + + + +
+   + + +

+ +

+Definition at line 861 of file primitive.cpp. +

+References Name, VHidePaths, VHidePoints, VHideZones, VPaths, VPoints, and VZones.

+


Member Data Documentation

+

+ + + + +
+ + +
std::string NLLIGO::CPrimRegion::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 448 of file primitive.h. +

+Referenced by serial.

+

+ + + + +
+ + +
std::vector<bool> NLLIGO::CPrimRegion::VHidePaths +
+
+ + + + + +
+   + + +

+ +

+Definition at line 455 of file primitive.h. +

+Referenced by serial.

+

+ + + + +
+ + +
std::vector<bool> NLLIGO::CPrimRegion::VHidePoints +
+
+ + + + + +
+   + + +

+ +

+Definition at line 453 of file primitive.h. +

+Referenced by serial.

+

+ + + + +
+ + +
std::vector<bool> NLLIGO::CPrimRegion::VHideZones +
+
+ + + + + +
+   + + +

+ +

+Definition at line 454 of file primitive.h. +

+Referenced by serial.

+

+ + + + +
+ + +
std::vector<CPrimPath> NLLIGO::CPrimRegion::VPaths +
+
+ + + + + +
+   + + +

+ +

+Definition at line 451 of file primitive.h. +

+Referenced by serial.

+

+ + + + +
+ + +
std::vector<CPrimPoint> NLLIGO::CPrimRegion::VPoints +
+
+ + + + + +
+   + + +

+ +

+Definition at line 449 of file primitive.h. +

+Referenced by serial.

+

+ + + + +
+ + +
std::vector<CPrimZone> NLLIGO::CPrimRegion::VZones +
+
+ + + + + +
+   + + +

+ +

+Definition at line 450 of file primitive.h. +

+Referenced by NLSOUND::CBackgroundSoundManager::loadSamplesFromRegion, and serial.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1