public class DynamicPaintCanvasSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__active_sur
Field descriptor (offset) for struct member 'active_sur'.
|
static long[] |
__DNA__FIELD__dm
Field descriptor (offset) for struct member 'dm'.
|
static long[] |
__DNA__FIELD__error
Field descriptor (offset) for struct member 'error'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pmd
Field descriptor (offset) for struct member 'pmd'.
|
static long[] |
__DNA__FIELD__surfaces
Field descriptor (offset) for struct member 'surfaces'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct DynamicPaintCanvasSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
DynamicPaintCanvasSettings(DynamicPaintCanvasSettings that) |
|
DynamicPaintCanvasSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<DynamicPaintCanvasSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getActive_sur()
Get method for struct member 'active_sur'.
|
CPointer<java.lang.Object> |
getDm()
Get method for struct member 'dm'.
|
CArrayFacade<java.lang.Byte> |
getError()
Get method for struct member 'error'.
|
short |
getFlags()
Get method for struct member 'flags'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CPointer<DynamicPaintModifierData> |
getPmd()
Get method for struct member 'pmd'.
|
ListBase |
getSurfaces()
Get method for struct member 'surfaces'.
|
void |
setActive_sur(short active_sur)
Set method for struct member 'active_sur'.
|
void |
setDm(CPointer<java.lang.Object> dm)
Set method for struct member 'dm'.
|
void |
setError(CArrayFacade<java.lang.Byte> error)
Set method for struct member 'error'.
|
void |
setFlags(short flags)
Set method for struct member 'flags'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setPmd(CPointer<DynamicPaintModifierData> pmd)
Set method for struct member 'pmd'.
|
void |
setSurfaces(ListBase surfaces)
Set method for struct member 'surfaces'.
|
__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 DynamicPaintCanvasSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__pmd
This is how you get a reference on the corresponding field in the struct:
DynamicPaintCanvasSettings dynamicpaintcanvassettings = ...; CPointer<Object> p = dynamicpaintcanvassettings.__dna__addressof(DynamicPaintCanvasSettings.__DNA__FIELD__pmd); CPointer<CPointer<DynamicPaintModifierData>> p_pmd = p.cast(new Class[]{CPointer.class, DynamicPaintModifierData.class});
public static final long[] __DNA__FIELD__dm
This is how you get a reference on the corresponding field in the struct:
DynamicPaintCanvasSettings dynamicpaintcanvassettings = ...; CPointer<Object> p = dynamicpaintcanvassettings.__dna__addressof(DynamicPaintCanvasSettings.__DNA__FIELD__dm); CPointer<CPointer<Object>> p_dm = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__surfaces
This is how you get a reference on the corresponding field in the struct:
DynamicPaintCanvasSettings dynamicpaintcanvassettings = ...; CPointer<Object> p = dynamicpaintcanvassettings.__dna__addressof(DynamicPaintCanvasSettings.__DNA__FIELD__surfaces); CPointer<ListBase> p_surfaces = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__active_sur
This is how you get a reference on the corresponding field in the struct:
DynamicPaintCanvasSettings dynamicpaintcanvassettings = ...; CPointer<Object> p = dynamicpaintcanvassettings.__dna__addressof(DynamicPaintCanvasSettings.__DNA__FIELD__active_sur); CPointer<Short> p_active_sur = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
DynamicPaintCanvasSettings dynamicpaintcanvassettings = ...; CPointer<Object> p = dynamicpaintcanvassettings.__dna__addressof(DynamicPaintCanvasSettings.__DNA__FIELD__flags); CPointer<Short> p_flags = 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:
DynamicPaintCanvasSettings dynamicpaintcanvassettings = ...; CPointer<Object> p = dynamicpaintcanvassettings.__dna__addressof(DynamicPaintCanvasSettings.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__error
This is how you get a reference on the corresponding field in the struct:
DynamicPaintCanvasSettings dynamicpaintcanvassettings = ...; CPointer<Object> p = dynamicpaintcanvassettings.__dna__addressof(DynamicPaintCanvasSettings.__DNA__FIELD__error); CPointer<CArrayFacade<Byte>> p_error = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public DynamicPaintCanvasSettings(long __address, Block __block, BlockTable __blockTable)
protected DynamicPaintCanvasSettings(DynamicPaintCanvasSettings that)
public CPointer<DynamicPaintModifierData> getPmd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pmd
public void setPmd(CPointer<DynamicPaintModifierData> pmd) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pmd
public CPointer<java.lang.Object> getDm() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dm
public void setDm(CPointer<java.lang.Object> dm) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dm
public ListBase getSurfaces() throws java.io.IOException
java.io.IOException
__DNA__FIELD__surfaces
public void setSurfaces(ListBase surfaces) throws java.io.IOException
java.io.IOException
__DNA__FIELD__surfaces
public short getActive_sur() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_sur
public void setActive_sur(short active_sur) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_sur
public short getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(short flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CArrayFacade<java.lang.Byte> getError() throws java.io.IOException
java.io.IOException
__DNA__FIELD__error
public void setError(CArrayFacade<java.lang.Byte> error) throws java.io.IOException
java.io.IOException
__DNA__FIELD__error
public CPointer<DynamicPaintCanvasSettings> __io__addressof()