Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vimt_image_pyramid_builder.cxx File Reference


Detailed Description

Class to load and save images from named files.

Author:
Tim Cootes

Definition in file vimt_image_pyramid_builder.cxx.

#include <vimt/vimt_image_pyramid_builder.h>
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_loader.h>

Go to the source code of this file.

Functions

void vsl_add_to_binary_loader (const vimt_image_pyramid_builder &b)
 Allows derived class to be loaded by base-class pointer.
void vsl_b_write (vsl_b_ostream &bfs, const vimt_image_pyramid_builder &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, vimt_image_pyramid_builder &b)
 Binary file stream input operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const vimt_image_pyramid_builder &b)
 Stream output operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const vimt_image_pyramid_builder *b)
 Stream output operator for class pointer.


Function Documentation

vcl_ostream& operator<< vcl_ostream &  os,
const vimt_image_pyramid_builder b
 

Stream output operator for class pointer.

Definition at line 81 of file vimt_image_pyramid_builder.cxx.

vcl_ostream& operator<< vcl_ostream &  os,
const vimt_image_pyramid_builder b
 

Stream output operator for class reference.

Definition at line 70 of file vimt_image_pyramid_builder.cxx.

void vsl_add_to_binary_loader const vimt_image_pyramid_builder b  ) 
 

Allows derived class to be loaded by base-class pointer.

A loader object exists which is invoked by calls of the form "vsl_b_read(bfs,base_ptr);". This loads derived class objects from the disk, places them on the heap and returns a base class pointer. In order to work the loader object requires an instance of each derived class that might be found. This function gives the model class to the appropriate loader.

Definition at line 35 of file vimt_image_pyramid_builder.cxx.

void vsl_b_read vsl_b_istream bfs,
vimt_image_pyramid_builder b
 

Binary file stream input operator for class reference.

Definition at line 63 of file vimt_image_pyramid_builder.cxx.

void vsl_b_write vsl_b_ostream bfs,
const vimt_image_pyramid_builder b
 

Binary file stream output operator for class reference.

Definition at line 56 of file vimt_image_pyramid_builder.cxx.


Generated on Thu Jan 10 14:43:58 2008 for contrib/mul/vimt by  doxygen 1.4.4