CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GeExternalCurve3d.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_GEEXTC3D_H
25#define OD_GEEXTC3D_H
27class OdGeLine3d;
28class OdGeLineSeg3d;
29class OdGeRay3d;
30class OdGeEllipArc3d;
31class OdGeNurbCurve3d;
32
33#include "Ge/GeCurve3d.h"
34
35#include "TD_PackPush.h"
36
53{
54public:
55
56
61
69
85 void* pCurveDef,
87 bool makeCopy = true);
88
92 bool isLine() const;
93
97 bool isRay() const;
98
102 bool isLineSeg() const;
103
107 bool isCircArc() const;
108
112 bool isEllipArc() const;
113
117 bool isNurbCurve() const;
118
122 bool isDefined() const;
123
134 OdGeCurve3d*& nativeCurve) const;
135
145 void*& pCurveDef) const;
146
158
168 void* pCurveDef,
169 OdGe::ExternalEntityKind curveKind,
170 bool makeCopy = true);
171
181 const OdGeExternalCurve3d& extCurve);
182
190 bool isOwnerOfCurve() const;
191
200
201};
202
203#include "TD_PackPop.h"
204
205#endif // OD_GEEXTC3D_H
206
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeCurve3d & operator=(const OdGeCurve3d &curve)
OdGeExternalCurve3d & setToOwnCurve()
OdGe::ExternalEntityKind externalCurveKind() const
bool isCircArc() const
bool isDefined() const
bool isLine() const
bool isNativeCurve(OdGeCurve3d *&nativeCurve) const
OdGeExternalCurve3d(void *pCurveDef, OdGe::ExternalEntityKind curveKind, bool makeCopy=true)
bool isRay() const
void getExternalCurve(void *&pCurveDef) const
OdGeExternalCurve3d(const OdGeExternalCurve3d &source)
bool isOwnerOfCurve() const
OdGeExternalCurve3d & set(void *pCurveDef, OdGe::ExternalEntityKind curveKind, bool makeCopy=true)
bool isEllipArc() const
bool isNurbCurve() const
bool isLineSeg() const
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
ExternalEntityKind
Definition: Ge.h:260