GcGiSkyParameters

class pygcad.pygrx.GcGiSkyParameters

Bases: GcRxObject

Methods Summary

aerialPerspective(self)

C++: GcGiSkyParameters::aerialPerspective() const --> bool

assign(self, para)

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

cast(inPtr)

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

className()

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

desc()

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

diskIntensity(self)

C++: GcGiSkyParameters::diskIntensity() const --> double

diskScale(self)

C++: GcGiSkyParameters::diskScale() const --> double

glowIntensity(self)

C++: GcGiSkyParameters::glowIntensity() const --> double

groundColor(self)

C++: GcGiSkyParameters::groundColor() const --> class GcCmColor

haze(self)

C++: GcGiSkyParameters::haze() const --> double

horizonBlur(self)

C++: GcGiSkyParameters::horizonBlur() const --> double

horizonHeight(self)

C++: GcGiSkyParameters::horizonHeight() const --> double

illumination(self)

C++: GcGiSkyParameters::illumination() const --> bool

intensityFactor(self)

C++: GcGiSkyParameters::intensityFactor() const --> double

isA(self)

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

nightColor(self)

C++: GcGiSkyParameters::nightColor() const --> class GcCmColor

redBlueShift(self)

C++: GcGiSkyParameters::redBlueShift() const --> double

rxInit()

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

saturation(self)

C++: GcGiSkyParameters::saturation() const --> double

setAerialPerspective(self, apply)

C++: GcGiSkyParameters::setAerialPerspective(bool) --> void

setDiskIntensity(self, intensity)

C++: GcGiSkyParameters::setDiskIntensity(double) --> bool

setDiskScale(self, scale)

C++: GcGiSkyParameters::setDiskScale(double) --> bool

setGlowIntensity(self, intensity)

C++: GcGiSkyParameters::setGlowIntensity(double) --> bool

setGroundColor(self, color)

C++: GcGiSkyParameters::setGroundColor(const class GcCmColor &) --> void

setHaze(self, haze)

C++: GcGiSkyParameters::setHaze(double) --> bool

setHorizonBlur(self, blur)

C++: GcGiSkyParameters::setHorizonBlur(double) --> bool

setHorizonHeight(self, height)

C++: GcGiSkyParameters::setHorizonHeight(double) --> bool

setIllumination(self, enable)

C++: GcGiSkyParameters::setIllumination(bool) --> void

setIntensityFactor(self, intensity)

C++: GcGiSkyParameters::setIntensityFactor(double) --> bool

setNightColor(self, color)

C++: GcGiSkyParameters::setNightColor(const class GcCmColor &) --> void

setRedBlueShift(self, redBlueShift)

C++: GcGiSkyParameters::setRedBlueShift(double) --> bool

setSaturation(self, saturation)

C++: GcGiSkyParameters::setSaturation(double) --> bool

setSolarDiskSamples(self, samples)

C++: GcGiSkyParameters::setSolarDiskSamples(unsigned short) --> bool

setSunDirection(self, sundir)

C++: GcGiSkyParameters::setSunDirection(const class GcGeVector3d &) --> bool

setVisibilityDistance(self, distance)

C++: GcGiSkyParameters::setVisibilityDistance(double) --> bool

solarDiskSamples(self)

C++: GcGiSkyParameters::solarDiskSamples() const --> unsigned short

sunDirection(self)

C++: GcGiSkyParameters::sunDirection() const --> const class GcGeVector3d &

visibilityDistance(self)

C++: GcGiSkyParameters::visibilityDistance() const --> double

Methods Documentation

aerialPerspective(self: pygcad.pygrx.GcGiSkyParameters) bool

C++: GcGiSkyParameters::aerialPerspective() const –> bool

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

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

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

diskIntensity(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::diskIntensity() const –> double

diskScale(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::diskScale() const –> double

glowIntensity(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::glowIntensity() const –> double

groundColor(self: pygcad.pygrx.GcGiSkyParameters) pygcad.pygrx.GcCmColor

C++: GcGiSkyParameters::groundColor() const –> class GcCmColor

haze(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::haze() const –> double

horizonBlur(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::horizonBlur() const –> double

horizonHeight(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::horizonHeight() const –> double

illumination(self: pygcad.pygrx.GcGiSkyParameters) bool

C++: GcGiSkyParameters::illumination() const –> bool

intensityFactor(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::intensityFactor() const –> double

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

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

nightColor(self: pygcad.pygrx.GcGiSkyParameters) pygcad.pygrx.GcCmColor

C++: GcGiSkyParameters::nightColor() const –> class GcCmColor

redBlueShift(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::redBlueShift() const –> double

static rxInit() None

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

saturation(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::saturation() const –> double

setAerialPerspective(self: pygcad.pygrx.GcGiSkyParameters, apply: bool) None

C++: GcGiSkyParameters::setAerialPerspective(bool) –> void

setDiskIntensity(self: pygcad.pygrx.GcGiSkyParameters, intensity: float) bool

C++: GcGiSkyParameters::setDiskIntensity(double) –> bool

setDiskScale(self: pygcad.pygrx.GcGiSkyParameters, scale: float) bool

C++: GcGiSkyParameters::setDiskScale(double) –> bool

setGlowIntensity(self: pygcad.pygrx.GcGiSkyParameters, intensity: float) bool

C++: GcGiSkyParameters::setGlowIntensity(double) –> bool

setGroundColor(self: pygcad.pygrx.GcGiSkyParameters, color: pygcad.pygrx.GcCmColor) None

C++: GcGiSkyParameters::setGroundColor(const class GcCmColor &) –> void

setHaze(self: pygcad.pygrx.GcGiSkyParameters, haze: float) bool

C++: GcGiSkyParameters::setHaze(double) –> bool

setHorizonBlur(self: pygcad.pygrx.GcGiSkyParameters, blur: float) bool

C++: GcGiSkyParameters::setHorizonBlur(double) –> bool

setHorizonHeight(self: pygcad.pygrx.GcGiSkyParameters, height: float) bool

C++: GcGiSkyParameters::setHorizonHeight(double) –> bool

setIllumination(self: pygcad.pygrx.GcGiSkyParameters, enable: bool) None

C++: GcGiSkyParameters::setIllumination(bool) –> void

setIntensityFactor(self: pygcad.pygrx.GcGiSkyParameters, intensity: float) bool

C++: GcGiSkyParameters::setIntensityFactor(double) –> bool

setNightColor(self: pygcad.pygrx.GcGiSkyParameters, color: pygcad.pygrx.GcCmColor) None

C++: GcGiSkyParameters::setNightColor(const class GcCmColor &) –> void

setRedBlueShift(self: pygcad.pygrx.GcGiSkyParameters, redBlueShift: float) bool

C++: GcGiSkyParameters::setRedBlueShift(double) –> bool

setSaturation(self: pygcad.pygrx.GcGiSkyParameters, saturation: float) bool

C++: GcGiSkyParameters::setSaturation(double) –> bool

setSolarDiskSamples(self: pygcad.pygrx.GcGiSkyParameters, samples: int) bool

C++: GcGiSkyParameters::setSolarDiskSamples(unsigned short) –> bool

setSunDirection(self: pygcad.pygrx.GcGiSkyParameters, sundir: pygcad.pygrx.GcGeVector3d) bool

C++: GcGiSkyParameters::setSunDirection(const class GcGeVector3d &) –> bool

setVisibilityDistance(self: pygcad.pygrx.GcGiSkyParameters, distance: float) bool

C++: GcGiSkyParameters::setVisibilityDistance(double) –> bool

solarDiskSamples(self: pygcad.pygrx.GcGiSkyParameters) int

C++: GcGiSkyParameters::solarDiskSamples() const –> unsigned short

sunDirection(self: pygcad.pygrx.GcGiSkyParameters) pygcad.pygrx.GcGeVector3d

C++: GcGiSkyParameters::sunDirection() const –> const class GcGeVector3d &

visibilityDistance(self: pygcad.pygrx.GcGiSkyParameters) float

C++: GcGiSkyParameters::visibilityDistance() const –> double