PointLightMaker Class Reference

Used to insert a new point light into the scene. More...

#include <LightMaker.hh>

Inherits LightMaker.

Public Member Functions

 PointLightMaker ()
 Constructor. More...
 
virtual ignition::math::Vector3d EntityPosition () const
 Returns the entity world position. More...
 
bool InitFromLight (const std::string &_lightName)
 Initialize the light maker from an existing light in the scene. More...
 
virtual void OnMouseMove (const common::MouseEvent &_event)
 Callback when moving mouse. More...
 
virtual void OnMouseRelease (const common::MouseEvent &_event)
 Callback when mouse button is released. More...
 
void Start ()
 Start the maker. More...
 
void Stop ()
 Stop the maker. More...
 

Protected Member Functions

virtual void CreateTheEntity ()
 Creates the entity. More...
 
virtual bool Init ()
 Initialize the light maker. More...
 
virtual void SetEntityPosition (const ignition::math::Vector3d &_pos)
 Sets the entity world position. More...
 

Protected Attributes

EntityMakerPrivate * dataPtr
 

Detailed Description

Used to insert a new point light into the scene.

Constructor & Destructor Documentation

Constructor.

Member Function Documentation

virtual void CreateTheEntity ( )
protectedvirtualinherited

Creates the entity.

Implements EntityMaker.

virtual ignition::math::Vector3d EntityPosition ( ) const
virtualinherited

Returns the entity world position.

Returns
Entity's position in the world frame.

Reimplemented from EntityMaker.

virtual bool Init ( )
protectedvirtualinherited

Initialize the light maker.

Returns
True if the light maker is initialized successfully.
bool InitFromLight ( const std::string &  _lightName)
inherited

Initialize the light maker from an existing light in the scene.

Parameters
[in]_lightNameName of existing light in the scene.
Returns
True if initialization is successful.
virtual void SetEntityPosition ( const ignition::math::Vector3d &  _pos)
protectedvirtualinherited

Sets the entity world position.

Parameters
[in]_posNew position in the world frame.

Reimplemented from EntityMaker.

void Start ( )
virtualinherited

Start the maker.

Reimplemented from EntityMaker.

void Stop ( )
virtualinherited

Stop the maker.

Reimplemented from EntityMaker.


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