#include <NamedObject.h>
Inherited by Data, DimList, OrderedSubset, View, and ViewSet.
Inheritance diagram for NamedObject:

Public Member Functions | |
| NamedObject (const char *name) | |
| Creates an object with the given name. | |
| void | setName (const char *name) |
| Resets the name for an existing NamedObject. | |
| ~NamedObject () | |
| const char * | getName () |
| Accessor method. | |
Protected Attributes | |
| char * | name |
|
|
Creates an object with the given name.
|
|
|
|
|
|
Accessor method.
|
|
|
Resets the name for an existing NamedObject.
|
|
|
|
1.4.3