# 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::CLigoConfig Class Reference

Ligo config file. More...

#include <ligo_config.h>

List of all members.

Public Methods

void read (const char *fileName)
 Load the config file. Can throw some exception if file doesn't exist or is malformed. More...


Public Attributes

float CellSize
 Size of a cell of the ligoscape in meter. More...

float Snap
 Snap precision for vertex position checking in meter. More...

uint ZoneSnapShotRes
 Zone snap shot resolution. More...


Detailed Description

Ligo config file.

Author:
Cyril 'Hulud' Corvazier , Nevrax France
Date:
2001

Definition at line 41 of file ligo_config.h.


Member Function Documentation

void NLLIGO::CLigoConfig::read const char *    fileName
 

Load the config file. Can throw some exception if file doesn't exist or is malformed.

Definition at line 37 of file ligo_config.cpp.

References CellSize, Snap, and ZoneSnapShotRes.


Member Data Documentation

float NLLIGO::CLigoConfig::CellSize
 

Size of a cell of the ligoscape in meter.

Definition at line 51 of file ligo_config.h.

Referenced by read.

float NLLIGO::CLigoConfig::Snap
 

Snap precision for vertex position checking in meter.

Definition at line 54 of file ligo_config.h.

Referenced by read.

uint NLLIGO::CLigoConfig::ZoneSnapShotRes
 

Zone snap shot resolution.

Definition at line 57 of file ligo_config.h.

Referenced by read.


The documentation for this class was generated from the following files: