GcGeVector3dArray

class pygcad.pygrx.GcGeVector3dArray

Bases: pybind11_object

Methods Summary

append(*args, **kwargs)

Overloaded function.

appendMove(*args, **kwargs)

Overloaded function.

assign(self, para)

C++: PyGcArray::operator=(const class PyGcArray &) --> class PyGcArray &

at(self, index)

C++: PyGcArray::at(int) --> int &

begin(self)

C++: PyGcArray::begin() --> int *

contains(*args, **kwargs)

Overloaded function.

end(self)

C++: PyGcArray::end() --> int *

find(*args, **kwargs)

Overloaded function.

findFrom(self, value, start)

C++: PyGcArray::findFrom(const int &, int) const --> int

first(self)

C++: PyGcArray::first() --> int &

growLength(self)

C++: PyGcArray::growLength() const --> int

insertAt(self, index, value)

C++: PyGcArray::insertAt(int, const int &) --> class PyGcArray &

insertAtMove(self, index, value)

C++: PyGcArray::insertAtMove(int, int &) --> class PyGcArray &

isEmpty(self)

C++: PyGcArray::isEmpty() const --> bool

last(self)

C++: PyGcArray::last() --> int &

length(self)

C++: PyGcArray::length() const --> int

logicalLength(self)

C++: PyGcArray::logicalLength() const --> int

physicalLength(self)

C++: PyGcArray::physicalLength() const --> int

remove(*args, **kwargs)

Overloaded function.

removeAll(self)

C++: PyGcArray::removeAll() --> class PyGcArray &

removeAt(self, index)

C++: PyGcArray::removeAt(int) --> class PyGcArray &

removeFirst(self)

C++: PyGcArray::removeFirst() --> class PyGcArray &

removeLast(self)

C++: PyGcArray::removeLast() --> class PyGcArray &

removeSubArray(self, startIndex, endIndex)

C++: PyGcArray::removeSubArray(int, int) --> class PyGcArray &

reverse(self)

C++: PyGcArray::reverse() --> class PyGcArray &

setAll(self, value)

C++: PyGcArray::setAll(const int &) --> class PyGcArray &

setAt(self, index, value)

C++: PyGcArray::setAt(int, const int &) --> class PyGcArray &

setGrowLength(self, para)

C++: PyGcArray::setGrowLength(int) --> class PyGcArray &

setLogicalLength(self, para)

C++: PyGcArray::setLogicalLength(int) --> class PyGcArray &

setPhysicalLength(self, para)

C++: PyGcArray::setPhysicalLength(int) --> class PyGcArray &

swap(self, i1, i2)

C++: PyGcArray::swap(int, int) --> class PyGcArray &

Methods Documentation

append(*args, **kwargs)

Overloaded function.

  1. append(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d) -> int

C++: PyGcArray::append(const int &) –> int

  1. append(self: pygcad.pygrx.GcGeVector3dArray, array: pygcad.pygrx.GcGeVector3dArray) -> pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::append(const class PyGcArray &) –> class PyGcArray &

appendMove(*args, **kwargs)

Overloaded function.

  1. appendMove(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d) -> int

C++: PyGcArray::appendMove(int &) –> int

  1. appendMove(self: pygcad.pygrx.GcGeVector3dArray, array: pygcad.pygrx.GcGeVector3dArray) -> pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::appendMove(class PyGcArray &) –> class PyGcArray &

assign(self: pygcad.pygrx.GcGeVector3dArray, para: pygcad.pygrx.GcGeVector3dArray) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::operator=(const class PyGcArray &) –> class PyGcArray &

at(self: pygcad.pygrx.GcGeVector3dArray, index: int) GcGeVector3d

C++: PyGcArray::at(int) –> int &

begin(self: pygcad.pygrx.GcGeVector3dArray) GcGeVector3d

C++: PyGcArray::begin() –> int *

contains(*args, **kwargs)

Overloaded function.

  1. contains(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d) -> bool

  2. contains(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d, start: int) -> bool

C++: PyGcArray::contains(const int &, int) const –> bool

end(self: pygcad.pygrx.GcGeVector3dArray) GcGeVector3d

C++: PyGcArray::end() –> int *

find(*args, **kwargs)

Overloaded function.

  1. find(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d, foundAt: int) -> bool

  2. find(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d, foundAt: int, start: int) -> bool

C++: PyGcArray::find(const int &, int &, int) const –> bool

  1. find(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d) -> int

C++: PyGcArray::find(const int &) const –> int

findFrom(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d, start: int) int

C++: PyGcArray::findFrom(const int &, int) const –> int

first(self: pygcad.pygrx.GcGeVector3dArray) GcGeVector3d

C++: PyGcArray::first() –> int &

growLength(self: pygcad.pygrx.GcGeVector3dArray) int

C++: PyGcArray::growLength() const –> int

insertAt(self: pygcad.pygrx.GcGeVector3dArray, index: int, value: GcGeVector3d) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::insertAt(int, const int &) –> class PyGcArray &

insertAtMove(self: pygcad.pygrx.GcGeVector3dArray, index: int, value: GcGeVector3d) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::insertAtMove(int, int &) –> class PyGcArray &

isEmpty(self: pygcad.pygrx.GcGeVector3dArray) bool

C++: PyGcArray::isEmpty() const –> bool

last(self: pygcad.pygrx.GcGeVector3dArray) GcGeVector3d

C++: PyGcArray::last() –> int &

length(self: pygcad.pygrx.GcGeVector3dArray) int

C++: PyGcArray::length() const –> int

logicalLength(self: pygcad.pygrx.GcGeVector3dArray) int

C++: PyGcArray::logicalLength() const –> int

physicalLength(self: pygcad.pygrx.GcGeVector3dArray) int

C++: PyGcArray::physicalLength() const –> int

remove(*args, **kwargs)

Overloaded function.

  1. remove(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d) -> bool

  2. remove(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d, start: int) -> bool

C++: PyGcArray::remove(const int &, int) –> bool

removeAll(self: pygcad.pygrx.GcGeVector3dArray) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::removeAll() –> class PyGcArray &

removeAt(self: pygcad.pygrx.GcGeVector3dArray, index: int) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::removeAt(int) –> class PyGcArray &

removeFirst(self: pygcad.pygrx.GcGeVector3dArray) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::removeFirst() –> class PyGcArray &

removeLast(self: pygcad.pygrx.GcGeVector3dArray) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::removeLast() –> class PyGcArray &

removeSubArray(self: pygcad.pygrx.GcGeVector3dArray, startIndex: int, endIndex: int) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::removeSubArray(int, int) –> class PyGcArray &

reverse(self: pygcad.pygrx.GcGeVector3dArray) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::reverse() –> class PyGcArray &

setAll(self: pygcad.pygrx.GcGeVector3dArray, value: GcGeVector3d) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::setAll(const int &) –> class PyGcArray &

setAt(self: pygcad.pygrx.GcGeVector3dArray, index: int, value: GcGeVector3d) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::setAt(int, const int &) –> class PyGcArray &

setGrowLength(self: pygcad.pygrx.GcGeVector3dArray, para: int) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::setGrowLength(int) –> class PyGcArray &

setLogicalLength(self: pygcad.pygrx.GcGeVector3dArray, para: int) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::setLogicalLength(int) –> class PyGcArray &

setPhysicalLength(self: pygcad.pygrx.GcGeVector3dArray, para: int) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::setPhysicalLength(int) –> class PyGcArray &

swap(self: pygcad.pygrx.GcGeVector3dArray, i1: int, i2: int) pygcad.pygrx.GcGeVector3dArray

C++: PyGcArray::swap(int, int) –> class PyGcArray &