|
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) |
|
static void | Write (const TopoDS_Shape &theShape, Standard_OStream &theStream) |
| Writes <theShape> on <theStream> in binary format. More...
|
|
static void | Read (TopoDS_Shape &theShape, Standard_IStream &theStream) |
| Reads a shape from <theStream> and returns it in <theShape>. More...
|
|
static Standard_Boolean | Write (const TopoDS_Shape &theShape, const Standard_CString theFile) |
| Writes <theShape> in <theFile>. More...
|
|
static Standard_Boolean | Read (TopoDS_Shape &theShape, const Standard_CString theFile) |
| Reads a shape from <theFile> and returns it in <theShape>. More...
|
|
Tool to keep shapes in binary format.