Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
ImageGridC::ImageGridC(void)
ImageGridC::ImageGridC(istream &)
ImageGridC::ImageGridC(const FilenameC &,IntT,IntT,IntT,IntT)
ImageGridC::ImageGridC(ImageGridBodyC &)
ImageGridC::Body(void)
ImageGridC::Body(void) const
ImageGridC::InsertImage(IntT,RGBImageC &)
ImageGridC::Update(void)
ImageGridC::Update(const DListC &)
ImageGridC::Randomize(void)
ImageGridC::DisplayImage(void) const
ImageGridC::QueryOption(void) const
ImageGridC::QueryOption(const QueryOptionC &)
ImageGridC::LoadDatabase(const FilenameC &)
ImageGridC::LoadDatabase(const DListC &)
ImageGridC::LoadDatabase(const DListC &)
ImageGridC::LoadIndices(void)
ImageGridC::LoadIndex(const StringC &)
ImageGridC::CreateWorld(void)
ImageGridC::DatabaseImages(void) const
ImageGridC::DatabaseIndices(void) const
ImageGridC::World(void) const
ImageGridC::IndexString(void) const
ImageGridC::IndexString(const StringC &)
ImageGridC::LastQuery(void) const
ImageGridC::LastQuery(const RCHashARC &)
ImageGridC::AddImage(const FilenameC &)
ImageGridC::RankProbability(void)
ImageGridC::RankSize(void)
ImageGridC::RankSimilarity(void)
ImageGridC::RankSizeSimMix(void)
ImageGridC::RankNormSize(void)
ImageGridC::RankNormSimilarity(void)
ImageGridC::RankNormSizeSimMix(void)
ImageGridC::RankMaxSim(void)
ImageGridC::PageUp(const IntT &)
ImageGridC::PageDown(const IntT &)
ImageGridC::Canvas(void)
ImageGridC::PaintImage(void) const
ImageGridC::TextEntry(void) const
ImageGridC::operator<<(ostream &,const ImageGridC &)
ImageGridC::operator>>(istream &,ImageGridC &)
RCHandleAC::Abstract(void)
RCHandleAC::IsHandleType(const DT &) const
RCHandleAC::CheckHandleType(const DT &) const
RCHandleAC::Save(ostream &) const
RCHandleAC::Copy(void) const
RCHandleC::IsValid(void) const
RCHandleC::IsValidObject(void) const
RCHandleC::operator=(const RCHandleC &)
RCHandleC::operator==(const RCHandleC &) const
RCHandleC::operator!=(const RCHandleC &) const
RCHandleC::Hash(void) const
RCHandleC::IsConst(void) const
RCHandleC::IsNotConst(void) const
RCHandleC::SetConst(void) const
RCHandleC::Invalidate(void)
RCHandleC::Body(void)
RCHandleC::Body(void) const
ImageGridC
 
Put a brief description of your class here
 
include "amma/visualdb/ImageGrid.hh"
User Level:Default
Library:Browser
Example:exIndex.cc
Section:Applications.Image Database
In Scope:std

Comments:
Put a more detailed description of your class handle here. You use embedded html to make it clearer in the html documentation

Parent Classes: Methods:
ImageGridC()
Default constructor
indIndex of types of intererest.
This creates an invalid handle. You can remove this if you always want to create a full object.

ImageGridC(istream & in)
Stream constructor
indIndex of types of intererest.
This creates a new instance of the class from an input stream.

ImageGridC(const FilenameC & infile,IntT rows,IntT cols,IntT ydim,IntT xdim)
Constructor
indIndex of types of intererest.
This creates an invalid handle. userArg should be changed to the real arguments.

ImageGridC(ImageGridBodyC & bod)
Body Constructor
indIndex of types of intererest.
This creates a new handle to a body class, it can be usefull if you wish to return handles to the class from within a body function.

ImageGridBodyC & Body()
Access body.
indIndex of types of intererest.
This isn't really needed, they're just to ensure all derived classes work properly.

const ImageGridBodyC & Body() const
Constant access body.
indIndex of types of intererest.
This isn't really needed, they're just to ensure all derived classes work properly.

void InsertImage(IntT num,RGBImageC & image)
indIndex of types of intererest.

void Update()
indIndex of types of intererest.

void Update(const DListC<DbImageT> & list)
indIndex of types of intererest.

void Randomize()
indIndex of types of intererest.

RGBImageC DisplayImage() const
indIndex of types of intererest.

QueryOptionC QueryOption() const
indIndex of types of intererest.

void QueryOption(const QueryOptionC & qopt)
indIndex of types of intererest.

void LoadDatabase(const FilenameC & dbFile)
indIndex of types of intererest.

void LoadDatabase(const DListC<StringC> & imlist)
indIndex of types of intererest.

void LoadDatabase(const DListC<DbImageT> & imlist)
indIndex of types of intererest.

void LoadIndices()
indIndex of types of intererest.

void LoadIndex(const StringC & ImageName)
indIndex of types of intererest.

void CreateWorld()
indIndex of types of intererest.

DListC<StringC> DatabaseImages() const
indIndex of types of intererest.

DatabaseH DatabaseIndices() const
indIndex of types of intererest.

NumVLDataSetC World() const
indIndex of types of intererest.

StringC IndexString() const
indIndex of types of intererest.

void IndexString(const StringC & str)
indIndex of types of intererest.

RCHashARC<StringC,ImageRegSetC> LastQuery() const
indIndex of types of intererest.

void LastQuery(const RCHashARC<StringC,ImageRegSetC> & lq)
indIndex of types of intererest.

void AddImage(const FilenameC & fname)
indIndex of types of intererest.

void RankProbability()
indIndex of types of intererest.

void RankSize()
indIndex of types of intererest.

void RankSimilarity()
indIndex of types of intererest.

void RankSizeSimMix()
=========================================== Added by Lee Gregoy 15th march 00 See handle part of header (top of page) for function descriptions
indIndex of types of intererest.

void RankNormSize()
indIndex of types of intererest.

void RankNormSimilarity()
indIndex of types of intererest.

void RankNormSizeSimMix()
indIndex of types of intererest.

void RankMaxSim()
indIndex of types of intererest.

void PageUp(const IntT & offset)
indIndex of types of intererest.

void PageDown(const IntT & offset)
==============================================
indIndex of types of intererest.

GUICanvasC Canvas()
Access to the canvas
indIndex of types of intererest.

void PaintImage() const
Draw the image onto the canvas
indIndex of types of intererest.

GUITextEntryC TextEntry() const
Dummy function. Friends -------
indIndex of types of intererest.

ostream & operator<<(ostream & s,const ImageGridC & out)
output stream operator
indIndex of types of intererest.

istream & operator>>(istream & s,ImageGridC & in)
input stream operator
indIndex of types of intererest.

#include "amma/RCHandleA.hh"
RCAbstractC Abstract()
Create an abstract handle to this object.

BooleanT IsHandleType(const DT &) const
Is handle of given type ?

void CheckHandleType(const DT & dummy) const
Check handle type. Throw an expception if not.

BooleanT Save(ostream & out) const
Save to ostream.

RCHandleAC<ImageGridBodyC> Copy() const
Creat a deep copy of this object.
protected:

#include "amma/RCHandle.hh"
BooleanT IsValid() const
Check its a valid handle.

BooleanT IsValidObject() const
Check its a valid handle, and that the object is pointed to is also valid.

RCHandleC<ImageGridBodyC> & operator=(const RCHandleC<ImageGridBodyC> & oth)
Assignment.

BooleanT operator==(const RCHandleC<ImageGridBodyC> & oth) const
Comparison operator.

BooleanT operator!=(const RCHandleC<ImageGridBodyC> & oth) const
Comparison operator.

UIntT Hash() const
Hash function.x

BooleanT IsConst() const
Is object constant ?

BooleanT IsNotConst() const
Is object not constant ?

void SetConst(void) const
Lock the object.
This is const as a convience though it actual modified the object, often object you wish to ensure are constant already have const set. protected:

void Invalidate()
Turn this into an invalid handle.

ImageGridBodyC & Body()
Direct access to body.

const ImageGridBodyC & Body() const
Constant access to body.


Programmer:Kieron J Messer, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001