#include <mdpbase.h>
Data Fields | |
float ** | vertpos |
size_t | n_vertpos |
int | n_snapshots |
Definition at line 74 of file mdpbase.h.
float** s_mdconcat::vertpos |
nx4 array of alpha sphere center + radius
Definition at line 76 of file mdpbase.h.
Referenced by alloc_first_md_concat(), free_mdconcat(), init_md_concat(), realloc_md_concat(), and store_vertice_positions().
size_t s_mdconcat::n_vertpos |
number of vertices in all snapshots
Definition at line 77 of file mdpbase.h.
Referenced by alloc_first_md_concat(), free_mdconcat(), init_md_concat(), realloc_md_concat(), and store_vertice_positions().
number of snapshots of the trajectory
Definition at line 78 of file mdpbase.h.
Referenced by init_md_concat().