Public Member Functions |
| | Dt3DGraphicalObjectLineStateRecord () |
| | Constructor.
|
| | Dt3DGraphicalObjectLineStateRecord (const Dt3DGraphicalObjectLineStateRecord &orig) |
| | Copy Constructor.
|
const
Dt3DGraphicalObjectLineStateRecord & | operator= (const Dt3DGraphicalObjectLineStateRecord &orig) |
| | Assignment Operator.
|
| virtual | ~Dt3DGraphicalObjectLineStateRecord () |
| | Destructor.
|
| virtual DtEnvironmentalRecord * | clone () const |
| | Clone.
|
| virtual bool | setNumberOfSegments (int newNumberOfSegments) |
| virtual int | numberOfSegments () const |
| virtual bool | setSegment (int index, const DtLineSegmentDescriptor &desc) |
| virtual bool | getSegment (int index, DtLineSegmentDescriptor &desc) const |
| virtual void | setCheckLos (bool yesNo) |
| virtual bool | checkLos () const |
| virtual bool | createNetworkRepresentation () |
| | Create the record's network representation.
|
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer) |
| | used by the PDU class to fill in the network representation
|
const
DtNet3DGraphicalObjectLineStateRecord * | lineNetRep () const |
| | returns the network representation of the environmental record
|
| DtNet3DGraphicalObjectLineStateRecord * | lineNetRep () |
| virtual int | netRepSize () const |
| | returns the size of the net representation, in bytes.
|
| | Dt3DGraphicalObjectStateRecord () |
| | Constructor.
|
| | Dt3DGraphicalObjectStateRecord (const Dt3DGraphicalObjectStateRecord &orig) |
| | Copy Constructor.
|
const
Dt3DGraphicalObjectStateRecord & | operator= (const Dt3DGraphicalObjectStateRecord &orig) |
| | Assignment Operator.
|
| virtual | ~Dt3DGraphicalObjectStateRecord () |
| | Destructor.
|
| virtual void | setOffset (const DtVector &pos) |
| | Set/Get the offset.
|
| virtual const DtVector & | offset () const |
| virtual void | setColor (int r, int g, int b, int a) |
| | Set/Get the color.
|
| virtual void | getColor (int &r, int &g, int &b, int &a) const |
| virtual void | setFillPattern (int pattern) |
| | Set/Get the fill pattern.
|
| virtual int | fillPattern () const |
| virtual void | setFlashing (bool yesNo) |
| | Set/Get flashing.
|
| virtual bool | flashing () const |
| virtual void | setForceType (DtForceType forceType) |
| | Set/Get force the object is associated with.
|
| virtual DtForceType | forceType () const |
| virtual void | setProjected (bool yesNo) |
| | Set/Get projected.
|
| virtual bool | projected () const |
| virtual void | setBound2D (bool yesNo) |
| | Set/Get Bound 2D.
|
| virtual bool | bound2D () const |
| virtual bool | setNumberOfApplicationIds (int newNumberOfAppIds) |
| virtual int | numberOfApplicationIds () const |
| virtual bool | setApplicationId (int index, const DtGlobalObjectDesignator &subID) |
| virtual bool | getApplicationId (int index, DtGlobalObjectDesignator &subID) const |
| virtual bool | setNumberOfAttachments (int newNumberOfAppIds) |
| virtual int | numberOfAttachments () const |
| virtual bool | setAttachment (int index, const DtAttachmentDescriptor &desc, const DtGlobalObjectDesignator &attachId) |
| virtual bool | getAttachment (int index, DtAttachmentDescriptor &desc, DtGlobalObjectDesignator &attachId) const |
| virtual bool | setNumberOfParentOverlays (int newNumberOfParentOverlays) |
| virtual int | numberOfParentOverlays () const |
| virtual bool | setParentOverlay (int index, const DtString &name) |
| virtual bool | getParentOverlay (int index, DtString &name) const |
| virtual void | setLabel (const DtString &label) |
| | Set/Get Label.
|
| virtual const DtString & | label () const |
| virtual void | setUserData (const char *data, int length) |
| | Set/Get user data.
|
| virtual const char * | userData (int *length=0) const |
const
DtNet3DGraphicalObjectStateRecord * | objectNetRep () const |
| | returns the network representation of the environmental record
|
| DtNet3DGraphicalObjectStateRecord * | objectNetRep () |