Isle
|
[AI] Helper structure for rapid lookups of controller-boundary pairs, often used for global or indexed access patterns across controllers. More...
#include <legopathcontroller.h>
Public Member Functions | |
CtrlBoundary () | |
[AI] Initializes structure by nullifying pointers. More... | |
Public Attributes | |
LegoPathController * | m_controller |
[AI] Pointer to owning path controller. [AI] More... | |
LegoPathBoundary * | m_boundary |
[AI] Associated path boundary within the controller. [AI] More... | |
[AI] Helper structure for rapid lookups of controller-boundary pairs, often used for global or indexed access patterns across controllers.
[AI]
Definition at line 53 of file legopathcontroller.h.
|
inline |
[AI] Initializes structure by nullifying pointers.
[AI]
Definition at line 57 of file legopathcontroller.h.
LegoPathBoundary* LegoPathController::CtrlBoundary::m_boundary |
[AI] Associated path boundary within the controller. [AI]
Definition at line 64 of file legopathcontroller.h.
LegoPathController* LegoPathController::CtrlBoundary::m_controller |
[AI] Pointer to owning path controller. [AI]
Definition at line 63 of file legopathcontroller.h.