Functions
vnl_io_rational.cxx File Reference
#include "vnl_io_rational.h"
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Functions

void vsl_b_write (vsl_b_ostream &os, const vnl_rational &p)
 Binary save self to stream. More...
 
void vsl_b_read (vsl_b_istream &is, vnl_rational &p)
 Binary load self from stream. More...
 
void vsl_print_summary (std::ostream &os, const vnl_rational &p)
 Output a human readable summary to the stream. More...
 

Function Documentation

◆ vsl_b_read()

void vsl_b_read ( vsl_b_istream &  is,
vnl_rational p 
)

Binary load self from stream.

Binary load vnl_rational from stream.

Definition at line 20 of file vnl_io_rational.cxx.

◆ vsl_b_write()

void vsl_b_write ( vsl_b_ostream &  os,
const vnl_rational p 
)

Binary save self to stream.

Binary save vnl_rational to stream.

Definition at line 10 of file vnl_io_rational.cxx.

◆ vsl_print_summary()

void vsl_print_summary ( std::ostream &  os,
const vnl_rational p 
)

Output a human readable summary to the stream.

Print human readable summary of object to a stream.

Definition at line 44 of file vnl_io_rational.cxx.