USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::Resource::ResourceData Class Reference

Shared Resource data pointer. More...

Inheritance diagram for Isis::Resource::ResourceData:
Inheritance graph
Collaboration diagram for Isis::Resource::ResourceData:
Collaboration graph

Public Member Functions

 ResourceData (const ResourceData &other)
 ResourceData (const QString &name)
 ResourceData (const QString &name, const PvlFlatMap &profile)

Public Attributes

QString m_name
 Name of the Resource.
PvlFlatMap m_keys
 The list of keywords associated with this Resource.
VariantList m_assets
 The list of assets associated with this Resource.
SharedGisGeometry m_geom
 A shared pointer to the GIS geometry object associated with this Resource.

Detailed Description

Shared Resource data pointer.

Author
2012-07-15 Kris Becker
History:
2012-07-15 Kris Becker - Original version.

Definition at line 140 of file Resource.h.

Member Data Documentation

VariantList Isis::Resource::ResourceData::m_assets

The list of assets associated with this Resource.

This is a map between asset names and values. It can be modified by the addAsset() and removeAsset() methods.

Definition at line 167 of file Resource.h.

SharedGisGeometry Isis::Resource::ResourceData::m_geom

A shared pointer to the GIS geometry object associated with this Resource.

It is set using the add() methods.

Definition at line 170 of file Resource.h.

PvlFlatMap Isis::Resource::ResourceData::m_keys

The list of keywords associated with this Resource.

This is a map between PvlKeyword objects and their names. It can be modified by the constructor, add(), append() or erase() methods.

Definition at line 163 of file Resource.h.

QString Isis::Resource::ResourceData::m_name

Name of the Resource.

This value is set by the constructor or the setName() mutator.

Definition at line 161 of file Resource.h.


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