Classes | |
| class | Exp |
| class | IdMatrix |
| class | Line |
| class | Matrix |
| class | Orientation |
| class | Position |
| class | Quaternion |
| class | RotMatrix |
| class | Vector3 |
| class | Vector4 |
| class | WorldPos |
Typedefs | |
| typedef bool | Bool |
| typedef unsigned char | Byte |
| typedef size_t | Handler |
| typedef int | Index |
| typedef int | Int |
| typedef size_t | MemSize |
| typedef double | Real |
| typedef size_t | Size |
| typedef std::string | String |
| typedef unsigned int | Time |
| typedef double | UnitCharge |
| typedef double | UnitGeo |
| typedef unsigned int | UnitGrid |
| typedef double | UnitMass |
| typedef double | UnitStd |
Functions | |
| Real | operator+ (Real &op1, const Exp &op2) |
| Real | operator- (Real &op1, const Exp &op2) |
| Real | operator * (Real &op1, const Exp &op2) |
| Real | operator/ (Real &op1, const Exp &op2) |
| Real & | operator+= (Real &op1, const Exp &op2) |
| Real & | operator-= (Real &op1, const Exp &op2) |
| Real & | operator *= (Real &op1, const Exp &op2) |
| Real & | operator/= (Real &op1, const Exp &op2) |
| Bool | operator== (const Real &op1, const Exp &op2) |
| Bool | operator!= (const Real &op1, const Exp &op2) |
| Bool | operator> (const Real &op1, const Exp &op2) |
| Bool | operator>= (const Real &op1, const Exp &op2) |
| Bool | operator< (const Real &op1, const Exp &op2) |
| Bool | operator<= (const Real &op1, const Exp &op2) |
Variables | |
| const UnitGeo | POS_BOUNDARIES [3] |
| typedef bool BIOSIMZ::DATATYPE::Bool |
| typedef unsigned char BIOSIMZ::DATATYPE::Byte |
| typedef size_t BIOSIMZ::DATATYPE::Handler |
| typedef int BIOSIMZ::DATATYPE::Index |
| typedef int BIOSIMZ::DATATYPE::Int |
| typedef size_t BIOSIMZ::DATATYPE::MemSize |
| typedef double BIOSIMZ::DATATYPE::Real |
| typedef size_t BIOSIMZ::DATATYPE::Size |
| typedef std::string BIOSIMZ::DATATYPE::String |
| typedef unsigned int BIOSIMZ::DATATYPE::Time |
| typedef double BIOSIMZ::DATATYPE::UnitCharge |
Definition at line 56 of file UnitCharge.h.
| typedef double BIOSIMZ::DATATYPE::UnitGeo |
| typedef unsigned int BIOSIMZ::DATATYPE::UnitGrid |
Definition at line 57 of file UnitGrid.h.
| typedef double BIOSIMZ::DATATYPE::UnitMass |
Definition at line 56 of file UnitMass.h.
| typedef double BIOSIMZ::DATATYPE::UnitStd |
| Real BIOSIMZ::DATATYPE::operator * | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Real& BIOSIMZ::DATATYPE::operator *= | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Bool BIOSIMZ::DATATYPE::operator!= | ( | const Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Real BIOSIMZ::DATATYPE::operator+ | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Real& BIOSIMZ::DATATYPE::operator+= | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Real BIOSIMZ::DATATYPE::operator- | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Real& BIOSIMZ::DATATYPE::operator-= | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Real BIOSIMZ::DATATYPE::operator/ | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Real& BIOSIMZ::DATATYPE::operator/= | ( | Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Bool BIOSIMZ::DATATYPE::operator< | ( | const Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Bool BIOSIMZ::DATATYPE::operator<= | ( | const Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Bool BIOSIMZ::DATATYPE::operator== | ( | const Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Bool BIOSIMZ::DATATYPE::operator> | ( | const Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| Bool BIOSIMZ::DATATYPE::operator>= | ( | const Real & | op1, | |
| const Exp & | op2 | |||
| ) |
| const UnitGeo BIOSIMZ::DATATYPE::POS_BOUNDARIES[3] |
Initial value:
{
(UnitGeo)BIOSIMZ_SET_PERIODIC_BOUNDARY_X,
(UnitGeo)BIOSIMZ_SET_PERIODIC_BOUNDARY_Y,
(UnitGeo)BIOSIMZ_SET_PERIODIC_BOUNDARY_Z}
Definition at line 70 of file WorldPos.h.
Referenced by BIOSIMZ::DATATYPE::WorldPos::bound(), and BIOSIMZ::DATATYPE::WorldPos::CalDistance().
1.5.1