Class ModelLoader<T>
Loads a model and does all the error handling for the command line tools.
Note: Do not use this class, internal use only!public abstract class ModelLoader<T>
Type Parameters
T
- Inheritance
-
ModelLoader<T>
- Derived
- Inherited Members
Constructors
ModelLoader(string)
Loads a model and does all the error handling for the command line tools.
Note: Do not use this class, internal use only!protected ModelLoader(string modelName)
Parameters
modelNamestring
Methods
Load(FileInfo)
public T Load(FileInfo modelFile)
Parameters
modelFileFileInfo
Returns
- T
LoadModel(Stream)
protected abstract T LoadModel(Stream modelIn)
Parameters
modelInStream
Returns
- T
Exceptions
- IOException
if the model cannot be read