public class MovieClipScopes extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__frame_height
Field descriptor (offset) for struct member 'frame_height'.
|
static long[] |
__DNA__FIELD__frame_width
Field descriptor (offset) for struct member 'frame_width'.
|
static long[] |
__DNA__FIELD__framenr
Field descriptor (offset) for struct member 'framenr'.
|
static long[] |
__DNA__FIELD__marker
Field descriptor (offset) for struct member 'marker'.
|
static long[] |
__DNA__FIELD__ok
Field descriptor (offset) for struct member 'ok'.
|
static long[] |
__DNA__FIELD__slide_scale
Field descriptor (offset) for struct member 'slide_scale'.
|
static long[] |
__DNA__FIELD__track
Field descriptor (offset) for struct member 'track'.
|
static long[] |
__DNA__FIELD__track_disabled
Field descriptor (offset) for struct member 'track_disabled'.
|
static long[] |
__DNA__FIELD__track_locked
Field descriptor (offset) for struct member 'track_locked'.
|
static long[] |
__DNA__FIELD__track_pos
Field descriptor (offset) for struct member 'track_pos'.
|
static long[] |
__DNA__FIELD__track_preview
Field descriptor (offset) for struct member 'track_preview'.
|
static long[] |
__DNA__FIELD__track_preview_height
Field descriptor (offset) for struct member 'track_preview_height'.
|
static long[] |
__DNA__FIELD__track_search
Field descriptor (offset) for struct member 'track_search'.
|
static long[] |
__DNA__FIELD__undist_marker
Field descriptor (offset) for struct member 'undist_marker'.
|
static long[] |
__DNA__FIELD__use_track_mask
Field descriptor (offset) for struct member 'use_track_mask'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieClipScopes.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieClipScopes(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieClipScopes(MovieClipScopes that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MovieClipScopes> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFrame_height()
Get method for struct member 'frame_height'.
|
int |
getFrame_width()
Get method for struct member 'frame_width'.
|
int |
getFramenr()
Get method for struct member 'framenr'.
|
CPointer<MovieTrackingMarker> |
getMarker()
Get method for struct member 'marker'.
|
short |
getOk()
Get method for struct member 'ok'.
|
CArrayFacade<java.lang.Float> |
getSlide_scale()
Get method for struct member 'slide_scale'.
|
short |
getTrack_disabled()
Get method for struct member 'track_disabled'.
|
short |
getTrack_locked()
Get method for struct member 'track_locked'.
|
CArrayFacade<java.lang.Float> |
getTrack_pos()
Get method for struct member 'track_pos'.
|
int |
getTrack_preview_height()
Get method for struct member 'track_preview_height'.
|
CPointer<java.lang.Object> |
getTrack_preview()
Get method for struct member 'track_preview'.
|
CPointer<java.lang.Object> |
getTrack_search()
Get method for struct member 'track_search'.
|
CPointer<MovieTrackingTrack> |
getTrack()
Get method for struct member 'track'.
|
MovieTrackingMarker |
getUndist_marker()
Get method for struct member 'undist_marker'.
|
short |
getUse_track_mask()
Get method for struct member 'use_track_mask'.
|
void |
setFrame_height(int frame_height)
Set method for struct member 'frame_height'.
|
void |
setFrame_width(int frame_width)
Set method for struct member 'frame_width'.
|
void |
setFramenr(int framenr)
Set method for struct member 'framenr'.
|
void |
setMarker(CPointer<MovieTrackingMarker> marker)
Set method for struct member 'marker'.
|
void |
setOk(short ok)
Set method for struct member 'ok'.
|
void |
setSlide_scale(CArrayFacade<java.lang.Float> slide_scale)
Set method for struct member 'slide_scale'.
|
void |
setTrack_disabled(short track_disabled)
Set method for struct member 'track_disabled'.
|
void |
setTrack_locked(short track_locked)
Set method for struct member 'track_locked'.
|
void |
setTrack_pos(CArrayFacade<java.lang.Float> track_pos)
Set method for struct member 'track_pos'.
|
void |
setTrack_preview_height(int track_preview_height)
Set method for struct member 'track_preview_height'.
|
void |
setTrack_preview(CPointer<java.lang.Object> track_preview)
Set method for struct member 'track_preview'.
|
void |
setTrack_search(CPointer<java.lang.Object> track_search)
Set method for struct member 'track_search'.
|
void |
setTrack(CPointer<MovieTrackingTrack> track)
Set method for struct member 'track'.
|
void |
setUndist_marker(MovieTrackingMarker undist_marker)
Set method for struct member 'undist_marker'.
|
void |
setUse_track_mask(short use_track_mask)
Set method for struct member 'use_track_mask'.
|
__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 MovieClipScopes.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__ok
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__ok); CPointer<Short> p_ok = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__use_track_mask
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__use_track_mask); CPointer<Short> p_use_track_mask = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__track_preview_height
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__track_preview_height); CPointer<Integer> p_track_preview_height = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frame_width
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__frame_width); CPointer<Integer> p_frame_width = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frame_height
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__frame_height); CPointer<Integer> p_frame_height = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__undist_marker
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__undist_marker); CPointer<MovieTrackingMarker> p_undist_marker = p.cast(new Class[]{MovieTrackingMarker.class});
public static final long[] __DNA__FIELD__track_search
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__track_search); CPointer<CPointer<Object>> p_track_search = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__track_preview
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__track_preview); CPointer<CPointer<Object>> p_track_preview = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__track_pos
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__track_pos); CPointer<CArrayFacade<Float>> p_track_pos = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__track_disabled
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__track_disabled); CPointer<Short> p_track_disabled = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__track_locked
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__track_locked); CPointer<Short> p_track_locked = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__framenr
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__framenr); CPointer<Integer> p_framenr = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__track
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__track); CPointer<CPointer<MovieTrackingTrack>> p_track = p.cast(new Class[]{CPointer.class, MovieTrackingTrack.class});
public static final long[] __DNA__FIELD__marker
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__marker); CPointer<CPointer<MovieTrackingMarker>> p_marker = p.cast(new Class[]{CPointer.class, MovieTrackingMarker.class});
public static final long[] __DNA__FIELD__slide_scale
This is how you get a reference on the corresponding field in the struct:
MovieClipScopes movieclipscopes = ...; CPointer<Object> p = movieclipscopes.__dna__addressof(MovieClipScopes.__DNA__FIELD__slide_scale); CPointer<CArrayFacade<Float>> p_slide_scale = p.cast(new Class[]{CArrayFacade.class, Float.class});
public MovieClipScopes(long __address, Block __block, BlockTable __blockTable)
protected MovieClipScopes(MovieClipScopes that)
public short getOk() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public void setOk(short ok) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public short getUse_track_mask() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_track_mask
public void setUse_track_mask(short use_track_mask) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_track_mask
public int getTrack_preview_height() throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_preview_height
public void setTrack_preview_height(int track_preview_height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_preview_height
public int getFrame_width() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_width
public void setFrame_width(int frame_width) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_width
public int getFrame_height() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_height
public void setFrame_height(int frame_height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_height
public MovieTrackingMarker getUndist_marker() throws java.io.IOException
java.io.IOException
__DNA__FIELD__undist_marker
public void setUndist_marker(MovieTrackingMarker undist_marker) throws java.io.IOException
java.io.IOException
__DNA__FIELD__undist_marker
public CPointer<java.lang.Object> getTrack_search() throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_search
public void setTrack_search(CPointer<java.lang.Object> track_search) throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_search
public CPointer<java.lang.Object> getTrack_preview() throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_preview
public void setTrack_preview(CPointer<java.lang.Object> track_preview) throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_preview
public CArrayFacade<java.lang.Float> getTrack_pos() throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_pos
public void setTrack_pos(CArrayFacade<java.lang.Float> track_pos) throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_pos
public short getTrack_disabled() throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_disabled
public void setTrack_disabled(short track_disabled) throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_disabled
public short getTrack_locked() throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_locked
public void setTrack_locked(short track_locked) throws java.io.IOException
java.io.IOException
__DNA__FIELD__track_locked
public int getFramenr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__framenr
public void setFramenr(int framenr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__framenr
public CPointer<MovieTrackingTrack> getTrack() throws java.io.IOException
java.io.IOException
__DNA__FIELD__track
public void setTrack(CPointer<MovieTrackingTrack> track) throws java.io.IOException
java.io.IOException
__DNA__FIELD__track
public CPointer<MovieTrackingMarker> getMarker() throws java.io.IOException
java.io.IOException
__DNA__FIELD__marker
public void setMarker(CPointer<MovieTrackingMarker> marker) throws java.io.IOException
java.io.IOException
__DNA__FIELD__marker
public CArrayFacade<java.lang.Float> getSlide_scale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__slide_scale
public void setSlide_scale(CArrayFacade<java.lang.Float> slide_scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__slide_scale
public CPointer<MovieClipScopes> __io__addressof()