Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

C2DPolyBaseSet Class Reference

A collection of base polygons. More...

#include <2DPolyBaseSet.h>

Inheritance diagram for C2DPolyBaseSet:

C2DBaseSet C2DBase List of all members.

Public Member Functions

void AddCopy (const C2DPolyBaseSet &Other)
 Adds a copy of the other pointer array.
void MakeCopy (const C2DPolyBaseSet &Other)
 Makes a copy of the other.
void operator<< (C2DBaseSet &Other)
 Passes ONLY the pointers of this type from the Other into this.
void Add (C2DPolyBase *NewItem)
 Adds a new pointer and takes responsibility for it.
void AddCopy (const C2DPolyBase &NewItem)
 Adds a copy of the item given.
void DeleteAndSet (int nIndx, C2DPolyBase *NewItem)
 Deletes the current item and sets the pointer to be the new one.
C2DPolyBaseExtractAndSet (int nIndx, C2DPolyBase *NewItem)
 Extracts the current item and sets the pointer to be the new one.
C2DPolyBaseGetAt (int nIndx)
 Returns the value at the point given.
const C2DPolyBaseGetAt (int nIndx) const
 Returns the value at the point given.
C2DPolyBaseoperator[] (int nIndx)
 Returns a reference to the value at the point given.
const C2DPolyBaseoperator[] (int nIndx) const
 Returns a reference to the value at the point given.
C2DPolyBaseGetLast (void)
 Returns a pointer to the last item.
C2DPolyBaseExtractAt (unsigned int nIndx)
 Extracts the pointer passing deletion responsibility over.
C2DPolyBaseExtractLast (void)
 Extracts the pointer passing deletion responsibility over.
void InsertAt (unsigned int nIndex, C2DPolyBase *NewItem)
 Insertion.
void InsertAt (unsigned int nIndex, C2DPolyBaseSet &Other)
 Insertion of another array.
void operator<< (C2DPolyBaseSet &Other)
 Passes all the pointers from the Other into this.
void operator<< (C2DPolyBase *NewItem)
 Adds a new pointer and takes responsibility for it.

Detailed Description

A collection of base polygons.

---------------------------------------------------------------------------


Member Function Documentation

void C2DPolyBaseSet::AddCopy const C2DPolyBase NewItem  ) 
 

Adds a copy of the item given.

--------------------------------------------------------------------------
C2DPolyBaseSet::AddCopy

---------------------------------------------------------------------------

void C2DPolyBaseSet::AddCopy const C2DPolyBaseSet Other  ) 
 

Adds a copy of the other pointer array.

--------------------------------------------------------------------------
C2DPolyBaseSet::AddCopy

---------------------------------------------------------------------------

void C2DPolyBaseSet::MakeCopy const C2DPolyBaseSet Other  ) 
 

Makes a copy of the other.

--------------------------------------------------------------------------
C2DPolyBaseSet::AddCopy

---------------------------------------------------------------------------

void C2DPolyBaseSet::operator<< C2DBaseSet Other  ) 
 

Passes ONLY the pointers of this type from the Other into this.

--------------------------------------------------------------------------
C2DPolyBaseSet::operator<<

---------------------------------------------------------------------------

Reimplemented from C2DBaseSet.


The documentation for this class was generated from the following files:
Generated on Mon Apr 21 11:43:52 2008 for GeoLib by  doxygen 1.4.4