mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Coons patch meshing
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user