AnimatLab  2
Test
AnimatSim::TypeProperty Class Reference

Class that stores information about types for QueryProperty information. More...

#include <TypeProperty.h>

+ Collaboration diagram for AnimatSim::TypeProperty:

Public Member Functions

 TypeProperty (std::string strName, AnimatPropertyType eType, AnimatPropertyDirection eDirection)
 Default constructor. More...
 
virtual ~TypeProperty ()
 Destructor. More...
 
virtual std::string DirectionName ()
 
virtual std::string TypeName ()
 

Public Attributes

AnimatPropertyDirection m_eDirection
 
AnimatPropertyType m_eType
 
std::string m_strName
 

Detailed Description

Class that stores information about types for QueryProperty information.

Author
dcofer
Date
3/16/2011

Definition at line 35 of file TypeProperty.h.

Constructor & Destructor Documentation

AnimatSim::TypeProperty::TypeProperty ( std::string  strName,
AnimatPropertyType  eType,
AnimatPropertyDirection  eDirection 
)

Default constructor.

Author
dcofer
Date
4/29/2014

Definition at line 18 of file TypeProperty.cpp.

AnimatSim::TypeProperty::~TypeProperty ( )
virtual

Destructor.

Author
dcofer
Date
3/16/2011

Definition at line 31 of file TypeProperty.cpp.


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