RMF
MutableAttributes.h File Reference

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

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

Go to the source code of this file.

Classes

class  RMF::HDF5::MutableAttributes< 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_ATTRIBUTE(lcname, UCName, PassValue, ReturnValue, PassValues, ReturnValues)
 

Detailed Description

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file MutableAttributes.h.

Macro Definition Documentation

#define RMF_HDF5_ATTRIBUTE (   lcname,
  UCName,
  PassValue,
  ReturnValue,
  PassValues,
  ReturnValues 
)
Value:
void set_##lcname##_attribute(std::string nm, PassValues value) { \
set_attribute<UCName##Traits>(nm, value); \
}

Definition at line 96 of file MutableAttributes.h.