#include <IFSelect_DispPerCount.hxx>
Inheritance diagram for IFSelect_DispPerCount:
Public Member Functions | |
Standard_EXPORT | IFSelect_DispPerCount () |
Creates a DispPerCount with no Count (default value 1) . | |
Standard_EXPORT Handle_IFSelect_IntParam | Count () const |
Returns the Count Parameter used for splitting . | |
Standard_EXPORT void | SetCount (const Handle(IFSelect_IntParam)&count) |
Sets a new Parameter for Count . | |
Standard_EXPORT Standard_Integer | CountValue () const |
Returns the effective value of the count parameter (if Count Parameter not Set or value not positive, returns 1) . | |
Standard_EXPORT TCollection_AsciiString | Label () const |
Returns as Label, "One File per <count> Input Entities" . | |
virtual Standard_EXPORT Standard_Boolean | LimitedMax (const Standard_Integer nbent, Standard_Integer &max) const |
Returns True, maximum count is given as <nbent> . | |
virtual Standard_EXPORT Standard_Boolean | PacketsCount (const Interface_Graph &G, Standard_Integer &count) const |
Returns True (count is easy to know) and count is computed from length of input list (RootResult from Final Selection) . | |
Standard_EXPORT void | Packets (const Interface_Graph &G, IFGraph_SubPartsIterator &packs) const |
Computes the list of produced Packets. It defines Packets in order to have at most <count> Entities per Packet, Entities are given by RootResult from the Final Selection. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_IFSelect_IntParam | thecount |
|
|
|
|
|
|
|
Reimplemented from IFSelect_Dispatch. |
|
Implements IFSelect_Dispatch. |
|
Reimplemented from IFSelect_Dispatch. |
|
Implements IFSelect_Dispatch. |
|
Reimplemented from IFSelect_Dispatch. |
|
|
|
|