public class NlaStrip extends CFacade
DNA_action_types.h
instead************************************************ NLA - Non-Linear Animation NLA Strips -------------------------------Strip
(strip) A NLA Strip
is a container for the reuse of Action data, defining parameters to control the remapping of the Action data to some destination.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD___pad3
Field descriptor (offset) for struct member '_pad3'.
|
static long[] |
__DNA__FIELD__act
Field descriptor (offset) for struct member 'act'.
|
static long[] |
__DNA__FIELD__actend
Field descriptor (offset) for struct member 'actend'.
|
static long[] |
__DNA__FIELD__actstart
Field descriptor (offset) for struct member 'actstart'.
|
static long[] |
__DNA__FIELD__blendin
Field descriptor (offset) for struct member 'blendin'.
|
static long[] |
__DNA__FIELD__blendmode
Field descriptor (offset) for struct member 'blendmode'.
|
static long[] |
__DNA__FIELD__blendout
Field descriptor (offset) for struct member 'blendout'.
|
static long[] |
__DNA__FIELD__end
Field descriptor (offset) for struct member 'end'.
|
static long[] |
__DNA__FIELD__extendmode
Field descriptor (offset) for struct member 'extendmode'.
|
static long[] |
__DNA__FIELD__fcurves
Field descriptor (offset) for struct member 'fcurves'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__influence
Field descriptor (offset) for struct member 'influence'.
|
static long[] |
__DNA__FIELD__modifiers
Field descriptor (offset) for struct member 'modifiers'.
|
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__orig_strip
Field descriptor (offset) for struct member 'orig_strip'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__repeat
Field descriptor (offset) for struct member 'repeat'.
|
static long[] |
__DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.
|
static long[] |
__DNA__FIELD__speaker_handle
Field descriptor (offset) for struct member 'speaker_handle'.
|
static long[] |
__DNA__FIELD__start
Field descriptor (offset) for struct member 'start'.
|
static long[] |
__DNA__FIELD__strip_time
Field descriptor (offset) for struct member 'strip_time'.
|
static long[] |
__DNA__FIELD__strips
Field descriptor (offset) for struct member 'strips'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NlaStrip.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NlaStrip(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NlaStrip(NlaStrip that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NlaStrip> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
CArrayFacade<java.lang.Byte> |
get_pad2()
Get method for struct member '_pad2'.
|
CPointer<java.lang.Object> |
get_pad3()
Get method for struct member '_pad3'.
|
CPointer<bAction> |
getAct()
Get method for struct member 'act'.
|
float |
getActend()
Get method for struct member 'actend'.
|
float |
getActstart()
Get method for struct member 'actstart'.
|
float |
getBlendin()
Get method for struct member 'blendin'.
|
short |
getBlendmode()
Get method for struct member 'blendmode'.
|
float |
getBlendout()
Get method for struct member 'blendout'.
|
float |
getEnd()
Get method for struct member 'end'.
|
short |
getExtendmode()
Get method for struct member 'extendmode'.
|
ListBase |
getFcurves()
Get method for struct member 'fcurves'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
float |
getInfluence()
Get method for struct member 'influence'.
|
ListBase |
getModifiers()
Get method for struct member 'modifiers'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<NlaStrip> |
getNext()
Get method for struct member 'next'.
|
CPointer<NlaStrip> |
getOrig_strip()
Get method for struct member 'orig_strip'.
|
CPointer<NlaStrip> |
getPrev()
Get method for struct member 'prev'.
|
float |
getRepeat()
Get method for struct member 'repeat'.
|
float |
getScale()
Get method for struct member 'scale'.
|
CPointer<java.lang.Object> |
getSpeaker_handle()
Get method for struct member 'speaker_handle'.
|
float |
getStart()
Get method for struct member 'start'.
|
float |
getStrip_time()
Get method for struct member 'strip_time'.
|
ListBase |
getStrips()
Get method for struct member 'strips'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
set_pad2(CArrayFacade<java.lang.Byte> _pad2)
Set method for struct member '_pad2'.
|
void |
set_pad3(CPointer<java.lang.Object> _pad3)
Set method for struct member '_pad3'.
|
void |
setAct(CPointer<bAction> act)
Set method for struct member 'act'.
|
void |
setActend(float actend)
Set method for struct member 'actend'.
|
void |
setActstart(float actstart)
Set method for struct member 'actstart'.
|
void |
setBlendin(float blendin)
Set method for struct member 'blendin'.
|
void |
setBlendmode(short blendmode)
Set method for struct member 'blendmode'.
|
void |
setBlendout(float blendout)
Set method for struct member 'blendout'.
|
void |
setEnd(float end)
Set method for struct member 'end'.
|
void |
setExtendmode(short extendmode)
Set method for struct member 'extendmode'.
|
void |
setFcurves(ListBase fcurves)
Set method for struct member 'fcurves'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setInfluence(float influence)
Set method for struct member 'influence'.
|
void |
setModifiers(ListBase modifiers)
Set method for struct member 'modifiers'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<NlaStrip> next)
Set method for struct member 'next'.
|
void |
setOrig_strip(CPointer<NlaStrip> orig_strip)
Set method for struct member 'orig_strip'.
|
void |
setPrev(CPointer<NlaStrip> prev)
Set method for struct member 'prev'.
|
void |
setRepeat(float repeat)
Set method for struct member 'repeat'.
|
void |
setScale(float scale)
Set method for struct member 'scale'.
|
void |
setSpeaker_handle(CPointer<java.lang.Object> speaker_handle)
Set method for struct member 'speaker_handle'.
|
void |
setStart(float start)
Set method for struct member 'start'.
|
void |
setStrip_time(float strip_time)
Set method for struct member 'strip_time'.
|
void |
setStrips(ListBase strips)
Set method for struct member 'strips'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
__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 NlaStrip.
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:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__next); CPointer<CPointer<NlaStrip>> p_next = p.cast(new Class[]{CPointer.class, NlaStrip.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__prev); CPointer<CPointer<NlaStrip>> p_prev = p.cast(new Class[]{CPointer.class, NlaStrip.class});
public static final long[] __DNA__FIELD__strips
'Child' strips (used for 'meta' strips).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__strips); CPointer<ListBase> p_strips = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__act
Action that is referenced by this strip (strip is 'user' of the action).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__act); CPointer<CPointer<bAction>> p_act = p.cast(new Class[]{CPointer.class, bAction.class});
public static final long[] __DNA__FIELD__fcurves
TODO: move o.ut?
F-Curves for controlling this strip's influence and timing
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__fcurves); CPointer<ListBase> p_fcurves = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__modifiers
F-Curve modifiers to be applied to the entire strip's referenced F-Curves.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__modifiers); CPointer<ListBase> p_modifiers = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__name
User-Visible Identifier for Strip
- MAX_ID_NAME-2.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__influence
Influence of strip.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__influence); CPointer<Float> p_influence = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__strip_time
Current 'time' within action being used (automatically evaluated, but can be overridden).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__strip_time); CPointer<Float> p_strip_time = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__start
Extents of the strip.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__start); CPointer<Float> p_start = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__end
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__end); CPointer<Float> p_end = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__actstart
Range of the action to use.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__actstart); CPointer<Float> p_actstart = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__actend
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__actend); CPointer<Float> p_actend = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__repeat
The number of times to repeat the action range (only when no F-Curves).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__repeat); CPointer<Float> p_repeat = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scale
The amount the action range is scaled by (only when no F-Curves).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__scale); CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blendin
Strip
blending length (only used when there are no F-Curves).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__blendin); CPointer<Float> p_blendin = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blendout
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__blendout); CPointer<Float> p_blendout = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blendmode
Strip
blending mode (layer-based mixing).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__blendmode); CPointer<Short> p_blendmode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__extendmode
Strip
extrapolation mode (time-based mixing).
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__extendmode); CPointer<Short> p_extendmode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__type
Type of NLA strip.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__speaker_handle
Handle for speaker objects.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__speaker_handle); CPointer<CPointer<Object>> p_speaker_handle = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__flag
Settings.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD___pad2); CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__orig_strip
Pointer to an original NLA strip.
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD__orig_strip); CPointer<CPointer<NlaStrip>> p_orig_strip = p.cast(new Class[]{CPointer.class, NlaStrip.class});
public static final long[] __DNA__FIELD___pad3
This is how you get a reference on the corresponding field in the struct:
NlaStrip nlastrip = ...; CPointer<Object> p = nlastrip.__dna__addressof(NlaStrip.__DNA__FIELD___pad3); CPointer<CPointer<Object>> p__pad3 = p.cast(new Class[]{CPointer.class, Object.class});
public NlaStrip(long __address, Block __block, BlockTable __blockTable)
protected NlaStrip(NlaStrip that)
public CPointer<NlaStrip> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<NlaStrip> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<NlaStrip> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<NlaStrip> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ListBase getStrips() throws java.io.IOException
'Child' strips (used for 'meta' strips).
java.io.IOException
__DNA__FIELD__strips
public void setStrips(ListBase strips) throws java.io.IOException
'Child' strips (used for 'meta' strips).
java.io.IOException
__DNA__FIELD__strips
public CPointer<bAction> getAct() throws java.io.IOException
Action that is referenced by this strip (strip is 'user' of the action).
java.io.IOException
__DNA__FIELD__act
public void setAct(CPointer<bAction> act) throws java.io.IOException
Action that is referenced by this strip (strip is 'user' of the action).
java.io.IOException
__DNA__FIELD__act
public ListBase getFcurves() throws java.io.IOException
TODO: move o.ut?
F-Curves for controlling this strip's influence and timing
java.io.IOException
__DNA__FIELD__fcurves
public void setFcurves(ListBase fcurves) throws java.io.IOException
TODO: move o.ut?
F-Curves for controlling this strip's influence and timing
java.io.IOException
__DNA__FIELD__fcurves
public ListBase getModifiers() throws java.io.IOException
F-Curve modifiers to be applied to the entire strip's referenced F-Curves.
java.io.IOException
__DNA__FIELD__modifiers
public void setModifiers(ListBase modifiers) throws java.io.IOException
F-Curve modifiers to be applied to the entire strip's referenced F-Curves.
java.io.IOException
__DNA__FIELD__modifiers
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
User-Visible Identifier for Strip
- MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
User-Visible Identifier for Strip
- MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__name
public float getInfluence() throws java.io.IOException
Influence of strip.
java.io.IOException
__DNA__FIELD__influence
public void setInfluence(float influence) throws java.io.IOException
Influence of strip.
java.io.IOException
__DNA__FIELD__influence
public float getStrip_time() throws java.io.IOException
Current 'time' within action being used (automatically evaluated, but can be overridden).
java.io.IOException
__DNA__FIELD__strip_time
public void setStrip_time(float strip_time) throws java.io.IOException
Current 'time' within action being used (automatically evaluated, but can be overridden).
java.io.IOException
__DNA__FIELD__strip_time
public float getStart() throws java.io.IOException
Extents of the strip.
java.io.IOException
__DNA__FIELD__start
public void setStart(float start) throws java.io.IOException
Extents of the strip.
java.io.IOException
__DNA__FIELD__start
public float getEnd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public void setEnd(float end) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public float getActstart() throws java.io.IOException
Range of the action to use.
java.io.IOException
__DNA__FIELD__actstart
public void setActstart(float actstart) throws java.io.IOException
Range of the action to use.
java.io.IOException
__DNA__FIELD__actstart
public float getActend() throws java.io.IOException
java.io.IOException
__DNA__FIELD__actend
public void setActend(float actend) throws java.io.IOException
java.io.IOException
__DNA__FIELD__actend
public float getRepeat() throws java.io.IOException
The number of times to repeat the action range (only when no F-Curves).
java.io.IOException
__DNA__FIELD__repeat
public void setRepeat(float repeat) throws java.io.IOException
The number of times to repeat the action range (only when no F-Curves).
java.io.IOException
__DNA__FIELD__repeat
public float getScale() throws java.io.IOException
The amount the action range is scaled by (only when no F-Curves).
java.io.IOException
__DNA__FIELD__scale
public void setScale(float scale) throws java.io.IOException
The amount the action range is scaled by (only when no F-Curves).
java.io.IOException
__DNA__FIELD__scale
public float getBlendin() throws java.io.IOException
Strip
blending length (only used when there are no F-Curves).
java.io.IOException
__DNA__FIELD__blendin
public void setBlendin(float blendin) throws java.io.IOException
Strip
blending length (only used when there are no F-Curves).
java.io.IOException
__DNA__FIELD__blendin
public float getBlendout() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blendout
public void setBlendout(float blendout) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blendout
public short getBlendmode() throws java.io.IOException
Strip
blending mode (layer-based mixing).
java.io.IOException
__DNA__FIELD__blendmode
public void setBlendmode(short blendmode) throws java.io.IOException
Strip
blending mode (layer-based mixing).
java.io.IOException
__DNA__FIELD__blendmode
public short getExtendmode() throws java.io.IOException
Strip
extrapolation mode (time-based mixing).
java.io.IOException
__DNA__FIELD__extendmode
public void setExtendmode(short extendmode) throws java.io.IOException
Strip
extrapolation mode (time-based mixing).
java.io.IOException
__DNA__FIELD__extendmode
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public short getType() throws java.io.IOException
Type of NLA strip.
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
Type of NLA strip.
java.io.IOException
__DNA__FIELD__type
public CPointer<java.lang.Object> getSpeaker_handle() throws java.io.IOException
Handle for speaker objects.
java.io.IOException
__DNA__FIELD__speaker_handle
public void setSpeaker_handle(CPointer<java.lang.Object> speaker_handle) throws java.io.IOException
Handle for speaker objects.
java.io.IOException
__DNA__FIELD__speaker_handle
public int getFlag() throws java.io.IOException
Settings.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Settings.
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Byte> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Byte> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public CPointer<NlaStrip> getOrig_strip() throws java.io.IOException
Pointer to an original NLA strip.
java.io.IOException
__DNA__FIELD__orig_strip
public void setOrig_strip(CPointer<NlaStrip> orig_strip) throws java.io.IOException
Pointer to an original NLA strip.
java.io.IOException
__DNA__FIELD__orig_strip
public CPointer<java.lang.Object> get_pad3() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad3
public void set_pad3(CPointer<java.lang.Object> _pad3) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad3