Definition in file vimt_image_pyramid_builder.h.
#include <vsl/vsl_binary_io.h>
#include <vcl_string.h>
Go to the source code of this file.
Classes | |
| class | vimt_image_pyramid_builder |
| Base class for objects which build image pyramids. More... | |
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. | |
|
||||||||||||
|
Stream output operator for class pointer.
Definition at line 81 of file vimt_image_pyramid_builder.cxx. |
|
||||||||||||
|
Stream output operator for class reference.
Definition at line 70 of file vimt_image_pyramid_builder.cxx. |
|
|
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. |
|
||||||||||||
|
Binary file stream input operator for class reference.
Definition at line 63 of file vimt_image_pyramid_builder.cxx. |
|
||||||||||||
|
Binary file stream output operator for class reference.
Definition at line 56 of file vimt_image_pyramid_builder.cxx. |
1.4.4