Inheritance diagram for FiftyOne.Pipeline.Math.MathData:
Collaboration diagram for FiftyOne.Pipeline.Math.MathData:
Public Member Functions
|
| ElementDataBase (ILogger< ElementDataBase > logger, IPipeline pipeline)
|
| ElementDataBase (ILogger< ElementDataBase > logger, IPipeline pipeline, IDictionary< string, object > dictionary)
|
|
| DataBase (ILogger< DataBase > logger)
Constructor Creates a DataBase instance with a non-thread-safe, case-insensitive dictionary. More...
|
| DataBase (ILogger< DataBase > logger, IDictionary< string, object > dictionary)
|
virtual IReadOnlyDictionary< string, object >
| AsDictionary ()
Get the data contained in this instance as an IReadOnlyDictionary<TKey, TValue>. More...
|
void
| PopulateFromDictionary (IDictionary< string, object > values)
Use the values in the specified dictionary to populate this data instance. More...
|
Properties
string
| Operation [get, set]
|
|
IPipeline
| Pipeline [get, set]
The IPipeline instance this element data will be associated with. More...
|
|
virtual object
| this[string key] [get, set]
|
|
object
| this[string key] [get, set]
|
|
IPipeline
| Pipeline [get, set]
The IPipeline that this instance was created by More...
|
|
string
| Operation [get, set]
String representation of mathematical operation computed, or zero if none provided. More...
|
double
| Result [get, set]
Result of the mathematical operation. More...
|