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 | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| FromFile |
Static helper method to simplify reading from file
| |
| FromFileInResources |
Method to read database from file in resources.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetDataPoints |
method to set private _dataPoints to passed in dataPoints
(Inherited from Database T .) | |
Returns a string that represents the current object. (Inherited from |
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