PShort_HSequenceOfShortReal Class Reference

#include <PShort_HSequenceOfShortReal.hxx>

Inheritance diagram for PShort_HSequenceOfShortReal:
Inheritance graph
[legend]

Public Member Functions

 PShort_HSequenceOfShortReal ()
Standard_Boolean IsEmpty () const
Standard_Integer Length () const
Standard_ShortReal First () const
Standard_ShortReal Last () const
void Clear ()
void Append (const Standard_ShortReal &T)
void Append (const Handle< PShort_HSequenceOfShortReal > &S)
void Prepend (const Standard_ShortReal &T)
void Prepend (const Handle< PShort_HSequenceOfShortReal > &S)
void Reverse ()
void InsertBefore (const Standard_Integer Index, const Standard_ShortReal &T)
void InsertBefore (const Standard_Integer Index, const Handle< PShort_HSequenceOfShortReal > &S)
void InsertAfter (const Standard_Integer Index, const Standard_ShortReal &T)
void InsertAfter (const Standard_Integer Index, const Handle< PShort_HSequenceOfShortReal > &S)
void Exchange (const Standard_Integer I, const Standard_Integer J)
Handle_PShort_HSequenceOfShortReal SubSequence (const Standard_Integer FromIndex, const Standard_Integer ToIndex) const
Handle_PShort_HSequenceOfShortReal Split (const Standard_Integer Index)
void SetValue (const Standard_Integer Index, const Standard_ShortReal &T)
Standard_ShortReal Value (const Standard_Integer Index) const
Standard_Boolean Contains (const Standard_ShortReal &T) const
Standard_Integer Location (const Standard_Integer N, const Standard_ShortReal &T, const Standard_Integer FromIndex, const Standard_Integer ToIndex) const
Standard_Integer Location (const Standard_Integer N, const Standard_ShortReal &T) const
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)
virtual Handle_Standard_Persistent ShallowCopy () const
virtual void ShallowDump (Standard_OStream &s) const
void Destroy ()
 ~PShort_HSequenceOfShortReal ()
 PShort_HSequenceOfShortReal (const Storage_stCONSTclCOM &a)
Handle
< PShort_SeqNodeOfHSequenceOfShortReal
_CSFDB_GetPShort_HSequenceOfShortRealFirstItem () const
void _CSFDB_SetPShort_HSequenceOfShortRealFirstItem (const Handle< PShort_SeqNodeOfHSequenceOfShortReal > &p)
Handle
< PShort_SeqNodeOfHSequenceOfShortReal
_CSFDB_GetPShort_HSequenceOfShortRealLastItem () const
void _CSFDB_SetPShort_HSequenceOfShortRealLastItem (const Handle< PShort_SeqNodeOfHSequenceOfShortReal > &p)
Standard_Integer _CSFDB_GetPShort_HSequenceOfShortRealSize () const
void _CSFDB_SetPShort_HSequenceOfShortRealSize (const Standard_Integer p)

Constructor & Destructor Documentation

PShort_HSequenceOfShortReal::PShort_HSequenceOfShortReal (  ) 
PShort_HSequenceOfShortReal::~PShort_HSequenceOfShortReal (  )  [inline]
PShort_HSequenceOfShortReal::PShort_HSequenceOfShortReal ( const Storage_stCONSTclCOM a  )  [inline]

Member Function Documentation

Handle< PShort_SeqNodeOfHSequenceOfShortReal > PShort_HSequenceOfShortReal::_CSFDB_GetPShort_HSequenceOfShortRealFirstItem (  )  const [inline]
Handle< PShort_SeqNodeOfHSequenceOfShortReal > PShort_HSequenceOfShortReal::_CSFDB_GetPShort_HSequenceOfShortRealLastItem (  )  const [inline]
Standard_Integer PShort_HSequenceOfShortReal::_CSFDB_GetPShort_HSequenceOfShortRealSize (  )  const [inline]
void PShort_HSequenceOfShortReal::_CSFDB_SetPShort_HSequenceOfShortRealFirstItem ( const Handle< PShort_SeqNodeOfHSequenceOfShortReal > &  p  )  [inline]
void PShort_HSequenceOfShortReal::_CSFDB_SetPShort_HSequenceOfShortRealLastItem ( const Handle< PShort_SeqNodeOfHSequenceOfShortReal > &  p  )  [inline]
void PShort_HSequenceOfShortReal::_CSFDB_SetPShort_HSequenceOfShortRealSize ( const Standard_Integer  p  )  [inline]
void PShort_HSequenceOfShortReal::Append ( const Handle< PShort_HSequenceOfShortReal > &  S  ) 
void PShort_HSequenceOfShortReal::Append ( const Standard_ShortReal T  ) 
void PShort_HSequenceOfShortReal::Clear (  ) 
Standard_Boolean PShort_HSequenceOfShortReal::Contains ( const Standard_ShortReal T  )  const
void PShort_HSequenceOfShortReal::Destroy (  ) 
void PShort_HSequenceOfShortReal::Exchange ( const Standard_Integer  I,
const Standard_Integer  J 
)
Standard_ShortReal PShort_HSequenceOfShortReal::First (  )  const
void PShort_HSequenceOfShortReal::InsertAfter ( const Standard_Integer  Index,
const Handle< PShort_HSequenceOfShortReal > &  S 
)
void PShort_HSequenceOfShortReal::InsertAfter ( const Standard_Integer  Index,
const Standard_ShortReal T 
)
void PShort_HSequenceOfShortReal::InsertBefore ( const Standard_Integer  Index,
const Handle< PShort_HSequenceOfShortReal > &  S 
)
void PShort_HSequenceOfShortReal::InsertBefore ( const Standard_Integer  Index,
const Standard_ShortReal T 
)
Standard_Boolean PShort_HSequenceOfShortReal::IsEmpty (  )  const
Standard_ShortReal PShort_HSequenceOfShortReal::Last (  )  const
Standard_Integer PShort_HSequenceOfShortReal::Length (  )  const
Standard_Integer PShort_HSequenceOfShortReal::Location ( const Standard_Integer  N,
const Standard_ShortReal T 
) const
Standard_Integer PShort_HSequenceOfShortReal::Location ( const Standard_Integer  N,
const Standard_ShortReal T,
const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
) const
void PShort_HSequenceOfShortReal::Prepend ( const Handle< PShort_HSequenceOfShortReal > &  S  ) 
void PShort_HSequenceOfShortReal::Prepend ( const Standard_ShortReal T  ) 
void PShort_HSequenceOfShortReal::Remove ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
)
void PShort_HSequenceOfShortReal::Remove ( const Standard_Integer  Index  ) 
void PShort_HSequenceOfShortReal::Reverse (  ) 
void PShort_HSequenceOfShortReal::SetValue ( const Standard_Integer  Index,
const Standard_ShortReal T 
)
virtual Handle_Standard_Persistent PShort_HSequenceOfShortReal::ShallowCopy (  )  const [virtual]

Reimplemented from Standard_Persistent.

virtual void PShort_HSequenceOfShortReal::ShallowDump ( Standard_OStream s  )  const [virtual]

Reimplemented from Standard_Persistent.

Handle_PShort_HSequenceOfShortReal PShort_HSequenceOfShortReal::Split ( const Standard_Integer  Index  ) 
Handle_PShort_HSequenceOfShortReal PShort_HSequenceOfShortReal::SubSequence ( const Standard_Integer  FromIndex,
const Standard_Integer  ToIndex 
) const
Standard_ShortReal PShort_HSequenceOfShortReal::Value ( const Standard_Integer  Index  )  const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Thu Mar 3 11:01:25 2011 for Open CASCADE Technology by  doxygen 1.6.3