GcDbIdPair

class pygcad.pygrx.GcDbIdPair

Bases: pybind11_object

Methods Summary

isCloned(self)

C++: GcDbIdPair::isCloned() const --> bool

isOwnerXlated(self)

C++: GcDbIdPair::isOwnerXlated() const --> bool

isPrimary(self)

C++: GcDbIdPair::isPrimary() const --> bool

key(self)

C++: GcDbIdPair::key() const --> class GcDbObjectId

setIsCloned(self, isCloned)

C++: GcDbIdPair::setIsCloned(bool) --> void

setIsOwnerXlated(self, isOwnerXlated)

C++: GcDbIdPair::setIsOwnerXlated(bool) --> void

setIsPrimary(self, isPrimary)

C++: GcDbIdPair::setIsPrimary(bool) --> void

setKey(self, para)

C++: GcDbIdPair::setKey(class GcDbObjectId) --> void

setValue(self, para)

C++: GcDbIdPair::setValue(class GcDbObjectId) --> void

value(self)

C++: GcDbIdPair::value() const --> class GcDbObjectId

Methods Documentation

isCloned(self: pygcad.pygrx.GcDbIdPair) bool

C++: GcDbIdPair::isCloned() const –> bool

isOwnerXlated(self: pygcad.pygrx.GcDbIdPair) bool

C++: GcDbIdPair::isOwnerXlated() const –> bool

isPrimary(self: pygcad.pygrx.GcDbIdPair) bool

C++: GcDbIdPair::isPrimary() const –> bool

key(self: pygcad.pygrx.GcDbIdPair) pygcad.pygrx.GcDbObjectId

C++: GcDbIdPair::key() const –> class GcDbObjectId

setIsCloned(self: pygcad.pygrx.GcDbIdPair, isCloned: bool) None

C++: GcDbIdPair::setIsCloned(bool) –> void

setIsOwnerXlated(self: pygcad.pygrx.GcDbIdPair, isOwnerXlated: bool) None

C++: GcDbIdPair::setIsOwnerXlated(bool) –> void

setIsPrimary(self: pygcad.pygrx.GcDbIdPair, isPrimary: bool) None

C++: GcDbIdPair::setIsPrimary(bool) –> void

setKey(self: pygcad.pygrx.GcDbIdPair, para: pygcad.pygrx.GcDbObjectId) None

C++: GcDbIdPair::setKey(class GcDbObjectId) –> void

setValue(self: pygcad.pygrx.GcDbIdPair, para: pygcad.pygrx.GcDbObjectId) None

C++: GcDbIdPair::setValue(class GcDbObjectId) –> void

value(self: pygcad.pygrx.GcDbIdPair) pygcad.pygrx.GcDbObjectId

C++: GcDbIdPair::value() const –> class GcDbObjectId