CFx SDK Documentation
2022 SP0
|
#include <GiAbstractClipBoundary.h>
Public Member Functions | |
OdGiComplexClipBoundary () | |
~OdGiComplexClipBoundary () | |
BoundaryType | type () const |
OdGiAbstractClipBoundary * | clone () const |
Public Member Functions inherited from OdGiExtendedClipBoundary | |
OdGiExtendedClipBoundary () | |
~OdGiExtendedClipBoundary () | |
const OdIntArray & | clipBoundaryCounts () const |
void | setClipBoundaryCounts (const OdIntArray &pCounts) |
const OdGePoint2dArray & | clipBoundaryPoints () const |
void | setClipBoundaryPoints (const OdGePoint2dArray &pPoints) |
Public Member Functions inherited from OdGiAbstractClipBoundary | |
ODRX_HEAP_OPERATORS () | |
OdGiAbstractClipBoundary () | |
virtual | ~OdGiAbstractClipBoundary () |
Additional Inherited Members | |
Public Types inherited from OdGiAbstractClipBoundary | |
enum | BoundaryType { kNormal = 0 , kInverted , kExtended , kComplex , kPlanar } |
Protected Member Functions inherited from OdGiExtendedClipBoundary | |
OdGiAbstractClipBoundary * | copyExtendedData (OdGiExtendedClipBoundary *pNew) const |
Protected Attributes inherited from OdGiExtendedClipBoundary | |
OdIntArray | m_Counts |
OdGePoint2dArray | m_Points |
Class to pass extended clip boundary information which requires preprocessing from OdGiDrawable objects to the underlying OdGi system. Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 160 of file GiAbstractClipBoundary.h.
|
inline |
Definition at line 163 of file GiAbstractClipBoundary.h.
|
inline |
Definition at line 164 of file GiAbstractClipBoundary.h.
|
inlinevirtual |
Returns cloned object.
Reimplemented from OdGiExtendedClipBoundary.
Definition at line 174 of file GiAbstractClipBoundary.h.
|
inlinevirtual |
Returns type of the inherited boundary.
Reimplemented from OdGiExtendedClipBoundary.
Definition at line 169 of file GiAbstractClipBoundary.h.