Modifier and Type | Field and 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.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SequencerScopes(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SequencerScopes(SequencerScopes that) |
Modifier and Type | Method and 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'.
|
__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
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for SequencerScopes.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__reference_ibuf
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});
public static final long[] __DNA__FIELD__zebra_ibuf
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});
public static final long[] __DNA__FIELD__waveform_ibuf
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});
public static final long[] __DNA__FIELD__sep_waveform_ibuf
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});
public static final long[] __DNA__FIELD__vector_ibuf
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});
public static final long[] __DNA__FIELD__histogram_ibuf
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});
public SequencerScopes(long __address, Block __block, BlockTable __blockTable)
protected SequencerScopes(SequencerScopes that)
public CPointer<java.lang.Object> getReference_ibuf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_ibuf
public void setReference_ibuf(CPointer<java.lang.Object> reference_ibuf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_ibuf
public CPointer<java.lang.Object> getZebra_ibuf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__zebra_ibuf
public void setZebra_ibuf(CPointer<java.lang.Object> zebra_ibuf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__zebra_ibuf
public CPointer<java.lang.Object> getWaveform_ibuf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__waveform_ibuf
public void setWaveform_ibuf(CPointer<java.lang.Object> waveform_ibuf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__waveform_ibuf
public CPointer<java.lang.Object> getSep_waveform_ibuf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sep_waveform_ibuf
public void setSep_waveform_ibuf(CPointer<java.lang.Object> sep_waveform_ibuf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sep_waveform_ibuf
public CPointer<java.lang.Object> getVector_ibuf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vector_ibuf
public void setVector_ibuf(CPointer<java.lang.Object> vector_ibuf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vector_ibuf
public CPointer<java.lang.Object> getHistogram_ibuf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__histogram_ibuf
public void setHistogram_ibuf(CPointer<java.lang.Object> histogram_ibuf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__histogram_ibuf
public CPointer<SequencerScopes> __io__addressof()