Main Page   Class Hierarchy   Compound List   File List   Compound Members  

InputProperty Class Reference

#include <InputProperty.h>

List of all members.

Public Methods

 InputProperty (void)
void setMin (double p_min)
double getMin (void) const
void setMax (double p_max)
double getMax (void) const
void setName (const std::string &p_name)
std::string getName (void) const


Detailed Description

Class instantiated when a property definition is declared in the user input file. Each property is defined by a unique name and a min and max values that will be used to define the goodness filtering rule.


Constructor & Destructor Documentation

InputProperty::InputProperty void    [inline]
 

Default constructor. min and max values are large to make sure that by default the property is not restrictive.


Member Function Documentation

double InputProperty::getMax void    const [inline]
 

Return the maximum value acceptable for this property.

double InputProperty::getMin void    const [inline]
 

Get the minimum value acceptable for this property.

std::string InputProperty::getName void    const [inline]
 

Return the name of this Property.

void InputProperty::setMax double    p_max [inline]
 

Set the maximum value acceptable for this property.

void InputProperty::setMin double    p_min [inline]
 

Set the minimum value acceptable for this property.

void InputProperty::setName const std::string &    p_name [inline]
 

Set the name of this Property.


The documentation for this class was generated from the following file:
Generated on Sat Nov 4 15:59:00 2006 for GLARE by doxygen1.2.18