Open CASCADE Technology 6.6.0
Public Member Functions
GraphTools_SCList Class Reference

#include <GraphTools_SCList.hxx>

Public Member Functions

 GraphTools_SCList ()
void Assign (const GraphTools_SCList &Other)
void operator= (const GraphTools_SCList &Other)
Standard_Integer Extent () const
void Clear ()
 ~GraphTools_SCList ()
Standard_Boolean IsEmpty () const
void Prepend (const Handle< GraphTools_SC > &I)
void Prepend (const Handle< GraphTools_SC > &I, GraphTools_ListIteratorOfSCList &theIt)
void Prepend (GraphTools_SCList &Other)
void Append (const Handle< GraphTools_SC > &I)
void Append (const Handle< GraphTools_SC > &I, GraphTools_ListIteratorOfSCList &theIt)
void Append (GraphTools_SCList &Other)
Handle_GraphTools_SC & First () const
Handle_GraphTools_SC & Last () const
void RemoveFirst ()
void Remove (GraphTools_ListIteratorOfSCList &It)
void InsertBefore (const Handle< GraphTools_SC > &I, GraphTools_ListIteratorOfSCList &It)
void InsertBefore (GraphTools_SCList &Other, GraphTools_ListIteratorOfSCList &It)
void InsertAfter (const Handle< GraphTools_SC > &I, GraphTools_ListIteratorOfSCList &It)
void InsertAfter (GraphTools_SCList &Other, GraphTools_ListIteratorOfSCList &It)

Constructor & Destructor Documentation

GraphTools_SCList::GraphTools_SCList ( )
GraphTools_SCList::~GraphTools_SCList ( ) [inline]

Member Function Documentation

void GraphTools_SCList::Append ( const Handle< GraphTools_SC > &  I)
void GraphTools_SCList::Append ( const Handle< GraphTools_SC > &  I,
GraphTools_ListIteratorOfSCList theIt 
)
void GraphTools_SCList::Append ( GraphTools_SCList Other)
void GraphTools_SCList::Assign ( const GraphTools_SCList Other)
void GraphTools_SCList::Clear ( )
Standard_Integer GraphTools_SCList::Extent ( ) const
Handle_GraphTools_SC& GraphTools_SCList::First ( ) const
void GraphTools_SCList::InsertAfter ( const Handle< GraphTools_SC > &  I,
GraphTools_ListIteratorOfSCList It 
)
void GraphTools_SCList::InsertAfter ( GraphTools_SCList Other,
GraphTools_ListIteratorOfSCList It 
)
void GraphTools_SCList::InsertBefore ( const Handle< GraphTools_SC > &  I,
GraphTools_ListIteratorOfSCList It 
)
void GraphTools_SCList::InsertBefore ( GraphTools_SCList Other,
GraphTools_ListIteratorOfSCList It 
)
Standard_Boolean GraphTools_SCList::IsEmpty ( ) const
Handle_GraphTools_SC& GraphTools_SCList::Last ( ) const
void GraphTools_SCList::operator= ( const GraphTools_SCList Other) [inline]
void GraphTools_SCList::Prepend ( const Handle< GraphTools_SC > &  I,
GraphTools_ListIteratorOfSCList theIt 
)
void GraphTools_SCList::Prepend ( GraphTools_SCList Other)
void GraphTools_SCList::Prepend ( const Handle< GraphTools_SC > &  I)
void GraphTools_SCList::Remove ( GraphTools_ListIteratorOfSCList It)
void GraphTools_SCList::RemoveFirst ( )

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