NAMD
|
#include <ComputePmeCUDAMgr.h>
Public Member Functions | |
PmeAtomStorage (const bool useIndex) | |
virtual | ~PmeAtomStorage () |
int | addAtoms (const int natom, const CudaAtom *src) |
int | addAtomsWithIndex (const int natom, const CudaAtom *src, const int *index) |
void | finish () |
void | clear () |
CudaAtom * | getAtoms () |
int * | getPatchPos () |
int | getNumPatches () |
int | getNumAtoms () |
int * | getAtomIndex () |
Protected Attributes | |
CudaAtom * | atom |
int * | atomIndex |
CudaAtom * | overflowAtom |
int * | overflowAtomIndex |
Definition at line 20 of file ComputePmeCUDAMgr.h.
|
inline |
Definition at line 22 of file ComputePmeCUDAMgr.h.
References atom, atomIndex, overflowAtom, and overflowAtomIndex.
|
inlinevirtual |
Definition at line 36 of file ComputePmeCUDAMgr.h.
|
inline |
Definition at line 40 of file ComputePmeCUDAMgr.h.
|
inline |
Definition at line 44 of file ComputePmeCUDAMgr.h.
|
inline |
Definition at line 63 of file ComputePmeCUDAMgr.h.
|
inline |
Definition at line 50 of file ComputePmeCUDAMgr.h.
References atom, atomIndex, overflowAtom, and overflowAtomIndex.
|
inline |
|
inline |
Definition at line 69 of file ComputePmeCUDAMgr.h.
References atom.
|
inline |
Definition at line 82 of file ComputePmeCUDAMgr.h.
|
inline |
Definition at line 78 of file ComputePmeCUDAMgr.h.
|
inline |
Definition at line 74 of file ComputePmeCUDAMgr.h.
|
protected |
Definition at line 94 of file ComputePmeCUDAMgr.h.
Referenced by finish(), getAtoms(), PmeAtomStorage(), CpuPmeAtomStorage::~CpuPmeAtomStorage(), and CudaPmeAtomStorage::~CudaPmeAtomStorage().
|
protected |
Definition at line 96 of file ComputePmeCUDAMgr.h.
Referenced by finish(), getAtomIndex(), PmeAtomStorage(), CpuPmeAtomStorage::~CpuPmeAtomStorage(), and CudaPmeAtomStorage::~CudaPmeAtomStorage().
|
protected |
Definition at line 98 of file ComputePmeCUDAMgr.h.
Referenced by finish(), PmeAtomStorage(), CpuPmeAtomStorage::~CpuPmeAtomStorage(), and CudaPmeAtomStorage::~CudaPmeAtomStorage().
|
protected |
Definition at line 100 of file ComputePmeCUDAMgr.h.
Referenced by finish(), PmeAtomStorage(), CpuPmeAtomStorage::~CpuPmeAtomStorage(), and CudaPmeAtomStorage::~CudaPmeAtomStorage().