CFx SDK Documentation  2020SP3
GeAugPolyline3d.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_GEAPLN3D_H
25 #define OD_GEAPLN3D_H
27 #include "Ge/GePolyline3d.h"
28 #include "Ge/GePoint3d.h"
29 #include "Ge/GeVector3dArray.h"
30 #include "Ge/GeKnotVector.h"
31 
32 #include "TD_PackPush.h"
33 
42 {
43 public:
44 
45 
57  const OdGeAugPolyline3d& apline);
59  const OdGeKnotVector& knots,
60  const OdGePoint3dArray& controlPoints,
61  const OdGeVector3dArray& vecBundle);
63  const OdGePoint3dArray& controlPoints,
64  const OdGeVector3dArray& vecBundle);
66  const OdGeCurve3d& curve,
67  double fromParam,
68  double toParam,
69  double approxEps);
70 
72  const OdGeAugPolyline3d& apline);
73 
83  int index) const;
84 
92  int controlpointIndex,
93  OdGePoint3d point);
94 
100  void getPoints(
101  OdGePoint3dArray& controlPoints) const;
102 
112  int vectorIndex) const;
113 
124  int vectorIndex,
125  OdGeVector3d vect);
126 
136  OdGeVector3dArray& tangents) const;
137 
147  int vectorIndex) const;
148 
159  int vectorIndex,
160  OdGeVector3d vect);
161 
172  OdGeVector3dArray& d2Vectors) const;
173 
177  double approxTol() const;
178 
187  double approxTol);
188 };
189 
190 #include "TD_PackPop.h"
191 
192 #endif // OD_GEAPLN3D_H
193 
OdGeVector3d
Definition: GeVector3d.h:54
OdGeAugPolyline3d::getD2Vectors
void getD2Vectors(OdGeVector3dArray &d2Vectors) const
OdGeAugPolyline3d
Definition: GeAugPolyline3d.h:42
OdGeAugPolyline3d::getVector
OdGeVector3d getVector(int vectorIndex) const
OdGeAugPolyline3d::setD2Vector
OdGeAugPolyline3d & setD2Vector(int vectorIndex, OdGeVector3d vect)
OdGeAugPolyline3d::setPoint
OdGeAugPolyline3d & setPoint(int controlpointIndex, OdGePoint3d point)
OdArray< OdGePoint3d, OdMemoryAllocator< OdGePoint3d > >
TD_PackPop.h
OdGeAugPolyline3d::OdGeAugPolyline3d
OdGeAugPolyline3d(const OdGeAugPolyline3d &apline)
OdGeAugPolyline3d::getD1Vectors
void getD1Vectors(OdGeVector3dArray &tangents) const
OdGeAugPolyline3d::OdGeAugPolyline3d
OdGeAugPolyline3d()
index
GLuint index
Definition: gles2_ext.h:265
OdGePoint3d
Definition: GePoint3d.h:55
GeKnotVector.h
GePoint3d.h
OdGePolyline3d::operator=
OdGePolyline3d & operator=(const OdGePolyline3d &polyline)
OdGeAugPolyline3d::getPoint
OdGePoint3d getPoint(int index) const
TD_PackPush.h
OdGeKnotVector
Definition: GeKnotVector.h:44
OdGeAugPolyline3d::getD2Vector
OdGeVector3d getD2Vector(int vectorIndex) const
OdGeAugPolyline3d::setVector
OdGeAugPolyline3d & setVector(int vectorIndex, OdGeVector3d vect)
OdGeCurve3d
Definition: GeCurve3d.h:56
OdGeAugPolyline3d::OdGeAugPolyline3d
OdGeAugPolyline3d(const OdGeKnotVector &knots, const OdGePoint3dArray &controlPoints, const OdGeVector3dArray &vecBundle)
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeAugPolyline3d::approxTol
double approxTol() const
OdGeAugPolyline3d::OdGeAugPolyline3d
OdGeAugPolyline3d(const OdGeCurve3d &curve, double fromParam, double toParam, double approxEps)
OdGePolyline3d
Definition: GePolyline3d.h:40
GeVector3dArray.h
OdGeAugPolyline3d::OdGeAugPolyline3d
OdGeAugPolyline3d(const OdGePoint3dArray &controlPoints, const OdGeVector3dArray &vecBundle)
OdGeAugPolyline3d::setApproxTol
OdGeAugPolyline3d & setApproxTol(double approxTol)
OdGeAugPolyline3d::getPoints
void getPoints(OdGePoint3dArray &controlPoints) const