Class MovieTrackingDopesheet
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.MovieTrackingDopesheet
-
public class MovieTrackingDopesheet extends CFacade
Generated facet for DNA struct type 'MovieTrackingDopesheet'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field 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.-
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 MovieTrackingDopesheet(long __address, Block __block, BlockTable __blockTable)
protected
MovieTrackingDopesheet(MovieTrackingDopesheet that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.-
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 MovieTrackingDopesheet.It is required when allocating a new block to store data for MovieTrackingDopesheet.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__ok
public static final long[] __DNA__FIELD__ok
Field descriptor (offset) for struct member 'ok'.Field Documentation
Blender Source Code
Flag if dopesheet information is still relevant.
Pointer Arithmetics
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});
Metadata
- Field: 'ok'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__sort_method
public static final long[] __DNA__FIELD__sort_method
Field descriptor (offset) for struct member 'sort_method'.Field Documentation
Blender Python API
Method to be used to sort channels in dopesheet viewBlender Source Code
Method to be used to sort tracks.
Pointer Arithmetics
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});
Metadata
- Field: 'sort_method'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Field Documentation
Blender Source Code
Dopesheet building flag such as inverted order of sort.
Pointer Arithmetics
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});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__coverage_segments
public static final long[] __DNA__FIELD__coverage_segments
Field descriptor (offset) for struct member 'coverage_segments'.Field Documentation
Blender Source Code
** runtime stuff ** summary
Pointer Arithmetics
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});
Metadata
- Field: 'coverage_segments'
- Signature: 'ListBase'
- Actual Size (32bit/64bit): 8/16
-
__DNA__FIELD__channels
public static final long[] __DNA__FIELD__channels
Field descriptor (offset) for struct member 'channels'.Field Documentation
Blender Source Code
detailed
Pointer Arithmetics
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});
Metadata
- Field: 'channels'
- Signature: 'ListBase'
- Actual Size (32bit/64bit): 8/16
-
__DNA__FIELD__tot_channel
public static final long[] __DNA__FIELD__tot_channel
Field descriptor (offset) for struct member 'tot_channel'.Pointer Arithmetics
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});
Metadata
- Field: 'tot_channel'
- Signature: 'int'
- 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:
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});
Metadata
- Field: '_pad'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
MovieTrackingDopesheet
public MovieTrackingDopesheet(long __address, Block __block, BlockTable __blockTable)
-
MovieTrackingDopesheet
protected MovieTrackingDopesheet(MovieTrackingDopesheet that)
-
-
Method Detail
-
getOk
public int getOk() throws java.io.IOException
Get method for struct member 'ok'.Field Documentation
Blender Source Code
Flag if dopesheet information is still relevant.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ok
-
setOk
public void setOk(int ok) throws java.io.IOException
Set method for struct member 'ok'.Field Documentation
Blender Source Code
Flag if dopesheet information is still relevant.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ok
-
getSort_method
public short getSort_method() throws java.io.IOException
Get method for struct member 'sort_method'.Field Documentation
Blender Python API
Method to be used to sort channels in dopesheet viewBlender Source Code
Method to be used to sort tracks.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sort_method
-
setSort_method
public void setSort_method(short sort_method) throws java.io.IOException
Set method for struct member 'sort_method'.Field Documentation
Blender Python API
Method to be used to sort channels in dopesheet viewBlender Source Code
Method to be used to sort tracks.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sort_method
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.Field Documentation
Blender Source Code
Dopesheet building flag such as inverted order of sort.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.Field Documentation
Blender Source Code
Dopesheet building flag such as inverted order of sort.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getCoverage_segments
public ListBase getCoverage_segments() throws java.io.IOException
Get method for struct member 'coverage_segments'.Field Documentation
Blender Source Code
** runtime stuff ** summary
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__coverage_segments
-
setCoverage_segments
public void setCoverage_segments(ListBase coverage_segments) throws java.io.IOException
Set method for struct member 'coverage_segments'.Field Documentation
Blender Source Code
** runtime stuff ** summary
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__coverage_segments
-
getChannels
public ListBase getChannels() throws java.io.IOException
Get method for struct member 'channels'.Field Documentation
Blender Source Code
detailed
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__channels
-
setChannels
public void setChannels(ListBase channels) throws java.io.IOException
Set method for struct member 'channels'.Field Documentation
Blender Source Code
detailed
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__channels
-
getTot_channel
public int getTot_channel() throws java.io.IOException
Get method for struct member 'tot_channel'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tot_channel
-
setTot_channel
public void setTot_channel(int tot_channel) throws java.io.IOException
Set method for struct member 'tot_channel'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tot_channel
-
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
-
__io__addressof
public CPointer<MovieTrackingDopesheet> __io__addressof()
Instantiates a pointer on this instance.
-
-