#include <IFSelect_DispPerSignature.hxx>
Inheritance diagram for IFSelect_DispPerSignature:
Public Member Functions | |
Standard_EXPORT | IFSelect_DispPerSignature () |
Creates a DispPerSignature with no SignCounter (by default, produces only one packet) . | |
Standard_EXPORT Handle_IFSelect_SignCounter | SignCounter () const |
Returns the SignCounter used for splitting . | |
Standard_EXPORT void | SetSignCounter (const Handle(IFSelect_SignCounter)&sign) |
Sets a SignCounter for sort Remark : it is set to record lists of entities, not only counts . | |
Standard_EXPORT Standard_CString | SignName () const |
Returns the name of the SignCounter, which caracterises the sorting criterium for this Dispatch . | |
Standard_EXPORT TCollection_AsciiString | Label () const |
Returns as Label, "One File per Signature <name>" . | |
virtual Standard_EXPORT Standard_Boolean | LimitedMax (const Standard_Integer nbent, Standard_Integer &max) const |
Returns True, maximum count is given as <nbent> . | |
Standard_EXPORT void | Packets (const Interface_Graph &G, IFGraph_SubPartsIterator &packs) const |
Computes the list of produced Packets. It defines Packets from the SignCounter, which sirts the input Entities per Signature (specific of the SignCounter). . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IFSelect_SignCounter | thesign |
|
|
|
Reimplemented from IFSelect_Dispatch. |
|
Implements IFSelect_Dispatch. |
|
Reimplemented from IFSelect_Dispatch. |
|
Implements IFSelect_Dispatch. |
|
|
|
|
|
|
|
|