public class DecimateModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__defgrp_factor
Field descriptor (offset) for struct member 'defgrp_factor'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__delimit
Field descriptor (offset) for struct member 'delimit'.
|
static long[] |
__DNA__FIELD__face_count
Field descriptor (offset) for struct member 'face_count'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__iter
Field descriptor (offset) for struct member 'iter'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__percent
Field descriptor (offset) for struct member 'percent'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct DecimateModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
DecimateModifierData(DecimateModifierData that) |
|
DecimateModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<DecimateModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAngle()
Get method for struct member 'angle'.
|
float |
getDefgrp_factor()
Get method for struct member 'defgrp_factor'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
byte |
getDelimit()
Get method for struct member 'delimit'.
|
int |
getFace_count()
Get method for struct member 'face_count'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getIter()
Get method for struct member 'iter'.
|
short |
getMode()
Get method for struct member 'mode'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
byte |
getPad()
Get method for struct member 'pad'.
|
float |
getPercent()
Get method for struct member 'percent'.
|
void |
setAngle(float angle)
Set method for struct member 'angle'.
|
void |
setDefgrp_factor(float defgrp_factor)
Set method for struct member 'defgrp_factor'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setDelimit(byte delimit)
Set method for struct member 'delimit'.
|
void |
setFace_count(int face_count)
Set method for struct member 'face_count'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setIter(short iter)
Set method for struct member 'iter'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPad(byte pad)
Set method for struct member 'pad'.
|
void |
setPercent(float percent)
Set method for struct member 'percent'.
|
__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 DecimateModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__percent
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__percent); CPointer<Float> p_percent = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__iter
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__iter); CPointer<Short> p_iter = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__delimit
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__delimit); CPointer<Byte> p_delimit = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__pad); CPointer<Byte> p_pad = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__angle
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__angle); CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__defgrp_name
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__defgrp_factor
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__defgrp_factor); CPointer<Float> p_defgrp_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__face_count
This is how you get a reference on the corresponding field in the struct:
DecimateModifierData decimatemodifierdata = ...; CPointer<Object> p = decimatemodifierdata.__dna__addressof(DecimateModifierData.__DNA__FIELD__face_count); CPointer<Integer> p_face_count = p.cast(new Class[]{Integer.class});
public DecimateModifierData(long __address, Block __block, BlockTable __blockTable)
protected DecimateModifierData(DecimateModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public float getPercent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__percent
public void setPercent(float percent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__percent
public short getIter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public void setIter(short iter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public byte getDelimit() throws java.io.IOException
java.io.IOException
__DNA__FIELD__delimit
public void setDelimit(byte delimit) throws java.io.IOException
java.io.IOException
__DNA__FIELD__delimit
public byte getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(byte pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public float getAngle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public void setAngle(float angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
java.io.IOException
__DNA__FIELD__defgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__defgrp_name
public float getDefgrp_factor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__defgrp_factor
public void setDefgrp_factor(float defgrp_factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__defgrp_factor
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(short mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public int getFace_count() throws java.io.IOException
java.io.IOException
__DNA__FIELD__face_count
public void setFace_count(int face_count) throws java.io.IOException
java.io.IOException
__DNA__FIELD__face_count
public CPointer<DecimateModifierData> __io__addressof()