Class ModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ModifierData
-
public class ModifierData extends CFacade
Generated facet for DNA struct type 'ModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field 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__orig_modifier_data
Field descriptor (offset) for struct member 'orig_modifier_data'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.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 ModifierData.-
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 ModifierData(long __address, Block __block, BlockTable __blockTable)
protected
ModifierData(ModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ModifierData>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
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<ModifierData>
getNext()
Get method for struct member 'next'.CPointer<ModifierData>
getOrig_modifier_data()
Get method for struct member 'orig_modifier_data'.CPointer<ModifierData>
getPrev()
Get method for struct member 'prev'.CPointer<java.lang.Object>
getRuntime()
Get method for struct member 'runtime'.int
getStackindex()
Get method for struct member 'stackindex'.int
getType()
Get method for struct member 'type'.void
set_pad(CArrayFacade<java.lang.Byte> _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<ModifierData> next)
Set method for struct member 'next'.void
setOrig_modifier_data(CPointer<ModifierData> orig_modifier_data)
Set method for struct member 'orig_modifier_data'.void
setPrev(CPointer<ModifierData> prev)
Set method for struct member 'prev'.void
setRuntime(CPointer<java.lang.Object> runtime)
Set method for struct member 'runtime'.void
setStackindex(int stackindex)
Set method for struct member 'stackindex'.void
setType(int type)
Set method for struct member 'type'.-
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 ModifierData.It is required when allocating a new block to store data for ModifierData.
- 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:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__next); CPointer<CPointer<ModifierData>> p_next = p.cast(new Class[]{CPointer.class, ModifierData.class});
Metadata
- Field: 'next'
- Signature: 'ModifierData*'
- 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:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__prev); CPointer<CPointer<ModifierData>> p_prev = p.cast(new Class[]{CPointer.class, ModifierData.class});
Metadata
- Field: 'prev'
- Signature: 'ModifierData*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__type
public static final long[] __DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'type'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__mode
public static final long[] __DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__mode); CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'mode'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__stackindex
public static final long[] __DNA__FIELD__stackindex
Field descriptor (offset) for struct member 'stackindex'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__stackindex); CPointer<Integer> p_stackindex = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'stackindex'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[2]'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__name
public static final long[] __DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.Field Documentation
Blender Source Code
MAX_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__error
public static final long[] __DNA__FIELD__error
Field descriptor (offset) for struct member 'error'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__error); CPointer<CPointer<Byte>> p_error = p.cast(new Class[]{CPointer.class, Byte.class});
Metadata
- Field: 'error'
- Signature: 'char*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__orig_modifier_data
public static final long[] __DNA__FIELD__orig_modifier_data
Field descriptor (offset) for struct member 'orig_modifier_data'.Field Documentation
Blender Source Code
Pointer to a
ModifierData
in the original domain.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__orig_modifier_data); CPointer<CPointer<ModifierData>> p_orig_modifier_data = p.cast(new Class[]{CPointer.class, ModifierData.class});
Metadata
- Field: 'orig_modifier_data'
- Signature: 'ModifierData*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__runtime
public static final long[] __DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ModifierData modifierdata = ...; CPointer<Object> p = modifierdata.__dna__addressof(ModifierData.__DNA__FIELD__runtime); CPointer<CPointer<Object>> p_runtime = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'runtime'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
ModifierData
public ModifierData(long __address, Block __block, BlockTable __blockTable)
-
ModifierData
protected ModifierData(ModifierData that)
-
-
Method Detail
-
getNext
public CPointer<ModifierData> 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<ModifierData> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<ModifierData> 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<ModifierData> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getType
public int getType() throws java.io.IOException
Get method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
setType
public void setType(int type) throws java.io.IOException
Set method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
getMode
public int getMode() throws java.io.IOException
Get method for struct member 'mode'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mode
-
setMode
public void setMode(int mode) throws java.io.IOException
Set method for struct member 'mode'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mode
-
getStackindex
public int getStackindex() throws java.io.IOException
Get method for struct member 'stackindex'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stackindex
-
setStackindex
public void setStackindex(int stackindex) throws java.io.IOException
Set method for struct member 'stackindex'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stackindex
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getName
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
Get method for struct member 'name'.Field Documentation
Blender Source Code
MAX_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__name
-
setName
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
Set method for struct member 'name'.Field Documentation
Blender Source Code
MAX_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__name
-
getError
public CPointer<java.lang.Byte> getError() throws java.io.IOException
Get method for struct member 'error'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__error
-
setError
public void setError(CPointer<java.lang.Byte> error) throws java.io.IOException
Set method for struct member 'error'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__error
-
getOrig_modifier_data
public CPointer<ModifierData> getOrig_modifier_data() throws java.io.IOException
Get method for struct member 'orig_modifier_data'.Field Documentation
Blender Source Code
Pointer to a
ModifierData
in the original domain.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__orig_modifier_data
-
setOrig_modifier_data
public void setOrig_modifier_data(CPointer<ModifierData> orig_modifier_data) throws java.io.IOException
Set method for struct member 'orig_modifier_data'.Field Documentation
Blender Source Code
Pointer to a
ModifierData
in the original domain.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__orig_modifier_data
-
getRuntime
public CPointer<java.lang.Object> getRuntime() throws java.io.IOException
Get method for struct member 'runtime'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__runtime
-
setRuntime
public void setRuntime(CPointer<java.lang.Object> runtime) throws java.io.IOException
Set method for struct member 'runtime'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__runtime
-
__io__addressof
public CPointer<ModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-