Click or drag to resize
DigitalRuneVector4DWriter Class
Writes a Vector4D to binary format.
Inheritance Hierarchy
SystemObject
  ContentTypeWriter
    ContentTypeWriterVector4D
      DigitalRune.Mathematics.Content.PipelineVector4DWriter

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 Vector4DWriter : ContentTypeWriter<Vector4D>

The Vector4DWriter type exposes the following members.

Constructors
  NameDescription
Public methodVector4DWriter
Initializes a new instance of the Vector4DWriter 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 ContentTypeWriterVector4D.)
Protected methodWrite(ContentWriter, Vector4D)
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