# 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: