votca 2025.1-dev
Loading...
Searching...
No Matches
votca::xtp::SegId Class Reference

#include <segid.h>

Collaboration diagram for votca::xtp::SegId:

Public Member Functions

 SegId (std::string input)
 SegId (Index id, std::string geometry)
Index Id () const
bool hasFile () const
std::string FileName () const
QMState getQMState () const

Private Member Functions

void TestStringForQMState (const std::string &result)

Private Attributes

bool hasfilename_ = false
Index id_
std::string filename_ = ""
QMState state_

Detailed Description

Definition at line 44 of file segid.h.

Constructor & Destructor Documentation

◆ SegId() [1/2]

votca::xtp::SegId::SegId ( std::string input)
inline

Definition at line 46 of file segid.h.

◆ SegId() [2/2]

votca::xtp::SegId::SegId ( Index id,
std::string geometry )
inline

Definition at line 56 of file segid.h.

Member Function Documentation

◆ FileName()

std::string votca::xtp::SegId::FileName ( ) const
inline

Definition at line 62 of file segid.h.

◆ getQMState()

QMState votca::xtp::SegId::getQMState ( ) const
inline

Definition at line 63 of file segid.h.

◆ hasFile()

bool votca::xtp::SegId::hasFile ( ) const
inline

Definition at line 61 of file segid.h.

◆ Id()

Index votca::xtp::SegId::Id ( ) const
inline

Definition at line 60 of file segid.h.

◆ TestStringForQMState()

void votca::xtp::SegId::TestStringForQMState ( const std::string & result)
inlineprivate

Definition at line 66 of file segid.h.

Member Data Documentation

◆ filename_

std::string votca::xtp::SegId::filename_ = ""
private

Definition at line 84 of file segid.h.

◆ hasfilename_

bool votca::xtp::SegId::hasfilename_ = false
private

Definition at line 82 of file segid.h.

◆ id_

Index votca::xtp::SegId::id_
private

Definition at line 83 of file segid.h.

◆ state_

QMState votca::xtp::SegId::state_
private

Definition at line 85 of file segid.h.


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