VPDatabaseWriterFactory MembersVirtual Photonics - VTS Library
Virtual Photonics

The DatabaseWriterFactory type exposes the following members.
Constructors

  NameDescription
Public methodDatabaseWriterFactory
Initializes a new instance of the DatabaseWriterFactory class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetCollisionInfoDatabaseWriter
Static method to instantiate correct CollisionInfoDatabaseWriter given a virtual boundary DatabaseType, path to where to output database and database filename.
Public methodStatic memberGetCollisionInfoDatabaseWriters
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.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetSurfaceVirtualBoundaryDatabaseWriter
Static method to instantiate correct PhotonDatabaseWriter given a virtual boundary DatabaseType, path to where to output database and database filename.
Public methodStatic memberGetSurfaceVirtualBoundaryDatabaseWriters
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.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also