CONOPT
Loading...
Searching...
No Matches
pyconopt.IntArray3 Class Reference

Proxy of C++ std::array< int,3 > class. More...

Public Member Functions

 iterator (self)
 iterator(IntArray3 self) -> SwigPyIterator
 
 __iter__ (self)
 
 __nonzero__ (self)
 nonzero(IntArray3 self) -> bool
 
 __bool__ (self)
 bool(IntArray3 self) -> bool
 
 __len__ (self)
 len(IntArray3 self) -> std::array< int,3 >::size_type
 
 __getslice__ (self, i, j)
 getslice(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::difference_type j) -> IntArray3
 
 __setslice__ (self, *args)
 setslice(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::difference_type j)
 
 __delslice__ (self, i, j)
 delslice(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::difference_type j)
 
 __delitem__ (self, *args)
 delitem(IntArray3 self, std::array< int,3 >::difference_type i)
 
 __getitem__ (self, *args)
 getitem(IntArray3 self, SWIGPY_SLICEOBJECT * slice) -> IntArray3
 
 __setitem__ (self, *args)
 setitem(IntArray3 self, SWIGPY_SLICEOBJECT * slice, IntArray3 v)
 
 __init__ (self, *args)
 init(IntArray3 self) -> IntArray3 init(IntArray3 self, IntArray3 other) -> IntArray3
 
 empty (self)
 empty(IntArray3 self) -> bool
 
 size (self)
 size(IntArray3 self) -> std::array< int,3 >::size_type
 
 swap (self, v)
 swap(IntArray3 self, IntArray3 v)
 
 begin (self)
 begin(IntArray3 self) -> std::array< int,3 >::iterator
 
 end (self)
 end(IntArray3 self) -> std::array< int,3 >::iterator
 
 rbegin (self)
 rbegin(IntArray3 self) -> std::array< int,3 >::reverse_iterator
 
 rend (self)
 rend(IntArray3 self) -> std::array< int,3 >::reverse_iterator
 
 front (self)
 front(IntArray3 self) -> std::array< int,3 >::value_type const &
 
 back (self)
 back(IntArray3 self) -> std::array< int,3 >::value_type const &
 
 fill (self, u)
 fill(IntArray3 self, std::array< int,3 >::value_type const & u)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ std::array< int,3 > class.

Definition at line 1184 of file pyconopt.py.

Constructor & Destructor Documentation

◆ __init__()

pyconopt.IntArray3.__init__ ( self,
* args )

init(IntArray3 self) -> IntArray3 init(IntArray3 self, IntArray3 other) -> IntArray3

Parameters

other: std::array< int,3 > const &

Definition at line 1311 of file pyconopt.py.

Member Function Documentation

◆ iterator()

pyconopt.IntArray3.iterator ( self)

iterator(IntArray3 self) -> SwigPyIterator

Definition at line 1190 of file pyconopt.py.

◆ __iter__()

pyconopt.IntArray3.__iter__ ( self)

Definition at line 1193 of file pyconopt.py.

◆ __nonzero__()

pyconopt.IntArray3.__nonzero__ ( self)

nonzero(IntArray3 self) -> bool

Definition at line 1196 of file pyconopt.py.

◆ __bool__()

pyconopt.IntArray3.__bool__ ( self)

bool(IntArray3 self) -> bool

Definition at line 1200 of file pyconopt.py.

◆ __len__()

pyconopt.IntArray3.__len__ ( self)

len(IntArray3 self) -> std::array< int,3 >::size_type

Definition at line 1204 of file pyconopt.py.

◆ __getslice__()

pyconopt.IntArray3.__getslice__ ( self,
i,
j )

getslice(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::difference_type j) -> IntArray3

Parameters

i: std::array< int,3 >::difference_type j: std::array< int,3 >::difference_type

Definition at line 1208 of file pyconopt.py.

◆ __setslice__()

pyconopt.IntArray3.__setslice__ ( self,
* args )

setslice(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::difference_type j)

Parameters

i: std::array< int,3 >::difference_type j: std::array< int,3 >::difference_type

setslice(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::difference_type j, IntArray3 v)

Parameters

i: std::array< int,3 >::difference_type j: std::array< int,3 >::difference_type v: std::array< int,3 > const &

Definition at line 1220 of file pyconopt.py.

◆ __delslice__()

pyconopt.IntArray3.__delslice__ ( self,
i,
j )

delslice(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::difference_type j)

Parameters

i: std::array< int,3 >::difference_type j: std::array< int,3 >::difference_type

Definition at line 1240 of file pyconopt.py.

◆ __delitem__()

pyconopt.IntArray3.__delitem__ ( self,
* args )

delitem(IntArray3 self, std::array< int,3 >::difference_type i)

Parameters

i: std::array< int,3 >::difference_type

delitem(IntArray3 self, SWIGPY_SLICEOBJECT * slice)

Parameters

slice: SWIGPY_SLICEOBJECT *

Definition at line 1252 of file pyconopt.py.

◆ __getitem__()

pyconopt.IntArray3.__getitem__ ( self,
* args )

getitem(IntArray3 self, SWIGPY_SLICEOBJECT * slice) -> IntArray3

Parameters

slice: SWIGPY_SLICEOBJECT *

getitem(IntArray3 self, std::array< int,3 >::difference_type i) -> std::array< int,3 >::value_type const &

Parameters

i: std::array< int,3 >::difference_type

Definition at line 1269 of file pyconopt.py.

◆ __setitem__()

pyconopt.IntArray3.__setitem__ ( self,
* args )

setitem(IntArray3 self, SWIGPY_SLICEOBJECT * slice, IntArray3 v)

Parameters

slice: SWIGPY_SLICEOBJECT * v: std::array< int,3 > const &

setitem(IntArray3 self, SWIGPY_SLICEOBJECT * slice)

Parameters

slice: SWIGPY_SLICEOBJECT *

setitem(IntArray3 self, std::array< int,3 >::difference_type i, std::array< int,3 >::value_type const & x)

Parameters

i: std::array< int,3 >::difference_type x: std::array< int,3 >::value_type const &

Definition at line 1286 of file pyconopt.py.

◆ empty()

pyconopt.IntArray3.empty ( self)

empty(IntArray3 self) -> bool

Definition at line 1323 of file pyconopt.py.

◆ size()

pyconopt.IntArray3.size ( self)

size(IntArray3 self) -> std::array< int,3 >::size_type

Definition at line 1327 of file pyconopt.py.

◆ swap()

pyconopt.IntArray3.swap ( self,
v )

swap(IntArray3 self, IntArray3 v)

Parameters

v: std::array< int,3 > &

Definition at line 1331 of file pyconopt.py.

◆ begin()

pyconopt.IntArray3.begin ( self)

begin(IntArray3 self) -> std::array< int,3 >::iterator

Definition at line 1342 of file pyconopt.py.

◆ end()

pyconopt.IntArray3.end ( self)

end(IntArray3 self) -> std::array< int,3 >::iterator

Definition at line 1346 of file pyconopt.py.

◆ rbegin()

pyconopt.IntArray3.rbegin ( self)

rbegin(IntArray3 self) -> std::array< int,3 >::reverse_iterator

Definition at line 1350 of file pyconopt.py.

◆ rend()

pyconopt.IntArray3.rend ( self)

rend(IntArray3 self) -> std::array< int,3 >::reverse_iterator

Definition at line 1354 of file pyconopt.py.

◆ front()

pyconopt.IntArray3.front ( self)

front(IntArray3 self) -> std::array< int,3 >::value_type const &

Definition at line 1358 of file pyconopt.py.

◆ back()

pyconopt.IntArray3.back ( self)

back(IntArray3 self) -> std::array< int,3 >::value_type const &

Definition at line 1362 of file pyconopt.py.

◆ fill()

pyconopt.IntArray3.fill ( self,
u )

fill(IntArray3 self, std::array< int,3 >::value_type const & u)

Parameters

u: std::array< int,3 >::value_type const &

Definition at line 1366 of file pyconopt.py.

Property Documentation

◆ thisown

pyconopt.IntArray3.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 1187 of file pyconopt.py.


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