VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfDebugDrawFeature Class Reference

Message used to send draw/delete message from GUI to debugDrawManager. More...

Inheritance diagram for DtIfDebugDrawFeature:
Inheritance graph
[legend]

Public Member Functions

 DtIfDebugDrawFeature ()
 
virtual ~DtIfDebugDrawFeature ()
 
 DtIfDebugDrawFeature (const DtIfDebugDrawFeature &orig)
 
DtIfDebugDrawFeatureoperator= (const DtIfDebugDrawFeature &orig)
 
virtual int type () const
 
virtual DtSimInterfaceContentclone () const
 
virtual void setBoundingBox (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner)
 Set/Get the terrain bounding box (frustum view) More...
 
virtual void boundingBox (DtVector &topLeftCorner, DtVector &topRightCorner, DtVector &bottomLeftCorner, DtVector &bottomRightCorner) const
 
virtual void setDrawPointFeature (bool value)
 Set/Get draw point feature. More...
 
virtual bool drawPointFeature () const
 
virtual void setDeletePointFeature (bool value)
 Set/Get delete point feature. More...
 
virtual bool deletePointFeature () const
 
virtual void setDrawLinearFeature (bool value)
 Set/Get draw linear feature. More...
 
virtual bool drawLinearFeature () const
 
virtual void setDeleteLinearFeature (bool value)
 Set/Get delete linear feature. More...
 
virtual bool deleteLinearFeature () const
 
virtual void setDrawArealFeature (bool value)
 Set/Get draw areal feature. More...
 
virtual bool drawArealFeature () const
 
virtual void setDeleteArealFeature (bool value)
 Set/Get delete areal feature. More...
 
virtual bool deleteArealFeature () const
 
virtual void setQueryString (const DtString &value)
 Set/Get Query string. More...
 
virtual DtString queryString () const
 
virtual void setFeatureOffset (const float value)
 Set/Get Offset string. More...
 
virtual float featureOffset () const
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 
virtual bool setToNet ()
 
virtual void printDataToString (DtString &str)
 
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
 
virtual bool update (const DtSimInterfaceContent *data)
 
virtual charnetRep ()
 
virtual void printContentType (DtString &str)
 
virtual void setUseSessionId (bool yesNo)
 
virtual bool useSessionId () const
 

Static Public Member Functions

static DtSimInterfaceContentcreator ()
 
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
 
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
 
static void setFactory (DtInterfaceContentFactory *factory)
 
static DtInterfaceContentFactoryfactory ()
 
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)
 

Protected Attributes

bool myDrawPointFeature
 
bool myDeletePointFeature
 
bool myDrawLinearFeature
 
bool myDeleteLinearFeature
 
bool myDrawArealFeature
 
bool myDeleteArealFeature
 
DtVector myTopLeftCorner
 
DtVector myTopRightCorner
 
DtVector myBottomLeftCorner
 
DtVector myBottomRightCorner
 
DtString myQueryString
 
double myFeatureOffset
 
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
 
bool myUseSessionId
 

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
 
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
 
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn
 

Detailed Description

Message used to send draw/delete message from GUI to debugDrawManager.

Constructor & Destructor Documentation

DtIfDebugDrawFeature::DtIfDebugDrawFeature ( )
virtual DtIfDebugDrawFeature::~DtIfDebugDrawFeature ( )
virtual
DtIfDebugDrawFeature::DtIfDebugDrawFeature ( const DtIfDebugDrawFeature orig)

Member Function Documentation

DtIfDebugDrawFeature& DtIfDebugDrawFeature::operator= ( const DtIfDebugDrawFeature orig)
virtual int DtIfDebugDrawFeature::type ( ) const
virtual

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfDebugDrawFeature::clone ( ) const
virtual

Implements DtSimInterfaceContent.

virtual void DtIfDebugDrawFeature::setBoundingBox ( DtVector topLeftCorner,
DtVector topRightCorner,
DtVector bottomLeftCorner,
DtVector bottomRightCorner 
)
virtual

Set/Get the terrain bounding box (frustum view)

virtual void DtIfDebugDrawFeature::boundingBox ( DtVector topLeftCorner,
DtVector topRightCorner,
DtVector bottomLeftCorner,
DtVector bottomRightCorner 
) const
virtual
virtual void DtIfDebugDrawFeature::setDrawPointFeature ( bool  value)
virtual

Set/Get draw point feature.

virtual bool DtIfDebugDrawFeature::drawPointFeature ( ) const
virtual
virtual void DtIfDebugDrawFeature::setDeletePointFeature ( bool  value)
virtual

Set/Get delete point feature.

virtual bool DtIfDebugDrawFeature::deletePointFeature ( ) const
virtual
virtual void DtIfDebugDrawFeature::setDrawLinearFeature ( bool  value)
virtual

Set/Get draw linear feature.

virtual bool DtIfDebugDrawFeature::drawLinearFeature ( ) const
virtual
virtual void DtIfDebugDrawFeature::setDeleteLinearFeature ( bool  value)
virtual

Set/Get delete linear feature.

virtual bool DtIfDebugDrawFeature::deleteLinearFeature ( ) const
virtual
virtual void DtIfDebugDrawFeature::setDrawArealFeature ( bool  value)
virtual

Set/Get draw areal feature.

virtual bool DtIfDebugDrawFeature::drawArealFeature ( ) const
virtual
virtual void DtIfDebugDrawFeature::setDeleteArealFeature ( bool  value)
virtual

Set/Get delete areal feature.

virtual bool DtIfDebugDrawFeature::deleteArealFeature ( ) const
virtual
virtual void DtIfDebugDrawFeature::setQueryString ( const DtString value)
virtual

Set/Get Query string.

virtual DtString DtIfDebugDrawFeature::queryString ( ) const
virtual
virtual void DtIfDebugDrawFeature::setFeatureOffset ( const float  value)
virtual

Set/Get Offset string.

virtual float DtIfDebugDrawFeature::featureOffset ( ) const
virtual
virtual int DtIfDebugDrawFeature::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfDebugDrawFeature::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfDebugDrawFeature::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfDebugDrawFeature::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfDebugDrawFeature::creator ( )
static

Member Data Documentation

bool DtIfDebugDrawFeature::myDrawPointFeature
protected
bool DtIfDebugDrawFeature::myDeletePointFeature
protected
bool DtIfDebugDrawFeature::myDrawLinearFeature
protected
bool DtIfDebugDrawFeature::myDeleteLinearFeature
protected
bool DtIfDebugDrawFeature::myDrawArealFeature
protected
bool DtIfDebugDrawFeature::myDeleteArealFeature
protected
DtVector DtIfDebugDrawFeature::myTopLeftCorner
protected
DtVector DtIfDebugDrawFeature::myTopRightCorner
protected
DtVector DtIfDebugDrawFeature::myBottomLeftCorner
protected
DtVector DtIfDebugDrawFeature::myBottomRightCorner
protected
DtString DtIfDebugDrawFeature::myQueryString
protected
double DtIfDebugDrawFeature::myFeatureOffset
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)