#include <IFGraph_ExternalSources.hxx>
Inheritance diagram for IFGraph_ExternalSources:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IFGraph_ExternalSources (const Interface_Graph &agraph) |
creates empty ExternalSources, ready to work | |
Standard_EXPORT void | GetFromEntity (const Handle(Standard_Transient)&ent) |
adds an entity and its shared ones to the list | |
Standard_EXPORT void | GetFromIter (const Interface_EntityIterator &iter) |
adds a list of entities (as an iterator) with shared ones | |
Standard_EXPORT void | ResetData () |
Allows to restart on a new data set . | |
virtual Standard_EXPORT void | Evaluate () |
Evaluates external sources of a set of entities . | |
Standard_EXPORT Standard_Boolean | IsEmpty () |
Returns True if no External Source are found It means that we have a "root" set (performs an Evaluation as necessary) . | |
Private Attributes | |
Interface_Graph | thegraph |
|
|
|
Reimplemented from Interface_GraphContent. |
|
|
|
|
|
|
|
Reimplemented from Interface_GraphContent. |
|
Reimplemented from Interface_GraphContent. |
|
Reimplemented from Interface_GraphContent. |
|
|
|
|