VPPhotonDatabaseWriter MembersVirtual Photonics - VTS Library
Virtual Photonics

The PhotonDatabaseWriter type exposes the following members.
Constructors

  NameDescription
Public methodPhotonDatabaseWriter
constructor for photon database writer
Back to Top
Methods

  NameDescription
Public methodClose
Closes the filestream and writes the accompanying .xml
(Inherited from CustomBinaryStreamWriter T .)
Public methodDispose
Closes the file and writes the accompanying .xml
(Inherited from CustomBinaryStreamWriter T .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Inherited from CustomBinaryStreamWriter T .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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.)
Public methodWrite(IEnumerable T )
Writes an enumerable list of data points to the underlying filestream
(Inherited from CustomBinaryStreamWriter T .)
Public methodWrite(T)
Writes a single data point to the underlying filestream
(Inherited from CustomBinaryStreamWriter T .)
Back to Top
Properties

  NameDescription
Public propertyCount
The number of items that have been written
(Inherited from CustomBinaryStreamWriter T .)
Public propertyDatabase
Publicly exposed database for assigning custom parameters (todo: evaluate utility)
(Inherited from DatabaseWriter TDatabase, TElement .)
Public propertyIsOpen
Value to check if the file is open for writing
(Inherited from CustomBinaryStreamWriter T .)
Public propertyPostWriteAction
Optional code that will be run after the database has completed writing (on call to Close() or Dispose())
(Inherited from CustomBinaryStreamWriter T .)
Public propertyPreWriteAction
Optional code that will be run before the database begins writing (after call to Open())
(Inherited from CustomBinaryStreamWriter T .)
Public propertyVirtualBoundaryType
virtual boundary type
Back to Top
See Also