eMotion
 All Classes Functions Variables Enumerations
In_NeedCategory.h
1 
11 #pragma once
12 #include <vector>
13 
14 #include "B_eInputData.h"
15 #include "Out_NeedCategory.h"
17  public B_eInputData<Out_NeedCategory>
18 {
19 public:
20  In_NeedCategory(void);
21  ~In_NeedCategory(void);
22 
31  bool translateNeedCat(float primary, float secondary, float tertiary);
32 };
33 
bool translateNeedCat(float primary, float secondary, float tertiary)
Definition: In_NeedCategory.cpp:15
Definition: B_eInputData.h:13
Definition: In_NeedCategory.h:16