BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/IO/binary_file_io.h File Reference
#include <CGAL/basic.h>
#include <CGAL/known_bit_size_integers.h>
#include <iostream>
Include dependency graph for binary_file_io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CGAL_BEGIN_NAMESPACE void I_Binary_write_integer32 (std::ostream &out, Integer32 i)
void I_Binary_write_float32 (std::ostream &out, float f)
void I_Binary_read_integer32 (std::istream &in, Integer32 &i)
void I_Binary_read_float32 (std::istream &in, float &f)
void I_swap_to_big_endian (UInteger32 &u)
void I_swap_to_big_endian (Integer32 &i)
void I_swap_to_big_endian (float &f)
void I_Binary_write_big_endian_integer32 (std::ostream &out, Integer32 i)
void I_Binary_write_big_endian_float32 (std::ostream &out, float f)
void I_Binary_read_big_endian_integer32 (std::istream &in, Integer32 &i)
void I_Binary_read_big_endian_float32 (std::istream &in, float &f)

Function Documentation

void I_Binary_read_big_endian_float32 ( std::istream &  in,
float &  f 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void I_Binary_read_big_endian_integer32 ( std::istream &  in,
Integer32 i 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void I_Binary_read_float32 ( std::istream &  in,
float &  f 
) [inline]
void I_Binary_read_integer32 ( std::istream &  in,
Integer32 i 
) [inline]
void I_Binary_write_big_endian_float32 ( std::ostream &  out,
float  f 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void I_Binary_write_big_endian_integer32 ( std::ostream &  out,
Integer32  i 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void I_Binary_write_float32 ( std::ostream &  out,
float  f 
) [inline]
CGAL_BEGIN_NAMESPACE void I_Binary_write_integer32 ( std::ostream &  out,
Integer32  i 
) [inline]
void I_swap_to_big_endian ( UInteger32 u) [inline]

Here is the caller graph for this function:

void I_swap_to_big_endian ( Integer32 i) [inline]

Here is the call graph for this function:

void I_swap_to_big_endian ( float &  f) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines