#include <HDFobject.hxx>

Public Member Functions | |
| HDFobject (const char *name) | |
| virtual | ~HDFobject () |
| hdf_idt | GetId () |
| char * | GetName () |
| virtual hdf_object_type | GetObjectType () |
Protected Attributes | |
| char * | _name |
| hdf_idt | _id |
| HDFobject::HDFobject | ( | const char * | name | ) |
References _id, _name, HDFerrorModeLock(), and pythfilter::name.
|
virtual |
References _name.
| hdf_idt HDFobject::GetId | ( | ) |
References _id.
Referenced by CreateDatasetFromASCII(), HDFarray::HDFarray(), HDFattribute::HDFattribute(), HDFdataset::HDFdataset(), and HDFgroup::HDFgroup().
| char * HDFobject::GetName | ( | ) |
References _name.
Referenced by BuildTree(), ReadAttributes(), SaveAttributeInASCIIfile(), SaveDatasetInASCIIfile(), and SaveGroupInASCIIfile().
|
virtual |
Reimplemented in HDFgroup, HDFfile, HDFdataset, and HDFarray.
References HDF_OBJECT.
|
protected |
Referenced by HDFarray::CloseOnDisk(), HDFattribute::CloseOnDisk(), HDFdataset::CloseOnDisk(), HDFfile::CloseOnDisk(), HDFgroup::CloseOnDisk(), HDFarray::CreateOnDisk(), HDFattribute::CreateOnDisk(), HDFdataset::CreateOnDisk(), HDFfile::CreateOnDisk(), HDFgroup::CreateOnDisk(), HDFdataset::GetAttributeName(), HDFfile::GetAttributeName(), HDFgroup::GetAttributeName(), HDFarray::GetDataType(), HDFarray::GetDim(), HDFdataset::GetDim(), GetId(), KERNEL_PY.kernel.threadhelper.Runner::getId(), HDFdataset::GetOrder(), HDFattribute::GetSize(), HDFdataset::GetSize(), HDFattribute::GetType(), HDFdataset::GetType(), HDFarray::HDFarray(), HDFobject(), HDFfile::InternalObjectIndentify(), HDFfile::InternalObjectType(), HDFgroup::InternalObjectType(), HDFdataset::nAttributes(), HDFfile::nAttributes(), HDFgroup::nAttributes(), HDFarray::nDim(), HDFdataset::nDim(), HDFfile::nInternalObjects(), HDFattribute::OpenOnDisk(), HDFdataset::OpenOnDisk(), HDFgroup::OpenOnDisk(), HDFfile::OpenOnDisk(), HDFattribute::ReadFromDisk(), HDFdataset::ReadFromDisk(), HDFattribute::WriteOnDisk(), and HDFdataset::WriteOnDisk().
|
protected |
Referenced by HDFattribute::CreateOnDisk(), HDFdataset::CreateOnDisk(), HDFfile::CreateOnDisk(), HDFgroup::CreateOnDisk(), HDFgroup::FileMount(), HDFgroup::FileUnMount(), GetName(), HDFobject(), HDFgroup::InternalObjectIndentify(), HDFgroup::nInternalObjects(), HDFattribute::OpenOnDisk(), HDFdataset::OpenOnDisk(), HDFgroup::OpenOnDisk(), HDFfile::OpenOnDisk(), and ~HDFobject().