Classes | Typedefs | Functions
contrib/brl/bbas/bsta/bsta_random_wrapper.h File Reference

A simple wrapper class around vnl_random, needed to be used across python processes. More...

#include <vbl/vbl_ref_count.h>
#include <vbl/vbl_smart_ptr.h>
#include <vsl/vsl_binary_io.h>
#include <vnl/vnl_random.h>

Go to the source code of this file.

Classes

class  bsta_random_wrapper

Typedefs

typedef vbl_smart_ptr
< bsta_random_wrapper
bsta_random_wrapper_sptr

Functions

void vsl_b_write (vsl_b_ostream &os, bsta_random_wrapper const &scene)
 Binary write boxm2_scene scene to stream.
void vsl_b_write (vsl_b_ostream &os, const bsta_random_wrapper *&p)
void vsl_b_write (vsl_b_ostream &os, bsta_random_wrapper_sptr &sptr)
 Binary write boxm2_scene smart pointer to stream.
void vsl_b_write (vsl_b_ostream &os, bsta_random_wrapper_sptr const &sptr)
 Binary write boxm2_scene smart pointer to stream.
void vsl_b_read (vsl_b_istream &is, bsta_random_wrapper &scene)
 Binary load boxm2_scene scene from stream.
void vsl_b_read (vsl_b_istream &is, bsta_random_wrapper *p)
void vsl_b_read (vsl_b_istream &is, bsta_random_wrapper_sptr &sptr)
 Binary load boxm scene smart pointer from stream.
void vsl_b_read (vsl_b_istream &is, bsta_random_wrapper_sptr const &sptr)
 Binary load boxm scene smart pointer from stream.

Detailed Description

A simple wrapper class around vnl_random, needed to be used across python processes.

Author:
Ozge C. Ozcanli
Date:
February 08, 2012
    Modifications
  
   

Definition in file bsta_random_wrapper.h.


Typedef Documentation

Definition at line 30 of file bsta_random_wrapper.h.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
bsta_random_wrapper scene 
)

Binary load boxm2_scene scene from stream.

Definition at line 13 of file bsta_random_wrapper.cxx.

void vsl_b_read ( vsl_b_istream is,
bsta_random_wrapper p 
)

Definition at line 14 of file bsta_random_wrapper.cxx.

void vsl_b_read ( vsl_b_istream is,
bsta_random_wrapper_sptr sptr 
)

Binary load boxm scene smart pointer from stream.

Definition at line 117 of file bsta_sigma_normalizer.cxx.

void vsl_b_read ( vsl_b_istream is,
bsta_random_wrapper_sptr const &  sptr 
)

Binary load boxm scene smart pointer from stream.

Definition at line 119 of file bsta_sigma_normalizer.cxx.

void vsl_b_write ( vsl_b_ostream os,
bsta_random_wrapper const &  scene 
)

Binary write boxm2_scene scene to stream.

Definition at line 7 of file bsta_random_wrapper.cxx.

void vsl_b_write ( vsl_b_ostream os,
const bsta_random_wrapper *&  p 
)

Definition at line 8 of file bsta_random_wrapper.cxx.

void vsl_b_write ( vsl_b_ostream os,
bsta_random_wrapper_sptr sptr 
)

Binary write boxm2_scene smart pointer to stream.

Definition at line 108 of file bsta_sigma_normalizer.cxx.

void vsl_b_write ( vsl_b_ostream os,
bsta_random_wrapper_sptr const &  sptr 
)

Binary write boxm2_scene smart pointer to stream.

Definition at line 110 of file bsta_sigma_normalizer.cxx.