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

◆ BlockIndex() [1/2]

msm::BlockIndex::BlockIndex ( )
inline

Definition at line 839 of file MsmMap.h.

839 : level(0), n(0) { }

◆ BlockIndex() [2/2]

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

◆ level

int msm::BlockIndex::level

◆ n

Ivec msm::BlockIndex::n

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