NAMD
|
#include <IndexFile.h>
Public Member Functions | |
IndexFile (std::string _filename) | |
~IndexFile () | |
unsigned int | size () |
unsigned int | getNumElements () |
std::vector< unsigned int > | getAllElements () |
void | seek (off_t pos) |
std::vector< unsigned int > | getNElements (off_t offset, size_t numElementsRange) |
std::vector< unsigned int > | getNElements (size_t numElements) |
std::vector< unsigned int > | getElements () |
bool | open () |
void | close () |
Copyright (c) 2025 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 46 of file IndexFile.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 64 of file IndexFile.h.
References NAMD_die().
Referenced by getElements(), and ParallelIOMgr::readInfoForParOutDcdSelection().
|
inline |
|
inline |
Definition at line 81 of file IndexFile.h.
References NAMD_die(), and seek().
Referenced by getNElements().
|
inline |
Definition at line 95 of file IndexFile.h.
References getNElements().
|
inline |
Definition at line 63 of file IndexFile.h.
|
inline |
|
inline |
Definition at line 79 of file IndexFile.h.
Referenced by getNElements().
|
inline |
Definition at line 62 of file IndexFile.h.