VISH  0.2
Classes | Public Member Functions | Public Attributes
Wizt::ImageTile Struct Reference

A tile as part of an image. More...

#include </home/werner/origo/vish/ocean/shrimp/ImageTile.hpp>

List of all members.

Classes

Public Member Functions

Public Attributes


Detailed Description

A tile as part of an image.

Examples:

WebVish.cpp.


Constructor & Destructor Documentation

Wizt::ImageTile::ImageTile ( const Size pixelSize,
const RefPtr< ChunkBase > &  ColorData,
const RefPtr< ChunkBase > &  DepthData,
const Size TileID = Size(0,0),
const Size MaxTileID = Size(1,1) 
)

Construct image tile from pixel data and size/location information.

Parameters:
TileID The identification of this tile within the image (optional, default 0,0)
MaxTileIDThe maximally allowed tile ID (optional, default 1,1)

The documentation for this struct was generated from the following files: