|
Ptex
|
#include <PtexIO.h>
Public Member Functions | |
| uint32_t | blocksize () const |
| Encoding | encoding () const |
| uint32_t & | val () |
| const uint32_t & | val () const |
| void | set (size_t blocksizeArg, Encoding encodingArg) |
| bool | isLargeFace () const |
| FaceDataHeader () | |
Public Attributes | |
| uint32_t | data |
Static Public Attributes | |
| static constexpr uint32_t | blocksizeMax = 0x3fffffff |
|
inline |
Definition at line 85 of file PtexIO.h.
References blocksizeMax.
Referenced by PtexReader::computeFaceTileOffsets(), PtexReader::getCompressedData(), isLargeFace(), and PtexReader::readFaceData().
|
inline |
Definition at line 86 of file PtexIO.h.
Referenced by PtexReader::getCompressedData(), and PtexReader::readFaceData().
|
inline |
Definition at line 94 of file PtexIO.h.
References blocksize(), and blocksizeMax.
Referenced by PtexReader::getCompressedData().
|
inline |
Definition at line 89 of file PtexIO.h.
Referenced by PtexMainWriter::compressFaceData(), and PtexMainWriter::compressFaceDataBlock().
|
static |
Definition at line 84 of file PtexIO.h.
Referenced by blocksize(), and isLargeFace().
1.8.10