LJ_matrix Class Reference

#include <LJ_matrix.h>

Public Member Functions

 LJ_matrix ()
 
 ~LJ_matrix ()
 
int init (string vdw_params_fname, string vdw_type)
 
void get_LJ_params (int type1, int type2, scalar *vdw_eps, scalar *vdw_r_eq)
 
int get_num_types ()
 

Private Member Functions

int init_lj (string vdw_params_fname)
 
int init_steric ()
 

Private Attributes

LJ_pairparams
 
int num_vdw_face_types
 

Constructor & Destructor Documentation

§ LJ_matrix()

LJ_matrix::LJ_matrix ( )

§ ~LJ_matrix()

LJ_matrix::~LJ_matrix ( )

Member Function Documentation

§ get_LJ_params()

void LJ_matrix::get_LJ_params ( int  type1,
int  type2,
scalar vdw_eps,
scalar vdw_r_eq 
)

§ get_num_types()

int LJ_matrix::get_num_types ( )

Referenced by Blob::init().

§ init()

int LJ_matrix::init ( string  vdw_params_fname,
string  vdw_type 
)

Referenced by World::init().

§ init_lj()

int LJ_matrix::init_lj ( string  vdw_params_fname)
private

§ init_steric()

int LJ_matrix::init_steric ( )
private

Field Documentation

§ num_vdw_face_types

int LJ_matrix::num_vdw_face_types
private

§ params

LJ_pair* LJ_matrix::params
private

The documentation for this class was generated from the following files: