public class LodLevel extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__distance
Field descriptor (offset) for struct member 'distance'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__obhysteresis
Field descriptor (offset) for struct member 'obhysteresis'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct LodLevel.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
LodLevel(LodLevel that) |
|
LodLevel(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<LodLevel> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getDistance()
Get method for struct member 'distance'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
CPointer<LodLevel> |
getNext()
Get method for struct member 'next'.
|
int |
getObhysteresis()
Get method for struct member 'obhysteresis'.
|
float |
getPad()
Get method for struct member 'pad'.
|
CPointer<LodLevel> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<BlenderObject> |
getSource()
Get method for struct member 'source'.
|
void |
setDistance(float distance)
Set method for struct member 'distance'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setNext(CPointer<LodLevel> next)
Set method for struct member 'next'.
|
void |
setObhysteresis(int obhysteresis)
Set method for struct member 'obhysteresis'.
|
void |
setPad(float pad)
Set method for struct member 'pad'.
|
void |
setPrev(CPointer<LodLevel> prev)
Set method for struct member 'prev'.
|
void |
setSource(CPointer<BlenderObject> source)
Set method for struct member 'source'.
|
__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 LodLevel.
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:
LodLevel lodlevel = ...; CPointer<Object> p = lodlevel.__dna__addressof(LodLevel.__DNA__FIELD__next); CPointer<CPointer<LodLevel>> p_next = p.cast(new Class[]{CPointer.class, LodLevel.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
LodLevel lodlevel = ...; CPointer<Object> p = lodlevel.__dna__addressof(LodLevel.__DNA__FIELD__prev); CPointer<CPointer<LodLevel>> p_prev = p.cast(new Class[]{CPointer.class, LodLevel.class});
public static final long[] __DNA__FIELD__source
This is how you get a reference on the corresponding field in the struct:
LodLevel lodlevel = ...; CPointer<Object> p = lodlevel.__dna__addressof(LodLevel.__DNA__FIELD__source); CPointer<CPointer<BlenderObject>> p_source = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
LodLevel lodlevel = ...; CPointer<Object> p = lodlevel.__dna__addressof(LodLevel.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__distance
This is how you get a reference on the corresponding field in the struct:
LodLevel lodlevel = ...; CPointer<Object> p = lodlevel.__dna__addressof(LodLevel.__DNA__FIELD__distance); CPointer<Float> p_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
LodLevel lodlevel = ...; CPointer<Object> p = lodlevel.__dna__addressof(LodLevel.__DNA__FIELD__pad); CPointer<Float> p_pad = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__obhysteresis
This is how you get a reference on the corresponding field in the struct:
LodLevel lodlevel = ...; CPointer<Object> p = lodlevel.__dna__addressof(LodLevel.__DNA__FIELD__obhysteresis); CPointer<Integer> p_obhysteresis = p.cast(new Class[]{Integer.class});
public LodLevel(long __address, Block __block, BlockTable __blockTable)
protected LodLevel(LodLevel that)
public CPointer<LodLevel> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<LodLevel> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<LodLevel> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<LodLevel> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<BlenderObject> getSource() throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public void setSource(CPointer<BlenderObject> source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public int getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(int flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public float getDistance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__distance
public void setDistance(float distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__distance
public float getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(float pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public int getObhysteresis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__obhysteresis
public void setObhysteresis(int obhysteresis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__obhysteresis