![]() |
VR-Forces 4.1 Class Documentation
|

Public Member Functions | |
| DtRasterMapList () | |
| default constructor | |
| DtRasterMapList (const DtRasterMapList &orig) | |
| copy constructor | |
| DtRasterMapList & | operator= (const DtRasterMapList &orig) |
| assignment operator | |
| virtual DtRasterMapList * | clone () const |
| virtual | ~DtRasterMapList () |
| destructor | |
| virtual void | readFromMtlFile (DtlObjPtr &mtlObj) |
| virtual bool | writeToMtlFile (FILE *fp, int indentLevel=0) const |
| virtual void | putIndent (FILE *fp, int indentLevel) const |
| virtual bool | addEntry (const DtRasterMap &entry) |
| virtual DtRasterMap * | mapContaining (const DtPoint &point) const |
| returns a pointer to the map containing the specified point or NULL if there is not map such map in the list. | |
| virtual void | convertTo (const Coordinate_System *coordSys) |
| virtual bool | intersects (const DtExtent &) const |
| Returns true if the supplied extent is intersected by this list. | |
| virtual void | cellCount (int &iOnX, int &iOnY, DtExtent &globalExtent) const |
Public Member Functions inherited from DtPtrQList< DtRasterMap * > | |
| DtPtrQList () | |
| DtPtrQList (const DtPtrQList< DtRasterMap * > &orig) | |
| DtPtrQList () | |
| DtPtrQList (const DtPtrQList< DtRasterMap * > &orig) | |
| virtual | ~DtPtrQList () |
| virtual | ~DtPtrQList () |
| void | clear () |
| void | clear () |
| void | setAutoDelete (bool b) |
| void | setAutoDelete (bool b) |
| bool | autoDelete () const |
| bool | autoDelete () const |
| DtPtrQList< DtRasterMap * > ::iterator | erase (typename DtPtrQList< DtRasterMap * >::iterator pos) |
| DtPtrQList< DtRasterMap * > ::iterator | erase (typename DtPtrQList< DtRasterMap * >::iterator first, typename DtPtrQList< DtRasterMap * >::iterator last) |
| DtPtrQList< DtRasterMap * > ::iterator | erase (typename DtPtrQList< DtRasterMap * >::iterator pos) |
| DtPtrQList< DtRasterMap * > ::iterator | erase (typename DtPtrQList< DtRasterMap * >::iterator first, typename DtPtrQList< DtRasterMap * >::iterator last) |
| int | findRef (DtRasterMap *t) const |
| int | findRef (DtRasterMap *t) const |
| int | find (DtRasterMap *t) const |
| int | find (DtRasterMap *t) const |
| void | removeRef (DtRasterMap *t) |
| void | removeRef (DtRasterMap *t) |
| void | remove (DtRasterMap *t) |
| void | remove (DtRasterMap *t) |
| void | removeAt (int i) |
| void | removeAt (int i) |
Protected Member Functions | |
| virtual bool | addEntry (DtRasterMap *entry) |
| virtual void | copyList (const DtRasterMapList &orig) |
| virtual bool | contains (const DtExtent &extent, const DtPoint &point) const |
Additional Inherited Members | |
Protected Attributes inherited from DtPtrQList< DtRasterMap * > | |
| bool | myAutoDelete |
| DtRasterMapList::DtRasterMapList | ( | ) |
default constructor
| DtRasterMapList::DtRasterMapList | ( | const DtRasterMapList & | orig | ) |
copy constructor
|
virtual |
destructor
| DtRasterMapList& DtRasterMapList::operator= | ( | const DtRasterMapList & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
returns a pointer to the map containing the specified point or NULL if there is not map such map in the list.
|
virtual |
Returns true if the supplied extent is intersected by this list.
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |