|
SyFi 0.3
|
#include <Polygon.h>
Public Member Functions | |
| ReferenceLine (const std::string &subscript="") | |
| ReferenceLine (const ReferenceLine &line) | |
| virtual | ~ReferenceLine () |
| virtual GiNaC::ex | repr (GiNaC::ex t, Repr_format format=SUBS_PERFORMED) const |
| virtual const std::string | str () const |
| virtual GiNaC::ex | integrate (GiNaC::ex f, Repr_format format=SUBS_PERFORMED) |
| virtual ReferenceLine * | copy () const |
| def | __init__ |
| def | repr |
| def | str |
| def | integrate |
| def | copy |
Public Attributes | |
| this | |
Static Private Attributes | |
| dictionary | __swig_setmethods__ = {} |
| tuple | __setattr__ = lambdaself,name,value:_swig_setattr(self, ReferenceLine, name, value) |
| dictionary | __swig_getmethods__ = {} |
| tuple | __getattr__ = lambdaself,name:_swig_getattr(self, ReferenceLine, name) |
| __repr__ = _swig_repr | |
| __swig_destroy__ = _SyFi.delete_ReferenceLine | |
| __del__ = lambdaself:None; | |
| SyFi::ReferenceLine::ReferenceLine | ( | const std::string & | subscript = "" | ) |
Referenced by copy().
| SyFi::ReferenceLine::ReferenceLine | ( | const ReferenceLine & | line | ) |
Definition at line 361 of file Polygon.cpp.
| virtual SyFi::ReferenceLine::~ReferenceLine | ( | ) | [inline, virtual] |
| def SyFi::ReferenceLine::__init__ | ( | self, | |
| args | |||
| ) |
__init__(self, string subscript = "") -> ReferenceLine __init__(self) -> ReferenceLine __init__(self, ReferenceLine line) -> ReferenceLine
Reimplemented from SyFi::Line.
| ReferenceLine * SyFi::ReferenceLine::copy | ( | ) | const [virtual] |
Reimplemented from SyFi::Line.
Definition at line 385 of file Polygon.cpp.
References ReferenceLine().
{
return new ReferenceLine(*this);
}
| def SyFi::ReferenceLine::copy | ( | self | ) |
copy(self) -> ReferenceLine
Reimplemented from SyFi::Line.
| virtual GiNaC::ex SyFi::ReferenceLine::integrate | ( | GiNaC::ex | f, |
| Repr_format | format = SUBS_PERFORMED |
||
| ) | [virtual] |
Reimplemented from SyFi::Line.
Referenced by main().
| def SyFi::ReferenceLine::integrate | ( | self, | |
| args | |||
| ) |
integrate(self, GiNaC::ex f, Repr_format format = SUBS_PERFORMED) -> GiNaC::ex integrate(self, GiNaC::ex f) -> GiNaC::ex
Reimplemented from SyFi::Line.
| def SyFi::ReferenceLine::repr | ( | self, | |
| args | |||
| ) |
repr(self, GiNaC::ex t, Repr_format format = SUBS_PERFORMED) -> GiNaC::ex repr(self, GiNaC::ex t) -> GiNaC::ex
Reimplemented from SyFi::Line.
| virtual GiNaC::ex SyFi::ReferenceLine::repr | ( | GiNaC::ex | t, |
| Repr_format | format = SUBS_PERFORMED |
||
| ) | const [virtual] |
Reimplemented from SyFi::Line.
| def SyFi::ReferenceLine::str | ( | self | ) |
str(self) -> string
Reimplemented from SyFi::Line.
| const string SyFi::ReferenceLine::str | ( | ) | const [virtual] |
Reimplemented from SyFi::Line.
Definition at line 370 of file Polygon.cpp.
References run::s.
Referenced by _wrap_ReferenceLine_str().
{
std::ostringstream s;
// s <<"ReferenceLine("<<p[0]<<","<<p[1]<<")";
s <<"ReferenceLine";
return s.str();
}
SyFi::ReferenceLine::__del__ = lambdaself:None; [static, private] |
Reimplemented from SyFi::Line.
tuple SyFi::ReferenceLine::__getattr__ = lambdaself,name:_swig_getattr(self, ReferenceLine, name) [static, private] |
Reimplemented from SyFi::Line.
SyFi::ReferenceLine::__repr__ = _swig_repr [static, private] |
Reimplemented from SyFi::Line.
tuple SyFi::ReferenceLine::__setattr__ = lambdaself,name,value:_swig_setattr(self, ReferenceLine, name, value) [static, private] |
Reimplemented from SyFi::Line.
SyFi::ReferenceLine::__swig_destroy__ = _SyFi.delete_ReferenceLine [static, private] |
Reimplemented from SyFi::Line.
dictionary SyFi::ReferenceLine::__swig_getmethods__ = {} [static, private] |
Reimplemented from SyFi::Line.
dictionary SyFi::ReferenceLine::__swig_setmethods__ = {} [static, private] |
Reimplemented from SyFi::Line.
Reimplemented from SyFi::Line.