|
CFx SDK Documentation 2026 SP0
|
#include <GiSelectProcBase.h>
Public Types | |
| enum | { kCheckMarkerOnChange = 1 , kCheckMarkerOnViewModeChange = 2 , kCheckMarkerFinish = 0x80000000 } |
| enum | { kSupportPointsPrim = 1 , kSupportLinesPrim = 2 , kSupportTrianglesPrim = 4 , kSupportAllPrims = kSupportPointsPrim | kSupportLinesPrim | kSupportTrianglesPrim } |
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdGiSelectProcBase) | |
| virtual void | check_n_fire_selected (OdUInt32 flags=0)=0 |
| virtual void | switchSectioning (bool) |
| virtual bool | handleSelectionByExtents (const OdGeExtents3d &extWc) |
| virtual OdUInt32 | supportGeometryPrimitives () const |
| virtual void | setDeviation (const OdGeDoubleArray &deviations)=0 |
| virtual void | setDeviation (const OdGiDeviation *pDeviation)=0 |
| virtual void | setDrawContext (OdGiConveyorContext *pDrawCtx)=0 |
Public Member Functions inherited from OdGiConveyorNode | |
| ODRX_DECLARE_MEMBERS (OdGiConveyorNode) | |
| virtual OdGiConveyorInput & | input ()=0 |
| virtual OdGiConveyorOutput & | output ()=0 |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
Protected Member Functions inherited from OdGiConveyorNode | |
| OdGiConveyorNode () | |
Base class for conveyor nodes which implements selection processes.
<group OdGi_Classes>
Definition at line 40 of file GiSelectProcBase.h.
| anonymous enum |
Type of geometry processible by this selection process node implementation.
| Enumerator | |
|---|---|
| kSupportPointsPrim | |
| kSupportLinesPrim | |
| kSupportTrianglesPrim | |
| kSupportAllPrims | |
Definition at line 56 of file GiSelectProcBase.h.
| anonymous enum |
Type of change, used as input argument for check_n_fire_selected method.
| Enumerator | |
|---|---|
| kCheckMarkerOnChange | |
| kCheckMarkerOnViewModeChange | |
| kCheckMarkerFinish | |
Definition at line 46 of file GiSelectProcBase.h.
This method can be called externally for separating selection process between different objects.
| flags | [in] Set of flags, listed in unnamed enumeration declared in this class. |
|
inlinevirtual |
Checks that selection can be performed by checking extents without playing content.
| extWc | [in] Data extents. |
Definition at line 86 of file GiSelectProcBase.h.
| OdGiSelectProcBase::ODRX_DECLARE_MEMBERS | ( | OdGiSelectProcBase | ) |
|
pure virtual |
Sets max deviation for curve tessellation.
| deviations | [in] Array with deviation values. |
|
pure virtual |
Sets deviation object to obtain max deviation for curve tessellation.
| pDeviation | [in] Pointer to the deviation object. |
|
pure virtual |
Sets the draw context object (to access to traits, etc).
| pDrawCtx | [in] Pointer to the draw context. |
|
inlinevirtual |
Checks which kind of geometry primitives supported by this selection process.
Definition at line 92 of file GiSelectProcBase.h.
|
inlinevirtual |
This method can be called externally to switch between sectionable and non-sectionable geometry.
| bEnable | [in] Flag to enable or disable geometry sectioning. |
Definition at line 78 of file GiSelectProcBase.h.