Virtual PhotonicsThe CollisionInfoDatabase type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CollisionInfoDatabase |
Do not use this overload, it is only for serialization purposes
| |
CollisionInfoDatabase(Int32) |
Creates an instance of a CollisionInfoDatabase
|
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 |
Static helper method to simplify reading from file
| |
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 | |
---|---|---|
DataPoints |
DataPoints is an IEnumerable of Time
(Inherited from Database T .) | |
NumberOfElements |
number of elements in database
(Inherited from Database T .) | |
NumberOfSubRegions |
The number of "sub-regions" within the tissue
|
See Also