Public Member Functions |
| | Dt2DVolumetricLineFacade (DtAgentManagerInterface &, DtSceneObjectAgent *agent, DtElementID id, int modelSet) |
| | Constructor that will take an existing scene object agent.
|
| | Dt2DVolumetricLineFacade (DtAgentManagerInterface &, int modelSet, DtElementID id, bool distribute=true) |
| | Will create a new scene object agent for the given model set and element id.
|
| virtual | ~Dt2DVolumetricLineFacade () |
| | DTOR.
|
| virtual void | setSolid (bool) |
| | Override to no-op as this is a 3D only concept.
|
| virtual void | setModelDefinition (const std::string &) |
| | Sets the model definition for the model.
|
| virtual void | setColor (float r, float g, float b, float a) |
| | @ Color setting routines Sets the color for the line.
|
| virtual void | setOutsideColor (float r, float g, float b, float a) |
| | Sets the outside color of the line, leaving the inside color alone.
|
| virtual void | setInsideColor (float r, float g, float b, float a) |
| | Sets the inside color of the line, leaving the outside color along.
|
| virtual void | setOutlineWidth (int) |
| | Sets the width of the outside line. Default is 2.
|
| virtual void | setVisible (bool) |
| | Sets the object visible.
|
| virtual void | setPickable (bool) |
| | Sets pickable or not.
|
| virtual void | setPhysicalLineWidth (double) |
| | Sets the physical line width (in meters) of this volumetric line. Default is 50 meters.
|
| virtual void | setGroup (int) |
| | Sets the layer group on which to draw this object.
|
| virtual void | setUseDynamicOrigin (bool) |
| | If true, when the origin changes all the points move with the origin.
|
| Dt2DVolumetricLineModelAgent * | volumetricLineModelAgent () const |
| | Model agent used by this class.
|
| | DtVolumetricLineFacadeBase (DtAgentManagerInterface &, DtSceneObjectAgent *agent, DtElementID id, int modelSet) |
| | Constructor that will take an existing scene object agent.
|
| | DtVolumetricLineFacadeBase (DtAgentManagerInterface &, int modelSet, DtElementID id, bool distribute=true) |
| | Will DtVolumetricLineFacadeBase a new scene object agent for the given model set and element id.
|
| virtual | ~DtVolumetricLineFacadeBase () |
| | DTOR.
|
| virtual void | setPoints (const std::vector< DtVector > &, const DtVector &withOffset=DtVector::zero()) |
| | Sets the points for the area.
|
| virtual void | addPoint (int index, const DtVector &) |
| | Adds a point to the line. Returns the index of the newly added point.
|
| virtual void | removePoint (int) |
| | Removes a point from the line.
|
| virtual void | setOrigin (const DtVector &) |
| | Sets the origin of the line.
|
| virtual const DtVector & | origin () const |
| virtual void | setPoint (int iIndex, const DtVector &) |
| | Sets position in the line.
|
virtual const std::vector
< DtVector > & | points () const |
| | Returns the points of the facade.
|
| virtual void | setScribed (bool) |
| | Sets whether or not line is scribed.
|
| virtual double | physicalLineWidth () const |
| | Returns the physical line width.
|
| virtual bool | pickable () const |
| | Returns whether or not item is pickable.
|
| virtual makVrv::DtUniqueID | uniqueId () const |
| | Returns the unique id of the scene object agent.
|
| virtual makVrv::DtElementID | elementId () const |
| | Returns the element id of the scene object agent.
|
| virtual int | modelSet () const |
| | Returns the model set.
|
| DtSceneObjectAgent * | sceneObjectAgent () const |
| | Returns the scene object agent associated with this facade.
|
Contains Dt2DVolumetricLineFacade class.
Facade interface for constructing 2D Volumetric Line objects