1 |
< |
/* |
1 |
> |
/* |
2 |
|
* Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. |
3 |
|
* |
4 |
|
* The University of Notre Dame grants you ("Licensee") a |
76 |
|
|
77 |
|
private: |
78 |
|
char* parseIdealLine(char* readLine, StuntDouble* sd); |
79 |
< |
char *idealName; |
80 |
< |
FILE *inAngFile; |
81 |
< |
FILE *inIdealFile; |
82 |
< |
std::string inAngFileName; |
83 |
< |
std::string inIdealFileName; |
84 |
< |
bool isScanned; |
85 |
< |
|
86 |
< |
double angleTransfer; |
87 |
< |
std::vector<fpos_t*> framePos; |
79 |
> |
std::string angFile; |
80 |
> |
std::string idealName; |
81 |
> |
std::istream* inIdealFile; |
82 |
> |
std::istream* inAngFile; |
83 |
> |
|
84 |
> |
RealType angleTransfer; |
85 |
|
SimInfo *info_; |
86 |
|
}; |
87 |
|
|
88 |
|
} //end namespace oopse |
89 |
< |
#endif |
89 |
> |
#endif |