Virtual PhotonicsThe DatabaseWriterFactory type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DatabaseWriterFactory | Initializes a new instance of the DatabaseWriterFactory class |
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 | ||
| GetCollisionInfoDatabaseWriter |
Static method to instantiate correct CollisionInfoDatabaseWriter given a
virtual boundary DatabaseType, path to where to output database and database filename.
| |
| GetCollisionInfoDatabaseWriters |
Static method to provide list of CollisionInfoDatabaseWriters. It calls the method
to instantiate one CollisionInfoDatabaseWriter, GetCollisionInfoDatabaseWriter,
for all elements in the list of virtual boundary DatabaseType.
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetSurfaceVirtualBoundaryDatabaseWriter |
Static method to instantiate correct PhotonDatabaseWriter given a
virtual boundary DatabaseType, path to where to output database and database filename.
| |
| GetSurfaceVirtualBoundaryDatabaseWriters |
Static method to provide a list of PhotonDatabaseWriters. It calls the method
to instantiate one PhotonDatabaseWriter, GetSurfaceVirtualBoundaryDatabaseWriter,
for all elements in the list of virtual boundary DatabaseType.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
See Also