Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
7ddbde08
Commit
7ddbde08
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
regenerate bindings
parent
f1c48b16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
auto/Wrap/libBornAgainCore.py
+12
-28
12 additions, 28 deletions
auto/Wrap/libBornAgainCore.py
auto/Wrap/libBornAgainCore_wrap.cpp
+33
-49
33 additions, 49 deletions
auto/Wrap/libBornAgainCore_wrap.cpp
with
45 additions
and
77 deletions
auto/Wrap/libBornAgainCore.py
+
12
−
28
View file @
7ddbde08
...
@@ -8166,13 +8166,9 @@ class IFormFactor(ISample):
...
@@ -8166,13 +8166,9 @@ class IFormFactor(ISample):
_libBornAgainCore.IFormFactor_swigregister(IFormFactor)
_libBornAgainCore.IFormFactor_swigregister(IFormFactor)
def CreateTransformedFormFactor(formfactor, rot, translation):
def createTransformedFormFactor(formfactor, rot, translation):
r"""
r"""createTransformedFormFactor(IFormFactor formfactor, IRotation rot, kvector_t translation) -> IFormFactor"""
CreateTransformedFormFactor(IFormFactor formfactor, IRotation rot, kvector_t translation) -> IFormFactor
return _libBornAgainCore.createTransformedFormFactor(formfactor, rot, translation)
IFormFactor* CreateTransformedFormFactor(const IFormFactor &formfactor, const IRotation &rot, kvector_t translation)
"""
return _libBornAgainCore.CreateTransformedFormFactor(formfactor, rot, translation)
class IFormFactorBorn(IFormFactor):
class IFormFactorBorn(IFormFactor):
r"""
r"""
...
@@ -21858,29 +21854,17 @@ class HexagonalLattice(Lattice2D):
...
@@ -21858,29 +21854,17 @@ class HexagonalLattice(Lattice2D):
_libBornAgainCore.HexagonalLattice_swigregister(HexagonalLattice)
_libBornAgainCore.HexagonalLattice_swigregister(HexagonalLattice)
def CreateFCCLattice(lattice_constant, orientation):
def createFCCLattice(lattice_constant, orientation):
r"""
r"""createFCCLattice(double lattice_constant, ILatticeOrientation orientation) -> Lattice"""
CreateFCCLattice(double lattice_constant, ILatticeOrientation orientation) -> Lattice
return _libBornAgainCore.createFCCLattice(lattice_constant, orientation)
Lattice LatticeUtils::CreateFCCLattice(double lattice_constant, const ILatticeOrientation &orientation)
"""
return _libBornAgainCore.CreateFCCLattice(lattice_constant, orientation)
def CreateHCPLattice(a, c, orientation):
r"""
CreateHCPLattice(double a, double c, ILatticeOrientation orientation) -> Lattice
Lattice LatticeUtils::CreateHCPLattice(double a, double c, const ILatticeOrientation &orientation)
"""
return _libBornAgainCore.CreateHCPLattice(a, c, orientation)
def CreateBCTLattice(a, c, orientation):
def createHCPLattice(a, c, orientation):
r"""
r"""createHCPLattice(double a, double c, ILatticeOrientation orientation) -> Lattice"""
CreateBCTLattice(double a, double c, ILatticeOrientation orientation) -> Lattice
return _libBornAgainCore.createHCPLattice(a, c, orientation)
Lattice LatticeUtils::CreateBCTLattice(double a, double c, const ILatticeOrientation &orientation)
"""
def createBCTLattice(a, c, orientation):
return _libBornAgainCore.CreateBCTLattice(a, c, orientation)
r"""createBCTLattice(double a, double c, ILatticeOrientation orientation) -> Lattice"""
return _libBornAgainCore.createBCTLattice(a, c, orientation)
class Material(object):
class Material(object):
r"""
r"""
...
...
This diff is collapsed.
Click to expand it.
auto/Wrap/libBornAgainCore_wrap.cpp
+
33
−
49
View file @
7ddbde08
...
@@ -68999,7 +68999,7 @@ SWIGINTERN PyObject *IFormFactor_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObje
...
@@ -68999,7 +68999,7 @@ SWIGINTERN PyObject *IFormFactor_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObje
return SWIG_Python_InitShadowInstance(args);
return SWIG_Python_InitShadowInstance(args);
}
}
SWIGINTERN PyObject *_wrap_
C
reateTransformedFormFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
SWIGINTERN PyObject *_wrap_
c
reateTransformedFormFactor(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *resultobj = 0;
IFormFactor *arg1 = 0 ;
IFormFactor *arg1 = 0 ;
IRotation *arg2 = 0 ;
IRotation *arg2 = 0 ;
...
@@ -69013,37 +69013,37 @@ SWIGINTERN PyObject *_wrap_CreateTransformedFormFactor(PyObject *SWIGUNUSEDPARM(
...
@@ -69013,37 +69013,37 @@ SWIGINTERN PyObject *_wrap_CreateTransformedFormFactor(PyObject *SWIGUNUSEDPARM(
PyObject *swig_obj[3] ;
PyObject *swig_obj[3] ;
IFormFactor *result = 0 ;
IFormFactor *result = 0 ;
if (!SWIG_Python_UnpackTuple(args, "
C
reateTransformedFormFactor", 3, 3, swig_obj)) SWIG_fail;
if (!SWIG_Python_UnpackTuple(args, "
c
reateTransformedFormFactor", 3, 3, swig_obj)) SWIG_fail;
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_IFormFactor, 0 | 0);
res1 = SWIG_ConvertPtr(swig_obj[0], &argp1, SWIGTYPE_p_IFormFactor, 0 | 0);
if (!SWIG_IsOK(res1)) {
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
C
reateTransformedFormFactor" "', argument " "1"" of type '" "IFormFactor const &""'");
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "
c
reateTransformedFormFactor" "', argument " "1"" of type '" "IFormFactor const &""'");
}
}
if (!argp1) {
if (!argp1) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
C
reateTransformedFormFactor" "', argument " "1"" of type '" "IFormFactor const &""'");
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
c
reateTransformedFormFactor" "', argument " "1"" of type '" "IFormFactor const &""'");
}
}
arg1 = reinterpret_cast< IFormFactor * >(argp1);
arg1 = reinterpret_cast< IFormFactor * >(argp1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_IRotation, 0 | 0);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_IRotation, 0 | 0);
if (!SWIG_IsOK(res2)) {
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
C
reateTransformedFormFactor" "', argument " "2"" of type '" "IRotation const &""'");
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
c
reateTransformedFormFactor" "', argument " "2"" of type '" "IRotation const &""'");
}
}
if (!argp2) {
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
C
reateTransformedFormFactor" "', argument " "2"" of type '" "IRotation const &""'");
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
c
reateTransformedFormFactor" "', argument " "2"" of type '" "IRotation const &""'");
}
}
arg2 = reinterpret_cast< IRotation * >(argp2);
arg2 = reinterpret_cast< IRotation * >(argp2);
{
{
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_BasicVector3DT_double_t, 0 | 0);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_BasicVector3DT_double_t, 0 | 0);
if (!SWIG_IsOK(res3)) {
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
C
reateTransformedFormFactor" "', argument " "3"" of type '" "kvector_t""'");
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
c
reateTransformedFormFactor" "', argument " "3"" of type '" "kvector_t""'");
}
}
if (!argp3) {
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
C
reateTransformedFormFactor" "', argument " "3"" of type '" "kvector_t""'");
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
c
reateTransformedFormFactor" "', argument " "3"" of type '" "kvector_t""'");
} else {
} else {
kvector_t * temp = reinterpret_cast< kvector_t * >(argp3);
kvector_t * temp = reinterpret_cast< kvector_t * >(argp3);
arg3 = *temp;
arg3 = *temp;
if (SWIG_IsNewObj(res3)) delete temp;
if (SWIG_IsNewObj(res3)) delete temp;
}
}
}
}
result = (IFormFactor *)
C
reateTransformedFormFactor((IFormFactor const &)*arg1,(IRotation const &)*arg2,arg3);
result = (IFormFactor *)
c
reateTransformedFormFactor((IFormFactor const &)*arg1,(IRotation const &)*arg2,arg3);
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_IFormFactor, 0 | 0 );
resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_IFormFactor, 0 | 0 );
return resultobj;
return resultobj;
fail:
fail:
...
@@ -119729,7 +119729,7 @@ SWIGINTERN PyObject *HexagonalLattice_swiginit(PyObject *SWIGUNUSEDPARM(self), P
...
@@ -119729,7 +119729,7 @@ SWIGINTERN PyObject *HexagonalLattice_swiginit(PyObject *SWIGUNUSEDPARM(self), P
return SWIG_Python_InitShadowInstance(args);
return SWIG_Python_InitShadowInstance(args);
}
}
SWIGINTERN PyObject *_wrap_
C
reateFCCLattice(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
SWIGINTERN PyObject *_wrap_
c
reateFCCLattice(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *resultobj = 0;
double arg1 ;
double arg1 ;
ILatticeOrientation *arg2 = 0 ;
ILatticeOrientation *arg2 = 0 ;
...
@@ -119740,21 +119740,21 @@ SWIGINTERN PyObject *_wrap_CreateFCCLattice(PyObject *SWIGUNUSEDPARM(self), PyOb
...
@@ -119740,21 +119740,21 @@ SWIGINTERN PyObject *_wrap_CreateFCCLattice(PyObject *SWIGUNUSEDPARM(self), PyOb
PyObject *swig_obj[2] ;
PyObject *swig_obj[2] ;
SwigValueWrapper< Lattice > result;
SwigValueWrapper< Lattice > result;
if (!SWIG_Python_UnpackTuple(args, "
C
reateFCCLattice", 2, 2, swig_obj)) SWIG_fail;
if (!SWIG_Python_UnpackTuple(args, "
c
reateFCCLattice", 2, 2, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "
C
reateFCCLattice" "', argument " "1"" of type '" "double""'");
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "
c
reateFCCLattice" "', argument " "1"" of type '" "double""'");
}
}
arg1 = static_cast< double >(val1);
arg1 = static_cast< double >(val1);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_ILatticeOrientation, 0 | 0);
res2 = SWIG_ConvertPtr(swig_obj[1], &argp2, SWIGTYPE_p_ILatticeOrientation, 0 | 0);
if (!SWIG_IsOK(res2)) {
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
C
reateFCCLattice" "', argument " "2"" of type '" "ILatticeOrientation const &""'");
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "
c
reateFCCLattice" "', argument " "2"" of type '" "ILatticeOrientation const &""'");
}
}
if (!argp2) {
if (!argp2) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
C
reateFCCLattice" "', argument " "2"" of type '" "ILatticeOrientation const &""'");
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
c
reateFCCLattice" "', argument " "2"" of type '" "ILatticeOrientation const &""'");
}
}
arg2 = reinterpret_cast< ILatticeOrientation * >(argp2);
arg2 = reinterpret_cast< ILatticeOrientation * >(argp2);
result = LatticeUtils::
C
reateFCCLattice(arg1,(ILatticeOrientation const &)*arg2);
result = LatticeUtils::
c
reateFCCLattice(arg1,(ILatticeOrientation const &)*arg2);
resultobj = SWIG_NewPointerObj((new Lattice(static_cast< const Lattice& >(result))), SWIGTYPE_p_Lattice, SWIG_POINTER_OWN | 0 );
resultobj = SWIG_NewPointerObj((new Lattice(static_cast< const Lattice& >(result))), SWIGTYPE_p_Lattice, SWIG_POINTER_OWN | 0 );
return resultobj;
return resultobj;
fail:
fail:
...
@@ -119762,7 +119762,7 @@ fail:
...
@@ -119762,7 +119762,7 @@ fail:
}
}
SWIGINTERN PyObject *_wrap_
C
reateHCPLattice(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
SWIGINTERN PyObject *_wrap_
c
reateHCPLattice(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *resultobj = 0;
double arg1 ;
double arg1 ;
double arg2 ;
double arg2 ;
...
@@ -119776,26 +119776,26 @@ SWIGINTERN PyObject *_wrap_CreateHCPLattice(PyObject *SWIGUNUSEDPARM(self), PyOb
...
@@ -119776,26 +119776,26 @@ SWIGINTERN PyObject *_wrap_CreateHCPLattice(PyObject *SWIGUNUSEDPARM(self), PyOb
PyObject *swig_obj[3] ;
PyObject *swig_obj[3] ;
SwigValueWrapper< Lattice > result;
SwigValueWrapper< Lattice > result;
if (!SWIG_Python_UnpackTuple(args, "
C
reateHCPLattice", 3, 3, swig_obj)) SWIG_fail;
if (!SWIG_Python_UnpackTuple(args, "
c
reateHCPLattice", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "
C
reateHCPLattice" "', argument " "1"" of type '" "double""'");
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "
c
reateHCPLattice" "', argument " "1"" of type '" "double""'");
}
}
arg1 = static_cast< double >(val1);
arg1 = static_cast< double >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "
C
reateHCPLattice" "', argument " "2"" of type '" "double""'");
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "
c
reateHCPLattice" "', argument " "2"" of type '" "double""'");
}
}
arg2 = static_cast< double >(val2);
arg2 = static_cast< double >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_ILatticeOrientation, 0 | 0);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_ILatticeOrientation, 0 | 0);
if (!SWIG_IsOK(res3)) {
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
C
reateHCPLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
c
reateHCPLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
}
}
if (!argp3) {
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
C
reateHCPLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
c
reateHCPLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
}
}
arg3 = reinterpret_cast< ILatticeOrientation * >(argp3);
arg3 = reinterpret_cast< ILatticeOrientation * >(argp3);
result = LatticeUtils::
C
reateHCPLattice(arg1,arg2,(ILatticeOrientation const &)*arg3);
result = LatticeUtils::
c
reateHCPLattice(arg1,arg2,(ILatticeOrientation const &)*arg3);
resultobj = SWIG_NewPointerObj((new Lattice(static_cast< const Lattice& >(result))), SWIGTYPE_p_Lattice, SWIG_POINTER_OWN | 0 );
resultobj = SWIG_NewPointerObj((new Lattice(static_cast< const Lattice& >(result))), SWIGTYPE_p_Lattice, SWIG_POINTER_OWN | 0 );
return resultobj;
return resultobj;
fail:
fail:
...
@@ -119803,7 +119803,7 @@ fail:
...
@@ -119803,7 +119803,7 @@ fail:
}
}
SWIGINTERN PyObject *_wrap_
C
reateBCTLattice(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
SWIGINTERN PyObject *_wrap_
c
reateBCTLattice(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
PyObject *resultobj = 0;
PyObject *resultobj = 0;
double arg1 ;
double arg1 ;
double arg2 ;
double arg2 ;
...
@@ -119817,26 +119817,26 @@ SWIGINTERN PyObject *_wrap_CreateBCTLattice(PyObject *SWIGUNUSEDPARM(self), PyOb
...
@@ -119817,26 +119817,26 @@ SWIGINTERN PyObject *_wrap_CreateBCTLattice(PyObject *SWIGUNUSEDPARM(self), PyOb
PyObject *swig_obj[3] ;
PyObject *swig_obj[3] ;
SwigValueWrapper< Lattice > result;
SwigValueWrapper< Lattice > result;
if (!SWIG_Python_UnpackTuple(args, "
C
reateBCTLattice", 3, 3, swig_obj)) SWIG_fail;
if (!SWIG_Python_UnpackTuple(args, "
c
reateBCTLattice", 3, 3, swig_obj)) SWIG_fail;
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
ecode1 = SWIG_AsVal_double(swig_obj[0], &val1);
if (!SWIG_IsOK(ecode1)) {
if (!SWIG_IsOK(ecode1)) {
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "
C
reateBCTLattice" "', argument " "1"" of type '" "double""'");
SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "
c
reateBCTLattice" "', argument " "1"" of type '" "double""'");
}
}
arg1 = static_cast< double >(val1);
arg1 = static_cast< double >(val1);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
ecode2 = SWIG_AsVal_double(swig_obj[1], &val2);
if (!SWIG_IsOK(ecode2)) {
if (!SWIG_IsOK(ecode2)) {
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "
C
reateBCTLattice" "', argument " "2"" of type '" "double""'");
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "
c
reateBCTLattice" "', argument " "2"" of type '" "double""'");
}
}
arg2 = static_cast< double >(val2);
arg2 = static_cast< double >(val2);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_ILatticeOrientation, 0 | 0);
res3 = SWIG_ConvertPtr(swig_obj[2], &argp3, SWIGTYPE_p_ILatticeOrientation, 0 | 0);
if (!SWIG_IsOK(res3)) {
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
C
reateBCTLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "
c
reateBCTLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
}
}
if (!argp3) {
if (!argp3) {
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
C
reateBCTLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
SWIG_exception_fail(SWIG_ValueError, "invalid null reference " "in method '" "
c
reateBCTLattice" "', argument " "3"" of type '" "ILatticeOrientation const &""'");
}
}
arg3 = reinterpret_cast< ILatticeOrientation * >(argp3);
arg3 = reinterpret_cast< ILatticeOrientation * >(argp3);
result = LatticeUtils::
C
reateBCTLattice(arg1,arg2,(ILatticeOrientation const &)*arg3);
result = LatticeUtils::
c
reateBCTLattice(arg1,arg2,(ILatticeOrientation const &)*arg3);
resultobj = SWIG_NewPointerObj((new Lattice(static_cast< const Lattice& >(result))), SWIGTYPE_p_Lattice, SWIG_POINTER_OWN | 0 );
resultobj = SWIG_NewPointerObj((new Lattice(static_cast< const Lattice& >(result))), SWIGTYPE_p_Lattice, SWIG_POINTER_OWN | 0 );
return resultobj;
return resultobj;
fail:
fail:
...
@@ -125127,11 +125127,7 @@ static PyMethodDef SwigMethods[] = {
...
@@ -125127,11 +125127,7 @@ static PyMethodDef SwigMethods[] = {
{ "disown_IFormFactor", _wrap_disown_IFormFactor, METH_O, NULL},
{ "disown_IFormFactor", _wrap_disown_IFormFactor, METH_O, NULL},
{ "IFormFactor_swigregister", IFormFactor_swigregister, METH_O, NULL},
{ "IFormFactor_swigregister", IFormFactor_swigregister, METH_O, NULL},
{ "IFormFactor_swiginit", IFormFactor_swiginit, METH_VARARGS, NULL},
{ "IFormFactor_swiginit", IFormFactor_swiginit, METH_VARARGS, NULL},
{ "CreateTransformedFormFactor", _wrap_CreateTransformedFormFactor, METH_VARARGS, "\n"
{ "createTransformedFormFactor", _wrap_createTransformedFormFactor, METH_VARARGS, "createTransformedFormFactor(IFormFactor formfactor, IRotation rot, kvector_t translation) -> IFormFactor"},
"CreateTransformedFormFactor(IFormFactor formfactor, IRotation rot, kvector_t translation) -> IFormFactor\n"
"IFormFactor* CreateTransformedFormFactor(const IFormFactor &formfactor, const IRotation &rot, kvector_t translation)\n"
"\n"
""},
{ "new_IFormFactorBorn", _wrap_new_IFormFactorBorn, METH_VARARGS, "\n"
{ "new_IFormFactorBorn", _wrap_new_IFormFactorBorn, METH_VARARGS, "\n"
"IFormFactorBorn()\n"
"IFormFactorBorn()\n"
"new_IFormFactorBorn(PyObject * _self, NodeMeta meta, vdouble1d_t PValues) -> IFormFactorBorn\n"
"new_IFormFactorBorn(PyObject * _self, NodeMeta meta, vdouble1d_t PValues) -> IFormFactorBorn\n"
...
@@ -133074,21 +133070,9 @@ static PyMethodDef SwigMethods[] = {
...
@@ -133074,21 +133070,9 @@ static PyMethodDef SwigMethods[] = {
{ "delete_HexagonalLattice", _wrap_delete_HexagonalLattice, METH_O, "delete_HexagonalLattice(HexagonalLattice self)"},
{ "delete_HexagonalLattice", _wrap_delete_HexagonalLattice, METH_O, "delete_HexagonalLattice(HexagonalLattice self)"},
{ "HexagonalLattice_swigregister", HexagonalLattice_swigregister, METH_O, NULL},
{ "HexagonalLattice_swigregister", HexagonalLattice_swigregister, METH_O, NULL},
{ "HexagonalLattice_swiginit", HexagonalLattice_swiginit, METH_VARARGS, NULL},
{ "HexagonalLattice_swiginit", HexagonalLattice_swiginit, METH_VARARGS, NULL},
{ "CreateFCCLattice", _wrap_CreateFCCLattice, METH_VARARGS, "\n"
{ "createFCCLattice", _wrap_createFCCLattice, METH_VARARGS, "createFCCLattice(double lattice_constant, ILatticeOrientation orientation) -> Lattice"},
"CreateFCCLattice(double lattice_constant, ILatticeOrientation orientation) -> Lattice\n"
{ "createHCPLattice", _wrap_createHCPLattice, METH_VARARGS, "createHCPLattice(double a, double c, ILatticeOrientation orientation) -> Lattice"},
"Lattice LatticeUtils::CreateFCCLattice(double lattice_constant, const ILatticeOrientation &orientation)\n"
{ "createBCTLattice", _wrap_createBCTLattice, METH_VARARGS, "createBCTLattice(double a, double c, ILatticeOrientation orientation) -> Lattice"},
"\n"
""},
{ "CreateHCPLattice", _wrap_CreateHCPLattice, METH_VARARGS, "\n"
"CreateHCPLattice(double a, double c, ILatticeOrientation orientation) -> Lattice\n"
"Lattice LatticeUtils::CreateHCPLattice(double a, double c, const ILatticeOrientation &orientation)\n"
"\n"
""},
{ "CreateBCTLattice", _wrap_CreateBCTLattice, METH_VARARGS, "\n"
"CreateBCTLattice(double a, double c, ILatticeOrientation orientation) -> Lattice\n"
"Lattice LatticeUtils::CreateBCTLattice(double a, double c, const ILatticeOrientation &orientation)\n"
"\n"
""},
{ "new_Material", _wrap_new_Material, METH_VARARGS, "\n"
{ "new_Material", _wrap_new_Material, METH_VARARGS, "\n"
"Material(Material material)\n"
"Material(Material material)\n"
"new_Material(Material material) -> Material\n"
"new_Material(Material material) -> Material\n"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment