FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbLookupInterval.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19class AcString;
20
22{
23public:
26 bool Contains( AcDbLookupInterval const &,double)const ;
27 bool Contains(double,double)const ;
28 bool FromString( AcString const &,double (__cdecl*)( AcString const &), AcString &);
29 bool IsBoundedAbove(void)const ;
30 bool IsBoundedBelow(void)const ;
31 bool IsClosedAbove(void)const ;
32 bool IsClosedBelow(void)const ;
33 bool IsContainedBy( AcDbLookupInterval const &,double)const ;
34 bool IsEmpty(void)const ;
35 bool IsEqualTo( AcDbLookupInterval const &,double)const ;
36 bool IsSingleton(void)const ;
37 bool IsUnbounded(void)const ;
38 bool operator<( AcDbLookupInterval const &)const ;
42 double High(void)const ;
43 double Low(void)const ;
44 static double __cdecl doubleFromString( AcString const &);
45 static void __cdecl doubleToString(double, AcString &);
46 void Set(double,double,bool,bool);
47 void SetEmpty(void);
48 void SetUnbounded(void);
49 void ToString( AcString &,void (__cdecl*)(double, AcString &))const ;
50
51};
void SetUnbounded(void)
AcDbLookupInterval Cover(AcDbLookupInterval const &, double) const
bool IsSingleton(void) const
bool IsBoundedAbove(void) const
bool IsEqualTo(AcDbLookupInterval const &, double) const
AcDbLookupInterval & operator=(AcDbLookupInterval const &)
bool Contains(AcDbLookupInterval const &, double) const
bool Contains(double, double) const
bool operator<(AcDbLookupInterval const &) const
bool IsBoundedBelow(void) const
AcDbLookupInterval(AcDbLookupInterval const &)
static double __cdecl doubleFromString(AcString const &)
AcDbLookupInterval Intersect(AcDbLookupInterval const &, double) const
void Set(double, double, bool, bool)
void SetEmpty(void)
static void __cdecl doubleToString(double, AcString &)
bool IsContainedBy(AcDbLookupInterval const &, double) const
bool IsClosedAbove(void) const
bool IsEmpty(void) const
void ToString(AcString &, void(__cdecl *)(double, AcString &)) const
double Low(void) const
bool IsUnbounded(void) const
double High(void) const
bool FromString(AcString const &, double(__cdecl *)(AcString const &), AcString &)
bool IsClosedBelow(void) const