Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_geo_Line2D_H
#define org_apache_lucene_geo_Line2D_H
#include "org/apache/lucene/geo/EdgeTree.h"
namespace java {
namespace lang {
class Class;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace geo {
class Line2D;
class Line;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace geo {
class Line2D : public ::org::apache::lucene::geo::EdgeTree {
public:
enum {
mid_create_9b0210ba31870106,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit Line2D(jobject obj) : ::org::apache::lucene::geo::EdgeTree(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
Line2D(const Line2D& obj) : ::org::apache::lucene::geo::EdgeTree(obj) {}
static Line2D create(const JArray< ::org::apache::lucene::geo::Line > &);
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace geo {
extern PyType_Def PY_TYPE_DEF(Line2D);
extern PyTypeObject *PY_TYPE(Line2D);
class t_Line2D {
public:
PyObject_HEAD
Line2D object;
static PyObject *wrap_Object(const Line2D&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif