#include <BinMNaming_NamedShapeDriver.hxx>
Inheritance diagram for BinMNaming_NamedShapeDriver:
Public Member Functions | |
Standard_EXPORT | BinMNaming_NamedShapeDriver (const Handle(CDM_MessageDriver)&theMessageDriver) |
Standard_EXPORT Handle_TDF_Attribute | NewEmpty () const |
Creates a new attribute from TDF. . | |
Standard_EXPORT Standard_Boolean | Paste (const BinObjMgt_Persistent &Source, const Handle(TDF_Attribute)&Target, BinObjMgt_RRelocationTable &RelocTable) const |
Translate the contents of <asource> and put it into <atarget>, using the relocation table <areloctable> to keep the sharings. . | |
Standard_EXPORT void | Paste (const Handle(TDF_Attribute)&Source, BinObjMgt_Persistent &Target, BinObjMgt_SRelocationTable &RelocTable) const |
Translate the contents of <asource> and put it into <atarget>, using the relocation table <areloctable> to keep the sharings. . | |
Standard_EXPORT void | ReadShapeSection (Standard_IStream &theIS) |
Input the shapes from Bin Document file . | |
Standard_EXPORT void | WriteShapeSection (Standard_OStream &theOS) |
Output the shapes into Bin Document file . | |
Standard_EXPORT void | Clear () |
Clear myShapeSet . | |
void | SetFormatNb (const Standard_Integer theFormat) |
set the format of topology First : does not write CurveOnSurface UV Points into the file on reading calls Check() method. Second: stores CurveOnSurface UV Points. | |
Standard_Integer | GetFormatNb () const |
get the format of topology | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
BinTools_ShapeSet | myShapeSet |
Standard_Integer | myFormatNb |
|
|
|
|
|
|
|
Reimplemented from BinMDF_ADriver. |
|
Implements BinMDF_ADriver. |
|
Implements BinMDF_ADriver. |
|
Implements BinMDF_ADriver. |
|
|
|
|
|
|
|
|
|
|