Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
cif::pdb::RM< N > Struct Template Reference

Public Member Functions

 RM (const char *desc, int width=0, int precision=6)
 

Public Attributes

const char * mDesc
 
int mWidth
 
int mPrecision
 

Detailed Description

template<int N>
struct cif::pdb::RM< N >

Definition at line 783 of file cif2pdb.cpp.

Constructor & Destructor Documentation

◆ RM()

template<int N>
cif::pdb::RM< N >::RM ( const char *  desc,
int  width = 0,
int  precision = 6 
)
inline

Definition at line 785 of file cif2pdb.cpp.

786  : mDesc(desc)
787  , mWidth(width)
788  , mPrecision(precision)
789  {
790  }
int mPrecision
Definition: cif2pdb.cpp:792
const char * mDesc
Definition: cif2pdb.cpp:791

Member Data Documentation

◆ mDesc

template<int N>
const char* cif::pdb::RM< N >::mDesc

Definition at line 791 of file cif2pdb.cpp.

◆ mPrecision

template<int N>
int cif::pdb::RM< N >::mPrecision

Definition at line 792 of file cif2pdb.cpp.

◆ mWidth

template<int N>
int cif::pdb::RM< N >::mWidth

Definition at line 792 of file cif2pdb.cpp.


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