public class MovieTrackingDopesheetChannel extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__max_segment
Field descriptor (offset) for struct member 'max_segment'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__segments
Field descriptor (offset) for struct member 'segments'.
|
static long[] |
__DNA__FIELD__tot_segment
Field descriptor (offset) for struct member 'tot_segment'.
|
static long[] |
__DNA__FIELD__total_frames
Field descriptor (offset) for struct member 'total_frames'.
|
static long[] |
__DNA__FIELD__track
Field descriptor (offset) for struct member 'track'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieTrackingDopesheetChannel.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieTrackingDopesheetChannel(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieTrackingDopesheetChannel(MovieTrackingDopesheetChannel that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MovieTrackingDopesheetChannel> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getMax_segment()
Get method for struct member 'max_segment'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<MovieTrackingDopesheetChannel> |
getNext()
Get method for struct member 'next'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CPointer<MovieTrackingDopesheetChannel> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<java.lang.Integer> |
getSegments()
Get method for struct member 'segments'.
|
int |
getTot_segment()
Get method for struct member 'tot_segment'.
|
int |
getTotal_frames()
Get method for struct member 'total_frames'.
|
CPointer<MovieTrackingTrack> |
getTrack()
Get method for struct member 'track'.
|
void |
setMax_segment(int max_segment)
Set method for struct member 'max_segment'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<MovieTrackingDopesheetChannel> next)
Set method for struct member 'next'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setPrev(CPointer<MovieTrackingDopesheetChannel> prev)
Set method for struct member 'prev'.
|
void |
setSegments(CPointer<java.lang.Integer> segments)
Set method for struct member 'segments'.
|
void |
setTot_segment(int tot_segment)
Set method for struct member 'tot_segment'.
|
void |
setTotal_frames(int total_frames)
Set method for struct member 'total_frames'.
|
void |
setTrack(CPointer<MovieTrackingTrack> track)
Set method for struct member 'track'.
|
__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 MovieTrackingDopesheetChannel.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__next); CPointer<CPointer<MovieTrackingDopesheetChannel>> p_next = p.cast(new Class[]{CPointer.class, MovieTrackingDopesheetChannel.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__prev); CPointer<CPointer<MovieTrackingDopesheetChannel>> p_prev = p.cast(new Class[]{CPointer.class, MovieTrackingDopesheetChannel.class});
public static final long[] __DNA__FIELD__track
motion track for which channel is created
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__track); CPointer<CPointer<MovieTrackingTrack>> p_track = p.cast(new Class[]{CPointer.class, MovieTrackingTrack.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__name
name of channel
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__tot_segment
total number of segments
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__tot_segment); CPointer<Integer> p_tot_segment = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__segments
tracked segments
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__segments); CPointer<CPointer<Integer>> p_segments = p.cast(new Class[]{CPointer.class, Integer.class});
public static final long[] __DNA__FIELD__max_segment
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__max_segment); CPointer<Integer> p_max_segment = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__total_frames
longest segment length and total number of tracked frames
This is how you get a reference on the corresponding field in the struct:
MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...; CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__total_frames); CPointer<Integer> p_total_frames = p.cast(new Class[]{Integer.class});
public MovieTrackingDopesheetChannel(long __address, Block __block, BlockTable __blockTable)
protected MovieTrackingDopesheetChannel(MovieTrackingDopesheetChannel that)
public CPointer<MovieTrackingDopesheetChannel> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<MovieTrackingDopesheetChannel> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<MovieTrackingDopesheetChannel> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<MovieTrackingDopesheetChannel> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<MovieTrackingTrack> getTrack() throws java.io.IOException
motion track for which channel is created
java.io.IOException
__DNA__FIELD__track
public void setTrack(CPointer<MovieTrackingTrack> track) throws java.io.IOException
motion track for which channel is created
java.io.IOException
__DNA__FIELD__track
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
name of channel
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
name of channel
java.io.IOException
__DNA__FIELD__name
public int getTot_segment() throws java.io.IOException
total number of segments
java.io.IOException
__DNA__FIELD__tot_segment
public void setTot_segment(int tot_segment) throws java.io.IOException
total number of segments
java.io.IOException
__DNA__FIELD__tot_segment
public CPointer<java.lang.Integer> getSegments() throws java.io.IOException
tracked segments
java.io.IOException
__DNA__FIELD__segments
public void setSegments(CPointer<java.lang.Integer> segments) throws java.io.IOException
tracked segments
java.io.IOException
__DNA__FIELD__segments
public int getMax_segment() throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_segment
public void setMax_segment(int max_segment) throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_segment
public int getTotal_frames() throws java.io.IOException
longest segment length and total number of tracked frames
java.io.IOException
__DNA__FIELD__total_frames
public void setTotal_frames(int total_frames) throws java.io.IOException
longest segment length and total number of tracked frames
java.io.IOException
__DNA__FIELD__total_frames
public CPointer<MovieTrackingDopesheetChannel> __io__addressof()