SyFi 0.3
SyFi::ReferenceRectangle Class Reference

#include <Polygon.h>

Inheritance diagram for SyFi::ReferenceRectangle:
SyFi::Rectangle SyFi::Rectangle SyFi::Polygon SyFi::Polygon SyFi::Polygon SyFi::Polygon SyFi::_object SyFi::_object SyFi::_object SyFi::_object

List of all members.

Public Member Functions

 ReferenceRectangle (const std::string &subscript="")
 ReferenceRectangle (const ReferenceRectangle &rectangle)
virtual ~ReferenceRectangle ()
virtual const std::string str () const
virtual ReferenceRectanglecopy () const
def __init__
def str
def copy

Public Attributes

 this

Static Private Attributes

dictionary __swig_setmethods__ = {}
tuple __setattr__ = lambdaself,name,value:_swig_setattr(self, ReferenceRectangle, name, value)
dictionary __swig_getmethods__ = {}
tuple __getattr__ = lambdaself,name:_swig_getattr(self, ReferenceRectangle, name)
 __repr__ = _swig_repr
 __swig_destroy__ = _SyFi.delete_ReferenceRectangle
 __del__ = lambdaself:None;

Detailed Description

Proxy of C++ SyFi::ReferenceRectangle class

Definition at line 151 of file Polygon.h.


Constructor & Destructor Documentation

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

Referenced by copy().

SyFi::ReferenceRectangle::ReferenceRectangle ( const ReferenceRectangle rectangle)

Definition at line 827 of file Polygon.cpp.

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

Definition at line 156 of file Polygon.h.

{}
def SyFi::ReferenceRectangle::__init__ (   self,
  args 
)
__init__(self, string subscript = "") -> ReferenceRectangle
__init__(self) -> ReferenceRectangle
__init__(self, ReferenceRectangle rectangle) -> ReferenceRectangle

Reimplemented from SyFi::Rectangle.

Definition at line 1692 of file SyFi.py.

01692                              : 
01693         """
01694         __init__(self, string subscript = "") -> ReferenceRectangle
01695         __init__(self) -> ReferenceRectangle
01696         __init__(self, ReferenceRectangle rectangle) -> ReferenceRectangle
01697         """
01698         this = _SyFi.new_ReferenceRectangle(*args)
01699         try: self.this.append(this)
01700         except: self.this = this

Member Function Documentation

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

Reimplemented from SyFi::Rectangle.

Definition at line 829 of file Polygon.cpp.

References ReferenceRectangle().

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

Reimplemented from SyFi::Rectangle.

Definition at line 1707 of file SyFi.py.

01708                   :
01709         """copy(self) -> ReferenceRectangle"""
01710         return _SyFi.ReferenceRectangle_copy(self)

def SyFi::ReferenceRectangle::str (   self)
str(self) -> string

Reimplemented from SyFi::Rectangle.

Definition at line 1703 of file SyFi.py.

01704                  :
01705         """str(self) -> string"""
01706         return _SyFi.ReferenceRectangle_str(self)

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

Reimplemented from SyFi::Rectangle.

Definition at line 834 of file Polygon.cpp.

References run::s.

Referenced by _wrap_ReferenceRectangle_str().

        {
                std::ostringstream s;
                //    s <<"ReferenceRectangle("<<p[0]<<","<<p[1]<<","<<p[2]<<","<<p[3]<<")";
                s <<"ReferenceRectangle";
                return s.str();
        }

Member Data Documentation

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

Reimplemented from SyFi::Rectangle.

Definition at line 1702 of file SyFi.py.

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

Reimplemented from SyFi::Rectangle.

Definition at line 1690 of file SyFi.py.

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

Reimplemented from SyFi::Rectangle.

Definition at line 1691 of file SyFi.py.

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

Reimplemented from SyFi::Rectangle.

Definition at line 1687 of file SyFi.py.

SyFi::ReferenceRectangle::__swig_destroy__ = _SyFi.delete_ReferenceRectangle [static, private]

Reimplemented from SyFi::Rectangle.

Definition at line 1701 of file SyFi.py.

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

Reimplemented from SyFi::Rectangle.

Definition at line 1688 of file SyFi.py.

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

Reimplemented from SyFi::Rectangle.

Definition at line 1685 of file SyFi.py.

Reimplemented from SyFi::Rectangle.

Definition at line 1696 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