shapeworks::Observer::DefinedCallbacksStruct
#include <Observer.h>
Public Functions
| Name | |
|---|---|
| DefinedCallbacksStruct() |
Public Attributes
| Name | |
|---|---|
| bool | DomainAddEvent |
| bool | TransformSetEvent |
| bool | PrefixTransformSetEvent |
| bool | PositionSetEvent |
| bool | PositionAddEvent |
| bool | PositionRemoveEvent |
Detailed Description
cpp
struct shapeworks::Observer::DefinedCallbacksStruct;
Data structure indicating which callback functions are defined by a subclass. The ParticleSystem class will reference this structure to determine which callbacks to register.
Public Functions Documentation
function DefinedCallbacksStruct
cpp
inline DefinedCallbacksStruct()
Public Attributes Documentation
variable DomainAddEvent
cpp
bool DomainAddEvent;
variable TransformSetEvent
cpp
bool TransformSetEvent;
variable PrefixTransformSetEvent
cpp
bool PrefixTransformSetEvent;
variable PositionSetEvent
cpp
bool PositionSetEvent;
variable PositionAddEvent
cpp
bool PositionAddEvent;
variable PositionRemoveEvent
cpp
bool PositionRemoveEvent;
Updated on 2026-03-31 at 16:02:10 +0000