CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdGiPhotographicExposureParametersStatic Class Reference

#include <GiViewportTraits.h>

Inheritance diagram for OdGiPhotographicExposureParametersStatic:
OdStaticRxObject< OdGiPhotographicExposureParameters > OdGiPhotographicExposureParameters OdGiToneOperatorParameters OdRxObject

Public Member Functions

 OdGiPhotographicExposureParametersStatic ()
 
bool operator== (const OdGiPhotographicExposureParameters &params) const
 
bool operator!= (const OdGiPhotographicExposureParameters &params) const
 
OdGiPhotographicExposureParametersoperator= (const OdGiPhotographicExposureParameters &params)
 
- Public Member Functions inherited from OdStaticRxObject< OdGiPhotographicExposureParameters >
void addRef ()
 
void release ()
 
- Public Member Functions inherited from OdGiPhotographicExposureParameters
 ODRX_DECLARE_MEMBERS (OdGiPhotographicExposureParameters)
 
 OdGiPhotographicExposureParameters ()
 
 OdGiPhotographicExposureParameters (const OdGiPhotographicExposureParameters &params)
 
virtual ~OdGiPhotographicExposureParameters ()
 
bool operator== (const OdGiPhotographicExposureParameters &params) const
 
bool operator!= (const OdGiPhotographicExposureParameters &params) const
 
OdGiPhotographicExposureParametersoperator= (const OdGiPhotographicExposureParameters &params)
 
virtual bool setExposure (double fExposure)
 
virtual double exposure () const
 
virtual bool setWhitePoint (double fWhitePoint)
 
virtual double whitePoint () const
 
virtual bool setBrightness (double fBrightness)
 
OdCmEntityColor whitePointToColor () const
 
- Public Member Functions inherited from OdGiToneOperatorParameters
 ODRX_DECLARE_MEMBERS (OdGiToneOperatorParameters)
 
 OdGiToneOperatorParameters ()
 
 OdGiToneOperatorParameters (const OdGiToneOperatorParameters &params)
 
virtual ~OdGiToneOperatorParameters ()
 
bool operator== (const OdGiToneOperatorParameters &params) const
 
bool operator!= (const OdGiToneOperatorParameters &params) const
 
OdGiToneOperatorParametersoperator= (const OdGiToneOperatorParameters &params)
 
virtual void setIsActive (bool bActive)
 
virtual bool isActive () const
 
virtual void setChromaticAdaptation (bool bEnable)
 
virtual bool chromaticAdaptation () const
 
virtual void setColorDifferentiation (bool bEnable)
 
virtual bool colorDifferentiation () const
 
virtual void setWhiteColor (const OdCmEntityColor &color)
 
virtual const OdCmEntityColorwhiteColor () const
 
virtual void setProcessBackground (bool bProcessBg)
 
virtual bool processBackground () const
 
virtual bool setBrightness (double fBrightness)
 
virtual double brightness () const
 
virtual bool setContrast (double fContrast)
 
virtual double contrast () const
 
virtual bool setMidTones (double fMidTones)
 
virtual double midTones () const
 
virtual bool setExteriorDaylight (ExteriorDaylightMode mode)
 
virtual ExteriorDaylightMode exteriorDaylight () const
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
virtual void addRef ()=0
 
virtual void release ()=0
 
virtual long numRefs () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual void copyFrom (const OdRxObject *pSource)
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Additional Inherited Members

- Public Types inherited from OdGiToneOperatorParameters
enum  ExteriorDaylightMode { kDaylightOff = 0 , kDaylightOn = 1 , kDaylightAuto = 2 }
 
- Static Public Member Functions inherited from OdGiPhotographicExposureParameters
static double convertExposureToBrightness (double fExposure)
 
static double convertBrightnessToExposure (double fBrightness)
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Detailed Description

Corresponding C++ library: TD_Gi <group OdGi_Classes>

Definition at line 423 of file GiViewportTraits.h.

Constructor & Destructor Documentation

◆ OdGiPhotographicExposureParametersStatic()

OdGiPhotographicExposureParametersStatic::OdGiPhotographicExposureParametersStatic ( )
inline

Default constructor for the OdGiPhotographicExposureParametersStatic class.

Definition at line 429 of file GiViewportTraits.h.

Member Function Documentation

◆ operator!=()

bool OdGiPhotographicExposureParametersStatic::operator!= ( const OdGiPhotographicExposureParameters params) const
inline

Inequality operator for the OdGiPhotographicExposureParametersStatic class.

Parameters
params[in] Parameters to compare.
Returns
true if parameters are not equal, false otherwise.

Definition at line 444 of file GiViewportTraits.h.

◆ operator=()

OdGiPhotographicExposureParameters & OdGiPhotographicExposureParametersStatic::operator= ( const OdGiPhotographicExposureParameters params)
inline

Assignment operator for the OdGiPhotographicExposureParametersStatic class. Returns a reference to the OdGiPhotographicExposureParameters object with new assigned parameters.

Parameters
params[in] Parameters to assign.

Definition at line 450 of file GiViewportTraits.h.

◆ operator==()

bool OdGiPhotographicExposureParametersStatic::operator== ( const OdGiPhotographicExposureParameters params) const
inline

Equality operator for the OdGiPhotographicExposureParametersStatic class.

Parameters
params[in] Parameters to compare.
Returns
true if parameters are equal, false otherwise.

Definition at line 436 of file GiViewportTraits.h.


The documentation for this class was generated from the following file: