#include <cmath>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <algorithm>
#include <exception>
#include <numeric>
#include <set>
#include <sstream>
#include <string>
#include <variant>
#include <vector>
#include <hdf5.h>
#include <hdf5_hl.h>
#include "molfile_plugin.h"
#include "vmdconio.h"
◆ H5_CALL
Value:    do {                                                                                           \
        hid_t val;                                                                                 \
        H5_CALL_ASSIGN(val, (call));                                                               \
    } while (0)
 
 
◆ H5_CALL_ASSIGN
      
        
          | #define H5_CALL_ASSIGN | ( |  | val, | 
        
          |  |  |  | call ) | 
      
 
Value:    do {                                                                                           \
        val = (call);                                                                              \
        if (val < 0) {                                                                             \
            throw H5Exception();                                                                   \
        }                                                                                          \
    } while (0)
 
 
◆ MAX_LMPEXC_MSG
      
        
          | #define MAX_LMPEXC_MSG   256 | 
      
 
 
◆ MAX_VMD_NAME
◆ partial_val
Value:(std::holds_alternative<uint32_t>(x) ? std::get<uint32_t>(x) : std::get<uint8_t>(x))
 
 
◆ RDME_RADIUS_SCALE
      
        
          | #define RDME_RADIUS_SCALE   0.1 | 
      
 
 
◆ TO_ANGSTROM
◆ VMDPLUGIN_fini()
      
        
          | VMDPLUGIN_API int VMDPLUGIN_fini | ( |  | ) |  | 
      
 
 
◆ VMDPLUGIN_init()
      
        
          | VMDPLUGIN_API int VMDPLUGIN_init | ( |  | ) |  | 
      
 
 
◆ VMDPLUGIN_register()
      
        
          | VMDPLUGIN_API int VMDPLUGIN_register | ( | void * | v, | 
        
          |  |  | vmdplugin_register_cb | cb ) |