Erstellt und speichert den eigentlichen Volumsdatensatz und dembetreffend nötige Informationen.


The following tables list the members exposed by Volumedata.

Public Constructors

  Name Description
Public method Volumedata Erstellt den Volumsdatensatz und generiert die nötige Volumstextur.
Top

Private Fields

  Name Description
Private field data 3-dimensionales ushort-Array mit dem Dateninhalt.
Private field sizeX Größe des Volumes X-Richtung.
Private field sizeY Größe des Volumes Y-Richtung.
Private field sizeZ Größe des Volumes Z-Richtung.
Private field volumeTexture Volumetexture des Volumes.
Top

Public Properties

  Name Description
Public property SizeX  
Public property SizeY  
Public property SizeZ  
Public property VolumeTexture  
Top

Private Methods

  Name Description
Private method GenerateTexture Erstellt aus den erhaltenen Daten eine
 Copy Code
VolumeTexture
.
Top

See Also