Virtual PhotonicsThe pMCDatabase type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
pMCDatabase |
Do not use this overload, it is only for serialization purposes
| |
pMCDatabase(PhotonDatabase, CollisionInfoDatabase) |
Returns an instance of PhotonDatabase
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromFile |
Static helper method to simplify reading from file
| |
FromFileInResources |
Method to read database from file in resources.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetDataPoints |
method to set private _dataPoints to passed in dataPoints
(Inherited from Database T .) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CollisionInfoDatabase |
The underlying CollisionInfoDatabase
| |
DataPoints |
DataPoints is an IEnumerable of Time
(Inherited from Database T .) | |
NumberOfElements |
number of elements in database
(Inherited from Database T .) | |
PhotonDatabase |
The underlying PhotonDatabase
|
See Also