FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeTol.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.
18class AcGeTolImpl;
19
21{
22 friend class AcGeTolImpl;
23public:
25
26public:
27 AcGeTol(void);
28 AcGeTol(double const & param_1);
29 AcGeTol(double const & , double const & );
30 AcGeTol(AcGeTol const &);
32 double equalPoint(void)const ;
33 double equalVector(void)const ;
34 void setEqualPoint(double);
35 void setEqualVector(double);
36
37 virtual ~AcGeTol(void);
38
39private:
40 AcGeTolImpl* m_pImpl;
41
42};
#define ARX_API_STATIC
Definition FxARXAPI.h:25
void setEqualPoint(double)
AcGeTol(double const &param_1)
void setEqualVector(double)
AcGeTol(void)
AcGeTol(double const &, double const &)
static ARX_API_STATIC AcGeTol gTol
Definition AcGeTol.h:24
AcGeTol & operator=(AcGeTol const &)
AcGeTol(AcGeTol const &)
double equalPoint(void) const
double equalVector(void) const
virtual ~AcGeTol(void)