Coons patch meshing

This commit is contained in:
Jakub Melka
2019-09-22 13:18:42 +02:00
parent 2ca3f907c3
commit d87995f8b8
4 changed files with 268 additions and 6 deletions

View File

@ -99,6 +99,9 @@ public:
/// Seeks data to the byte boundary (number of processed bits is divisible by 8)
void alignToBytes();
/// Returns true, if we are at the end of the data stream (no more data can be read)
bool isAtEnd() const;
private:
const QByteArray* m_stream;
int m_position;