#include <RWStepAP214_GeneralModule.hxx>
Inheritance diagram for RWStepAP214_GeneralModule:
Public Member Functions | |
Standard_EXPORT | RWStepAP214_GeneralModule () |
Creates a GeneralModule . | |
Standard_EXPORT void | FillSharedCase (const Standard_Integer CN, const Handle(Standard_Transient)&ent, Interface_EntityIterator &iter) const |
Specific filling of the list of Entities shared by an Entity <ent>, according to a Case Number <cn> (provided by StepAP214 Protocol). . | |
Standard_EXPORT void | CheckCase (const Standard_Integer CN, const Handle(Standard_Transient)&ent, const Interface_ShareTool &shares, Handle(Interface_Check)&ach) const |
Specific Checking of an Entity <ent> . | |
Standard_EXPORT void | CopyCase (const Standard_Integer CN, const Handle(Standard_Transient)&entfrom, const Handle(Standard_Transient)&entto, Interface_CopyTool &TC) const |
Specific Copy ("Deep") from <entfrom> to <entto> (same type) by using a CopyTool which provides its working Map. Use method Transferred from CopyTool to work . | |
Standard_EXPORT Standard_Boolean | NewVoid (const Standard_Integer CN, Handle(Standard_Transient)&ent) const |
Creates a new void entity <entto> according to a Case Number This entity remains to be filled, by reading from a file or by copying from another entity of same type (see CopyCase) . | |
virtual Standard_EXPORT Standard_Integer | CategoryNumber (const Standard_Integer CN, const Handle(Standard_Transient)&ent, const Interface_ShareTool &shares) const |
Returns a category number which characterizes an entity Category Numbers are managed by the class Category <shares> can be used to evaluate this number in the context Default returns 0 which means "unspecified" . | |
virtual Standard_EXPORT Handle_TCollection_HAsciiString | Name (const Standard_Integer CN, const Handle(Standard_Transient)&ent, const Interface_ShareTool &shares) const |
Returns the name of a STEP Entity according to its type . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
|
|
|
Reimplemented from Interface_GeneralModule. |
|
Implements StepData_GeneralModule. |
|
Implements StepData_GeneralModule. |
|
Implements StepData_GeneralModule. |
|
Reimplemented from StepData_GeneralModule. |
|
Reimplemented from Interface_GeneralModule. |
|
Implements Interface_GeneralModule. |