Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
SelectMgr_SequenceOfFilter Class Reference

#include <SelectMgr_SequenceOfFilter.hxx>

Inheritance diagram for SelectMgr_SequenceOfFilter:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC SelectMgr_SequenceOfFilter ()
void Clear ()
 ~SelectMgr_SequenceOfFilter ()
const SelectMgr_SequenceOfFilterAssign (const SelectMgr_SequenceOfFilter &Other)
const SelectMgr_SequenceOfFilteroperator= (const SelectMgr_SequenceOfFilter &Other)
void Append (const Handle< SelectMgr_Filter > &T)
void Append (SelectMgr_SequenceOfFilter &S)
void Prepend (const Handle< SelectMgr_Filter > &T)
void Prepend (SelectMgr_SequenceOfFilter &S)
void InsertBefore (const Standard_Integer Index, const Handle< SelectMgr_Filter > &T)
void InsertBefore (const Standard_Integer Index, SelectMgr_SequenceOfFilter &S)
void InsertAfter (const Standard_Integer Index, const Handle< SelectMgr_Filter > &T)
void InsertAfter (const Standard_Integer Index, SelectMgr_SequenceOfFilter &S)
const Handle_SelectMgr_Filter & First () const
const Handle_SelectMgr_Filter & Last () const
void Split (const Standard_Integer Index, SelectMgr_SequenceOfFilter &Sub)
const Handle_SelectMgr_Filter & Value (const Standard_Integer Index) const
const Handle_SelectMgr_Filter & operator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Handle< SelectMgr_Filter > &I)
Handle_SelectMgr_Filter & ChangeValue (const Standard_Integer Index)
Handle_SelectMgr_Filter & operator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation


Member Function Documentation

Handle_SelectMgr_Filter& SelectMgr_SequenceOfFilter::ChangeValue ( const Standard_Integer  Index)
const Handle_SelectMgr_Filter& SelectMgr_SequenceOfFilter::First ( ) const
const Handle_SelectMgr_Filter& SelectMgr_SequenceOfFilter::Last ( ) const
const Handle_SelectMgr_Filter& SelectMgr_SequenceOfFilter::operator() ( const Standard_Integer  Index) const [inline]
Handle_SelectMgr_Filter& SelectMgr_SequenceOfFilter::operator() ( const Standard_Integer  Index) [inline]
const SelectMgr_SequenceOfFilter& SelectMgr_SequenceOfFilter::operator= ( const SelectMgr_SequenceOfFilter Other) [inline]
const Handle_SelectMgr_Filter& SelectMgr_SequenceOfFilter::Value ( const Standard_Integer  Index) const

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