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
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
inline DefinedCallbacksStruct()
Public Attributes Documentation
variable DomainAddEvent
bool DomainAddEvent;
variable TransformSetEvent
bool TransformSetEvent;
variable PrefixTransformSetEvent
bool PrefixTransformSetEvent;
variable PositionSetEvent
bool PositionSetEvent;
variable PositionAddEvent
bool PositionAddEvent;
variable PositionRemoveEvent
bool PositionRemoveEvent;
Updated on 2025-10-13 at 18:47:49 +0000