GcDbFilteredBlockIterator

class pygcad.pygrx.GcDbFilteredBlockIterator

Bases: pybind11_object

Methods Summary

accepts(self, id)

C++: GcDbFilteredBlockIterator::accepts(class GcDbObjectId, bool &) const --> enum Gcad::ErrorStatus

addToBuffer(self, id)

C++: GcDbFilteredBlockIterator::addToBuffer(class GcDbObjectId) --> enum Gcad::ErrorStatus

assign(self, para)

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

buffersForComposition(self)

C++: GcDbFilteredBlockIterator::buffersForComposition() const --> bool

estimatedHitFraction(self)

C++: GcDbFilteredBlockIterator::estimatedHitFraction() const --> double

id(self)

C++: GcDbFilteredBlockIterator::id() const --> class GcDbObjectId

next(self)

C++: GcDbFilteredBlockIterator::next() --> class GcDbObjectId

seek(self, id)

C++: GcDbFilteredBlockIterator::seek(class GcDbObjectId) --> enum Gcad::ErrorStatus

start(self)

C++: GcDbFilteredBlockIterator::start() --> enum Gcad::ErrorStatus

Methods Documentation

accepts(self: pygcad.pygrx.GcDbFilteredBlockIterator, id: pygcad.pygrx.GcDbObjectId) Tuple[pygcad.pygrx.Gcad.ErrorStatus, bool]

C++: GcDbFilteredBlockIterator::accepts(class GcDbObjectId, bool &) const –> enum Gcad::ErrorStatus

addToBuffer(self: pygcad.pygrx.GcDbFilteredBlockIterator, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFilteredBlockIterator::addToBuffer(class GcDbObjectId) –> enum Gcad::ErrorStatus

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

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

buffersForComposition(self: pygcad.pygrx.GcDbFilteredBlockIterator) bool

C++: GcDbFilteredBlockIterator::buffersForComposition() const –> bool

estimatedHitFraction(self: pygcad.pygrx.GcDbFilteredBlockIterator) float

C++: GcDbFilteredBlockIterator::estimatedHitFraction() const –> double

id(self: pygcad.pygrx.GcDbFilteredBlockIterator) pygcad.pygrx.GcDbObjectId

C++: GcDbFilteredBlockIterator::id() const –> class GcDbObjectId

next(self: pygcad.pygrx.GcDbFilteredBlockIterator) pygcad.pygrx.GcDbObjectId

C++: GcDbFilteredBlockIterator::next() –> class GcDbObjectId

seek(self: pygcad.pygrx.GcDbFilteredBlockIterator, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFilteredBlockIterator::seek(class GcDbObjectId) –> enum Gcad::ErrorStatus

start(self: pygcad.pygrx.GcDbFilteredBlockIterator) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFilteredBlockIterator::start() –> enum Gcad::ErrorStatus