public class MovieTrackingDopesheet extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__channels
Field descriptor (offset) for struct member 'channels'.
|
static long[] |
__DNA__FIELD__coverage_segments
Field descriptor (offset) for struct member 'coverage_segments'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__ok
Field descriptor (offset) for struct member 'ok'.
|
static long[] |
__DNA__FIELD__sort_method
Field descriptor (offset) for struct member 'sort_method'.
|
static long[] |
__DNA__FIELD__tot_channel
Field descriptor (offset) for struct member 'tot_channel'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieTrackingDopesheet.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieTrackingDopesheet(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieTrackingDopesheet(MovieTrackingDopesheet that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MovieTrackingDopesheet> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
ListBase |
getChannels()
Get method for struct member 'channels'.
|
ListBase |
getCoverage_segments()
Get method for struct member 'coverage_segments'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
int |
getOk()
Get method for struct member 'ok'.
|
short |
getSort_method()
Get method for struct member 'sort_method'.
|
int |
getTot_channel()
Get method for struct member 'tot_channel'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setChannels(ListBase channels)
Set method for struct member 'channels'.
|
void |
setCoverage_segments(ListBase coverage_segments)
Set method for struct member 'coverage_segments'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setOk(int ok)
Set method for struct member 'ok'.
|
void |
setSort_method(short sort_method)
Set method for struct member 'sort_method'.
|
void |
setTot_channel(int tot_channel)
Set method for struct member 'tot_channel'.
|
__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 MovieTrackingDopesheet.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__ok
Flag if dopesheet information is still relevant.
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheet movietrackingdopesheet = ...; CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__ok); CPointer<Integer> p_ok = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sort_method
Method to be used to sort tracks.
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheet movietrackingdopesheet = ...; CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__sort_method); CPointer<Short> p_sort_method = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
Dopesheet building flag such as inverted order of sort.
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheet movietrackingdopesheet = ...; CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__coverage_segments
** runtime stuff ** summary
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheet movietrackingdopesheet = ...; CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__coverage_segments); CPointer<ListBase> p_coverage_segments = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__channels
detailed
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheet movietrackingdopesheet = ...; CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__channels); CPointer<ListBase> p_channels = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__tot_channel
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheet movietrackingdopesheet = ...; CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__tot_channel); CPointer<Integer> p_tot_channel = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheet movietrackingdopesheet = ...; CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public MovieTrackingDopesheet(long __address, Block __block, BlockTable __blockTable)
protected MovieTrackingDopesheet(MovieTrackingDopesheet that)
public int getOk() throws java.io.IOException
Flag if dopesheet information is still relevant.
java.io.IOException
__DNA__FIELD__ok
public void setOk(int ok) throws java.io.IOException
Flag if dopesheet information is still relevant.
java.io.IOException
__DNA__FIELD__ok
public short getSort_method() throws java.io.IOException
Method to be used to sort tracks.
java.io.IOException
__DNA__FIELD__sort_method
public void setSort_method(short sort_method) throws java.io.IOException
Method to be used to sort tracks.
java.io.IOException
__DNA__FIELD__sort_method
public short getFlag() throws java.io.IOException
Dopesheet building flag such as inverted order of sort.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
Dopesheet building flag such as inverted order of sort.
java.io.IOException
__DNA__FIELD__flag
public ListBase getCoverage_segments() throws java.io.IOException
** runtime stuff ** summary
java.io.IOException
__DNA__FIELD__coverage_segments
public void setCoverage_segments(ListBase coverage_segments) throws java.io.IOException
** runtime stuff ** summary
java.io.IOException
__DNA__FIELD__coverage_segments
public ListBase getChannels() throws java.io.IOException
detailed
java.io.IOException
__DNA__FIELD__channels
public void setChannels(ListBase channels) throws java.io.IOException
detailed
java.io.IOException
__DNA__FIELD__channels
public int getTot_channel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tot_channel
public void setTot_channel(int tot_channel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tot_channel
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<MovieTrackingDopesheet> __io__addressof()