shapeworks::Observer::DefinedCallbacksStruct
#include <Observer.h>
Public Functions
| Name | |
|---|---|
| DefinedCallbacksStruct() | 
Public Attributes
| Name | |
|---|---|
| bool | DomainAddEvent | 
| bool | TransformSetEvent | 
| bool | PrefixTransformSetEvent | 
| bool | NeighborhoodSetEvent | 
| 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 NeighborhoodSetEvent
bool NeighborhoodSetEvent;
variable PositionSetEvent
bool PositionSetEvent;
variable PositionAddEvent
bool PositionAddEvent;
variable PositionRemoveEvent
bool PositionRemoveEvent;
Updated on 2024-03-17 at 12:58:44 -0600