AbstractTF_Graph

public abstract class AbstractTF_Graph
Known Direct Subclasses

Public Constructors

AbstractTF_Graph(Pointer p)

Public Methods

void
delete()
Calls the deallocator, if registered, otherwise has no effect.
static TF_Graph
newGraph()
Calls TF_NewGraph(), and registers a deallocator.

Inherited Methods

Public Constructors

public AbstractTF_Graph (Pointer p)

Public Methods

public void delete ()

Calls the deallocator, if registered, otherwise has no effect.

public static TF_Graph newGraph ()

Calls TF_NewGraph(), and registers a deallocator.

Note Graph will call TF_DeleteGraph on close, so do not use this method when constructing a reference for use inside a Graph object.

Returns
  • TF_Graph created. Do not call TF_DeleteGraph() on it.