CFx SDK Documentation  2020SP3
GeOffsetCurve2d.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 #ifndef OD_GE_OFFSET_CURVE_2D_H
25 #define OD_GE_OFFSET_CURVE_2D_H
27 #include "Ge/GeCurve2d.h"
28 
29 #include "TD_PackPush.h"
30 
58 {
59 public:
60 
61 
67  const OdGeCurve2d& baseCurve,
68  double offsetDistance);
70  const OdGeOffsetCurve2d& source);
71 
75  const OdGeCurve2d* curve() const;
76 
80  double offsetDistance() const;
81 
88  bool paramDirection() const;
89 
100 
107  const OdGeCurve2d& baseCurve);
108 
115  double distance);
116 
118  const OdGeOffsetCurve2d& offsetCurve);
119 
120 
122  // TD Special overrides :
123 };
124 
125 #include "TD_PackPop.h"
126 
127 #endif // OD_GE_OFFSET_CURVE_2D_H
OdGeOffsetCurve2d::OdGeOffsetCurve2d
OdGeOffsetCurve2d(const OdGeCurve2d &baseCurve, double offsetDistance)
OdGeCurve2d
Definition: GeCurve2d.h:53
source
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
OdGeOffsetCurve2d::OdGeOffsetCurve2d
OdGeOffsetCurve2d(const OdGeOffsetCurve2d &source)
TD_PackPop.h
OdGeOffsetCurve2d::curve
const OdGeCurve2d * curve() const
OdGeOffsetCurve2d
Definition: GeOffsetCurve2d.h:58
OdGeOffsetCurve2d::transformation
OdGeMatrix2d transformation() const
TD_PackPush.h
OdGeOffsetCurve2d::setCurve
OdGeOffsetCurve2d & setCurve(const OdGeCurve2d &baseCurve)
OdGeOffsetCurve2d::setOffsetDistance
OdGeOffsetCurve2d & setOffsetDistance(double distance)
OdGeOffsetCurve2d::offsetDistance
double offsetDistance() const
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeMatrix2d
Definition: GeMatrix2d.h:73
OdGeCurve2d::operator=
OdGeCurve2d & operator=(const OdGeCurve2d &curve)
OdGeOffsetCurve2d::paramDirection
bool paramDirection() const