GcDbRasterImageDef

class pygcad.pygrx.GcDbRasterImageDef

Bases: GcDbObject

Attributes Summary

kAngstroms

kAstronomical

kCentimeter

kDecimeters

kDekameters

kFoot

kGigameters

kHectometers

kInch

kKilometer

kLightYears

kMeter

kMicroinches

kMicrons

kMile

kMillimeter

kMils

kNanometers

kNone

kParsecs

kYard

Methods Summary

activeFileName(self)

C++: GcDbRasterImageDef::activeFileName() const --> const wchar_t *

cast(inPtr)

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

className()

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

closeImage(self)

C++: GcDbRasterImageDef::closeImage() --> enum Gcad::ErrorStatus

colorDepth(self)

C++: GcDbRasterImageDef::colorDepth() const --> int

createImageDictionary(pDb, dictId)

C++: GcDbRasterImageDef::createImageDictionary(class GcDbDatabase *, class GcDbObjectId &) --> enum Gcad::ErrorStatus

desc()

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

dwgInFields(self, filer)

C++: GcDbRasterImageDef::dwgInFields(class GcDbDwgFiler *) --> enum Gcad::ErrorStatus

dwgOutFields(self, filer)

C++: GcDbRasterImageDef::dwgOutFields(class GcDbDwgFiler *) const --> enum Gcad::ErrorStatus

dxfInFields(self, filer)

C++: GcDbRasterImageDef::dxfInFields(class GcDbDxfFiler *) --> enum Gcad::ErrorStatus

dxfOutFields(self, filer)

C++: GcDbRasterImageDef::dxfOutFields(class GcDbDxfFiler *) const --> enum Gcad::ErrorStatus

embed(self)

C++: GcDbRasterImageDef::embed() --> enum Gcad::ErrorStatus

entityCount(*args, **kwargs)

Overloaded function.

fileType(self)

C++: GcDbRasterImageDef::fileType() const --> const wchar_t *

forceImageFileClosed(self, modifyDatabase)

C++: GcDbRasterImageDef::forceImageFileClosed(bool) --> enum Gcad::ErrorStatus

imageDictionary(pDb)

C++: GcDbRasterImageDef::imageDictionary(class GcDbDatabase *) --> class GcDbObjectId

imageModified(self)

C++: GcDbRasterImageDef::imageModified() const --> bool

isA(self)

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

isEmbedded(self)

C++: GcDbRasterImageDef::isEmbedded() const --> bool

isLoaded(self)

C++: GcDbRasterImageDef::isLoaded() const --> bool

load(self)

C++: GcDbRasterImageDef::load() --> enum Gcad::ErrorStatus

loadThumbnail(*args, **kwargs)

Overloaded function.

makeScanLines(*args, **kwargs)

Overloaded function.

organization(self)

C++: GcDbRasterImageDef::organization() const --> GcGiImageOrg

resolutionMMPerPixel(self)

C++: GcDbRasterImageDef::resolutionMMPerPixel() const --> class GcGeVector2d

resolutionUnits(self)

C++: GcDbRasterImageDef::resolutionUnits() const --> enum GcDbRasterImageDef::Units

rxInit()

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

searchForActivePath(self)

C++: GcDbRasterImageDef::searchForActivePath() --> const wchar_t *

setActiveFileName(self, pPathName)

C++: GcDbRasterImageDef::setActiveFileName(const wchar_t *) --> enum Gcad::ErrorStatus

setImageModified(self, modified)

C++: GcDbRasterImageDef::setImageModified(bool) --> enum Gcad::ErrorStatus

setResolutionMMPerPixel(self, resMMPerPixel)

C++: GcDbRasterImageDef::setResolutionMMPerPixel(const class GcGeVector2d &) --> enum Gcad::ErrorStatus

setResolutionUnits(self, units)

C++: GcDbRasterImageDef::setResolutionUnits(enum GcDbRasterImageDef::Units) --> void

setSourceFileName(self, pPathName)

C++: GcDbRasterImageDef::setSourceFileName(const wchar_t *) --> enum Gcad::ErrorStatus

setUndoStoreSize(*args, **kwargs)

Overloaded function.

size(self)

C++: GcDbRasterImageDef::size() const --> class GcGeVector2d

sourceFileName(self)

C++: GcDbRasterImageDef::sourceFileName() const --> const wchar_t *

subClose(self)

C++: GcDbRasterImageDef::subClose() --> enum Gcad::ErrorStatus

subErase(self, erasing)

C++: GcDbRasterImageDef::subErase(bool) --> enum Gcad::ErrorStatus

suggestName(pImageDictionary, ...)

C++: GcDbRasterImageDef::suggestName(class GcDbDictionary *, const wchar_t *, wchar_t *, unsigned long) --> enum Gcad::ErrorStatus

undoStoreSize(self)

C++: GcDbRasterImageDef::undoStoreSize() const --> unsigned int

unload(*args, **kwargs)

Overloaded function.

unloadThumbnail(self)

C++: GcDbRasterImageDef::unloadThumbnail() --> enum Gcad::ErrorStatus

updateEntities(self)

C++: GcDbRasterImageDef::updateEntities() const --> void

Attributes Documentation

kAngstroms = <Units.kAngstroms: 11>
kAstronomical = <Units.kAstronomical: 18>
kCentimeter = <Units.kCentimeter: 2>
kDecimeters = <Units.kDecimeters: 14>
kDekameters = <Units.kDekameters: 15>
kFoot = <Units.kFoot: 6>
kGigameters = <Units.kGigameters: 17>
kHectometers = <Units.kHectometers: 16>
kInch = <Units.kInch: 5>
kKilometer = <Units.kKilometer: 4>
kLightYears = <Units.kLightYears: 19>
kMeter = <Units.kMeter: 3>
kMicroinches = <Units.kMicroinches: 9>
kMicrons = <Units.kMicrons: 13>
kMile = <Units.kMile: 8>
kMillimeter = <Units.kMillimeter: 1>
kMils = <Units.kMils: 10>
kNanometers = <Units.kNanometers: 12>
kNone = <Units.kNone: 0>
kParsecs = <Units.kParsecs: 20>
kYard = <Units.kYard: 7>

Methods Documentation

activeFileName(self: pygcad.pygrx.GcDbRasterImageDef) str

C++: GcDbRasterImageDef::activeFileName() const –> const wchar_t *

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

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

static className() str

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

closeImage(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::closeImage() –> enum Gcad::ErrorStatus

colorDepth(self: pygcad.pygrx.GcDbRasterImageDef) int

C++: GcDbRasterImageDef::colorDepth() const –> int

static createImageDictionary(pDb: pygcad.pygrx.GcDbDatabase, dictId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::createImageDictionary(class GcDbDatabase *, class GcDbObjectId &) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

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

dwgInFields(self: pygcad.pygrx.GcDbRasterImageDef, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::dwgInFields(class GcDbDwgFiler *) –> enum Gcad::ErrorStatus

dwgOutFields(self: pygcad.pygrx.GcDbRasterImageDef, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::dwgOutFields(class GcDbDwgFiler *) const –> enum Gcad::ErrorStatus

dxfInFields(self: pygcad.pygrx.GcDbRasterImageDef, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::dxfInFields(class GcDbDxfFiler *) –> enum Gcad::ErrorStatus

dxfOutFields(self: pygcad.pygrx.GcDbRasterImageDef, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::dxfOutFields(class GcDbDxfFiler *) const –> enum Gcad::ErrorStatus

embed(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::embed() –> enum Gcad::ErrorStatus

entityCount(*args, **kwargs)

Overloaded function.

  1. entityCount(self: pygcad.pygrx.GcDbRasterImageDef) -> int

  2. entityCount(self: pygcad.pygrx.GcDbRasterImageDef, pbLocked: bool) -> int

C++: GcDbRasterImageDef::entityCount(bool *) const –> int

fileType(self: pygcad.pygrx.GcDbRasterImageDef) str

C++: GcDbRasterImageDef::fileType() const –> const wchar_t *

forceImageFileClosed(self: pygcad.pygrx.GcDbRasterImageDef, modifyDatabase: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::forceImageFileClosed(bool) –> enum Gcad::ErrorStatus

static imageDictionary(pDb: pygcad.pygrx.GcDbDatabase) pygcad.pygrx.GcDbObjectId

C++: GcDbRasterImageDef::imageDictionary(class GcDbDatabase *) –> class GcDbObjectId

imageModified(self: pygcad.pygrx.GcDbRasterImageDef) bool

C++: GcDbRasterImageDef::imageModified() const –> bool

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

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

isEmbedded(self: pygcad.pygrx.GcDbRasterImageDef) bool

C++: GcDbRasterImageDef::isEmbedded() const –> bool

isLoaded(self: pygcad.pygrx.GcDbRasterImageDef) bool

C++: GcDbRasterImageDef::isLoaded() const –> bool

load(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::load() –> enum Gcad::ErrorStatus

loadThumbnail(*args, **kwargs)

Overloaded function.

  1. loadThumbnail(self: pygcad.pygrx.GcDbRasterImageDef, maxWidth: int, maxHeight: int) -> pygcad.pygrx.Gcad.ErrorStatus

  2. loadThumbnail(self: pygcad.pygrx.GcDbRasterImageDef, maxWidth: int, maxHeight: int, pPalette: int) -> pygcad.pygrx.Gcad.ErrorStatus

  3. loadThumbnail(self: pygcad.pygrx.GcDbRasterImageDef, maxWidth: int, maxHeight: int, pPalette: int, nPaletteEntries: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::loadThumbnail(unsigned short &, unsigned short &, unsigned char *, int) –> enum Gcad::ErrorStatus

makeScanLines(*args, **kwargs)

Overloaded function.

  1. makeScanLines(self: pygcad.pygrx.GcDbRasterImageDef, pReq: GcGiRequestScanLines, pixToScreen: pygcad.pygrx.GcGeMatrix2d) -> GcGiSentScanLines

  2. makeScanLines(self: pygcad.pygrx.GcDbRasterImageDef, pReq: GcGiRequestScanLines, pixToScreen: pygcad.pygrx.GcGeMatrix2d, pActiveClipBndy: int, draftQuality: bool, isTransparent: bool, brightness: float, contrast: float, fade: float) -> GcGiSentScanLines

C++: GcDbRasterImageDef::makeScanLines(const struct GcGiRequestScanLines *, const class GcGeMatrix2d &, int *, bool, bool, const double, const double, const double) const –> struct GcGiSentScanLines *

organization(self: pygcad.pygrx.GcDbRasterImageDef) GcGiImageOrg

C++: GcDbRasterImageDef::organization() const –> GcGiImageOrg

resolutionMMPerPixel(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.GcGeVector2d

C++: GcDbRasterImageDef::resolutionMMPerPixel() const –> class GcGeVector2d

resolutionUnits(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.GcDbRasterImageDef.Units

C++: GcDbRasterImageDef::resolutionUnits() const –> enum GcDbRasterImageDef::Units

static rxInit() None

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

searchForActivePath(self: pygcad.pygrx.GcDbRasterImageDef) str

C++: GcDbRasterImageDef::searchForActivePath() –> const wchar_t *

setActiveFileName(self: pygcad.pygrx.GcDbRasterImageDef, pPathName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::setActiveFileName(const wchar_t *) –> enum Gcad::ErrorStatus

setImageModified(self: pygcad.pygrx.GcDbRasterImageDef, modified: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::setImageModified(bool) –> enum Gcad::ErrorStatus

setResolutionMMPerPixel(self: pygcad.pygrx.GcDbRasterImageDef, resMMPerPixel: pygcad.pygrx.GcGeVector2d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::setResolutionMMPerPixel(const class GcGeVector2d &) –> enum Gcad::ErrorStatus

setResolutionUnits(self: pygcad.pygrx.GcDbRasterImageDef, units: pygcad.pygrx.GcDbRasterImageDef.Units) None

C++: GcDbRasterImageDef::setResolutionUnits(enum GcDbRasterImageDef::Units) –> void

setSourceFileName(self: pygcad.pygrx.GcDbRasterImageDef, pPathName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::setSourceFileName(const wchar_t *) –> enum Gcad::ErrorStatus

setUndoStoreSize(*args, **kwargs)

Overloaded function.

  1. setUndoStoreSize(self: pygcad.pygrx.GcDbRasterImageDef) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setUndoStoreSize(self: pygcad.pygrx.GcDbRasterImageDef, maxImages: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::setUndoStoreSize(unsigned int) –> enum Gcad::ErrorStatus

size(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.GcGeVector2d

C++: GcDbRasterImageDef::size() const –> class GcGeVector2d

sourceFileName(self: pygcad.pygrx.GcDbRasterImageDef) str

C++: GcDbRasterImageDef::sourceFileName() const –> const wchar_t *

subClose(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::subClose() –> enum Gcad::ErrorStatus

subErase(self: pygcad.pygrx.GcDbRasterImageDef, erasing: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::subErase(bool) –> enum Gcad::ErrorStatus

static suggestName(pImageDictionary: pygcad.pygrx.GcDbDictionary, pNewImagePathName: str, newImageName: str, nSize: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::suggestName(class GcDbDictionary *, const wchar_t *, wchar_t *, unsigned long) –> enum Gcad::ErrorStatus

undoStoreSize(self: pygcad.pygrx.GcDbRasterImageDef) int

C++: GcDbRasterImageDef::undoStoreSize() const –> unsigned int

unload(*args, **kwargs)

Overloaded function.

  1. unload(self: pygcad.pygrx.GcDbRasterImageDef) -> pygcad.pygrx.Gcad.ErrorStatus

  2. unload(self: pygcad.pygrx.GcDbRasterImageDef, modifyDatabase: bool) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::unload(bool) –> enum Gcad::ErrorStatus

unloadThumbnail(self: pygcad.pygrx.GcDbRasterImageDef) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImageDef::unloadThumbnail() –> enum Gcad::ErrorStatus

updateEntities(self: pygcad.pygrx.GcDbRasterImageDef) None

C++: GcDbRasterImageDef::updateEntities() const –> void