Class NodeGeometryStringToCurves
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeGeometryStringToCurves
-
public class NodeGeometryStringToCurves extends CFacade
Generated facet for DNA struct type 'NodeGeometryStringToCurves'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__align_x
Field descriptor (offset) for struct member 'align_x'.static long[]
__DNA__FIELD__align_y
Field descriptor (offset) for struct member 'align_y'.static long[]
__DNA__FIELD__overflow
Field descriptor (offset) for struct member 'overflow'.static long[]
__DNA__FIELD__pivot_mode
Field descriptor (offset) for struct member 'pivot_mode'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeGeometryStringToCurves.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description NodeGeometryStringToCurves(long __address, Block __block, BlockTable __blockTable)
protected
NodeGeometryStringToCurves(NodeGeometryStringToCurves that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<NodeGeometryStringToCurves>
__io__addressof()
Instantiates a pointer on this instance.byte
getAlign_x()
Get method for struct member 'align_x'.byte
getAlign_y()
Get method for struct member 'align_y'.byte
getOverflow()
Get method for struct member 'overflow'.byte
getPivot_mode()
Get method for struct member 'pivot_mode'.void
setAlign_x(byte align_x)
Set method for struct member 'align_x'.void
setAlign_y(byte align_y)
Set method for struct member 'align_y'.void
setOverflow(byte overflow)
Set method for struct member 'overflow'.void
setPivot_mode(byte pivot_mode)
Set method for struct member 'pivot_mode'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct NodeGeometryStringToCurves.It is required when allocating a new block to store data for NodeGeometryStringToCurves.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__overflow
public static final long[] __DNA__FIELD__overflow
Field descriptor (offset) for struct member 'overflow'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesOverflowMode
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeGeometryStringToCurves nodegeometrystringtocurves = ...; CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__overflow); CPointer<Byte> p_overflow = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'overflow'
- Signature: 'uchar'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__align_x
public static final long[] __DNA__FIELD__align_x
Field descriptor (offset) for struct member 'align_x'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesAlignXMode
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeGeometryStringToCurves nodegeometrystringtocurves = ...; CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__align_x); CPointer<Byte> p_align_x = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'align_x'
- Signature: 'uchar'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__align_y
public static final long[] __DNA__FIELD__align_y
Field descriptor (offset) for struct member 'align_y'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesAlignYMode
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeGeometryStringToCurves nodegeometrystringtocurves = ...; CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__align_y); CPointer<Byte> p_align_y = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'align_y'
- Signature: 'uchar'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__pivot_mode
public static final long[] __DNA__FIELD__pivot_mode
Field descriptor (offset) for struct member 'pivot_mode'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesPivotMode
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeGeometryStringToCurves nodegeometrystringtocurves = ...; CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__pivot_mode); CPointer<Byte> p_pivot_mode = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'pivot_mode'
- Signature: 'uchar'
- Actual Size (32bit/64bit): 1/1
-
-
Constructor Detail
-
NodeGeometryStringToCurves
public NodeGeometryStringToCurves(long __address, Block __block, BlockTable __blockTable)
-
NodeGeometryStringToCurves
protected NodeGeometryStringToCurves(NodeGeometryStringToCurves that)
-
-
Method Detail
-
getOverflow
public byte getOverflow() throws java.io.IOException
Get method for struct member 'overflow'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesOverflowMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__overflow
-
setOverflow
public void setOverflow(byte overflow) throws java.io.IOException
Set method for struct member 'overflow'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesOverflowMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__overflow
-
getAlign_x
public byte getAlign_x() throws java.io.IOException
Get method for struct member 'align_x'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesAlignXMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__align_x
-
setAlign_x
public void setAlign_x(byte align_x) throws java.io.IOException
Set method for struct member 'align_x'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesAlignXMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__align_x
-
getAlign_y
public byte getAlign_y() throws java.io.IOException
Get method for struct member 'align_y'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesAlignYMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__align_y
-
setAlign_y
public void setAlign_y(byte align_y) throws java.io.IOException
Set method for struct member 'align_y'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesAlignYMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__align_y
-
getPivot_mode
public byte getPivot_mode() throws java.io.IOException
Get method for struct member 'pivot_mode'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesPivotMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pivot_mode
-
setPivot_mode
public void setPivot_mode(byte pivot_mode) throws java.io.IOException
Set method for struct member 'pivot_mode'.Field Documentation
Blender Source Code
GeometryNodeStringToCurvesPivotMode
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pivot_mode
-
__io__addressof
public CPointer<NodeGeometryStringToCurves> __io__addressof()
Instantiates a pointer on this instance.
-
-