NAMD
Public Member Functions | Public Attributes | List of all members
msm::BlockIndex Struct Reference

#include <MsmMap.h>

Public Member Functions

 BlockIndex ()
 
 BlockIndex (int ll, const Ivec &nn)
 

Public Attributes

int level
 
Ivec n
 

Detailed Description

Definition at line 836 of file MsmMap.h.

Constructor & Destructor Documentation

msm::BlockIndex::BlockIndex ( )
inline

Definition at line 839 of file MsmMap.h.

839 : level(0), n(0) { }
msm::BlockIndex::BlockIndex ( int  ll,
const Ivec nn 
)
inline

Definition at line 840 of file MsmMap.h.

840 : level(ll), n(nn) { }

Member Data Documentation

int msm::BlockIndex::level
Ivec msm::BlockIndex::n

The documentation for this struct was generated from the following file: