Dummy struct for overloading constructors used in on-the-fly Model instantiations. More...
Public Member Functions | |
| RecastBaseConstructor (int=0) | |
| C++ structs can have constructors. | |
Dummy struct for overloading constructors used in on-the-fly Model instantiations.
RecastBaseConstructor is used to overload the constructor used for on-the-fly Model instantiations. Putting this struct here avoids circular dependencies.
1.7.6.1