Open CASCADE Technology
6.5.4
|
Tool to keep shapes in binary format
#include <BinTools.hxx>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC Standard_OStream & | PutReal (Standard_OStream &OS, const Standard_Real theValue) |
static Standard_OStream & | PutInteger (Standard_OStream &OS, const Standard_Integer theValue) |
static Standard_OStream & | PutBool (Standard_OStream &OS, const Standard_Boolean theValue) |
static Standard_OStream & | PutExtChar (Standard_OStream &OS, const Standard_ExtCharacter theValue) |
static Standard_IStream & | GetReal (Standard_IStream &IS, Standard_Real &theValue) |
static Standard_IStream & | GetInteger (Standard_IStream &IS, Standard_Integer &theValue) |
static Standard_IStream & | GetBool (Standard_IStream &IS, Standard_Boolean &theValue) |
static Standard_IStream & | GetExtChar (Standard_IStream &IS, Standard_ExtCharacter &theValue) |
static Standard_IStream& BinTools::GetBool | ( | Standard_IStream & | IS, |
Standard_Boolean & | theValue | ||
) | [static] |
static Standard_IStream& BinTools::GetExtChar | ( | Standard_IStream & | IS, |
Standard_ExtCharacter & | theValue | ||
) | [static] |
static Standard_IStream& BinTools::GetInteger | ( | Standard_IStream & | IS, |
Standard_Integer & | theValue | ||
) | [static] |
static Standard_IStream& BinTools::GetReal | ( | Standard_IStream & | IS, |
Standard_Real & | theValue | ||
) | [static] |
static Standard_OStream& BinTools::PutBool | ( | Standard_OStream & | OS, |
const Standard_Boolean | theValue | ||
) | [static] |
static Standard_OStream& BinTools::PutExtChar | ( | Standard_OStream & | OS, |
const Standard_ExtCharacter | theValue | ||
) | [static] |
static Standard_OStream& BinTools::PutInteger | ( | Standard_OStream & | OS, |
const Standard_Integer | theValue | ||
) | [static] |
static DEFINE_STANDARD_ALLOC Standard_OStream& BinTools::PutReal | ( | Standard_OStream & | OS, |
const Standard_Real | theValue | ||
) | [static] |