mpl_new_Morphy: Creates a new instance of a Morphy object

Description Usage Value Author(s) Examples

Description

Creates a new empty Morphy object. All fields are unpopulated and uninitialised.

Usage

1

Value

A void pointer to the Morphy instance. NULL if unsuccessful.

Author(s)

Martin Brazeau

Examples

1
2
3
morphyObj <- mpl_new_Morphy() # Create new object
## Do some stuff ... ##
mpl_delete_Morphy(morphyObj) # Delete when done

ms609/inapplicable documentation built on May 23, 2019, 7:49 a.m.