Isle
Loading...
Searching...
No Matches
LegoPathController::CtrlBoundary Struct Reference

[AI] Helper structure for rapid lookups of controller-boundary pairs, often used for global or indexed access patterns across controllers. More...

#include <legopathcontroller.h>

Collaboration diagram for LegoPathController::CtrlBoundary:

Public Member Functions

 CtrlBoundary ()
 [AI] Initializes structure by nullifying pointers. More...
 

Public Attributes

LegoPathControllerm_controller
 [AI] Pointer to owning path controller. [AI] More...
 
LegoPathBoundarym_boundary
 [AI] Associated path boundary within the controller. [AI] More...
 

Detailed Description

[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.

Constructor & Destructor Documentation

◆ CtrlBoundary()

LegoPathController::CtrlBoundary::CtrlBoundary ( )
inline

[AI] Initializes structure by nullifying pointers.

[AI]

Definition at line 57 of file legopathcontroller.h.

Member Data Documentation

◆ m_boundary

LegoPathBoundary* LegoPathController::CtrlBoundary::m_boundary

[AI] Associated path boundary within the controller. [AI]

Definition at line 64 of file legopathcontroller.h.

◆ m_controller

LegoPathController* LegoPathController::CtrlBoundary::m_controller

[AI] Pointer to owning path controller. [AI]

Definition at line 63 of file legopathcontroller.h.


The documentation for this struct was generated from the following file: