App::PropertyFloatConstraint::Constraints Struct Reference

Constraint methods. More...

#include <PropertyStandard.h>

Public Member Functions

 Constraints ()
 
 Constraints (double l, double u, double s)
 
bool isDeletable () const
 
void setDeletable (bool on)
 
 ~Constraints ()
 

Public Attributes

double LowerBound
 
double StepSize
 
double UpperBound
 

Detailed Description

Constraint methods.

the boundary struct

Constructor & Destructor Documentation

◆ Constraints() [1/2]

App::PropertyFloatConstraint::Constraints::Constraints ( )

◆ Constraints() [2/2]

App::PropertyFloatConstraint::Constraints::Constraints ( double  l,
double  u,
double  s 
)

◆ ~Constraints()

App::PropertyFloatConstraint::Constraints::~Constraints ( )

Member Function Documentation

◆ isDeletable()

bool App::PropertyFloatConstraint::Constraints::isDeletable ( ) const

◆ setDeletable()

void App::PropertyFloatConstraint::Constraints::setDeletable ( bool  on)

Member Data Documentation

◆ LowerBound

double App::PropertyFloatConstraint::Constraints::LowerBound

◆ StepSize

double App::PropertyFloatConstraint::Constraints::StepSize

◆ UpperBound

double App::PropertyFloatConstraint::Constraints::UpperBound

The documentation for this struct was generated from the following file: