| 77 | SectionGeometryPlane* get(Section* section, int plane, const FVector2& offset, TArray<int>** pIndices); |
| 78 | |
| 79 | void SetSize(unsigned sectcount) |
| 80 | { |
| 81 | data.Clear(); // delete old content |
| 82 | data.Resize(sectcount); |
| 83 | } |
| 84 | }; |
| 85 | |
| 86 | extern SectionGeometry sectionGeometry; |
no test coverage detected