@NoOffset public static class Node.Output extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Output.Type |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Output(Node par,
BytePointer n,
Node.Output.Type t,
Node.DatatypeHierarchy types) |
Output(Node par,
String n,
int t,
Node.DatatypeHierarchy types) |
Output(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConnect(Node.Input in)
Check if connection is possible
|
Node.Connection |
getConnections()
Retrieve all connections from this output
|
Node |
getParent() |
boolean |
isSamePipeline(Node.Input in) |
void |
link(Node.Input in)
Link current output to input.
|
BytePointer |
name() |
Node.DatatypeHierarchy |
possibleDatatypes() |
Node.Output.Type |
type() |
void |
unlink(Node.Input in)
Unlink a previously linked connection
Throws an error if not linked.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Output(Pointer p)
Pointer(Pointer).public Output(@ByRef Node par, @StdString BytePointer n, Node.Output.Type t, @StdVector Node.DatatypeHierarchy types)
public Output(@ByRef Node par, @StdString String n, @Cast(value="dai::Node::Output::Type") int t, @StdVector Node.DatatypeHierarchy types)
@MemberGetter @StdString public BytePointer name()
@MemberGetter public Node.Output.Type type()
@MemberGetter @StdVector public Node.DatatypeHierarchy possibleDatatypes()
@Cast(value="bool") public boolean isSamePipeline(@Const @ByRef Node.Input in)
@Cast(value="bool") public boolean canConnect(@Const @ByRef Node.Input in)
in - Input to connect to@StdVector public Node.Connection getConnections()
public void link(@Const @ByRef Node.Input in)
in - Input to link topublic void unlink(@Const @ByRef Node.Input in)
in - Input from which to unlink fromCopyright © 2021. All rights reserved.