Open CASCADE Technology  6.9.1
Public Member Functions
V3d_ListOfTransient Class Reference

List of transient objects with methods to check presence and remove elements. More...

#include <V3d_ListOfTransient.hxx>

Inheritance diagram for V3d_ListOfTransient:
Inheritance graph
[legend]

Public Member Functions

Standard_Boolean Contains (const Handle< Standard_Transient > &theObject) const
 Return true if theObject is stored in the list. More...
 
void Remove (const Handle< Standard_Transient > &theObject)
 Remove all elements equal to theObject from the list. More...
 
- Public Member Functions inherited from TColStd_ListOfTransient
 TColStd_ListOfTransient ()
 
 TColStd_ListOfTransient (const TColStd_ListOfTransient &Other)
 
void Assign (const TColStd_ListOfTransient &Other)
 
void operator= (const TColStd_ListOfTransient &Other)
 
Standard_Integer Extent () const
 
void Clear ()
 
 ~TColStd_ListOfTransient ()
 
Standard_Boolean IsEmpty () const
 
void Prepend (const Handle< Standard_Transient > &I)
 
void Prepend (const Handle< Standard_Transient > &I, TColStd_ListIteratorOfListOfTransient &theIt)
 
void Prepend (TColStd_ListOfTransient &Other)
 
void Append (const Handle< Standard_Transient > &I)
 
void Append (const Handle< Standard_Transient > &I, TColStd_ListIteratorOfListOfTransient &theIt)
 
void Append (TColStd_ListOfTransient &Other)
 
Handle< Standard_Transient > & First () const
 
Handle< Standard_Transient > & Last () const
 
void RemoveFirst ()
 
void Remove (TColStd_ListIteratorOfListOfTransient &It)
 
void InsertBefore (const Handle< Standard_Transient > &I, TColStd_ListIteratorOfListOfTransient &It)
 
void InsertBefore (TColStd_ListOfTransient &Other, TColStd_ListIteratorOfListOfTransient &It)
 
void InsertAfter (const Handle< Standard_Transient > &I, TColStd_ListIteratorOfListOfTransient &It)
 
void InsertAfter (TColStd_ListOfTransient &Other, TColStd_ListIteratorOfListOfTransient &It)
 

Detailed Description

List of transient objects with methods to check presence and remove elements.

Member Function Documentation

Standard_Boolean V3d_ListOfTransient::Contains ( const Handle< Standard_Transient > &  theObject) const
inline

Return true if theObject is stored in the list.

void V3d_ListOfTransient::Remove ( const Handle< Standard_Transient > &  theObject)
inline

Remove all elements equal to theObject from the list.


The documentation for this class was generated from the following file: