|
virtual void | SetPosition (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ)=0 |
| Defines the position of the light source. Should be redefined! More...
|
|
void | SetTarget (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ) |
| Defines the target of the light (the center of the sphere). More...
|
|
void | SetRadius (const Standard_Real theRadius) |
| Define the radius. More...
|
|
void | OnHideFace (const Handle< V3d_View > &theView) |
| Calculate the position of the light, on the hide face of the picking sphere. More...
|
|
void | OnSeeFace (const Handle< V3d_View > &theView) |
| Calculate the position of the light, on the seen face of the picking sphere. More...
|
|
void | Tracking (const Handle< V3d_View > &theView, const V3d_TypeOfPickLight theWathPick, const Standard_Integer theXpix, const Standard_Integer theYpix) |
| Tracking the light position, or the light space, or the radius of the light space, that depends of initial picking "theWhatPick" (see the pick method). If theWhatPick is SPACELIGHT, then the parameters theXpix, theYpix are the coordinates of a translation vector. More...
|
|
virtual void | Display (const Handle< V3d_View > &theView, const V3d_TypeOfRepresentation theRepresentation=V3d_SIMPLE) |
| Display the graphic structure of light source in the chosen view. We have three type of representation. More...
|
|
void | Erase () |
| Erase the graphic structure of light source. More...
|
|
Standard_Real | Radius () const |
| Returns the radius of the picking sphere. More...
|
|
Standard_Boolean | SeeOrHide (const Handle< V3d_View > &theView) const |
| Returns the visibility status If True the source is visible. If False it's hidden. More...
|
|
virtual void | Position (Standard_Real &theX, Standard_Real &theY, Standard_Real &theZ) const =0 |
| Returns the position of the light source. More...
|
|
void | Target (Standard_Real &theX, Standard_Real &theY, Standard_Real &theZ) const |
| Returns the position of the target of the light source. More...
|
|
void | SetColor (const Quantity_Color &theColor) |
| Defines the color of a light source by giving the basic color. More...
|
|
Quantity_Color | Color () const |
| Returns the color of the light source. More...
|
|
V3d_TypeOfLight | Type () const |
| Returns the Type of the Light. More...
|
|
Standard_Boolean | Headlight () const |
| returns true if the light is a headlight More...
|
|
void | SetHeadlight (const Standard_Boolean theValue) |
| Setup headlight flag. More...
|
|
void | SetIntensity (const Standard_Real theValue) |
| Modifies the intensity of light source. More...
|
|
Standard_Real | Intensity () const |
| returns the intensity of light source More...
|
|
Standard_Real | Smoothness () const |
| returns the smoothness of light source More...
|
|
Standard_Boolean | IsDisplayed () const |
| Returns TRUE when a light representation is displayed. More...
|
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor. More...
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing. More...
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More...
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual. More...
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes. More...
|
|
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| Returns a type descriptor about this object. More...
|
|
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| Returns a true value if this is an instance of Type. More...
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More...
|
|
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Transient * | This () const |
| Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More...
|
|
Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More...
|
|
void | IncrementRefCounter () const |
| Increments the reference counter of this object. More...
|
|
Standard_Integer | DecrementRefCounter () const |
| Decrements the reference counter of this object; returns the decremented value. More...
|
|
Base class for Positional, Spot and Directional Light classes.