public class NodeLensDist extends CFacade
qdn: lens distortion node
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__fit
Field descriptor (offset) for struct member 'fit'.
|
static long[] |
__DNA__FIELD__jit
Field descriptor (offset) for struct member 'jit'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__proj
Field descriptor (offset) for struct member 'proj'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeLensDist.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeLensDist(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeLensDist(NodeLensDist that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeLensDist> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getFit()
Get method for struct member 'fit'.
|
short |
getJit()
Get method for struct member 'jit'.
|
short |
getPad()
Get method for struct member 'pad'.
|
short |
getProj()
Get method for struct member 'proj'.
|
void |
setFit(short fit)
Set method for struct member 'fit'.
|
void |
setJit(short jit)
Set method for struct member 'jit'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setProj(short proj)
Set method for struct member 'proj'.
|
__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 NodeLensDist.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__jit
This is how you get a reference on the corresponding field in the struct:
NodeLensDist nodelensdist = ...; CPointer<Object> p = nodelensdist.__dna__addressof(NodeLensDist.__DNA__FIELD__jit); CPointer<Short> p_jit = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__proj
This is how you get a reference on the corresponding field in the struct:
NodeLensDist nodelensdist = ...; CPointer<Object> p = nodelensdist.__dna__addressof(NodeLensDist.__DNA__FIELD__proj); CPointer<Short> p_proj = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__fit
This is how you get a reference on the corresponding field in the struct:
NodeLensDist nodelensdist = ...; CPointer<Object> p = nodelensdist.__dna__addressof(NodeLensDist.__DNA__FIELD__fit); CPointer<Short> p_fit = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
NodeLensDist nodelensdist = ...; CPointer<Object> p = nodelensdist.__dna__addressof(NodeLensDist.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public NodeLensDist(long __address, Block __block, BlockTable __blockTable)
protected NodeLensDist(NodeLensDist that)
public short getJit() throws java.io.IOException
java.io.IOException
__DNA__FIELD__jit
public void setJit(short jit) throws java.io.IOException
java.io.IOException
__DNA__FIELD__jit
public short getProj() throws java.io.IOException
java.io.IOException
__DNA__FIELD__proj
public void setProj(short proj) throws java.io.IOException
java.io.IOException
__DNA__FIELD__proj
public short getFit() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fit
public void setFit(short fit) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fit
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<NodeLensDist> __io__addressof()