📄 amdb_nptree.cc
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -