KrisLibrary  1.0.0
Public Member Functions | Public Attributes | List of all members
Math::Interval Struct Reference

A generic interval {a,b}, where { and } can be either (,[ or ),]. More...

#include <Interval.h>

Inheritance diagram for Math::Interval:
Math::ClosedInterval Math::OpenInterval

Public Member Functions

 Interval (Real a, Real b)
 
void set (Real a, Real b)
 
void setFull ()
 
void setEmpty ()
 
bool isFull () const
 

Public Attributes

Real a
 
Real b
 

Detailed Description

A generic interval {a,b}, where { and } can be either (,[ or ),].


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