amdb_nptree.cc

来自「Libgist is an implementation of the Gene」· CC 代码 · 共 46 行

CC
46
字号
// amdb_nptree.cc// Copyright (c) 1998, Regents of the University of California// $Id: amdb_nptree.cc,v 1.2 2000/03/15 00:24:39 mashah Exp $#include <stdio.h>#if (__GNUG__==3)#include <stdlib.h>#else#include <malloc.h>#endif#include "gist_defs.h"#include "amdb_ext.h"#include "amdb_support.h"#include "gist_nptree.h"// VCPORT_B#if (defined WIN32) || (__GNUG__==3)#include <strstream>#include <iostream>using namespace std;#else#include <strstream.h>#include <iostream.h>#endif// VCPORT_Estatic rc_tnptree_display(    JNIEnv* env,    jint    width,    jint    height,    jobject graphicsContext, // in: Java class: java.awt.Graphics    jobject colors[], // in: array of java.awt.Color objects    gist_disppredcursor_t& pcursor) // in: predicates to display{    return(RCOK);}// consistent() not useful: we're only running NN queriesamdb_ext_t amdb_npt_ext(gist_ext_t::npt_ext_id, NULL , NULL, nptree_display, NULL);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?