public class RemeshModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__adaptivity
Field descriptor (offset) for struct member 'adaptivity'.
|
static long[] |
__DNA__FIELD__depth
Field descriptor (offset) for struct member 'depth'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__hermite_num
Field descriptor (offset) for struct member 'hermite_num'.
|
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__scale
Field descriptor (offset) for struct member 'scale'.
|
static long[] |
__DNA__FIELD__threshold
Field descriptor (offset) for struct member 'threshold'.
|
static long[] |
__DNA__FIELD__voxel_size
Field descriptor (offset) for struct member 'voxel_size'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct RemeshModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
RemeshModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
RemeshModifierData(RemeshModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<RemeshModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
get_pad()
Get method for struct member '_pad'.
|
float |
getAdaptivity()
Get method for struct member 'adaptivity'.
|
byte |
getDepth()
Get method for struct member 'depth'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
float |
getHermite_num()
Get method for struct member 'hermite_num'.
|
byte |
getMode()
Get method for struct member 'mode'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
float |
getScale()
Get method for struct member 'scale'.
|
float |
getThreshold()
Get method for struct member 'threshold'.
|
float |
getVoxel_size()
Get method for struct member 'voxel_size'.
|
void |
set_pad(byte _pad)
Set method for struct member '_pad'.
|
void |
setAdaptivity(float adaptivity)
Set method for struct member 'adaptivity'.
|
void |
setDepth(byte depth)
Set method for struct member 'depth'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setHermite_num(float hermite_num)
Set method for struct member 'hermite_num'.
|
void |
setMode(byte mode)
Set method for struct member 'mode'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setScale(float scale)
Set method for struct member 'scale'.
|
void |
setThreshold(float threshold)
Set method for struct member 'threshold'.
|
void |
setVoxel_size(float voxel_size)
Set method for struct member 'voxel_size'.
|
__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 RemeshModifierData.
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:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__threshold
floodfill option, controls how small components can be before they are removed
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__threshold); CPointer<Float> p_threshold = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scale
ratio between size of model and grid
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__scale); CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__hermite_num
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__hermite_num); CPointer<Float> p_hermite_num = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__depth
octree depth
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__depth); CPointer<Byte> p_depth = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__mode); CPointer<Byte> p_mode = 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:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD___pad); CPointer<Byte> p__pad = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__voxel_size
OpenVDB Voxel remesh properties.
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__voxel_size); CPointer<Float> p_voxel_size = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__adaptivity
This is how you get a reference on the corresponding field in the struct:
RemeshModifierData remeshmodifierdata = ...; CPointer<Object> p = remeshmodifierdata.__dna__addressof(RemeshModifierData.__DNA__FIELD__adaptivity); CPointer<Float> p_adaptivity = p.cast(new Class[]{Float.class});
public RemeshModifierData(long __address, Block __block, BlockTable __blockTable)
protected RemeshModifierData(RemeshModifierData 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 getThreshold() throws java.io.IOException
floodfill option, controls how small components can be before they are removed
java.io.IOException
__DNA__FIELD__threshold
public void setThreshold(float threshold) throws java.io.IOException
floodfill option, controls how small components can be before they are removed
java.io.IOException
__DNA__FIELD__threshold
public float getScale() throws java.io.IOException
ratio between size of model and grid
java.io.IOException
__DNA__FIELD__scale
public void setScale(float scale) throws java.io.IOException
ratio between size of model and grid
java.io.IOException
__DNA__FIELD__scale
public float getHermite_num() throws java.io.IOException
java.io.IOException
__DNA__FIELD__hermite_num
public void setHermite_num(float hermite_num) throws java.io.IOException
java.io.IOException
__DNA__FIELD__hermite_num
public byte getDepth() throws java.io.IOException
octree depth
java.io.IOException
__DNA__FIELD__depth
public void setDepth(byte depth) throws java.io.IOException
octree depth
java.io.IOException
__DNA__FIELD__depth
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(byte mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public byte get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(byte _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public float getVoxel_size() throws java.io.IOException
OpenVDB Voxel remesh properties.
java.io.IOException
__DNA__FIELD__voxel_size
public void setVoxel_size(float voxel_size) throws java.io.IOException
OpenVDB Voxel remesh properties.
java.io.IOException
__DNA__FIELD__voxel_size
public float getAdaptivity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__adaptivity
public void setAdaptivity(float adaptivity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__adaptivity
public CPointer<RemeshModifierData> __io__addressof()