CFx SDK Documentation  2020SP3
GeSegmentChain2d.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_SEGMENTCHAIN_2D_H
25 #define OD_GE_SEGMENTCHAIN_2D_H
27 #include "OdPlatform.h"
28 #include "Ge/GeSplineEnt2d.h"
29 
30 #include "TD_PackPush.h"
31 
40 {
41 public:
46  const OdGeSegmentChain2d& source);
53  const OdGePoint2dArray& fitpoints);
55  const OdGeKnotVector& knots,
56  const OdGePoint2dArray& points);
58  const OdGeCurve2d& crv,
59  double approxEps);
60 
62 
64  // overrides
65 
67  // TD Special :
68 
75  bool flag);
76 
85 
93  const OdGeDoubleArray& getBulges() const;
94 
99 
104 
108  bool hasBulges() const;
109 };
110 
111 #include "TD_PackPop.h"
112 
113 #endif // OD_GE_SEGMENTCHAIN_2D_H
114 
OdGeCurve2d
Definition: GeCurve2d.h:53
source
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
OdGeSegmentChain2d::OdGeSegmentChain2d
OdGeSegmentChain2d(const OdGeSegmentChain2d &source)
OdArray< OdGePoint2d, OdMemoryAllocator< OdGePoint2d > >
TD_PackPop.h
OdGeSegmentChain2d::hasBulges
bool hasBulges() const
OdGeSplineEnt2d
Definition: GeSplineEnt2d.h:41
OdGeSegmentChain2d::OdGeSegmentChain2d
OdGeSegmentChain2d(const OdGePoint2dArray &fitpoints)
OdGeSegmentChain2d::getVertices
const OdGePoint2dArray & getVertices() const
OdGeSegmentChain2d::bulges
OdGeDoubleArray & bulges()
OdGeSegmentChain2d::vertices
OdGePoint2dArray & vertices()
OdGeSegmentChain2d::OdGeSegmentChain2d
OdGeSegmentChain2d(const OdGeKnotVector &knots, const OdGePoint2dArray &points)
OdGeSegmentChain2d::OdGeSegmentChain2d
OdGeSegmentChain2d()
TD_PackPush.h
OdGeKnotVector
Definition: GeKnotVector.h:44
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeSplineEnt2d::operator=
OdGeSplineEnt2d & operator=(const OdGeSplineEnt2d &spline)
OdGeSegmentChain2d
Definition: GeSegmentChain2d.h:40
OdGeSegmentChain2d::getBulges
const OdGeDoubleArray & getBulges() const
OdGeSegmentChain2d::OdGeSegmentChain2d
OdGeSegmentChain2d(const OdGeCurve2d &crv, double approxEps)
GeSplineEnt2d.h
OdGeSegmentChain2d::setClosed
OdGeSegmentChain2d & setClosed(bool flag)