|
| TiledReducedFace (PtexReader *reader, Res resArg, Res tileresArg, TiledFaceBase *parentface, PtexUtils::ReduceFn reducefn) |
|
| ~TiledReducedFace () |
|
virtual PtexFaceData * | getTile (int tile) |
| Access a tile from the data block.
|
|
size_t | memUsed () |
|
| TiledFaceBase (PtexReader *reader, Res resArg, Res tileresArg) |
|
virtual void | release () |
| Release resources held by this pointer (pointer becomes invalid).
|
|
virtual bool | isConstant () |
| True if this data block is constant.
|
|
virtual void | getPixel (int u, int v, void *result) |
| Read a single texel from the data block.
|
|
virtual void * | getData () |
| Access the data from this data block.
|
|
virtual bool | isTiled () |
| True if this data block is tiled.
|
|
virtual Ptex::Res | tileRes () |
| Resolution of each tile in this data block.
|
|
virtual FaceData * | reduce (PtexReader *, Res newres, PtexUtils::ReduceFn, size_t &newMemUsed) |
|
Res | tileres () const |
|
int | ntilesu () const |
|
int | ntilesv () const |
|
int | ntiles () const |
|
| FaceData (Res resArg) |
|
virtual | ~FaceData () |
|
virtual void | release () |
| Release resources held by this pointer (pointer becomes invalid).
|
|
virtual Ptex::Res | res () |
| Resolution of the texture held by this data block.
|
|
virtual FaceData * | reduce (PtexReader *, Res newres, PtexUtils::ReduceFn, size_t &newMemUsed)=0 |
|
virtual void | release ()=0 |
| Release resources held by this pointer (pointer becomes invalid).
|
|
virtual bool | isConstant ()=0 |
| True if this data block is constant.
|
|
virtual Ptex::Res | res ()=0 |
| Resolution of the texture held by this data block.
|
|
virtual void | getPixel (int u, int v, void *result)=0 |
| Read a single texel from the data block.
|
|
virtual void * | getData ()=0 |
| Access the data from this data block.
|
|
virtual bool | isTiled ()=0 |
| True if this data block is tiled.
|
|
virtual Ptex::Res | tileRes ()=0 |
| Resolution of each tile in this data block.
|
|
virtual PtexFaceData * | getTile (int tile)=0 |
| Access a tile from the data block.
|
|
Definition at line 498 of file PtexReader.h.