A FieldInputCreator that retrieves the types of possible input fields from a TypeList type as exported from the parameter. More...
#include <FishField.hpp>
A FieldInputCreator that retrieves the types of possible input fields from a TypeList type as exported from the parameter.
class MyObject : ... { typedef LIST<double, LIST<float> > InputTypes; }; static Ref<TypedFieldInputCreator<MyObject> > MyObjectCreator("Operate/MyObject");
Wizt::TypedFieldInputCreator< FieldVObject >::TypedFieldInputCreator | ( | const VCreatorProperty< ID > & | CreatorProperties, | |
int | quality | |||
) | [inline] |
Constructor.
CreatorProperties | The properties of this creator, it is recommendable to make use of namespace Panthalassia or ProtoOcean. | |
quality | The object's matureness, according to ObjectQuality |