Functions
contrib/brl/bbas/bgrl/bgrl_edge.cxx File Reference
#include "bgrl_edge.h"
#include <vsl/vsl_binary_loader.h>

Go to the source code of this file.

Functions

void vsl_add_to_binary_loader (const bgrl_edge &e)
 Allows derived class to be loaded by base-class pointer.
void vsl_print_summary (vcl_ostream &os, const bgrl_edge *e)
 Print an ASCII summary of a bgrl_edge to the stream.

Detailed Description

Definition in file bgrl_edge.cxx.


Function Documentation

void vsl_add_to_binary_loader ( const bgrl_edge e)

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(os,base_ptr);". This loads derived class objects from the stream, 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 69 of file bgrl_edge.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const bgrl_edge e 
)

Print an ASCII summary of a bgrl_edge to the stream.

Print an ASCII summary to the stream.

Definition at line 77 of file bgrl_edge.cxx.