Go to the source code of this file.
|
| | igstk |
| | This file contains the declarations of IGSTK Events used to communicate among components.
|
| |
| | igstk::Friends |
| |
|
| | igstk::igstkEventMacro (CoordinateSystemErrorEvent, IGSTKErrorEvent) |
| |
| | igstk::igstkEventMacro (CoordinateSystemSetParentError, CoordinateSystemErrorEvent) |
| |
| | igstk::igstkEventMacro (CoordinateSystemNullParentEvent, CoordinateSystemSetParentError) |
| | This event should be invoked when RequestSetTransformAndParent is called with a NULL parent. More...
|
| |
| | igstk::igstkEventMacro (CoordinateSystemThisParentEvent, CoordinateSystemSetParentError) |
| | This event should be invoked when RequestSetTransformAndParent is called with the parent == this. More...
|
| |
| | igstk::igstkLoadedConstObjectEventMacro (CoordinateSystemParentCycleEvent, CoordinateSystemSetParentError, CoordinateSystem) |
| | This event should be invoked when RequestSetTransformAndParent is called with a parent that causes a cycle in the coordinate system graph. More...
|
| |