public class GpencilModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__error
Field descriptor (offset) for struct member 'error'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
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__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__stackindex
Field descriptor (offset) for struct member 'stackindex'.
|
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 GpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
GpencilModifierData(GpencilModifierData that) |
|
GpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<GpencilModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
get_pad()
Get method for struct member '_pad'.
|
CPointer<java.lang.Byte> |
getError()
Get method for struct member 'error'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
int |
getMode()
Get method for struct member 'mode'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<GpencilModifierData> |
getNext()
Get method for struct member 'next'.
|
CPointer<GpencilModifierData> |
getPrev()
Get method for struct member 'prev'.
|
int |
getStackindex()
Get method for struct member 'stackindex'.
|
int |
getType()
Get method for struct member 'type'.
|
void |
set_pad(short _pad)
Set method for struct member '_pad'.
|
void |
setError(CPointer<java.lang.Byte> error)
Set method for struct member 'error'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setMode(int mode)
Set method for struct member 'mode'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<GpencilModifierData> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<GpencilModifierData> prev)
Set method for struct member 'prev'.
|
void |
setStackindex(int stackindex)
Set method for struct member 'stackindex'.
|
void |
setType(int 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 GpencilModifierData.
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:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__next); CPointer<CPointer<GpencilModifierData>> p_next = p.cast(new Class[]{CPointer.class, GpencilModifierData.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__prev); CPointer<CPointer<GpencilModifierData>> p_prev = p.cast(new Class[]{CPointer.class, GpencilModifierData.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__mode); CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__stackindex
This is how you get a reference on the corresponding field in the struct:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__stackindex); CPointer<Integer> p_stackindex = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = 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:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD___pad); CPointer<Short> p__pad = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__name
MAX_NAME.
This is how you get a reference on the corresponding field in the struct:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__error
This is how you get a reference on the corresponding field in the struct:
GpencilModifierData gpencilmodifierdata = ...; CPointer<Object> p = gpencilmodifierdata.__dna__addressof(GpencilModifierData.__DNA__FIELD__error); CPointer<CPointer<Byte>> p_error = p.cast(new Class[]{CPointer.class, Byte.class});
public GpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected GpencilModifierData(GpencilModifierData that)
public CPointer<GpencilModifierData> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<GpencilModifierData> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<GpencilModifierData> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<GpencilModifierData> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public int getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(int mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public int getStackindex() throws java.io.IOException
java.io.IOException
__DNA__FIELD__stackindex
public void setStackindex(int stackindex) throws java.io.IOException
java.io.IOException
__DNA__FIELD__stackindex
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(short _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
MAX_NAME.
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
MAX_NAME.
java.io.IOException
__DNA__FIELD__name
public CPointer<java.lang.Byte> getError() throws java.io.IOException
java.io.IOException
__DNA__FIELD__error
public void setError(CPointer<java.lang.Byte> error) throws java.io.IOException
java.io.IOException
__DNA__FIELD__error
public CPointer<GpencilModifierData> __io__addressof()