public class bAnimVizSettings extends CFacade
Visualization General ------------------
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__path_ac
Field descriptor (offset) for struct member 'path_ac'.
|
static long[] |
__DNA__FIELD__path_bakeflag
Field descriptor (offset) for struct member 'path_bakeflag'.
|
static long[] |
__DNA__FIELD__path_bc
Field descriptor (offset) for struct member 'path_bc'.
|
static long[] |
__DNA__FIELD__path_ef
Field descriptor (offset) for struct member 'path_ef'.
|
static long[] |
__DNA__FIELD__path_sf
Field descriptor (offset) for struct member 'path_sf'.
|
static long[] |
__DNA__FIELD__path_step
Field descriptor (offset) for struct member 'path_step'.
|
static long[] |
__DNA__FIELD__path_type
Field descriptor (offset) for struct member 'path_type'.
|
static long[] |
__DNA__FIELD__path_viewflag
Field descriptor (offset) for struct member 'path_viewflag'.
|
static long[] |
__DNA__FIELD__recalc
Field descriptor (offset) for struct member 'recalc'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bAnimVizSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bAnimVizSettings(bAnimVizSettings that) |
|
bAnimVizSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bAnimVizSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
int |
getPath_ac()
Get method for struct member 'path_ac'.
|
short |
getPath_bakeflag()
Get method for struct member 'path_bakeflag'.
|
int |
getPath_bc()
Get method for struct member 'path_bc'.
|
int |
getPath_ef()
Get method for struct member 'path_ef'.
|
int |
getPath_sf()
Get method for struct member 'path_sf'.
|
short |
getPath_step()
Get method for struct member 'path_step'.
|
short |
getPath_type()
Get method for struct member 'path_type'.
|
short |
getPath_viewflag()
Get method for struct member 'path_viewflag'.
|
short |
getRecalc()
Get method for struct member 'recalc'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setPath_ac(int path_ac)
Set method for struct member 'path_ac'.
|
void |
setPath_bakeflag(short path_bakeflag)
Set method for struct member 'path_bakeflag'.
|
void |
setPath_bc(int path_bc)
Set method for struct member 'path_bc'.
|
void |
setPath_ef(int path_ef)
Set method for struct member 'path_ef'.
|
void |
setPath_sf(int path_sf)
Set method for struct member 'path_sf'.
|
void |
setPath_step(short path_step)
Set method for struct member 'path_step'.
|
void |
setPath_type(short path_type)
Set method for struct member 'path_type'.
|
void |
setPath_viewflag(short path_viewflag)
Set method for struct member 'path_viewflag'.
|
void |
setRecalc(short recalc)
Set method for struct member 'recalc'.
|
__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 bAnimVizSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__recalc
General Settings ------------------eAnimViz_RecalcFlags
.
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__recalc); CPointer<Short> p_recalc = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_type
Motion Path
Settings -------------eMotionPath_Types
.
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_type); CPointer<Short> p_path_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_step
Number of frames between points indicated on the paths.
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_step); CPointer<Short> p_path_step = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_viewflag
eMotionPaths_ViewFlag
.
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_viewflag); CPointer<Short> p_path_viewflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__path_bakeflag
eMotionPaths_BakeFlag
.
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_bakeflag); CPointer<Short> p_path_bakeflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__path_sf
Start and end frames of path-calculation range.
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_sf); CPointer<Integer> p_path_sf = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__path_ef
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_ef); CPointer<Integer> p_path_ef = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__path_bc
Number of frames before/after current frame to show.
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_bc); CPointer<Integer> p_path_bc = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__path_ac
This is how you get a reference on the corresponding field in the struct:
bAnimVizSettings banimvizsettings = ...; CPointer<Object> p = banimvizsettings.__dna__addressof(bAnimVizSettings.__DNA__FIELD__path_ac); CPointer<Integer> p_path_ac = p.cast(new Class[]{Integer.class});
public bAnimVizSettings(long __address, Block __block, BlockTable __blockTable)
protected bAnimVizSettings(bAnimVizSettings that)
public short getRecalc() throws java.io.IOException
General Settings ------------------eAnimViz_RecalcFlags
.
java.io.IOException
__DNA__FIELD__recalc
public void setRecalc(short recalc) throws java.io.IOException
General Settings ------------------eAnimViz_RecalcFlags
.
java.io.IOException
__DNA__FIELD__recalc
public short getPath_type() throws java.io.IOException
Motion Path
Settings -------------eMotionPath_Types
.
java.io.IOException
__DNA__FIELD__path_type
public void setPath_type(short path_type) throws java.io.IOException
Motion Path
Settings -------------eMotionPath_Types
.
java.io.IOException
__DNA__FIELD__path_type
public short getPath_step() throws java.io.IOException
Number of frames between points indicated on the paths.
java.io.IOException
__DNA__FIELD__path_step
public void setPath_step(short path_step) throws java.io.IOException
Number of frames between points indicated on the paths.
java.io.IOException
__DNA__FIELD__path_step
public short getPath_viewflag() throws java.io.IOException
eMotionPaths_ViewFlag
.
java.io.IOException
__DNA__FIELD__path_viewflag
public void setPath_viewflag(short path_viewflag) throws java.io.IOException
eMotionPaths_ViewFlag
.
java.io.IOException
__DNA__FIELD__path_viewflag
public short getPath_bakeflag() throws java.io.IOException
eMotionPaths_BakeFlag
.
java.io.IOException
__DNA__FIELD__path_bakeflag
public void setPath_bakeflag(short path_bakeflag) throws java.io.IOException
eMotionPaths_BakeFlag
.
java.io.IOException
__DNA__FIELD__path_bakeflag
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public int getPath_sf() throws java.io.IOException
Start and end frames of path-calculation range.
java.io.IOException
__DNA__FIELD__path_sf
public void setPath_sf(int path_sf) throws java.io.IOException
Start and end frames of path-calculation range.
java.io.IOException
__DNA__FIELD__path_sf
public int getPath_ef() throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_ef
public void setPath_ef(int path_ef) throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_ef
public int getPath_bc() throws java.io.IOException
Number of frames before/after current frame to show.
java.io.IOException
__DNA__FIELD__path_bc
public void setPath_bc(int path_bc) throws java.io.IOException
Number of frames before/after current frame to show.
java.io.IOException
__DNA__FIELD__path_bc
public int getPath_ac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_ac
public void setPath_ac(int path_ac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__path_ac
public CPointer<bAnimVizSettings> __io__addressof()