/dports/science/openbabel/openbabel-3.1.1/test/ |
H A D | unitcell.cpp | 293 cout << "# cell volume " << cell.GetCellVolume() << endl; in unitcell() 295 cout << "# cell volume " << cell2.GetCellVolume() << endl; in unitcell()
|
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/ |
H A D | operator_cylinder.h | 65 virtual double GetCellVolume(const unsigned int pos[3], bool dualMesh = false) const;
|
H A D | operator.h | 135 virtual double GetCellVolume(const unsigned int pos[3], bool dualMesh = false) const;
|
H A D | operator_cylinder.cpp | 203 double Operator_Cylinder::GetCellVolume(const unsigned int pos[3], bool dualMesh) const in GetCellVolume() function in Operator_Cylinder
|
H A D | operator.cpp | 209 double Operator::GetCellVolume(const unsigned int pos[3], bool dualMesh) const in GetCellVolume() function in Operator
|
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/ |
H A D | operator_base.h | 82 virtual double GetCellVolume(const unsigned int pos[3], bool dualMesh = false) const =0;
|
H A D | processfields_sar.cpp | 213 cell_volume[pos[0]][pos[1]][pos[2]] = Op->GetCellVolume(orig_pos); in DumpFDData()
|
/dports/science/openbabel/openbabel-3.1.1/src/charges/ |
H A D | eqeq.cpp | 139 cellVolume = obuc->GetCellVolume(); in ComputeCharges()
|
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/ |
H A D | generic.h | 518 double GetCellVolume(); 519 double GetCellVolume() const;
|
/dports/science/openbabel/openbabel-3.1.1/src/ |
H A D | generic.cpp | 700 OBUNITCELL_CALL_CONST_OVERLOAD(double, GetCellVolume); 745 double OBUnitCell::GetCellVolume() const in GetCellVolume() function in OpenBabel::OBUnitCell
|
/dports/science/openbabel/openbabel-3.1.1/scripts/perl/ |
H A D | OpenBabel.pm | 1498 *GetCellVolume = *Chemistry::OpenBabelc::OBUnitCell_GetCellVolume;
|
H A D | openbabel-perl.cpp | 8591 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in XS() 8600 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in XS()
|
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/ |
H A D | openbabel.py | 1269 OBUnitCell.GetCellVolume = new_instancemethod(_openbabel.OBUnitCell_GetCellVolume, None, OBUnitCell)
|
H A D | openbabel-python.cpp | 19235 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in _wrap_OBUnitCell_GetCellVolume__SWIG_0() 19243 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in _wrap_OBUnitCell_GetCellVolume__SWIG_1()
|
/dports/science/openbabel/openbabel-3.1.1/scripts/csharp/ |
H A D | openbabel-csharp.cpp | 7110 result = (double)(arg1)->GetCellVolume(); jresult = result; return jresult; } in CSharp_OpenBabel_OBUnitCell_GetCellVolume__SWIG_0()
|
/dports/science/openbabel/openbabel-3.1.1/scripts/R/examples/openbabelR/src/ |
H A D | openbabel-R.cpp | 10360 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in R_swig_OBUnitCell_GetCellVolume__SWIG_0() 10369 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in R_swig_OBUnitCell_GetCellVolume__SWIG_1()
|
/dports/science/openbabel/openbabel-3.1.1/scripts/ruby/ |
H A D | openbabel-ruby.cpp | 19279 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in _wrap_OBUnitCell_get_cell_volume__SWIG_0() 19288 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in _wrap_OBUnitCell_get_cell_volume__SWIG_1()
|
/dports/science/openbabel/openbabel-3.1.1/scripts/java/ |
H A D | openbabel-java.cpp | 3129 …(void)jarg1_; arg1 = *(OpenBabel::OBUnitCell **)&jarg1; result = (double)(arg1)->GetCellVolume();… in Java_org_openbabel_openbabel_1javaJNI_OBUnitCell_1GetCellVolume_1_1SWIG_10()
|