CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
AECGripExtension.h File Reference
#include "Grips/AECGrPoint.h"
#include "Grips/AECGrip.h"

Go to the source code of this file.

Classes

class  AECGripExtension
 

Macros

#define AECGREXT_DECLARE_CLASS(Export, ClassName, ParentName)
 

Typedefs

typedef OdSmartPtr< AECGripExtensionAECGripExtensionPtr
 

Macro Definition Documentation

◆ AECGREXT_DECLARE_CLASS

#define AECGREXT_DECLARE_CLASS ( Export,
ClassName,
ParentName )
Value:
class Export ClassName : public ParentName \
{ \
ODRX_DECLARE_MEMBERS( ClassName ); \
public: \
virtual AECGr::Result getGripPoints( \
AECGripManager* pContext, std::vector<AECGripPtr>& aPts ); \
}; \
typedef OdSmartPtr<ClassName> ClassName##Ptr
Result
Definition AECGr.h:57

Definition at line 43 of file AECGripExtension.h.

Typedef Documentation

◆ AECGripExtensionPtr