Click or drag to resize
DigitalRuneVectorFWriter Class
Writes a VectorF to binary format.
Inheritance Hierarchy
SystemObject
  ContentTypeWriter
    ContentTypeWriterVectorF
      DigitalRune.Mathematics.Content.PipelineVectorFWriter

Namespace: DigitalRune.Mathematics.Content.Pipeline
Assembly: DigitalRune.Mathematics.Content.Pipeline (in DigitalRune.Mathematics.Content.Pipeline.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[ContentTypeWriterAttribute]
public class VectorFWriter : ContentTypeWriter<VectorF>

The VectorFWriter type exposes the following members.

Constructors
  NameDescription
Public methodVectorFWriter
Initializes a new instance of the VectorFWriter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRuntimeReader
Gets the assembly qualified name of the runtime loader for this type.
(Overrides ContentTypeWriter.GetRuntimeReader(TargetPlatform).)
Public methodGetRuntimeType
Gets the assembly qualified name of the runtime target type.
(Overrides ContentTypeWriter.GetRuntimeType(TargetPlatform).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize (Inherited from ContentTypeWriter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodShouldCompressContent (Inherited from ContentTypeWriter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWrite(ContentWriter, Object) (Inherited from ContentTypeWriterVectorF.)
Protected methodWrite(ContentWriter, VectorF)
Compiles a strongly typed object into binary format.
(Overrides ContentTypeWriter.Write(ContentWriter, UTP).)
Top
Properties
  NameDescription
Public propertyCanDeserializeIntoExistingObject (Inherited from ContentTypeWriter.)
Public propertyTargetType (Inherited from ContentTypeWriter.)
Public propertyTypeVersion (Inherited from ContentTypeWriter.)
Top
See Also