Sleeping Wombat GUI  0.100
swGUI
Classes | Macros | Enumerations
TestClasses.h File Reference
#include "swCommonLib/ParameterAnimation/Animation/Animation.h"
#include "swCommonLib/ParameterAnimation/Parameters/DirectPropertyh.h"
#include "swCommonLib/ParameterAnimation/Parameters/PropertyPath.h"
#include "swCommonLib/ParameterAnimation/Parameters/StringPropertyPath.h"
#include <DirectXMath.h>
#include <DirectXPackedVector.h>
#include <string>

Go to the source code of this file.

Classes

struct  Nested2
 
struct  Nested
 
class  TestAnim
 
class  TestInterpolators
 

Macros

#define DEFINE_GET_FIELD(type, name)
 

Enumerations

enum  Methods { Discrete, Linear, Integral }
 

Macro Definition Documentation

#define DEFINE_GET_FIELD (   type,
  name 
)
Value:
template<> \
type& GetField< type >() { return name; }

Enumeration Type Documentation

enum Methods
Enumerator
Discrete 
Linear 
Integral