CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GeAugPolyline3d.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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 Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 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{
43public:
44
45
50
58 const OdGeAugPolyline3d& apline);
59
69 const OdGeKnotVector& knots,
70 const OdGePoint3dArray& controlPoints,
71 const OdGeVector3dArray& vecBundle);
72
81 const OdGePoint3dArray& controlPoints,
82 const OdGeVector3dArray& vecBundle);
83
94 const OdGeCurve3d& curve,
95 double fromParam,
96 double toParam,
97 double approxEps);
98
106 const OdGeAugPolyline3d& apline);
107
116 int index) const;
117
127 int controlpointIndex,
128 const OdGePoint3d& point);
129
136 OdGePoint3dArray& controlPoints) const;
137
149 int vectorIndex) const;
150
163 int vectorIndex,
164 const OdGeVector3d& vect);
165
175 OdGeVector3dArray& tangents) const;
176
188 int vectorIndex) const;
189
202 int vectorIndex,
203 const OdGeVector3d& vect);
204
214 OdGeVector3dArray& d2Vectors) const;
215
221 double approxTol() const;
222
235 double approxTol);
236};
237
238#include "TD_PackPop.h"
239
240#endif // OD_GEAPLN3D_H
241
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeAugPolyline3d & setD2Vector(int vectorIndex, const OdGeVector3d &vect)
void getPoints(OdGePoint3dArray &controlPoints) const
OdGeAugPolyline3d & setVector(int vectorIndex, const OdGeVector3d &vect)
OdGeAugPolyline3d(const OdGeKnotVector &knots, const OdGePoint3dArray &controlPoints, const OdGeVector3dArray &vecBundle)
OdGePoint3d getPoint(int index) const
OdGeAugPolyline3d & setApproxTol(double approxTol)
OdGeAugPolyline3d(const OdGePoint3dArray &controlPoints, const OdGeVector3dArray &vecBundle)
void getD1Vectors(OdGeVector3dArray &tangents) const
double approxTol() const
OdGeAugPolyline3d & setPoint(int controlpointIndex, const OdGePoint3d &point)
OdGeAugPolyline3d(const OdGeCurve3d &curve, double fromParam, double toParam, double approxEps)
OdGeVector3d getVector(int vectorIndex) const
OdGeVector3d getD2Vector(int vectorIndex) const
void getD2Vectors(OdGeVector3dArray &d2Vectors) const
OdGeAugPolyline3d(const OdGeAugPolyline3d &apline)
OdGePolyline3d & operator=(const OdGePolyline3d &polyline)
GLuint index
Definition: gles2_ext.h:265