add support for near-interactive image processing
This commit is contained in:
@ -29,6 +29,9 @@ public:
|
||||
void force_timeout();
|
||||
|
||||
int extract_setting(const char *keyword);
|
||||
int id_count(const char *idtype);
|
||||
int id_name(const char *idtype, int idx, char *buf, int buflen);
|
||||
|
||||
double get_thermo(const char *keyword);
|
||||
void *last_thermo(const char *keyword, int idx);
|
||||
bool is_open() const { return lammps_handle != nullptr; }
|
||||
|
||||
Reference in New Issue
Block a user