Open CASCADE Technology 6.6.0
Public Member Functions
STEPSelections_SelectGSCurves Class Reference

This selection returns "curves in the geometric_set (except composite curves)"

#include <STEPSelections_SelectGSCurves.hxx>

Inheritance diagram for STEPSelections_SelectGSCurves:
Inheritance graph
[legend]

Public Member Functions

 STEPSelections_SelectGSCurves ()
Standard_Boolean Explore (const Standard_Integer level, const Handle< Standard_Transient > &ent, const Interface_Graph &G, Interface_EntityIterator &explored) const
 Analyses and, if required, Explores an entity, as follows :
The explored list starts as empty, it has to be filled by this
method.
If it returns False, <ent> is rejected for result (this is to
be used only as safety)
If it returns True and <explored> remains empty, <ent> is
taken itself for result, not explored
If it returns True and <explored> is not empty, the content
of this list is considered :
If maximum level is attained, it is taken for result
Else (or no max), each of its entity will be itself explored

TCollection_AsciiString ExploreLabel () const
 Returns a text defining the criterium : "Curves"


Constructor & Destructor Documentation

STEPSelections_SelectGSCurves::STEPSelections_SelectGSCurves ( )

Member Function Documentation

Standard_Boolean STEPSelections_SelectGSCurves::Explore ( const Standard_Integer  level,
const Handle< Standard_Transient > &  ent,
const Interface_Graph G,
Interface_EntityIterator explored 
) const [virtual]
TCollection_AsciiString STEPSelections_SelectGSCurves::ExploreLabel ( ) const [virtual]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines