Generiert Skalar-Daten-Textur basierend auf den ge-resampelten Daten im gewünschten Textur-Format.
Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Private Function GenerateDataTexture( _ ByVal textureFormat As Format _ ) As Texture |
| C# |
|---|
| private Texture GenerateDataTexture( Format textureFormat ) |
| C++ |
|---|
| private: Texture GenerateDataTexture( Format textureFormat ) sealed |
| J# |
|---|
| private Texture GenerateDataTexture( Format textureFormat ) |
| JScript |
|---|
| private
function GenerateDataTexture( textureFormat : Format ) : Texture |
Parameters
- textureFormat
- Texturformat der zu erstellenden Textur.
Return Value
Generierte Textur.