File: vibtree.h

package info (click to toggle)
ncbi-tools6 6.1.20170106%2Bdfsg1-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 468,504 kB
  • sloc: ansic: 1,474,204; pascal: 6,740; cpp: 6,248; xml: 3,390; sh: 2,139; perl: 1,084; csh: 508; makefile: 437; javascript: 198; ruby: 93; lisp: 81
file content (18 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _VIBTREE__
#define _VIBTREE__

#include <ncbi.h>
#include <picture.h>
#include <urktree.h>

#ifdef __cplusplus
extern "C" {
#endif

extern SegmenT GeneTreeDraw (TreeNodePtr ptrNode, SegmenT seg);

#ifdef __cplusplus
}
#endif

#endif