Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
cif::pdb::SEP Struct Reference

Public Member Functions

 SEP (const char *txt, int width, int precision=6)
 

Public Attributes

const char * mText
 
int mWidth
 
int mPrecision
 

Detailed Description

Definition at line 804 of file cif2pdb.cpp.

Constructor & Destructor Documentation

◆ SEP()

cif::pdb::SEP::SEP ( const char *  txt,
int  width,
int  precision = 6 
)
inline

Definition at line 806 of file cif2pdb.cpp.

807  : mText(txt)
808  , mWidth(width)
809  , mPrecision(precision)
810  {
811  }
const char * mText
Definition: cif2pdb.cpp:812

Member Data Documentation

◆ mPrecision

int cif::pdb::SEP::mPrecision

Definition at line 813 of file cif2pdb.cpp.

◆ mText

const char* cif::pdb::SEP::mText

Definition at line 812 of file cif2pdb.cpp.

◆ mWidth

int cif::pdb::SEP::mWidth

Definition at line 813 of file cif2pdb.cpp.


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