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___pad0
Field descriptor (offset) for struct member '_pad0'.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__runtime
Field descriptor (offset) for struct member 'runtime'.static long[]
__DNA__FIELD__session_uuid
Field descriptor (offset) for struct member 'session_uuid'.static long[]
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.static long[]
__DNA__FIELD__ui_expand_flag
Field descriptor (offset) for struct member 'ui_expand_flag'.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_pad0()
Get method for struct member '_pad0'.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>
getPrev()
Get method for struct member 'prev'.CPointer<java.lang.Object>
getRuntime()
Get method for struct member 'runtime'.SessionUUID
getSession_uuid()
Get method for struct member 'session_uuid'.int
getType()
Get method for struct member 'type'.short
getUi_expand_flag()
Get method for struct member 'ui_expand_flag'.void
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.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
setPrev(CPointer<ModifierData> prev)
Set method for struct member 'prev'.void
setRuntime(CPointer<java.lang.Object> runtime)
Set method for struct member 'runtime'.void
setSession_uuid(SessionUUID session_uuid)
Set method for struct member 'session_uuid'.void
setType(int type)
Set method for struct member 'type'.void
setUi_expand_flag(short ui_expand_flag)
Set method for struct member 'ui_expand_flag'.-
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___pad0
public static final long[] __DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.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___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad0'
- Signature: 'char[4]'
- 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__ui_expand_flag
public static final long[] __DNA__FIELD__ui_expand_flag
Field descriptor (offset) for struct member 'ui_expand_flag'.Field Documentation
Blender Source Code
An "expand" bit for each of the modifier's (sub)panels (uiPanelDataExpansion ).
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__ui_expand_flag); CPointer<Short> p_ui_expand_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'ui_expand_flag'
- Signature: 'short'
- 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__session_uuid
public static final long[] __DNA__FIELD__session_uuid
Field descriptor (offset) for struct member 'session_uuid'.Field Documentation
Blender Source Code
Runtime field which contains unique identifier of the modifier.
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__session_uuid); CPointer<SessionUUID> p_session_uuid = p.cast(new Class[]{SessionUUID.class});
Metadata
- Field: 'session_uuid'
- Signature: 'SessionUUID'
- Actual Size (32bit/64bit): 8/8
-
__DNA__FIELD__runtime
public static final long[] __DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.Field Documentation
Blender Source Code
Runtime field which contains runtime data which is specific to a modifier 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__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
-
get_pad0
public CArrayFacade<java.lang.Byte> get_pad0() throws java.io.IOException
Get method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
set_pad0
public void set_pad0(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
Set method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
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
-
getUi_expand_flag
public short getUi_expand_flag() throws java.io.IOException
Get method for struct member 'ui_expand_flag'.Field Documentation
Blender Source Code
An "expand" bit for each of the modifier's (sub)panels (uiPanelDataExpansion ).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ui_expand_flag
-
setUi_expand_flag
public void setUi_expand_flag(short ui_expand_flag) throws java.io.IOException
Set method for struct member 'ui_expand_flag'.Field Documentation
Blender Source Code
An "expand" bit for each of the modifier's (sub)panels (uiPanelDataExpansion ).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ui_expand_flag
-
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
-
getSession_uuid
public SessionUUID getSession_uuid() throws java.io.IOException
Get method for struct member 'session_uuid'.Field Documentation
Blender Source Code
Runtime field which contains unique identifier of the modifier.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__session_uuid
-
setSession_uuid
public void setSession_uuid(SessionUUID session_uuid) throws java.io.IOException
Set method for struct member 'session_uuid'.Field Documentation
Blender Source Code
Runtime field which contains unique identifier of the modifier.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__session_uuid
-
getRuntime
public CPointer<java.lang.Object> getRuntime() throws java.io.IOException
Get method for struct member 'runtime'.Field Documentation
Blender Source Code
Runtime field which contains runtime data which is specific to a modifier type.
- 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'.Field Documentation
Blender Source Code
Runtime field which contains runtime data which is specific to a modifier type.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__runtime
-
__io__addressof
public CPointer<ModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-