CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
CASM::VaspIO::SelectiveDynamics Class Reference

#include <VaspIO.hh>

Detailed Description

Store SelectiveDynamics options.

Definition at line 27 of file VaspIO.hh.

Public Member Functions

 SelectiveDynamics ()
 Default Constructor sets to false for all directions. More...
 
 SelectiveDynamics (bool x, bool y, bool z)
 
bool & operator[] (int i)
 
const bool & operator[] (int i) const
 

Private Attributes

bool m_option [3]
 

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &sout, const SelectiveDynamics &sel)
 Write SelectiveDynamics options. More...
 

Constructor & Destructor Documentation

CASM::VaspIO::SelectiveDynamics::SelectiveDynamics ( )
inline

Default Constructor sets to false for all directions.

Definition at line 32 of file VaspIO.hh.

CASM::VaspIO::SelectiveDynamics::SelectiveDynamics ( bool  x,
bool  y,
bool  z 
)
inline

Definition at line 38 of file VaspIO.hh.

Member Function Documentation

bool& CASM::VaspIO::SelectiveDynamics::operator[] ( int  i)
inline

Definition at line 44 of file VaspIO.hh.

const bool& CASM::VaspIO::SelectiveDynamics::operator[] ( int  i) const
inline

Definition at line 48 of file VaspIO.hh.

Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  sout,
const SelectiveDynamics sel 
)
related

Write SelectiveDynamics options.

Definition at line 63 of file VaspIO.hh.

Member Data Documentation

bool CASM::VaspIO::SelectiveDynamics::m_option[3]
private

Definition at line 55 of file VaspIO.hh.


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