|
SyFi 0.3
|
#include <Polygon.h>
Public Member Functions | |
| ReferenceBox (const std::string &subscript="") | |
| ReferenceBox (const ReferenceBox &box) | |
| virtual | ~ReferenceBox () |
| virtual const std::string | str () const |
| virtual ReferenceBox * | copy () const |
| def | __init__ |
| def | str |
| def | copy |
Public Attributes | |
| this | |
Static Private Attributes | |
| dictionary | __swig_setmethods__ = {} |
| tuple | __setattr__ = lambdaself,name,value:_swig_setattr(self, ReferenceBox, name, value) |
| dictionary | __swig_getmethods__ = {} |
| tuple | __getattr__ = lambdaself,name:_swig_getattr(self, ReferenceBox, name) |
| __repr__ = _swig_repr | |
| __swig_destroy__ = _SyFi.delete_ReferenceBox | |
| __del__ = lambdaself:None; | |
| SyFi::ReferenceBox::ReferenceBox | ( | const std::string & | subscript = "" | ) |
Referenced by copy().
| SyFi::ReferenceBox::ReferenceBox | ( | const ReferenceBox & | box | ) |
Definition at line 1201 of file Polygon.cpp.
:
Box(box)
{
}
| virtual SyFi::ReferenceBox::~ReferenceBox | ( | ) | [inline, virtual] |
| def SyFi::ReferenceBox::__init__ | ( | self, | |
| args | |||
| ) |
__init__(self, string subscript = "") -> ReferenceBox __init__(self) -> ReferenceBox __init__(self, ReferenceBox box) -> ReferenceBox
Reimplemented from SyFi::Box.
| ReferenceBox * SyFi::ReferenceBox::copy | ( | ) | const [virtual] |
Reimplemented from SyFi::Box.
Definition at line 1214 of file Polygon.cpp.
References ReferenceBox().
{
return new ReferenceBox(*this);
}
| def SyFi::ReferenceBox::copy | ( | self | ) |
| def SyFi::ReferenceBox::str | ( | self | ) |
| const string SyFi::ReferenceBox::str | ( | ) | const [virtual] |
Reimplemented from SyFi::Box.
Definition at line 1206 of file Polygon.cpp.
References run::s.
Referenced by _wrap_ReferenceBox_str().
{
std::ostringstream s;
// s <<"ReferenceBox("<<p[0]<<","<<p[1]<<","<<p[2]<<","<<p[3]<<","<<p[4]<<","<<p[5]<<","<<p[6]<<","<<p[7]<<")";
s <<"ReferenceBox";
return s.str();
}
SyFi::ReferenceBox::__del__ = lambdaself:None; [static, private] |
tuple SyFi::ReferenceBox::__getattr__ = lambdaself,name:_swig_getattr(self, ReferenceBox, name) [static, private] |
SyFi::ReferenceBox::__repr__ = _swig_repr [static, private] |
tuple SyFi::ReferenceBox::__setattr__ = lambdaself,name,value:_swig_setattr(self, ReferenceBox, name, value) [static, private] |
SyFi::ReferenceBox::__swig_destroy__ = _SyFi.delete_ReferenceBox [static, private] |
dictionary SyFi::ReferenceBox::__swig_getmethods__ = {} [static, private] |
dictionary SyFi::ReferenceBox::__swig_setmethods__ = {} [static, private] |