[mmMaxtree] [Up] [mmMaxgetimage] MaxTree Constructor

mmMaxsubtree
Returns the subtree rooted at the given node.

Synopsis

MaxTree mmMaxsubtree ( const MaxTree& maxtree , const Double& level , const Double& index );

Input

maxtree MaxTree

The MaxTree.

level Double

Level of the node.

index Double

Index of the node.

Output

y MaxTree

Node subtree

Description

Returns the subtree rooted at the given node. Make sure the node exists before calling this function.

[mmMaxtree] [Up] [mmMaxgetimage]