![]() |
Maria GDK 5.1.0.34
Documentation of native code in develop branch
|
Public Member Functions | |
| IndexAreaItem (int id, const IndexArea &bounds, int generation=1, ItemStateFlags state=ItemStateFlags::Active, uint64_t fieldValues=0, const DeltaSidc &deltaSidc=DeltaSidc::invalidSidc()) | |
| constexpr | IndexAreaItem (const IndexAreaItem &scr)=default |
| IndexAreaItem & | operator= (const IndexAreaItem &src)=default |
| IndexAreaItem | CopyAndSetState (int generation, ItemStateFlags newState) const |
| constexpr bool | IsIncluded (ItemStateFlags states) const |
| constexpr bool | IsExcluded (ItemStateFlags states) const |
| const IndexPointItem & | AsPoint () const |
| void | SetFromPoint (const IndexPointItem &ipi) |
Public Attributes | |
| int | Id |
| int | Generation |
| ItemStateFlags | State |
| uint64_t | BitEncodedFields |
| DeltaSidc | Sidc |
| IndexArea | Bounds |