SyFi::ReferenceBox Class Reference

#include <Polygon.h>

Inheritance diagram for SyFi::ReferenceBox:

SyFi::Box SyFi::Box SyFi::Polygon SyFi::Polygon SyFi::Polygon SyFi::Polygon SyFi::_object SyFi::_object SyFi::_object SyFi::_object

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 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;


Detailed Description

Proxy of C++ SyFi::ReferenceBox class

Definition at line 216 of file Polygon.h.


Constructor & Destructor Documentation

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

Referenced by copy().

SyFi::ReferenceBox::ReferenceBox ( const ReferenceBox box  ) 

Definition at line 1201 of file Polygon.cpp.

01201                                                          :
01202         Box(box)
01203         {
01204         }

virtual SyFi::ReferenceBox::~ReferenceBox (  )  [inline, virtual]

Definition at line 221 of file Polygon.h.

00221 {}


Member Function Documentation

def SyFi::ReferenceBox::__init__ (   self,
  args 
)

__init__(self, string subscript = "") -> ReferenceBox
__init__(self) -> ReferenceBox
__init__(self, ReferenceBox box) -> ReferenceBox

Reimplemented from SyFi::Box.

Definition at line 1883 of file SyFi.py.

01883                              : 
01884         """
01885         __init__(self, string subscript = "") -> ReferenceBox
01886         __init__(self) -> ReferenceBox
01887         __init__(self, ReferenceBox box) -> ReferenceBox
01888         """
01889         this = _SyFi.new_ReferenceBox(*args)
01890         try: self.this.append(this)
01891         except: self.this = this

def SyFi::ReferenceBox::copy (   self  ) 

copy(self) -> ReferenceBox

Reimplemented from SyFi::Box.

Definition at line 1898 of file SyFi.py.

01898                   :
01899         """copy(self) -> ReferenceBox"""
01900         return _SyFi.ReferenceBox_copy(self)
01901 
ReferenceBox_swigregister = _SyFi.ReferenceBox_swigregister

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

Reimplemented from SyFi::Box.

Definition at line 1214 of file Polygon.cpp.

References ReferenceBox().

01215         {
01216                 return new ReferenceBox(*this);
01217         }

def SyFi::ReferenceBox::str (   self  ) 

str(self) -> string

Reimplemented from SyFi::Box.

Definition at line 1894 of file SyFi.py.

01894                  :
01895         """str(self) -> string"""
01896         return _SyFi.ReferenceBox_str(self)
01897 
    def copy(self):

const string SyFi::ReferenceBox::str (  )  const [virtual]

Reimplemented from SyFi::Box.

Definition at line 1206 of file Polygon.cpp.

Referenced by _wrap_ReferenceBox_str().

01207         {
01208                 std::ostringstream s;
01209                 //    s <<"ReferenceBox("<<p[0]<<","<<p[1]<<","<<p[2]<<","<<p[3]<<","<<p[4]<<","<<p[5]<<","<<p[6]<<","<<p[7]<<")";
01210                 s <<"ReferenceBox";
01211                 return s.str();
01212         }


Member Data Documentation

SyFi::ReferenceBox::__del__ = lambdaself:None; [static, private]

Reimplemented from SyFi::Box.

Definition at line 1893 of file SyFi.py.

tuple SyFi::ReferenceBox::__getattr__ = lambdaself,name:_swig_getattr(self, ReferenceBox, name) [static, private]

Reimplemented from SyFi::Box.

Definition at line 1881 of file SyFi.py.

SyFi::ReferenceBox::__repr__ = _swig_repr [static, private]

Reimplemented from SyFi::Box.

Definition at line 1882 of file SyFi.py.

tuple SyFi::ReferenceBox::__setattr__ = lambdaself,name,value:_swig_setattr(self, ReferenceBox, name, value) [static, private]

Reimplemented from SyFi::Box.

Definition at line 1878 of file SyFi.py.

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

Reimplemented from SyFi::Box.

Definition at line 1892 of file SyFi.py.

dictionary SyFi::ReferenceBox::__swig_getmethods__ = {} [static, private]

Reimplemented from SyFi::Box.

Definition at line 1879 of file SyFi.py.

dictionary SyFi::ReferenceBox::__swig_setmethods__ = {} [static, private]

Reimplemented from SyFi::Box.

Definition at line 1876 of file SyFi.py.

Reimplemented from SyFi::Box.

Definition at line 1891 of file SyFi.py.


The documentation for this class was generated from the following files:

Generated on Mon Aug 31 16:17:07 2009 for SyFi by  doxygen 1.5.9