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

Public Member Functions

 DtAttachmentDescriptor ()
 Default constructor.
 DtAttachmentDescriptor (int vIndex, float percent)
 Constructor.
 DtAttachmentDescriptor (const DtAttachmentDescriptor &orig)
 Copy Constructor.
DtAttachmentDescriptoroperator= (const DtAttachmentDescriptor &orig)
 Assignment Operator.
 DtAttachmentDescriptor (const DtNetAttachmentDescriptor &netDesc)
 Constructs from a network structure.
 operator DtNetAttachmentDescriptor () const
 Cast to a net attachment descriptor.
bool operator== (const DtAttachmentDescriptor &other) const
 Equality/inequality operators.
bool operator!= (const DtAttachmentDescriptor &other) const
virtual void setVertexIndex (int index)
 Set/Get vertex index.
virtual int vertexIndex () const
virtual void setPercentage (float percent)
 Set/Get percentage.
virtual float percentage () const

Protected Attributes

int myVertexIndex
float myPercentage

Constructor & Destructor Documentation

DtAttachmentDescriptor::DtAttachmentDescriptor ( )

Default constructor.

DtAttachmentDescriptor::DtAttachmentDescriptor ( int  vIndex,
float  percent 
)

Constructor.

DtAttachmentDescriptor::DtAttachmentDescriptor ( const DtAttachmentDescriptor orig)

Copy Constructor.

DtAttachmentDescriptor::DtAttachmentDescriptor ( const DtNetAttachmentDescriptor netDesc)

Constructs from a network structure.

Member Function Documentation

DtAttachmentDescriptor& DtAttachmentDescriptor::operator= ( const DtAttachmentDescriptor orig)

Assignment Operator.

DtAttachmentDescriptor::operator DtNetAttachmentDescriptor ( ) const

Cast to a net attachment descriptor.

bool DtAttachmentDescriptor::operator== ( const DtAttachmentDescriptor other) const

Equality/inequality operators.

bool DtAttachmentDescriptor::operator!= ( const DtAttachmentDescriptor other) const
virtual void DtAttachmentDescriptor::setVertexIndex ( int  index)
virtual

Set/Get vertex index.

virtual int DtAttachmentDescriptor::vertexIndex ( ) const
virtual
virtual void DtAttachmentDescriptor::setPercentage ( float  percent)
virtual

Set/Get percentage.

virtual float DtAttachmentDescriptor::percentage ( ) const
virtual

Member Data Documentation

int DtAttachmentDescriptor::myVertexIndex
protected
float DtAttachmentDescriptor::myPercentage
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)