blob: d67b9ef6c34afbfbdaed9e503c0dc01b2c11f80b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <IFSelect_SelectModelRoots.ixx>
IFSelect_SelectModelRoots::IFSelect_SelectModelRoots () { }
Interface_EntityIterator IFSelect_SelectModelRoots::RootResult
(const Interface_Graph& G) const
{ return G.RootEntities(); }
TCollection_AsciiString IFSelect_SelectModelRoots::Label () const
{ return TCollection_AsciiString("Root (not shared) Entities from Model"); }
|