RMF
ConstAttributes.h File Reference

Handle read/write of Model data from/to files. More...

#include "RMF/config.h"
#include "handle.h"
#include "types.h"
#include "infrastructure_macros.h"
#include <hdf5.h>
+ Include dependency graph for ConstAttributes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RMF::HDF5::ConstAttributes< Base >
 

Namespaces

 RMF
 The namespace for all functionality in the library.
 
 RMF::HDF5
 The namespace for all HDF5 functionality in the library.
 

Nontemplated attributes

When using python, call the non-template versions of the attribute manipulation methods.

#define RMF_HDF5_CONST_ATTRIBUTE(lcname, UCName, PassValue, ReturnValue, PassValues, ReturnValues)
 

Detailed Description

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file ConstAttributes.h.

Macro Definition Documentation

#define RMF_HDF5_CONST_ATTRIBUTE (   lcname,
  UCName,
  PassValue,
  ReturnValue,
  PassValues,
  ReturnValues 
)
Value:
ReturnValues get_##lcname##_attribute(std::string nm) const { \
return get_attribute<UCName##Traits>(nm); \
}

Definition at line 74 of file ConstAttributes.h.