Skip to content

shapeworks::Observer::DefinedCallbacksStruct

More...

#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 2024-10-16 at 07:18:27 +0000