GcDbWipeout

class pygcad.pygrx.GcDbWipeout

Bases: GcDbRasterImage

Methods Summary

append(self, id)

C++: GcDbWipeout::append(class GcDbObjectId &) --> enum Gcad::ErrorStatus

brightness(self)

C++: GcDbWipeout::brightness() const --> signed char

cast(inPtr)

C++: GcDbWipeout::cast(const class GcRxObject *) --> class GcDbWipeout *

className()

C++: GcDbWipeout::className() --> const wchar_t *

clone(self)

C++: GcDbWipeout::clone() const --> class GcRxObject *

contrast(self)

C++: GcDbWipeout::contrast() const --> signed char

createImageDefinition()

C++: GcDbWipeout::createImageDefinition() --> enum Gcad::ErrorStatus

desc()

C++: GcDbWipeout::desc() --> class GcRxClass *

fade(self)

C++: GcDbWipeout::fade() const --> signed char

fitPointsToImage(pointArray, minPoint, ...)

C++: GcDbWipeout::fitPointsToImage(GcGePoint2dArray &, class GcGePoint2d &, double &, bool) --> enum Gcad::ErrorStatus

frame(self)

C++: GcDbWipeout::frame() const --> bool

getScanLines(self, req)

C++: GcDbWipeout::getScanLines(const struct GcGiRequestScanLines &) const --> struct GcGiSentScanLines *

imageSize(*args, **kwargs)

Overloaded function.

isA(self)

C++: GcDbWipeout::isA() const --> class GcRxClass *

isClipped(self)

C++: GcDbWipeout::isClipped() const --> bool

isSetDisplayOpt(self, option)

C++: GcDbWipeout::isSetDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt) const --> bool

rxInit()

C++: GcDbWipeout::rxInit() --> void

scale(self)

C++: GcDbWipeout::scale() const --> class GcGeVector2d

setBrightness(self, value)

C++: GcDbWipeout::setBrightness(signed char) --> enum Gcad::ErrorStatus

setContrast(self, value)

C++: GcDbWipeout::setContrast(signed char) --> enum Gcad::ErrorStatus

setDisplayOpt(self, option, bValue)

C++: GcDbWipeout::setDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt, bool) --> void

setFade(self, value)

C++: GcDbWipeout::setFade(signed char) --> enum Gcad::ErrorStatus

Methods Documentation

append(self: pygcad.pygrx.GcDbWipeout, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbWipeout::append(class GcDbObjectId &) –> enum Gcad::ErrorStatus

brightness(self: pygcad.pygrx.GcDbWipeout) int

C++: GcDbWipeout::brightness() const –> signed char

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbWipeout

C++: GcDbWipeout::cast(const class GcRxObject *) –> class GcDbWipeout *

static className() str

C++: GcDbWipeout::className() –> const wchar_t *

clone(self: pygcad.pygrx.GcDbWipeout) pygcad.pygrx.GcRxObject

C++: GcDbWipeout::clone() const –> class GcRxObject *

contrast(self: pygcad.pygrx.GcDbWipeout) int

C++: GcDbWipeout::contrast() const –> signed char

static createImageDefinition() pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbWipeout::createImageDefinition() –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

C++: GcDbWipeout::desc() –> class GcRxClass *

fade(self: pygcad.pygrx.GcDbWipeout) int

C++: GcDbWipeout::fade() const –> signed char

static fitPointsToImage(pointArray: pygcad.pygrx.GcGePoint2dArray, minPoint: pygcad.pygrx.GcGePoint2d, scale: float, bFlipY: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbWipeout::fitPointsToImage(GcGePoint2dArray &, class GcGePoint2d &, double &, bool) –> enum Gcad::ErrorStatus

frame(self: pygcad.pygrx.GcDbWipeout) bool

C++: GcDbWipeout::frame() const –> bool

getScanLines(self: pygcad.pygrx.GcDbWipeout, req: GcGiRequestScanLines) GcGiSentScanLines

C++: GcDbWipeout::getScanLines(const struct GcGiRequestScanLines &) const –> struct GcGiSentScanLines *

imageSize(*args, **kwargs)

Overloaded function.

  1. imageSize(self: pygcad.pygrx.GcDbWipeout) -> pygcad.pygrx.GcGeVector2d

  2. imageSize(self: pygcad.pygrx.GcDbWipeout, bGetCachedValue: bool) -> pygcad.pygrx.GcGeVector2d

C++: GcDbWipeout::imageSize(bool) const –> class GcGeVector2d

isA(self: pygcad.pygrx.GcDbWipeout) pygcad.pygrx.GcRxClass

C++: GcDbWipeout::isA() const –> class GcRxClass *

isClipped(self: pygcad.pygrx.GcDbWipeout) bool

C++: GcDbWipeout::isClipped() const –> bool

isSetDisplayOpt(self: pygcad.pygrx.GcDbWipeout, option: pygcad.pygrx.GcDbRasterImage.ImageDisplayOpt) bool

C++: GcDbWipeout::isSetDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt) const –> bool

static rxInit() None

C++: GcDbWipeout::rxInit() –> void

scale(self: pygcad.pygrx.GcDbWipeout) pygcad.pygrx.GcGeVector2d

C++: GcDbWipeout::scale() const –> class GcGeVector2d

setBrightness(self: pygcad.pygrx.GcDbWipeout, value: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbWipeout::setBrightness(signed char) –> enum Gcad::ErrorStatus

setContrast(self: pygcad.pygrx.GcDbWipeout, value: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbWipeout::setContrast(signed char) –> enum Gcad::ErrorStatus

setDisplayOpt(self: pygcad.pygrx.GcDbWipeout, option: pygcad.pygrx.GcDbRasterImage.ImageDisplayOpt, bValue: bool) None

C++: GcDbWipeout::setDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt, bool) –> void

setFade(self: pygcad.pygrx.GcDbWipeout, value: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbWipeout::setFade(signed char) –> enum Gcad::ErrorStatus