Class OceanModifierData


  • public class OceanModifierData
    extends CFacade
    Generated facet for DNA struct type 'OceanModifierData'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct OceanModifierData.

        It is required when allocating a new block to store data for OceanModifierData.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__modifier

        public static final long[] __DNA__FIELD__modifier
        Field descriptor (offset) for struct member 'modifier'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__modifier);
         CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
         

        Metadata

        • Field: 'modifier'
        • Signature: 'ModifierData'
        • Actual Size (32bit/64bit): 104/120
      • __DNA__FIELD__ocean

        public static final long[] __DNA__FIELD__ocean
        Field descriptor (offset) for struct member 'ocean'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__ocean);
         CPointer<CPointer<Object>> p_ocean = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'ocean'
        • Signature: 'Ocean*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__oceancache

        public static final long[] __DNA__FIELD__oceancache
        Field descriptor (offset) for struct member 'oceancache'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__oceancache);
         CPointer<CPointer<Object>> p_oceancache = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'oceancache'
        • Signature: 'OceanCache*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__resolution

        public static final long[] __DNA__FIELD__resolution
        Field descriptor (offset) for struct member 'resolution'.

        Field Documentation

        Blender Source Code

        Render resolution.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__resolution);
         CPointer<Integer> p_resolution = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'resolution'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__viewport_resolution

        public static final long[] __DNA__FIELD__viewport_resolution
        Field descriptor (offset) for struct member 'viewport_resolution'.

        Field Documentation

        Blender Source Code

        Viewport resolution for the non-render case.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__viewport_resolution);
         CPointer<Integer> p_viewport_resolution = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'viewport_resolution'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__spatial_size

        public static final long[] __DNA__FIELD__spatial_size
        Field descriptor (offset) for struct member 'spatial_size'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__spatial_size);
         CPointer<Integer> p_spatial_size = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'spatial_size'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wind_velocity

        public static final long[] __DNA__FIELD__wind_velocity
        Field descriptor (offset) for struct member 'wind_velocity'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__wind_velocity);
         CPointer<Float> p_wind_velocity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'wind_velocity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__damp

        public static final long[] __DNA__FIELD__damp
        Field descriptor (offset) for struct member 'damp'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__damp);
         CPointer<Float> p_damp = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'damp'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__smallest_wave

        public static final long[] __DNA__FIELD__smallest_wave
        Field descriptor (offset) for struct member 'smallest_wave'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__smallest_wave);
         CPointer<Float> p_smallest_wave = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'smallest_wave'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__depth

        public static final long[] __DNA__FIELD__depth
        Field descriptor (offset) for struct member 'depth'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__depth);
         CPointer<Float> p_depth = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'depth'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wave_alignment

        public static final long[] __DNA__FIELD__wave_alignment
        Field descriptor (offset) for struct member 'wave_alignment'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__wave_alignment);
         CPointer<Float> p_wave_alignment = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'wave_alignment'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wave_direction

        public static final long[] __DNA__FIELD__wave_direction
        Field descriptor (offset) for struct member 'wave_direction'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__wave_direction);
         CPointer<Float> p_wave_direction = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'wave_direction'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__wave_scale

        public static final long[] __DNA__FIELD__wave_scale
        Field descriptor (offset) for struct member 'wave_scale'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__wave_scale);
         CPointer<Float> p_wave_scale = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'wave_scale'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__chop_amount

        public static final long[] __DNA__FIELD__chop_amount
        Field descriptor (offset) for struct member 'chop_amount'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__chop_amount);
         CPointer<Float> p_chop_amount = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'chop_amount'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__foam_coverage

        public static final long[] __DNA__FIELD__foam_coverage
        Field descriptor (offset) for struct member 'foam_coverage'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__foam_coverage);
         CPointer<Float> p_foam_coverage = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'foam_coverage'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__time

        public static final long[] __DNA__FIELD__time
        Field descriptor (offset) for struct member 'time'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__time);
         CPointer<Float> p_time = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'time'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__spectrum

        public static final long[] __DNA__FIELD__spectrum
        Field descriptor (offset) for struct member 'spectrum'.

        Field Documentation

        Blender Source Code

        Spectrum being used.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__spectrum);
         CPointer<Integer> p_spectrum = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'spectrum'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fetch_jonswap

        public static final long[] __DNA__FIELD__fetch_jonswap
        Field descriptor (offset) for struct member 'fetch_jonswap'.

        Field Documentation

        Blender Source Code

        Common JONSWAP parameters. This is the distance from a lee shore, called the fetch, or the distance over which the wind blows with constant velocity.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__fetch_jonswap);
         CPointer<Float> p_fetch_jonswap = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'fetch_jonswap'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sharpen_peak_jonswap

        public static final long[] __DNA__FIELD__sharpen_peak_jonswap
        Field descriptor (offset) for struct member 'sharpen_peak_jonswap'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__sharpen_peak_jonswap);
         CPointer<Float> p_sharpen_peak_jonswap = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sharpen_peak_jonswap'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__bakestart

        public static final long[] __DNA__FIELD__bakestart
        Field descriptor (offset) for struct member 'bakestart'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__bakestart);
         CPointer<Integer> p_bakestart = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'bakestart'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__bakeend

        public static final long[] __DNA__FIELD__bakeend
        Field descriptor (offset) for struct member 'bakeend'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__bakeend);
         CPointer<Integer> p_bakeend = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'bakeend'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__cachepath

        public static final long[] __DNA__FIELD__cachepath
        Field descriptor (offset) for struct member 'cachepath'.

        Field Documentation

        Blender Source Code

        FILE_MAX.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__cachepath);
         CPointer<CArrayFacade<Byte>> p_cachepath = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'cachepath'
        • Signature: 'char[1024]'
        • Actual Size (32bit/64bit): 1024/1024
      • __DNA__FIELD__foamlayername

        public static final long[] __DNA__FIELD__foamlayername
        Field descriptor (offset) for struct member 'foamlayername'.

        Field Documentation

        Blender Source Code

        MAX_CUSTOMDATA_LAYER_NAME.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__foamlayername);
         CPointer<CArrayFacade<Byte>> p_foamlayername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'foamlayername'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__spraylayername

        public static final long[] __DNA__FIELD__spraylayername
        Field descriptor (offset) for struct member 'spraylayername'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__spraylayername);
         CPointer<CArrayFacade<Byte>> p_spraylayername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'spraylayername'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__cached

        public static final long[] __DNA__FIELD__cached
        Field descriptor (offset) for struct member 'cached'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__cached);
         CPointer<Byte> p_cached = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'cached'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__geometry_mode

        public static final long[] __DNA__FIELD__geometry_mode
        Field descriptor (offset) for struct member 'geometry_mode'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__geometry_mode);
         CPointer<Byte> p_geometry_mode = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'geometry_mode'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__flag

        public static final long[] __DNA__FIELD__flag
        Field descriptor (offset) for struct member 'flag'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__flag);
         CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD___pad2

        public static final long[] __DNA__FIELD___pad2
        Field descriptor (offset) for struct member '_pad2'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD___pad2);
         CPointer<Byte> p__pad2 = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: '_pad2'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__repeat_x

        public static final long[] __DNA__FIELD__repeat_x
        Field descriptor (offset) for struct member 'repeat_x'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__repeat_x);
         CPointer<Short> p_repeat_x = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'repeat_x'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__repeat_y

        public static final long[] __DNA__FIELD__repeat_y
        Field descriptor (offset) for struct member 'repeat_y'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__repeat_y);
         CPointer<Short> p_repeat_y = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'repeat_y'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__seed

        public static final long[] __DNA__FIELD__seed
        Field descriptor (offset) for struct member 'seed'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__seed);
         CPointer<Integer> p_seed = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'seed'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__size

        public static final long[] __DNA__FIELD__size
        Field descriptor (offset) for struct member 'size'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__size);
         CPointer<Float> p_size = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'size'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__foam_fade

        public static final long[] __DNA__FIELD__foam_fade
        Field descriptor (offset) for struct member 'foam_fade'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD__foam_fade);
         CPointer<Float> p_foam_fade = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'foam_fade'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad

        public static final long[] __DNA__FIELD___pad
        Field descriptor (offset) for struct member '_pad'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         OceanModifierData oceanmodifierdata = ...;
         CPointer<Object> p = oceanmodifierdata.__dna__addressof(OceanModifierData.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • OceanModifierData

        public OceanModifierData​(long __address,
                                 Block __block,
                                 BlockTable __blockTable)
    • Method Detail

      • getModifier

        public ModifierData getModifier()
                                 throws java.io.IOException
        Get method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • setModifier

        public void setModifier​(ModifierData modifier)
                         throws java.io.IOException
        Set method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • getOcean

        public CPointer<java.lang.Object> getOcean()
                                            throws java.io.IOException
        Get method for struct member 'ocean'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ocean
      • setOcean

        public void setOcean​(CPointer<java.lang.Object> ocean)
                      throws java.io.IOException
        Set method for struct member 'ocean'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ocean
      • getOceancache

        public CPointer<java.lang.Object> getOceancache()
                                                 throws java.io.IOException
        Get method for struct member 'oceancache'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__oceancache
      • setOceancache

        public void setOceancache​(CPointer<java.lang.Object> oceancache)
                           throws java.io.IOException
        Set method for struct member 'oceancache'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__oceancache
      • getResolution

        public int getResolution()
                          throws java.io.IOException
        Get method for struct member 'resolution'.

        Field Documentation

        Blender Source Code

        Render resolution.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__resolution
      • setResolution

        public void setResolution​(int resolution)
                           throws java.io.IOException
        Set method for struct member 'resolution'.

        Field Documentation

        Blender Source Code

        Render resolution.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__resolution
      • getViewport_resolution

        public int getViewport_resolution()
                                   throws java.io.IOException
        Get method for struct member 'viewport_resolution'.

        Field Documentation

        Blender Source Code

        Viewport resolution for the non-render case.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__viewport_resolution
      • setViewport_resolution

        public void setViewport_resolution​(int viewport_resolution)
                                    throws java.io.IOException
        Set method for struct member 'viewport_resolution'.

        Field Documentation

        Blender Source Code

        Viewport resolution for the non-render case.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__viewport_resolution
      • getSpatial_size

        public int getSpatial_size()
                            throws java.io.IOException
        Get method for struct member 'spatial_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spatial_size
      • setSpatial_size

        public void setSpatial_size​(int spatial_size)
                             throws java.io.IOException
        Set method for struct member 'spatial_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spatial_size
      • getWind_velocity

        public float getWind_velocity()
                               throws java.io.IOException
        Get method for struct member 'wind_velocity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wind_velocity
      • setWind_velocity

        public void setWind_velocity​(float wind_velocity)
                              throws java.io.IOException
        Set method for struct member 'wind_velocity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wind_velocity
      • getDamp

        public float getDamp()
                      throws java.io.IOException
        Get method for struct member 'damp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__damp
      • setDamp

        public void setDamp​(float damp)
                     throws java.io.IOException
        Set method for struct member 'damp'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__damp
      • getSmallest_wave

        public float getSmallest_wave()
                               throws java.io.IOException
        Get method for struct member 'smallest_wave'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__smallest_wave
      • setSmallest_wave

        public void setSmallest_wave​(float smallest_wave)
                              throws java.io.IOException
        Set method for struct member 'smallest_wave'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__smallest_wave
      • getDepth

        public float getDepth()
                       throws java.io.IOException
        Get method for struct member 'depth'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__depth
      • setDepth

        public void setDepth​(float depth)
                      throws java.io.IOException
        Set method for struct member 'depth'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__depth
      • getWave_alignment

        public float getWave_alignment()
                                throws java.io.IOException
        Get method for struct member 'wave_alignment'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wave_alignment
      • setWave_alignment

        public void setWave_alignment​(float wave_alignment)
                               throws java.io.IOException
        Set method for struct member 'wave_alignment'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wave_alignment
      • getWave_direction

        public float getWave_direction()
                                throws java.io.IOException
        Get method for struct member 'wave_direction'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wave_direction
      • setWave_direction

        public void setWave_direction​(float wave_direction)
                               throws java.io.IOException
        Set method for struct member 'wave_direction'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wave_direction
      • getWave_scale

        public float getWave_scale()
                            throws java.io.IOException
        Get method for struct member 'wave_scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wave_scale
      • setWave_scale

        public void setWave_scale​(float wave_scale)
                           throws java.io.IOException
        Set method for struct member 'wave_scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wave_scale
      • getChop_amount

        public float getChop_amount()
                             throws java.io.IOException
        Get method for struct member 'chop_amount'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__chop_amount
      • setChop_amount

        public void setChop_amount​(float chop_amount)
                            throws java.io.IOException
        Set method for struct member 'chop_amount'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__chop_amount
      • getFoam_coverage

        public float getFoam_coverage()
                               throws java.io.IOException
        Get method for struct member 'foam_coverage'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__foam_coverage
      • setFoam_coverage

        public void setFoam_coverage​(float foam_coverage)
                              throws java.io.IOException
        Set method for struct member 'foam_coverage'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__foam_coverage
      • getTime

        public float getTime()
                      throws java.io.IOException
        Get method for struct member 'time'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time
      • setTime

        public void setTime​(float time)
                     throws java.io.IOException
        Set method for struct member 'time'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__time
      • getSpectrum

        public int getSpectrum()
                        throws java.io.IOException
        Get method for struct member 'spectrum'.

        Field Documentation

        Blender Source Code

        Spectrum being used.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spectrum
      • setSpectrum

        public void setSpectrum​(int spectrum)
                         throws java.io.IOException
        Set method for struct member 'spectrum'.

        Field Documentation

        Blender Source Code

        Spectrum being used.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spectrum
      • getFetch_jonswap

        public float getFetch_jonswap()
                               throws java.io.IOException
        Get method for struct member 'fetch_jonswap'.

        Field Documentation

        Blender Source Code

        Common JONSWAP parameters. This is the distance from a lee shore, called the fetch, or the distance over which the wind blows with constant velocity.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fetch_jonswap
      • setFetch_jonswap

        public void setFetch_jonswap​(float fetch_jonswap)
                              throws java.io.IOException
        Set method for struct member 'fetch_jonswap'.

        Field Documentation

        Blender Source Code

        Common JONSWAP parameters. This is the distance from a lee shore, called the fetch, or the distance over which the wind blows with constant velocity.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fetch_jonswap
      • getSharpen_peak_jonswap

        public float getSharpen_peak_jonswap()
                                      throws java.io.IOException
        Get method for struct member 'sharpen_peak_jonswap'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sharpen_peak_jonswap
      • setSharpen_peak_jonswap

        public void setSharpen_peak_jonswap​(float sharpen_peak_jonswap)
                                     throws java.io.IOException
        Set method for struct member 'sharpen_peak_jonswap'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sharpen_peak_jonswap
      • getBakestart

        public int getBakestart()
                         throws java.io.IOException
        Get method for struct member 'bakestart'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bakestart
      • setBakestart

        public void setBakestart​(int bakestart)
                          throws java.io.IOException
        Set method for struct member 'bakestart'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bakestart
      • getBakeend

        public int getBakeend()
                       throws java.io.IOException
        Get method for struct member 'bakeend'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bakeend
      • setBakeend

        public void setBakeend​(int bakeend)
                        throws java.io.IOException
        Set method for struct member 'bakeend'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bakeend
      • getCachepath

        public CArrayFacade<java.lang.Byte> getCachepath()
                                                  throws java.io.IOException
        Get method for struct member 'cachepath'.

        Field Documentation

        Blender Source Code

        FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cachepath
      • setCachepath

        public void setCachepath​(CArrayFacade<java.lang.Byte> cachepath)
                          throws java.io.IOException
        Set method for struct member 'cachepath'.

        Field Documentation

        Blender Source Code

        FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cachepath
      • getFoamlayername

        public CArrayFacade<java.lang.Byte> getFoamlayername()
                                                      throws java.io.IOException
        Get method for struct member 'foamlayername'.

        Field Documentation

        Blender Source Code

        MAX_CUSTOMDATA_LAYER_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__foamlayername
      • setFoamlayername

        public void setFoamlayername​(CArrayFacade<java.lang.Byte> foamlayername)
                              throws java.io.IOException
        Set method for struct member 'foamlayername'.

        Field Documentation

        Blender Source Code

        MAX_CUSTOMDATA_LAYER_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__foamlayername
      • getSpraylayername

        public CArrayFacade<java.lang.Byte> getSpraylayername()
                                                       throws java.io.IOException
        Get method for struct member 'spraylayername'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spraylayername
      • setSpraylayername

        public void setSpraylayername​(CArrayFacade<java.lang.Byte> spraylayername)
                               throws java.io.IOException
        Set method for struct member 'spraylayername'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__spraylayername
      • getCached

        public byte getCached()
                       throws java.io.IOException
        Get method for struct member 'cached'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cached
      • setCached

        public void setCached​(byte cached)
                       throws java.io.IOException
        Set method for struct member 'cached'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cached
      • getGeometry_mode

        public byte getGeometry_mode()
                              throws java.io.IOException
        Get method for struct member 'geometry_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__geometry_mode
      • setGeometry_mode

        public void setGeometry_mode​(byte geometry_mode)
                              throws java.io.IOException
        Set method for struct member 'geometry_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__geometry_mode
      • getFlag

        public byte getFlag()
                     throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(byte flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • get_pad2

        public byte get_pad2()
                      throws java.io.IOException
        Get method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2
      • set_pad2

        public void set_pad2​(byte _pad2)
                      throws java.io.IOException
        Set method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2
      • getRepeat_x

        public short getRepeat_x()
                          throws java.io.IOException
        Get method for struct member 'repeat_x'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__repeat_x
      • setRepeat_x

        public void setRepeat_x​(short repeat_x)
                         throws java.io.IOException
        Set method for struct member 'repeat_x'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__repeat_x
      • getRepeat_y

        public short getRepeat_y()
                          throws java.io.IOException
        Get method for struct member 'repeat_y'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__repeat_y
      • setRepeat_y

        public void setRepeat_y​(short repeat_y)
                         throws java.io.IOException
        Set method for struct member 'repeat_y'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__repeat_y
      • getSeed

        public int getSeed()
                    throws java.io.IOException
        Get method for struct member 'seed'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__seed
      • setSeed

        public void setSeed​(int seed)
                     throws java.io.IOException
        Set method for struct member 'seed'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__seed
      • getSize

        public float getSize()
                      throws java.io.IOException
        Get method for struct member 'size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__size
      • setSize

        public void setSize​(float size)
                     throws java.io.IOException
        Set method for struct member 'size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__size
      • getFoam_fade

        public float getFoam_fade()
                           throws java.io.IOException
        Get method for struct member 'foam_fade'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__foam_fade
      • setFoam_fade

        public void setFoam_fade​(float foam_fade)
                          throws java.io.IOException
        Set method for struct member 'foam_fade'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__foam_fade
      • get_pad

        public CArrayFacade<java.lang.Byte> get_pad()
                                             throws java.io.IOException
        Get method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • set_pad

        public void set_pad​(CArrayFacade<java.lang.Byte> _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad