Open CASCADE Technology
7.0.0
|
Tool to keep shapes in binary format. More...
#include <BinTools.hxx>
Static Public Member Functions | |
static 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) |
Tool to keep shapes in binary format.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |