#include <Bound.h>
|
Bound | operator+ (const Bound b1, const Bound b2) |
|
Bound | operator- (const Bound b1, const Bound b2) |
|
Bound | operator* (const Bound b1, const Bound b2) |
|
Bound | operator/ (const Bound b1, const Bound b2) |
|
int | operator<= (const Bound b1, const Bound b2) |
|
int | operator< (const Bound b1, const Bound b2) |
|
int | operator>= (const Bound b1, const Bound b2) |
|
int | operator> (const Bound b1, const Bound b2) |
|
int | operator== (const Bound b1, const Bound b2) |
|
ostream & | operator<< (ostream &, const Bound &) |
|
Bound::Bound |
( |
const real |
x0 | ) |
|
|
inline |
Bound::Bound |
( |
const int |
i | ) |
|
|
inline |
virtual Bound::~Bound |
( |
| ) |
|
|
inlinevirtual |
References bt, f, FALSE, fraction, Fraction::getDenominator(), null, and TRUE.
Referenced by CompositeSurface::add(), MappingBuilder::buildBoxGrid(), MappingBuilder::buildCurveOnSurface(), UnstructuredMapping::buildFromACompositeSurface(), CompositeTopology::findBoundaryCurves(), CompositeSurface::get(), PlotIt::getGridBounds(), CompositeTopology::initializeTopology(), PlotIt::plotCompositeSurface(), PlotIt::plotStructured(), PlotIt::plotTrimmedMapping(), PlotIt::plotUM(), CompositeSurface::recomputeBoundingBox(), DataPointMapping::setTopologyMask(), JoinMapping::update(), and IntersectionMapping::update().
void Bound::set |
( |
const real |
value | ) |
|
|
inline |
void Bound::set |
( |
const int |
value | ) |
|
|
inline |
void Bound::set |
( |
const int |
n, |
|
|
const int |
d |
|
) |
| |
|
inline |
ostream& operator<< |
( |
ostream & |
os, |
|
|
const Bound & |
b |
|
) |
| |
|
friend |
Referenced by Bound(), get(), isFinite(), operator*(), operator+(), operator-(), operator/(), operator<(), operator<<(), operator<=(), operator==(), and set().
Referenced by Bound(), get(), isFinite(), operator*(), operator+(), operator-(), operator/(), operator<(), operator<<(), operator<=(), operator==(), and set().
Referenced by Bound(), get(), operator*(), operator+(), operator-(), operator/(), operator<(), operator<<(), operator<=(), operator==(), and set().
The documentation for this class was generated from the following files: