Homepage Demos Overview Downloads Tutorials Reference
Credits

JPEGGenerator Member List

This is the complete list of members for JPEGGenerator, including all inherited members.

AddReference()ReferenceCounter [inline, virtual]
autoListenEventGeneratorBase [protected]
BehaviorBase() __attribute__((deprecated))BehaviorBase [protected]
BehaviorBase(const std::string &name)BehaviorBase [explicit, protected]
BehaviorBase(const std::string &classname, const std::string &instancename)BehaviorBase [protected]
BehaviorBase(const BehaviorBase &b)BehaviorBase [protected]
bytesUsedJPEGGenerator [protected]
byteswap(T &dstc, const T &srcc)LoadSave [inline, protected, static]
calcImage(unsigned int layer, unsigned int chan) const JPEGGenerator [protected, virtual]
checkCreator(const char *creator, const char buf[], unsigned int len, bool isLoading=true) const LoadSave [virtual]
checkCreator(const char *creator, FILE *f, bool isLoading=true) const LoadSave [virtual]
ChkAdvance(int res, const char **buf, unsigned int *len, const char *msg)LoadSave [static]
ChkAdvance(int res, const char **buf, unsigned int *len, const char *msg, int arg1)LoadSave [static]
cinfoJPEGGenerator [mutable, protected]
classNameBehaviorBase [protected]
createImageCache(unsigned int layer, unsigned int chan) const JPEGGenerator [protected, virtual]
creatorSize(const char creator[]) const LoadSave [inline, virtual]
curModeJPEGGenerator [protected]
decode(LoadSave &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(LoadSave &x, FILE *f)LoadSave [inline, static]
decode(double &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(double &x, FILE *f)LoadSave [inline, static]
decode(float &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(float &x, FILE *f)LoadSave [inline, static]
decode(long &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(long &x, FILE *f)LoadSave [inline, static]
decode(unsigned long &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(unsigned long &x, FILE *f)LoadSave [inline, static]
decode(int &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(int &x, FILE *f)LoadSave [inline, static]
decode(unsigned int &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(unsigned int &x, FILE *f)LoadSave [inline, static]
decode(short &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(short &x, FILE *f)LoadSave [inline, static]
decode(unsigned short &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(unsigned short &x, FILE *f)LoadSave [inline, static]
decode(std::string &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(std::string &x, FILE *f)LoadSave [inline, static]
decode(char *&x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(char *&x, FILE *f)LoadSave [inline, static]
decode(char &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(char &x, FILE *f)LoadSave [inline, static]
decode(unsigned char &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(unsigned char &x, FILE *f)LoadSave [inline, static]
decode(bool &x, const char buf[], unsigned int cap)LoadSave [inline, static]
decode(bool &x, FILE *f)LoadSave [inline, static]
destruct()JPEGGenerator [protected, virtual]
DoStart()EventGeneratorBase [virtual]
DoStop()EventGeneratorBase [virtual]
encode(const LoadSave &x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const LoadSave &x, FILE *f)LoadSave [inline, static]
encode(const double x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const double x, FILE *f)LoadSave [inline, static]
encode(const float x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const float x, FILE *f)LoadSave [inline, static]
encode(const long x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const long x, FILE *f)LoadSave [inline, static]
encode(const unsigned long x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const unsigned long x, FILE *f)LoadSave [inline, static]
encode(const int x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const int x, FILE *f)LoadSave [inline, static]
encode(const unsigned int x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const unsigned int x, FILE *f)LoadSave [inline, static]
encode(const short x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const short x, FILE *f)LoadSave [inline, static]
encode(const unsigned short x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const unsigned short x, FILE *f)LoadSave [inline, static]
encode(const std::string &x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const std::string &x, FILE *f)LoadSave [inline, static]
encode(const char *x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const char *x, FILE *f)LoadSave [inline, static]
encode(const char x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const char x, FILE *f)LoadSave [inline, static]
encode(const unsigned char x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const unsigned char x, FILE *f)LoadSave [inline, static]
encode(const bool x, char buf[], unsigned int cap)LoadSave [inline, static]
encode(const bool x, FILE *f)LoadSave [inline, static]
EventGeneratorBase(const std::string &name, EventBase::EventGeneratorID_t mgid, unsigned int msid)EventGeneratorBase [inline, protected]
EventGeneratorBase(const std::string &name, EventBase::EventGeneratorID_t mgid, unsigned int msid, EventBase::EventGeneratorID_t srcgid, unsigned int srcsid)EventGeneratorBase [inline, protected]
EventGeneratorBase(const std::string &classname, const std::string &instancename, EventBase::EventGeneratorID_t mgid, unsigned int msid)EventGeneratorBase [inline, protected]
EventGeneratorBase(const std::string &classname, const std::string &instancename, EventBase::EventGeneratorID_t mgid, unsigned int msid, EventBase::EventGeneratorID_t srcgid, unsigned int srcsid)EventGeneratorBase [inline, protected]
FilterBankGenerator(const std::string &name, EventBase::EventGeneratorID_t srcgid, unsigned int srcsid, EventBase::EventGeneratorID_t mgid, unsigned int msid)FilterBankGenerator [inline, protected]
FilterBankGenerator(const std::string &classname, const std::string &instancename, EventBase::EventGeneratorID_t srcgid, unsigned int srcsid, EventBase::EventGeneratorID_t mgid, unsigned int msid)FilterBankGenerator [inline, protected]
frameNumberFilterBankGenerator [protected]
framesProcessedFilterBankGenerator [protected]
freeCaches()FilterBankGenerator [virtual]
GetAutoDelete()ReferenceCounter [inline]
getBinSize() const JPEGGenerator [virtual]
getClassDescription()JPEGGenerator [inline, static]
getClassName() const BehaviorBase [inline, virtual]
getCurrentSourceFormat() const JPEGGenerator [inline, virtual]
getDescription() const BehaviorBase [inline, virtual]
getFrameNumber() const FilterBankGenerator [inline]
getFramesProcessed() const FilterBankGenerator [inline]
getGeneratorID()EventGeneratorBase [inline, virtual]
getHeight(unsigned int layer) const FilterBankGenerator [inline]
getImage(unsigned int layer, unsigned int channel) const FilterBankGenerator [virtual]
getImageSize(unsigned int layer, unsigned int chan) const JPEGGenerator [inline, virtual]
getIncrement(unsigned int layer) const FilterBankGenerator [inline]
getListenGeneratorID() const EventGeneratorBase [inline, virtual]
getListenSourceID() const EventGeneratorBase [inline, virtual]
getName() const BehaviorBase [inline, virtual]
getNumChannels() const FilterBankGenerator [inline, virtual]
getNumLayers() const FilterBankGenerator [inline, virtual]
getQuality() const JPEGGenerator [inline, virtual]
GetReferences()ReferenceCounter [inline, virtual]
getRegistry()BehaviorBase [inline, static]
getSelectedSaveChannel() const FilterBankGenerator [inline, virtual]
getSelectedSaveLayer() const FilterBankGenerator [inline, virtual]
getSkip(unsigned int layer) const FilterBankGenerator [inline]
getSourceGenerator() const FilterBankGenerator [inline, virtual]
getSourceID()EventGeneratorBase [inline, virtual]
getSourceMode() const JPEGGenerator [inline, virtual]
getStride(unsigned int layer) const FilterBankGenerator [inline]
getWidth(unsigned int layer) const FilterBankGenerator [inline]
heightsFilterBankGenerator [protected]
imagesFilterBankGenerator [mutable, protected]
imageValidsFilterBankGenerator [mutable, protected]
incrementsFilterBankGenerator [protected]
instanceNameBehaviorBase [protected]
invalidateCaches()FilterBankGenerator [virtual]
isActive() const BehaviorBase [inline, virtual]
isListeningEventGeneratorBase [protected]
jerrJPEGGenerator [mutable, protected]
JPEG_HEADER_PADJPEGGenerator [static]
JPEGGenerator(EventBase::EventGeneratorID_t gid, unsigned int sid, unsigned int mysid)JPEGGenerator
JPEGGenerator(EventBase::EventGeneratorID_t gid, unsigned int sid, unsigned int mysid, src_mode_t sMode)JPEGGenerator
JPEGGenerator(const JPEGGenerator &fbk)JPEGGenerator [private]
LoadBuffer(const char buf[], unsigned int len)JPEGGenerator [virtual]
LoadFile(const char *filename)LoadSave [virtual]
LoadFileStream(FILE *f)LoadSave [virtual]
LoadSave()LoadSave [inline]
myGenIDEventGeneratorBase [protected]
mySourceIDEventGeneratorBase [protected]
numChannelsFilterBankGenerator [protected]
numLayersFilterBankGenerator [protected]
operator=(const JPEGGenerator &fbk)JPEGGenerator [private]
EventGeneratorBase::operator=(const BehaviorBase &b)BehaviorBase [protected]
ReferenceCounter::operator=(const ReferenceCounter &)ReferenceCounter [inline]
processEvent(const EventBase &event)JPEGGenerator [virtual]
qualityJPEGGenerator [protected]
RC_autodeleteReferenceCounter [protected]
ReferenceCounter()ReferenceCounter [inline]
ReferenceCounter(const ReferenceCounter &rc)ReferenceCounter [inline]
referencesReferenceCounter [protected]
registryBehaviorBase [protected, static]
RemoveReference()ReferenceCounter [inline, virtual]
SaveBuffer(char buf[], unsigned int len) const JPEGGenerator [virtual]
saveCreator(const char *creator, char buf[], unsigned int len) const LoadSave [virtual]
saveCreator(const char *creator, FILE *f) const LoadSave [virtual]
SaveFile(const char *filename) const LoadSave [virtual]
SaveFileStream(FILE *f) const LoadSave [virtual]
selectedSaveChannelFilterBankGenerator [protected]
selectedSaveLayerFilterBankGenerator [protected]
selectSaveImage(unsigned int layer, unsigned int channel)FilterBankGenerator [inline, virtual]
SetAutoDelete(bool b)ReferenceCounter [inline]
setAutoListen(EventBase::EventGeneratorID_t gid, unsigned int sid)EventGeneratorBase [virtual]
setDimensions()FilterBankGenerator [protected, virtual]
setGeneratorID(EventBase::EventGeneratorID_t gid)EventGeneratorBase [inline, virtual]
setName(const std::string &name)BehaviorBase [inline, virtual]
setNumImages(unsigned int nLayers, unsigned int nChannels)JPEGGenerator [protected, virtual]
setQuality(unsigned int q)JPEGGenerator [inline, virtual]
setSourceID(unsigned int sid)EventGeneratorBase [inline, virtual]
setSourceMode(src_mode_t mode)JPEGGenerator [inline, virtual]
skipsFilterBankGenerator [protected]
srcFilterBankGenerator [protected]
SRC_AUTO enum valueJPEGGenerator
SRC_COLOR enum valueJPEGGenerator
SRC_GRAYSCALE enum valueJPEGGenerator
src_mode_t enum nameJPEGGenerator
srcGenIDEventGeneratorBase [protected]
srcModeJPEGGenerator [protected]
srcSourceIDEventGeneratorBase [protected]
startedBehaviorBase [protected]
stridesFilterBankGenerator [protected]
stringpadLoadSave [static]
unsetAutoListen()EventGeneratorBase [virtual]
widthsFilterBankGenerator [protected]
~BehaviorBase()BehaviorBase [virtual]
~EventGeneratorBase()EventGeneratorBase [inline, virtual]
~EventListener()EventListener [inline, virtual]
~FilterBankGenerator()FilterBankGenerator [inline, virtual]
~JPEGGenerator()JPEGGenerator [virtual]
~LoadSave()LoadSave [virtual]
~ReferenceCounter()ReferenceCounter [inline, virtual]


Tekkotsu v2.2.2
Generated Tue Jan 4 15:45:26 2005 by Doxygen 1.4.0