[ROOT] --> small

class CLineStepPtrArray
    extends CPtrArray as public

Author:
unascribed

Version:
unknown

Source:
LineStep.h:54

Constructors Index

CLineStepPtrArray
[public]
~CLineStepPtrArray
[public]


Methods Index

Add
[public]
GetAt
[public]
SetAt
[public]


Constructors

CLineStepPtrArray

public CLineStepPtrArray ( int iSize ) ;

CLineStepPtrArray

public virtual ~ CLineStepPtrArray ( void ) ;


Methods

SetAt

public int SetAt ( int nIndex ,
                   CLineStep * newElement ,
                   bool & rbOrient ) ;

GetAt

public CLineStep * GetAt ( int nIndex ) ;

Add

public int Add ( CLineStep * newElement ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.