Functions
contrib/brl/bbas/bsta/io/bsta_io_histogram.cxx File Reference
#include "bsta_io_histogram.h"

Go to the source code of this file.

Functions

void vsl_b_write (vsl_b_ostream &os, const bsta_histogram_base *hptr)
void vsl_b_read (vsl_b_istream &is, bsta_histogram_base *&hptr)
void vsl_b_write (vsl_b_ostream &os, const bsta_histogram_base_sptr &hptr)
 Binary write boxm2_scene smart pointer to stream.
void vsl_b_read (vsl_b_istream &is, bsta_histogram_base_sptr &hptr)
 Binary load boxm scene smart pointer from stream.
void vsl_b_write (vsl_b_ostream &os, const bsta_joint_histogram_base *hptr)
void vsl_b_read (vsl_b_istream &is, bsta_joint_histogram_base *&hptr)
void vsl_b_write (vsl_b_ostream &os, const bsta_joint_histogram_3d_base *hptr)
void vsl_b_read (vsl_b_istream &is, bsta_joint_histogram_3d_base *&hptr)

Function Documentation

void vsl_b_read ( vsl_b_istream is,
bsta_histogram_base *&  hptr 
)

Definition at line 23 of file bsta_io_histogram.cxx.

void vsl_b_read ( vsl_b_istream is,
bsta_histogram_base_sptr hptr 
)

Binary load boxm scene smart pointer from stream.

Definition at line 59 of file bsta_io_histogram.cxx.

void vsl_b_read ( vsl_b_istream is,
bsta_joint_histogram_base *&  hptr 
)

Definition at line 88 of file bsta_io_histogram.cxx.

void vsl_b_read ( vsl_b_istream is,
bsta_joint_histogram_3d_base *&  hptr 
)

Definition at line 151 of file bsta_io_histogram.cxx.

void vsl_b_write ( vsl_b_ostream os,
const bsta_histogram_base hptr 
)

Definition at line 5 of file bsta_io_histogram.cxx.

void vsl_b_write ( vsl_b_ostream os,
const bsta_histogram_base_sptr hptr 
)

Binary write boxm2_scene smart pointer to stream.

Definition at line 54 of file bsta_io_histogram.cxx.

void vsl_b_write ( vsl_b_ostream os,
const bsta_joint_histogram_base hptr 
)

Definition at line 70 of file bsta_io_histogram.cxx.

void vsl_b_write ( vsl_b_ostream os,
const bsta_joint_histogram_3d_base hptr 
)

Definition at line 133 of file bsta_io_histogram.cxx.