CONOPT
Loading...
Searching...
No Matches
conopt.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)
 
synchronized void delete ()
 
 IntArray3 ()
 
 IntArray3 (IntArray3 other)
 
boolean isEmpty ()
 
void fill (int u)
 
int size ()
 
int get (int i)
 
void set (int i, int val)
 

Protected Member Functions

 IntArray3 (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 

Static Protected Member Functions

static long getCPtr (IntArray3 obj)
 
static long swigRelease (IntArray3 obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

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 conopt.py.

Constructor & Destructor Documentation

◆ __init__()

conopt.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 conopt.py.

◆ IntArray3() [1/3]

conopt.IntArray3.IntArray3 ( long cPtr,
boolean cMemoryOwn )
inlineprotected

Definition at line 15 of file IntArray3.java.

◆ IntArray3() [2/3]

conopt.IntArray3.IntArray3 ( )
inline

Definition at line 51 of file IntArray3.java.

◆ IntArray3() [3/3]

conopt.IntArray3.IntArray3 ( IntArray3 other)
inline

Definition at line 55 of file IntArray3.java.

Member Function Documentation

◆ iterator()

conopt.IntArray3.iterator ( self)

iterator(IntArray3 self) -> SwigPyIterator

Definition at line 1190 of file conopt.py.

◆ __iter__()

conopt.IntArray3.__iter__ ( self)

Definition at line 1193 of file conopt.py.

◆ __nonzero__()

conopt.IntArray3.__nonzero__ ( self)

nonzero(IntArray3 self) -> bool

Definition at line 1196 of file conopt.py.

◆ __bool__()

conopt.IntArray3.__bool__ ( self)

bool(IntArray3 self) -> bool

Definition at line 1200 of file conopt.py.

◆ __len__()

conopt.IntArray3.__len__ ( self)

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

Definition at line 1204 of file conopt.py.

◆ __getslice__()

conopt.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 conopt.py.

◆ __setslice__()

conopt.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 conopt.py.

◆ __delslice__()

conopt.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 conopt.py.

◆ __delitem__()

conopt.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 conopt.py.

◆ __getitem__()

conopt.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 conopt.py.

◆ __setitem__()

conopt.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 conopt.py.

◆ empty()

conopt.IntArray3.empty ( self)

empty(IntArray3 self) -> bool

Definition at line 1323 of file conopt.py.

◆ size() [1/2]

conopt.IntArray3.size ( self)

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

Definition at line 1327 of file conopt.py.

◆ swap()

conopt.IntArray3.swap ( self,
v )

swap(IntArray3 self, IntArray3 v)

Parameters

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

Definition at line 1331 of file conopt.py.

◆ begin()

conopt.IntArray3.begin ( self)

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

Definition at line 1342 of file conopt.py.

◆ end()

conopt.IntArray3.end ( self)

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

Definition at line 1346 of file conopt.py.

◆ rbegin()

conopt.IntArray3.rbegin ( self)

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

Definition at line 1350 of file conopt.py.

◆ rend()

conopt.IntArray3.rend ( self)

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

Definition at line 1354 of file conopt.py.

◆ front()

conopt.IntArray3.front ( self)

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

Definition at line 1358 of file conopt.py.

◆ back()

conopt.IntArray3.back ( self)

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

Definition at line 1362 of file conopt.py.

◆ fill() [1/2]

conopt.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 conopt.py.

◆ getCPtr()

static long conopt.IntArray3.getCPtr ( IntArray3 obj)
inlinestaticprotected

Definition at line 20 of file IntArray3.java.

◆ swigRelease()

static long conopt.IntArray3.swigRelease ( IntArray3 obj)
inlinestaticprotected

Definition at line 24 of file IntArray3.java.

◆ finalize()

void conopt.IntArray3.finalize ( )
inlineprotected

Definition at line 37 of file IntArray3.java.

◆ delete()

synchronized void conopt.IntArray3.delete ( )
inline

Definition at line 41 of file IntArray3.java.

◆ isEmpty()

boolean conopt.IntArray3.isEmpty ( )
inline

Definition at line 59 of file IntArray3.java.

◆ fill() [2/2]

void conopt.IntArray3.fill ( int u)
inline

Definition at line 63 of file IntArray3.java.

◆ size() [2/2]

int conopt.IntArray3.size ( )
inline

Definition at line 67 of file IntArray3.java.

◆ get()

int conopt.IntArray3.get ( int i)
inline

Definition at line 71 of file IntArray3.java.

◆ set()

void conopt.IntArray3.set ( int i,
int val )
inline

Definition at line 75 of file IntArray3.java.

Field Documentation

◆ swigCMemOwn

transient boolean conopt.IntArray3.swigCMemOwn
protected

Definition at line 13 of file IntArray3.java.

Property Documentation

◆ thisown

conopt.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 conopt.py.


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