Class Strip
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.Strip
-
public class Strip extends CFacade
Generated facet for DNA struct type 'Strip'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__color_balance
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__colorspace_settings
Field descriptor (offset) for struct member 'colorspace_settings'.static long[]
__DNA__FIELD__crop
Field descriptor (offset) for struct member 'crop'.static long[]
__DNA__FIELD__dir
Field descriptor (offset) for struct member 'dir'.static long[]
__DNA__FIELD__done
Field descriptor (offset) for struct member 'done'.static long[]
__DNA__FIELD__endstill
Field descriptor (offset) for struct member 'endstill'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__proxy
Field descriptor (offset) for struct member 'proxy'.static long[]
__DNA__FIELD__startstill
Field descriptor (offset) for struct member 'startstill'.static long[]
__DNA__FIELD__stripdata
Field descriptor (offset) for struct member 'stripdata'.static long[]
__DNA__FIELD__transform
Field descriptor (offset) for struct member 'transform'.static long[]
__DNA__FIELD__us
Field descriptor (offset) for struct member 'us'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct Strip.-
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 Strip(long __address, Block __block, BlockTable __blockTable)
protected
Strip(Strip that)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CPointer<Strip>
__io__addressof()
Instantiates a pointer on this instance.CPointer<StripColorBalance>
getColor_balance()
Deprecated.DeprecatedColorManagedColorspaceSettings
getColorspace_settings()
Get method for struct member 'colorspace_settings'.CPointer<StripCrop>
getCrop()
Get method for struct member 'crop'.CArrayFacade<java.lang.Byte>
getDir()
Get method for struct member 'dir'.int
getDone()
Get method for struct member 'done'.int
getEndstill()
Get method for struct member 'endstill'.CPointer<Strip>
getNext()
Get method for struct member 'next'.CPointer<Strip>
getPrev()
Get method for struct member 'prev'.CPointer<StripProxy>
getProxy()
Get method for struct member 'proxy'.int
getStartstill()
Get method for struct member 'startstill'.CPointer<StripElem>
getStripdata()
Get method for struct member 'stripdata'.CPointer<StripTransform>
getTransform()
Get method for struct member 'transform'.int
getUs()
Get method for struct member 'us'.void
setColor_balance(CPointer<StripColorBalance> color_balance)
Deprecated.Deprecatedvoid
setColorspace_settings(ColorManagedColorspaceSettings colorspace_settings)
Set method for struct member 'colorspace_settings'.void
setCrop(CPointer<StripCrop> crop)
Set method for struct member 'crop'.void
setDir(CArrayFacade<java.lang.Byte> dir)
Set method for struct member 'dir'.void
setDone(int done)
Set method for struct member 'done'.void
setEndstill(int endstill)
Set method for struct member 'endstill'.void
setNext(CPointer<Strip> next)
Set method for struct member 'next'.void
setPrev(CPointer<Strip> prev)
Set method for struct member 'prev'.void
setProxy(CPointer<StripProxy> proxy)
Set method for struct member 'proxy'.void
setStartstill(int startstill)
Set method for struct member 'startstill'.void
setStripdata(CPointer<StripElem> stripdata)
Set method for struct member 'stripdata'.void
setTransform(CPointer<StripTransform> transform)
Set method for struct member 'transform'.void
setUs(int us)
Set method for struct member 'us'.-
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 Strip.It is required when allocating a new block to store data for Strip.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__next); CPointer<CPointer<Strip>> p_next = p.cast(new Class[]{CPointer.class, Strip.class});
Metadata
- Field: 'next'
- Signature: 'Strip*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__prev); CPointer<CPointer<Strip>> p_prev = p.cast(new Class[]{CPointer.class, Strip.class});
Metadata
- Field: 'prev'
- Signature: 'Strip*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__us
public static final long[] __DNA__FIELD__us
Field descriptor (offset) for struct member 'us'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__us); CPointer<Integer> p_us = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'us'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__done
public static final long[] __DNA__FIELD__done
Field descriptor (offset) for struct member 'done'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__done); CPointer<Integer> p_done = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'done'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__startstill
public static final long[] __DNA__FIELD__startstill
Field descriptor (offset) for struct member 'startstill'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__startstill); CPointer<Integer> p_startstill = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'startstill'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__endstill
public static final long[] __DNA__FIELD__endstill
Field descriptor (offset) for struct member 'endstill'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__endstill); CPointer<Integer> p_endstill = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'endstill'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__stripdata
public static final long[] __DNA__FIELD__stripdata
Field descriptor (offset) for struct member 'stripdata'.Field Documentation
Blender Source Code
Only used as an array in IMAGE sequences(!), and as a 1-element array in MOVIE sequences, NULL for all other strip-types.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__stripdata); CPointer<CPointer<StripElem>> p_stripdata = p.cast(new Class[]{CPointer.class, StripElem.class});
Metadata
- Field: 'stripdata'
- Signature: 'StripElem*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__dir
public static final long[] __DNA__FIELD__dir
Field descriptor (offset) for struct member 'dir'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__dir); CPointer<CArrayFacade<Byte>> p_dir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'dir'
- Signature: 'char[768]'
- Actual Size (32bit/64bit): 768/768
-
__DNA__FIELD__proxy
public static final long[] __DNA__FIELD__proxy
Field descriptor (offset) for struct member 'proxy'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__proxy); CPointer<CPointer<StripProxy>> p_proxy = p.cast(new Class[]{CPointer.class, StripProxy.class});
Metadata
- Field: 'proxy'
- Signature: 'StripProxy*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__crop
public static final long[] __DNA__FIELD__crop
Field descriptor (offset) for struct member 'crop'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__crop); CPointer<CPointer<StripCrop>> p_crop = p.cast(new Class[]{CPointer.class, StripCrop.class});
Metadata
- Field: 'crop'
- Signature: 'StripCrop*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__transform
public static final long[] __DNA__FIELD__transform
Field descriptor (offset) for struct member 'transform'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__transform); CPointer<CPointer<StripTransform>> p_transform = p.cast(new Class[]{CPointer.class, StripTransform.class});
Metadata
- Field: 'transform'
- Signature: 'StripTransform*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__color_balance
public static final long[] __DNA__FIELD__color_balance
Deprecated.DeprecatedPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__color_balance); CPointer<CPointer<StripColorBalance>> p_color_balance = p.cast(new Class[]{CPointer.class, StripColorBalance.class});
Metadata
- Field: 'color_balance'
- Signature: 'StripColorBalance*'
- Actual Size (32bit/64bit): 4/8
Field descriptor (offset) for struct member 'color_balance'.Field Documentation
Blender Source Code
-
__DNA__FIELD__colorspace_settings
public static final long[] __DNA__FIELD__colorspace_settings
Field descriptor (offset) for struct member 'colorspace_settings'.Field Documentation
Blender Source Code
color management
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Strip strip = ...; CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__colorspace_settings); CPointer<ColorManagedColorspaceSettings> p_colorspace_settings = p.cast(new Class[]{ColorManagedColorspaceSettings.class});
Metadata
- Field: 'colorspace_settings'
- Signature: 'ColorManagedColorspaceSettings'
- Actual Size (32bit/64bit): 64/64
-
-
Constructor Detail
-
Strip
public Strip(long __address, Block __block, BlockTable __blockTable)
-
Strip
protected Strip(Strip that)
-
-
Method Detail
-
getNext
public CPointer<Strip> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<Strip> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<Strip> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<Strip> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getUs
public int getUs() throws java.io.IOException
Get method for struct member 'us'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__us
-
setUs
public void setUs(int us) throws java.io.IOException
Set method for struct member 'us'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__us
-
getDone
public int getDone() throws java.io.IOException
Get method for struct member 'done'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__done
-
setDone
public void setDone(int done) throws java.io.IOException
Set method for struct member 'done'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__done
-
getStartstill
public int getStartstill() throws java.io.IOException
Get method for struct member 'startstill'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__startstill
-
setStartstill
public void setStartstill(int startstill) throws java.io.IOException
Set method for struct member 'startstill'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__startstill
-
getEndstill
public int getEndstill() throws java.io.IOException
Get method for struct member 'endstill'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__endstill
-
setEndstill
public void setEndstill(int endstill) throws java.io.IOException
Set method for struct member 'endstill'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__endstill
-
getStripdata
public CPointer<StripElem> getStripdata() throws java.io.IOException
Get method for struct member 'stripdata'.Field Documentation
Blender Source Code
Only used as an array in IMAGE sequences(!), and as a 1-element array in MOVIE sequences, NULL for all other strip-types.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stripdata
-
setStripdata
public void setStripdata(CPointer<StripElem> stripdata) throws java.io.IOException
Set method for struct member 'stripdata'.Field Documentation
Blender Source Code
Only used as an array in IMAGE sequences(!), and as a 1-element array in MOVIE sequences, NULL for all other strip-types.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stripdata
-
getDir
public CArrayFacade<java.lang.Byte> getDir() throws java.io.IOException
Get method for struct member 'dir'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__dir
-
setDir
public void setDir(CArrayFacade<java.lang.Byte> dir) throws java.io.IOException
Set method for struct member 'dir'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__dir
-
getProxy
public CPointer<StripProxy> getProxy() throws java.io.IOException
Get method for struct member 'proxy'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__proxy
-
setProxy
public void setProxy(CPointer<StripProxy> proxy) throws java.io.IOException
Set method for struct member 'proxy'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__proxy
-
getCrop
public CPointer<StripCrop> getCrop() throws java.io.IOException
Get method for struct member 'crop'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__crop
-
setCrop
public void setCrop(CPointer<StripCrop> crop) throws java.io.IOException
Set method for struct member 'crop'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__crop
-
getTransform
public CPointer<StripTransform> getTransform() throws java.io.IOException
Get method for struct member 'transform'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__transform
-
setTransform
public void setTransform(CPointer<StripTransform> transform) throws java.io.IOException
Set method for struct member 'transform'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__transform
-
getColor_balance
public CPointer<StripColorBalance> getColor_balance() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'color_balance'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__color_balance
-
setColor_balance
public void setColor_balance(CPointer<StripColorBalance> color_balance) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'color_balance'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__color_balance
-
getColorspace_settings
public ColorManagedColorspaceSettings getColorspace_settings() throws java.io.IOException
Get method for struct member 'colorspace_settings'.Field Documentation
Blender Source Code
color management
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__colorspace_settings
-
setColorspace_settings
public void setColorspace_settings(ColorManagedColorspaceSettings colorspace_settings) throws java.io.IOException
Set method for struct member 'colorspace_settings'.Field Documentation
Blender Source Code
color management
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__colorspace_settings
-
-