public class MovieClip extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__adt
Field descriptor (offset) for struct member 'adt'.
|
static long[] |
__DNA__FIELD__anim
Field descriptor (offset) for struct member 'anim'.
|
static long[] |
__DNA__FIELD__aspx
Field descriptor (offset) for struct member 'aspx'.
|
static long[] |
__DNA__FIELD__aspy
Field descriptor (offset) for struct member 'aspy'.
|
static long[] |
__DNA__FIELD__cache
Field descriptor (offset) for struct member 'cache'.
|
static long[] |
__DNA__FIELD__colorspace_settings
Field descriptor (offset) for struct member 'colorspace_settings'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frame_offset
Field descriptor (offset) for struct member 'frame_offset'.
|
static long[] |
__DNA__FIELD__gpd
Field descriptor (offset) for struct member 'gpd'.
|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__lastframe
Field descriptor (offset) for struct member 'lastframe'.
|
static long[] |
__DNA__FIELD__lastsize
Field descriptor (offset) for struct member 'lastsize'.
|
static long[] |
__DNA__FIELD__len
Field descriptor (offset) for struct member 'len'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__proxy
Field descriptor (offset) for struct member 'proxy'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.
|
static long[] |
__DNA__FIELD__start_frame
Field descriptor (offset) for struct member 'start_frame'.
|
static long[] |
__DNA__FIELD__tracking
Field descriptor (offset) for struct member 'tracking'.
|
static long[] |
__DNA__FIELD__tracking_context
Field descriptor (offset) for struct member 'tracking_context'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieClip.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieClip(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieClip(MovieClip that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MovieClip> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<AnimData> |
getAdt()
Get method for struct member 'adt'.
|
CPointer<java.lang.Object> |
getAnim()
Get method for struct member 'anim'.
|
float |
getAspx()
Get method for struct member 'aspx'.
|
float |
getAspy()
Get method for struct member 'aspy'.
|
CPointer<java.lang.Object> |
getCache()
Get method for struct member 'cache'.
|
ColorManagedColorspaceSettings |
getColorspace_settings()
Get method for struct member 'colorspace_settings'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getFrame_offset()
Get method for struct member 'frame_offset'.
|
CPointer<bGPdata> |
getGpd()
Get method for struct member 'gpd'.
|
ID |
getId()
Get method for struct member 'id'.
|
int |
getLastframe()
Get method for struct member 'lastframe'.
|
CArrayFacade<java.lang.Integer> |
getLastsize()
Get method for struct member 'lastsize'.
|
int |
getLen()
Get method for struct member 'len'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
MovieClipProxy |
getProxy()
Get method for struct member 'proxy'.
|
MovieClip_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
int |
getSource()
Get method for struct member 'source'.
|
int |
getStart_frame()
Get method for struct member 'start_frame'.
|
CPointer<java.lang.Object> |
getTracking_context()
Get method for struct member 'tracking_context'.
|
MovieTracking |
getTracking()
Get method for struct member 'tracking'.
|
void |
setAdt(CPointer<AnimData> adt)
Set method for struct member 'adt'.
|
void |
setAnim(CPointer<java.lang.Object> anim)
Set method for struct member 'anim'.
|
void |
setAspx(float aspx)
Set method for struct member 'aspx'.
|
void |
setAspy(float aspy)
Set method for struct member 'aspy'.
|
void |
setCache(CPointer<java.lang.Object> cache)
Set method for struct member 'cache'.
|
void |
setColorspace_settings(ColorManagedColorspaceSettings colorspace_settings)
Set method for struct member 'colorspace_settings'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setFrame_offset(int frame_offset)
Set method for struct member 'frame_offset'.
|
void |
setGpd(CPointer<bGPdata> gpd)
Set method for struct member 'gpd'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setLastframe(int lastframe)
Set method for struct member 'lastframe'.
|
void |
setLastsize(CArrayFacade<java.lang.Integer> lastsize)
Set method for struct member 'lastsize'.
|
void |
setLen(int len)
Set method for struct member 'len'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setProxy(MovieClipProxy proxy)
Set method for struct member 'proxy'.
|
void |
setRuntime(MovieClip_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setSource(int source)
Set method for struct member 'source'.
|
void |
setStart_frame(int start_frame)
Set method for struct member 'start_frame'.
|
void |
setTracking_context(CPointer<java.lang.Object> tracking_context)
Set method for struct member 'tracking_context'.
|
void |
setTracking(MovieTracking tracking)
Set method for struct member 'tracking'.
|
__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 MovieClip.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__id
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__adt
Animation data (must be immediately after id for utilities to use it).
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__adt); CPointer<CPointer<AnimData>> p_adt = p.cast(new Class[]{CPointer.class, AnimData.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__source
Sequence
or movie.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__source); CPointer<Integer> p_source = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__lastframe
Last accessed frame number.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__lastframe); CPointer<Integer> p_lastframe = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__lastsize
Size of last accessed frame.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__lastsize); CPointer<CArrayFacade<Integer>> p_lastsize = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__aspx
Display aspect.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__aspx); CPointer<Float> p_aspx = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__aspy
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__aspy); CPointer<Float> p_aspy = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__anim
Movie source data.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__anim); CPointer<CPointer<Object>> p_anim = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__cache
Cache for different stuff, not in file.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__cache); CPointer<CPointer<Object>> p_cache = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__gpd
Grease pencil data.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__gpd); CPointer<CPointer<bGPdata>> p_gpd = p.cast(new Class[]{CPointer.class, bGPdata.class});
public static final long[] __DNA__FIELD__tracking
Data for SfM tracking.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__tracking); CPointer<MovieTracking> p_tracking = p.cast(new Class[]{MovieTracking.class});
public static final long[] __DNA__FIELD__tracking_context
Context of tracking job used to synchronize data like frame-number in SpaceClip
clip user.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__tracking_context); CPointer<CPointer<Object>> p_tracking_context = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__proxy
Proxy to clip data.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__proxy); CPointer<MovieClipProxy> p_proxy = p.cast(new Class[]{MovieClipProxy.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__len
Length of movie.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__len); CPointer<Integer> p_len = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__start_frame
Scene
frame number footage starts playing at affects all data which is associated with a clip such as motion tracking, camera Reconstruction and so.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__start_frame); CPointer<Integer> p_start_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frame_offset
Offset which is adding to a file number when reading frame from a file. affects only a way how scene frame is mapping to a file name and not touches other data associated with a clip.
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__frame_offset); CPointer<Integer> p_frame_offset = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__colorspace_settings
color management
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__colorspace_settings); CPointer<ColorManagedColorspaceSettings> p_colorspace_settings = p.cast(new Class[]{ColorManagedColorspaceSettings.class});
public static final long[] __DNA__FIELD__runtime
This is how you get a reference on the corresponding field in the struct:
MovieClip movieclip = ...; CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__runtime); CPointer<MovieClip_Runtime> p_runtime = p.cast(new Class[]{MovieClip_Runtime.class});
public MovieClip(long __address, Block __block, BlockTable __blockTable)
protected MovieClip(MovieClip that)
public ID getId() throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public void setId(ID id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public CPointer<AnimData> getAdt() throws java.io.IOException
Animation data (must be immediately after id for utilities to use it).
java.io.IOException
__DNA__FIELD__adt
public void setAdt(CPointer<AnimData> adt) throws java.io.IOException
Animation data (must be immediately after id for utilities to use it).
java.io.IOException
__DNA__FIELD__adt
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public int getSource() throws java.io.IOException
Sequence
or movie.
java.io.IOException
__DNA__FIELD__source
public void setSource(int source) throws java.io.IOException
Sequence
or movie.
java.io.IOException
__DNA__FIELD__source
public int getLastframe() throws java.io.IOException
Last accessed frame number.
java.io.IOException
__DNA__FIELD__lastframe
public void setLastframe(int lastframe) throws java.io.IOException
Last accessed frame number.
java.io.IOException
__DNA__FIELD__lastframe
public CArrayFacade<java.lang.Integer> getLastsize() throws java.io.IOException
Size of last accessed frame.
java.io.IOException
__DNA__FIELD__lastsize
public void setLastsize(CArrayFacade<java.lang.Integer> lastsize) throws java.io.IOException
Size of last accessed frame.
java.io.IOException
__DNA__FIELD__lastsize
public float getAspx() throws java.io.IOException
Display aspect.
java.io.IOException
__DNA__FIELD__aspx
public void setAspx(float aspx) throws java.io.IOException
Display aspect.
java.io.IOException
__DNA__FIELD__aspx
public float getAspy() throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspy
public void setAspy(float aspy) throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspy
public CPointer<java.lang.Object> getAnim() throws java.io.IOException
Movie source data.
java.io.IOException
__DNA__FIELD__anim
public void setAnim(CPointer<java.lang.Object> anim) throws java.io.IOException
Movie source data.
java.io.IOException
__DNA__FIELD__anim
public CPointer<java.lang.Object> getCache() throws java.io.IOException
Cache for different stuff, not in file.
java.io.IOException
__DNA__FIELD__cache
public void setCache(CPointer<java.lang.Object> cache) throws java.io.IOException
Cache for different stuff, not in file.
java.io.IOException
__DNA__FIELD__cache
public CPointer<bGPdata> getGpd() throws java.io.IOException
Grease pencil data.
java.io.IOException
__DNA__FIELD__gpd
public void setGpd(CPointer<bGPdata> gpd) throws java.io.IOException
Grease pencil data.
java.io.IOException
__DNA__FIELD__gpd
public MovieTracking getTracking() throws java.io.IOException
Data for SfM tracking.
java.io.IOException
__DNA__FIELD__tracking
public void setTracking(MovieTracking tracking) throws java.io.IOException
Data for SfM tracking.
java.io.IOException
__DNA__FIELD__tracking
public CPointer<java.lang.Object> getTracking_context() throws java.io.IOException
Context of tracking job used to synchronize data like frame-number in SpaceClip
clip user.
java.io.IOException
__DNA__FIELD__tracking_context
public void setTracking_context(CPointer<java.lang.Object> tracking_context) throws java.io.IOException
Context of tracking job used to synchronize data like frame-number in SpaceClip
clip user.
java.io.IOException
__DNA__FIELD__tracking_context
public MovieClipProxy getProxy() throws java.io.IOException
Proxy to clip data.
java.io.IOException
__DNA__FIELD__proxy
public void setProxy(MovieClipProxy proxy) throws java.io.IOException
Proxy to clip data.
java.io.IOException
__DNA__FIELD__proxy
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public int getLen() throws java.io.IOException
Length of movie.
java.io.IOException
__DNA__FIELD__len
public void setLen(int len) throws java.io.IOException
Length of movie.
java.io.IOException
__DNA__FIELD__len
public int getStart_frame() throws java.io.IOException
Scene
frame number footage starts playing at affects all data which is associated with a clip such as motion tracking, camera Reconstruction and so.
java.io.IOException
__DNA__FIELD__start_frame
public void setStart_frame(int start_frame) throws java.io.IOException
Scene
frame number footage starts playing at affects all data which is associated with a clip such as motion tracking, camera Reconstruction and so.
java.io.IOException
__DNA__FIELD__start_frame
public int getFrame_offset() throws java.io.IOException
Offset which is adding to a file number when reading frame from a file. affects only a way how scene frame is mapping to a file name and not touches other data associated with a clip.
java.io.IOException
__DNA__FIELD__frame_offset
public void setFrame_offset(int frame_offset) throws java.io.IOException
Offset which is adding to a file number when reading frame from a file. affects only a way how scene frame is mapping to a file name and not touches other data associated with a clip.
java.io.IOException
__DNA__FIELD__frame_offset
public ColorManagedColorspaceSettings getColorspace_settings() throws java.io.IOException
color management
java.io.IOException
__DNA__FIELD__colorspace_settings
public void setColorspace_settings(ColorManagedColorspaceSettings colorspace_settings) throws java.io.IOException
color management
java.io.IOException
__DNA__FIELD__colorspace_settings
public MovieClip_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(MovieClip_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime