Package org.blender.dna
Class FreestyleModuleConfig
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.FreestyleModuleConfig
-
public class FreestyleModuleConfig extends CFacade
Generated facet for DNA struct type 'FreestyleModuleConfig'.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__is_displayed
Field descriptor (offset) for struct member 'is_displayed'.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__script
Field descriptor (offset) for struct member 'script'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct FreestyleModuleConfig.-
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 FreestyleModuleConfig(long __address, Block __block, BlockTable __blockTable)
protected
FreestyleModuleConfig(FreestyleModuleConfig that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<FreestyleModuleConfig>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.short
getIs_displayed()
Get method for struct member 'is_displayed'.CPointer<FreestyleModuleConfig>
getNext()
Get method for struct member 'next'.CPointer<FreestyleModuleConfig>
getPrev()
Get method for struct member 'prev'.CPointer<Text>
getScript()
Get method for struct member 'script'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setIs_displayed(short is_displayed)
Set method for struct member 'is_displayed'.void
setNext(CPointer<FreestyleModuleConfig> next)
Set method for struct member 'next'.void
setPrev(CPointer<FreestyleModuleConfig> prev)
Set method for struct member 'prev'.void
setScript(CPointer<Text> script)
Set method for struct member 'script'.-
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 FreestyleModuleConfig.It is required when allocating a new block to store data for FreestyleModuleConfig.
- 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:
FreestyleModuleConfig freestylemoduleconfig = ...; CPointer<Object> p = freestylemoduleconfig.__dna__addressof(FreestyleModuleConfig.__DNA__FIELD__next); CPointer<CPointer<FreestyleModuleConfig>> p_next = p.cast(new Class[]{CPointer.class, FreestyleModuleConfig.class});
Metadata
- Field: 'next'
- Signature: 'FreestyleModuleConfig*'
- 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:
FreestyleModuleConfig freestylemoduleconfig = ...; CPointer<Object> p = freestylemoduleconfig.__dna__addressof(FreestyleModuleConfig.__DNA__FIELD__prev); CPointer<CPointer<FreestyleModuleConfig>> p_prev = p.cast(new Class[]{CPointer.class, FreestyleModuleConfig.class});
Metadata
- Field: 'prev'
- Signature: 'FreestyleModuleConfig*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__script
public static final long[] __DNA__FIELD__script
Field descriptor (offset) for struct member 'script'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
FreestyleModuleConfig freestylemoduleconfig = ...; CPointer<Object> p = freestylemoduleconfig.__dna__addressof(FreestyleModuleConfig.__DNA__FIELD__script); CPointer<CPointer<Text>> p_script = p.cast(new Class[]{CPointer.class, Text.class});
Metadata
- Field: 'script'
- Signature: 'Text*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__is_displayed
public static final long[] __DNA__FIELD__is_displayed
Field descriptor (offset) for struct member 'is_displayed'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
FreestyleModuleConfig freestylemoduleconfig = ...; CPointer<Object> p = freestylemoduleconfig.__dna__addressof(FreestyleModuleConfig.__DNA__FIELD__is_displayed); CPointer<Short> p_is_displayed = p.cast(new Class[]{Short.class});
Metadata
- Field: 'is_displayed'
- 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:
FreestyleModuleConfig freestylemoduleconfig = ...; CPointer<Object> p = freestylemoduleconfig.__dna__addressof(FreestyleModuleConfig.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[6]'
- Actual Size (32bit/64bit): 6/6
-
-
Constructor Detail
-
FreestyleModuleConfig
public FreestyleModuleConfig(long __address, Block __block, BlockTable __blockTable)
-
FreestyleModuleConfig
protected FreestyleModuleConfig(FreestyleModuleConfig that)
-
-
Method Detail
-
getNext
public CPointer<FreestyleModuleConfig> 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<FreestyleModuleConfig> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<FreestyleModuleConfig> 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<FreestyleModuleConfig> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getScript
public CPointer<Text> getScript() throws java.io.IOException
Get method for struct member 'script'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__script
-
setScript
public void setScript(CPointer<Text> script) throws java.io.IOException
Set method for struct member 'script'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__script
-
getIs_displayed
public short getIs_displayed() throws java.io.IOException
Get method for struct member 'is_displayed'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__is_displayed
-
setIs_displayed
public void setIs_displayed(short is_displayed) throws java.io.IOException
Set method for struct member 'is_displayed'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__is_displayed
-
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
-
__io__addressof
public CPointer<FreestyleModuleConfig> __io__addressof()
Instantiates a pointer on this instance.
-
-