Open CASCADE Technology 6.6.0
|
A DispGlobal gathers all the input Entities into only one
global Packet
#include <IFSelect_DispGlobal.hxx>
Public Member Functions | |
IFSelect_DispGlobal () | |
Creates a DispGlobal | |
TCollection_AsciiString | Label () const |
Returns as Label, "One File for all Input" | |
virtual Standard_Boolean | LimitedMax (const Standard_Integer nbent, Standard_Integer &max) const |
Returns True : maximum equates 1 | |
virtual Standard_Boolean | PacketsCount (const Interface_Graph &G, Standard_Integer &count) const |
Returns True (count of packets is well known) and count is 1 | |
void | Packets (const Interface_Graph &G, IFGraph_SubPartsIterator &packs) const |
Computes the list of produced Packets. It is made of only ONE Packet, which gets the RootResult from the Final Selection. Remark : the inherited exception raising is never activated. |
IFSelect_DispGlobal::IFSelect_DispGlobal | ( | ) |
TCollection_AsciiString IFSelect_DispGlobal::Label | ( | ) | const [virtual] |
Implements IFSelect_Dispatch.
virtual Standard_Boolean IFSelect_DispGlobal::LimitedMax | ( | const Standard_Integer | nbent, |
Standard_Integer & | max | ||
) | const [virtual] |
Reimplemented from IFSelect_Dispatch.
void IFSelect_DispGlobal::Packets | ( | const Interface_Graph & | G, |
IFGraph_SubPartsIterator & | packs | ||
) | const [virtual] |
Implements IFSelect_Dispatch.
virtual Standard_Boolean IFSelect_DispGlobal::PacketsCount | ( | const Interface_Graph & | G, |
Standard_Integer & | count | ||
) | const [virtual] |
Reimplemented from IFSelect_Dispatch.