Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ImageInfo Class Reference

extends FileInfo to provide image decompression and some additional fields for image meta-data More...

#include <FileSystemImageSource.h>

Inheritance diagram for ImageInfo:

Detailed Description

extends FileInfo to provide image decompression and some additional fields for image meta-data

Definition at line 29 of file FileSystemImageSource.h.

List of all members.

Public Member Functions

 ImageInfo (const FileSystemImageSource &ds, const std::string &name, double time)
 constructor
virtual void prepare ()
 uses FileInfo's prepare to load file into memory, and then replaces with a decompressed version

Public Attributes

const FileSystemImageSourcedataSource
 reference back to the containing data source so we can access FileSystemImageSource::layer
size_t width
 width of image
size_t height
 height of image
size_t components
 number of color channels

Constructor & Destructor Documentation

ImageInfo ( const FileSystemImageSource ds,
const std::string &  name,
double  time 
)

constructor

Definition at line 32 of file FileSystemImageSource.h.


Member Function Documentation

void prepare (  )  [virtual]

uses FileInfo's prepare to load file into memory, and then replaces with a decompressed version

Reimplemented from FileInfo.

Definition at line 10 of file FileSystemImageSource.cc.


Member Data Documentation

size_t components

number of color channels

Definition at line 41 of file FileSystemImageSource.h.

Referenced by ImageInfo::prepare(), and FileSystemImageSource::sendData().

reference back to the containing data source so we can access FileSystemImageSource::layer

Definition at line 38 of file FileSystemImageSource.h.

size_t height

height of image

Definition at line 40 of file FileSystemImageSource.h.

Referenced by ImageInfo::prepare(), and FileSystemImageSource::sendData().

size_t width

width of image

Definition at line 39 of file FileSystemImageSource.h.

Referenced by ImageInfo::prepare(), and FileSystemImageSource::sendData().


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

Tekkotsu Hardware Abstraction Layer 5.1CVS
Generated Mon May 9 05:01:41 2016 by Doxygen 1.6.3