Package org.blender.dna
Class SequencerScopes
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.SequencerScopes
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__histogram_ibuf
Field descriptor (offset) for struct member 'histogram_ibuf'.static long[]
__DNA__FIELD__reference_ibuf
Field descriptor (offset) for struct member 'reference_ibuf'.static long[]
__DNA__FIELD__sep_waveform_ibuf
Field descriptor (offset) for struct member 'sep_waveform_ibuf'.static long[]
__DNA__FIELD__vector_ibuf
Field descriptor (offset) for struct member 'vector_ibuf'.static long[]
__DNA__FIELD__waveform_ibuf
Field descriptor (offset) for struct member 'waveform_ibuf'.static long[]
__DNA__FIELD__zebra_ibuf
Field descriptor (offset) for struct member 'zebra_ibuf'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct SequencerScopes.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description SequencerScopes(long __address, Block __block, BlockTable __blockTable)
protected
SequencerScopes(SequencerScopes that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<SequencerScopes>
__io__addressof()
Instantiates a pointer on this instance.CPointer<java.lang.Object>
getHistogram_ibuf()
Get method for struct member 'histogram_ibuf'.CPointer<java.lang.Object>
getReference_ibuf()
Get method for struct member 'reference_ibuf'.CPointer<java.lang.Object>
getSep_waveform_ibuf()
Get method for struct member 'sep_waveform_ibuf'.CPointer<java.lang.Object>
getVector_ibuf()
Get method for struct member 'vector_ibuf'.CPointer<java.lang.Object>
getWaveform_ibuf()
Get method for struct member 'waveform_ibuf'.CPointer<java.lang.Object>
getZebra_ibuf()
Get method for struct member 'zebra_ibuf'.void
setHistogram_ibuf(CPointer<java.lang.Object> histogram_ibuf)
Set method for struct member 'histogram_ibuf'.void
setReference_ibuf(CPointer<java.lang.Object> reference_ibuf)
Set method for struct member 'reference_ibuf'.void
setSep_waveform_ibuf(CPointer<java.lang.Object> sep_waveform_ibuf)
Set method for struct member 'sep_waveform_ibuf'.void
setVector_ibuf(CPointer<java.lang.Object> vector_ibuf)
Set method for struct member 'vector_ibuf'.void
setWaveform_ibuf(CPointer<java.lang.Object> waveform_ibuf)
Set method for struct member 'waveform_ibuf'.void
setZebra_ibuf(CPointer<java.lang.Object> zebra_ibuf)
Set method for struct member 'zebra_ibuf'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct SequencerScopes.It is required when allocating a new block to store data for SequencerScopes.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__reference_ibuf
public static final long[] __DNA__FIELD__reference_ibuf
Field descriptor (offset) for struct member 'reference_ibuf'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SequencerScopes sequencerscopes = ...; CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__reference_ibuf); CPointer<CPointer<Object>> p_reference_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'reference_ibuf'
- Signature: 'ImBuf*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__zebra_ibuf
public static final long[] __DNA__FIELD__zebra_ibuf
Field descriptor (offset) for struct member 'zebra_ibuf'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SequencerScopes sequencerscopes = ...; CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__zebra_ibuf); CPointer<CPointer<Object>> p_zebra_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'zebra_ibuf'
- Signature: 'ImBuf*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__waveform_ibuf
public static final long[] __DNA__FIELD__waveform_ibuf
Field descriptor (offset) for struct member 'waveform_ibuf'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SequencerScopes sequencerscopes = ...; CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__waveform_ibuf); CPointer<CPointer<Object>> p_waveform_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'waveform_ibuf'
- Signature: 'ImBuf*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__sep_waveform_ibuf
public static final long[] __DNA__FIELD__sep_waveform_ibuf
Field descriptor (offset) for struct member 'sep_waveform_ibuf'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SequencerScopes sequencerscopes = ...; CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__sep_waveform_ibuf); CPointer<CPointer<Object>> p_sep_waveform_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'sep_waveform_ibuf'
- Signature: 'ImBuf*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__vector_ibuf
public static final long[] __DNA__FIELD__vector_ibuf
Field descriptor (offset) for struct member 'vector_ibuf'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SequencerScopes sequencerscopes = ...; CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__vector_ibuf); CPointer<CPointer<Object>> p_vector_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'vector_ibuf'
- Signature: 'ImBuf*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__histogram_ibuf
public static final long[] __DNA__FIELD__histogram_ibuf
Field descriptor (offset) for struct member 'histogram_ibuf'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SequencerScopes sequencerscopes = ...; CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__histogram_ibuf); CPointer<CPointer<Object>> p_histogram_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'histogram_ibuf'
- Signature: 'ImBuf*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
SequencerScopes
public SequencerScopes(long __address, Block __block, BlockTable __blockTable)
-
SequencerScopes
protected SequencerScopes(SequencerScopes that)
-
-
Method Detail
-
getReference_ibuf
public CPointer<java.lang.Object> getReference_ibuf() throws java.io.IOException
Get method for struct member 'reference_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__reference_ibuf
-
setReference_ibuf
public void setReference_ibuf(CPointer<java.lang.Object> reference_ibuf) throws java.io.IOException
Set method for struct member 'reference_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__reference_ibuf
-
getZebra_ibuf
public CPointer<java.lang.Object> getZebra_ibuf() throws java.io.IOException
Get method for struct member 'zebra_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__zebra_ibuf
-
setZebra_ibuf
public void setZebra_ibuf(CPointer<java.lang.Object> zebra_ibuf) throws java.io.IOException
Set method for struct member 'zebra_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__zebra_ibuf
-
getWaveform_ibuf
public CPointer<java.lang.Object> getWaveform_ibuf() throws java.io.IOException
Get method for struct member 'waveform_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__waveform_ibuf
-
setWaveform_ibuf
public void setWaveform_ibuf(CPointer<java.lang.Object> waveform_ibuf) throws java.io.IOException
Set method for struct member 'waveform_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__waveform_ibuf
-
getSep_waveform_ibuf
public CPointer<java.lang.Object> getSep_waveform_ibuf() throws java.io.IOException
Get method for struct member 'sep_waveform_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sep_waveform_ibuf
-
setSep_waveform_ibuf
public void setSep_waveform_ibuf(CPointer<java.lang.Object> sep_waveform_ibuf) throws java.io.IOException
Set method for struct member 'sep_waveform_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sep_waveform_ibuf
-
getVector_ibuf
public CPointer<java.lang.Object> getVector_ibuf() throws java.io.IOException
Get method for struct member 'vector_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__vector_ibuf
-
setVector_ibuf
public void setVector_ibuf(CPointer<java.lang.Object> vector_ibuf) throws java.io.IOException
Set method for struct member 'vector_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__vector_ibuf
-
getHistogram_ibuf
public CPointer<java.lang.Object> getHistogram_ibuf() throws java.io.IOException
Get method for struct member 'histogram_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__histogram_ibuf
-
setHistogram_ibuf
public void setHistogram_ibuf(CPointer<java.lang.Object> histogram_ibuf) throws java.io.IOException
Set method for struct member 'histogram_ibuf'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__histogram_ibuf
-
__io__addressof
public CPointer<SequencerScopes> __io__addressof()
Instantiates a pointer on this instance.
-
-