#include <AcDbLookupInterval.h>
|
| | AcDbLookupInterval (AcDbLookupInterval const &) |
| |
| | AcDbLookupInterval (void) |
| |
| bool | Contains (AcDbLookupInterval const &, double) const |
| |
| bool | Contains (double, double) const |
| |
| bool | FromString (AcString const &, double(__cdecl *)(AcString const &), AcString &) |
| |
| bool | IsBoundedAbove (void) const |
| |
| bool | IsBoundedBelow (void) const |
| |
| bool | IsClosedAbove (void) const |
| |
| bool | IsClosedBelow (void) const |
| |
| bool | IsContainedBy (AcDbLookupInterval const &, double) const |
| |
| bool | IsEmpty (void) const |
| |
| bool | IsEqualTo (AcDbLookupInterval const &, double) const |
| |
| bool | IsSingleton (void) const |
| |
| bool | IsUnbounded (void) const |
| |
| bool | operator< (AcDbLookupInterval const &) const |
| |
| AcDbLookupInterval & | operator= (AcDbLookupInterval const &) |
| |
| AcDbLookupInterval | Cover (AcDbLookupInterval const &, double) const |
| |
| AcDbLookupInterval | Intersect (AcDbLookupInterval const &, double) const |
| |
| double | High (void) const |
| |
| double | Low (void) const |
| |
| void | Set (double, double, bool, bool) |
| |
| void | SetEmpty (void) |
| |
| void | SetUnbounded (void) |
| |
| void | ToString (AcString &, void(__cdecl *)(double, AcString &)) const |
| |
Definition at line 21 of file AcDbLookupInterval.h.
◆ AcDbLookupInterval() [1/2]
◆ AcDbLookupInterval() [2/2]
| AcDbLookupInterval::AcDbLookupInterval |
( |
void | | ) |
|
◆ Contains() [1/2]
◆ Contains() [2/2]
◆ Cover()
◆ doubleFromString()
◆ doubleToString()
◆ FromString()
◆ High()
◆ Intersect()
◆ IsBoundedAbove()
| bool AcDbLookupInterval::IsBoundedAbove |
( |
void | | ) |
const |
◆ IsBoundedBelow()
| bool AcDbLookupInterval::IsBoundedBelow |
( |
void | | ) |
const |
◆ IsClosedAbove()
| bool AcDbLookupInterval::IsClosedAbove |
( |
void | | ) |
const |
◆ IsClosedBelow()
| bool AcDbLookupInterval::IsClosedBelow |
( |
void | | ) |
const |
◆ IsContainedBy()
◆ IsEmpty()
| bool AcDbLookupInterval::IsEmpty |
( |
void | | ) |
const |
◆ IsEqualTo()
◆ IsSingleton()
| bool AcDbLookupInterval::IsSingleton |
( |
void | | ) |
const |
◆ IsUnbounded()
| bool AcDbLookupInterval::IsUnbounded |
( |
void | | ) |
const |
◆ Low()
◆ operator<()
◆ operator=()
◆ Set()
◆ SetEmpty()
| void AcDbLookupInterval::SetEmpty |
( |
void | | ) |
|
◆ SetUnbounded()
| void AcDbLookupInterval::SetUnbounded |
( |
void | | ) |
|
◆ ToString()
The documentation for this class was generated from the following file: