public class ObjectLineArt extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__crease_threshold
Field descriptor (offset) for struct member 'crease_threshold'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__usage
Field descriptor (offset) for struct member 'usage'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ObjectLineArt.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ObjectLineArt(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ObjectLineArt(ObjectLineArt that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ObjectLineArt> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getCrease_threshold()
Get method for struct member 'crease_threshold'.
|
short |
getFlags()
Get method for struct member 'flags'.
|
short |
getUsage()
Get method for struct member 'usage'.
|
void |
setCrease_threshold(float crease_threshold)
Set method for struct member 'crease_threshold'.
|
void |
setFlags(short flags)
Set method for struct member 'flags'.
|
void |
setUsage(short usage)
Set method for struct member 'usage'.
|
__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 ObjectLineArt.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__usage
This is how you get a reference on the corresponding field in the struct:
ObjectLineArt objectlineart = ...; CPointer<Object> p = objectlineart.__dna__addressof(ObjectLineArt.__DNA__FIELD__usage); CPointer<Short> p_usage = 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:
ObjectLineArt objectlineart = ...; CPointer<Object> p = objectlineart.__dna__addressof(ObjectLineArt.__DNA__FIELD__flags); CPointer<Short> p_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__crease_threshold
if OBJECT_LRT_OWN_CREASE is set
This is how you get a reference on the corresponding field in the struct:
ObjectLineArt objectlineart = ...; CPointer<Object> p = objectlineart.__dna__addressof(ObjectLineArt.__DNA__FIELD__crease_threshold); CPointer<Float> p_crease_threshold = p.cast(new Class[]{Float.class});
public ObjectLineArt(long __address, Block __block, BlockTable __blockTable)
protected ObjectLineArt(ObjectLineArt that)
public short getUsage() throws java.io.IOException
java.io.IOException
__DNA__FIELD__usage
public void setUsage(short usage) throws java.io.IOException
java.io.IOException
__DNA__FIELD__usage
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 float getCrease_threshold() throws java.io.IOException
if OBJECT_LRT_OWN_CREASE is set
java.io.IOException
__DNA__FIELD__crease_threshold
public void setCrease_threshold(float crease_threshold) throws java.io.IOException
if OBJECT_LRT_OWN_CREASE is set
java.io.IOException
__DNA__FIELD__crease_threshold
public CPointer<ObjectLineArt> __io__addressof()