#include <KeyLockComposer.h>
Public Attributes | |
int | x |
Lock의 x좌표. | |
int | y |
Lock의 y좌표. | |
Direction::Type | dir |
위의 좌표의 Slot에서 Lock이 존재하는 방향. 실제 Lock은 Slot과 Slot사이의 edge에 존재 | |
int | numOfKeys |
연결된 key의 갯수 | |
int | complexity |
중첩 횟수. | |
vector< int > | relKeyIndexes |
연결된 key의 vector<Key>에서의 index |