SyFi  0.3
SyFi::ReferenceBox Class Reference

#include <Polygon.h>

Inheritance diagram for SyFi::ReferenceBox:
SyFi::Box SyFi::Box SyFi::Polygon SyFi::Polygon SyFi::Polygon SyFi::Polygon

List of all members.

Public Member Functions

 ReferenceBox (const std::string &subscript="")
 ReferenceBox (const ReferenceBox &box)
virtual ~ReferenceBox ()
virtual const std::string str () const
virtual ReferenceBoxcopy () const
def __init__
def copy

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')

Static Private Attributes

 __repr__ = _swig_repr
 __swig_destroy__ = _SyFi.delete_ReferenceBox

Detailed Description

Proxy of C++ SyFi::ReferenceBox class

Definition at line 230 of file Polygon.h.


Constructor & Destructor Documentation

SyFi::ReferenceBox::ReferenceBox ( const std::string &  subscript = "")

Referenced by copy().

Definition at line 1235 of file Polygon.cpp.

                                                         :
        Box(box)
        {
        }
virtual SyFi::ReferenceBox::~ReferenceBox ( ) [inline, virtual]

Definition at line 235 of file Polygon.h.

{}
def SyFi::ReferenceBox::__init__ (   self,
  args 
)
__init__(SyFi::ReferenceBox self, std::string const & subscript="") -> ReferenceBox
__init__(SyFi::ReferenceBox self) -> ReferenceBox
__init__(SyFi::ReferenceBox self, ReferenceBox box) -> ReferenceBox

Reimplemented from SyFi::Box.

Definition at line 1918 of file SyFi.py.

01918 
01919     def __init__(self, *args): 
01920         """
01921         __init__(SyFi::ReferenceBox self, std::string const & subscript="") -> ReferenceBox
01922         __init__(SyFi::ReferenceBox self) -> ReferenceBox
01923         __init__(SyFi::ReferenceBox self, ReferenceBox box) -> ReferenceBox
01924         """
        _SyFi.ReferenceBox_swiginit(self,_SyFi.new_ReferenceBox(*args))

Member Function Documentation

ReferenceBox * SyFi::ReferenceBox::copy ( ) const [virtual]

Reimplemented from SyFi::Box.

Definition at line 1248 of file Polygon.cpp.

References ReferenceBox().

Referenced by copy().

        {
                return new ReferenceBox(*this);
        }
def SyFi::ReferenceBox::copy (   self)
copy(ReferenceBox self) -> ReferenceBox

Reimplemented from SyFi::Box.

Definition at line 1926 of file SyFi.py.

References copy(), and SyFi.new_instancemethod.

01926 
01927     def copy(self):
01928         """copy(ReferenceBox self) -> ReferenceBox"""
01929         return _SyFi.ReferenceBox_copy(self)
01930 
ReferenceBox.copy = new_instancemethod(_SyFi.ReferenceBox_copy,None,ReferenceBox)
const string SyFi::ReferenceBox::str ( ) const [virtual]

Reimplemented from SyFi::Box.

Definition at line 1240 of file Polygon.cpp.

        {
                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();
        }

Member Data Documentation

Reimplemented from SyFi::Box.

Definition at line 1917 of file SyFi.py.

SyFi::ReferenceBox::__swig_destroy__ = _SyFi.delete_ReferenceBox [static, private]

Reimplemented from SyFi::Box.

Definition at line 1925 of file SyFi.py.

tuple SyFi::ReferenceBox::thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') [static]

Reimplemented from SyFi::Box.

Definition at line 1916 of file SyFi.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines