Home
last modified time | relevance | path

Searched refs:point_type (Results 1 – 25 of 5902) sorted by path

12345678910>>...237

/dports/archivers/laszip/LASzip-3.4.3/dll/
H A Dlaszip_api.c261 , laszip_U8 point_type
269 , laszip_U8 point_type in laszip_set_point_type_and_size() argument
275 return (*laszip_set_point_type_and_size_ptr)(pointer, point_type, point_size); in laszip_set_point_type_and_size()
/dports/archivers/laszip/LASzip-3.4.3/example/
H A Dlaszippertest.cpp179 point_type = type; in PointData()
206 unsigned char point_type; member in PointData
728 if (!laszip.setup(data.point_type, data.point_size, compressor)) in run_test()
/dports/archivers/laszip/LASzip-3.4.3/include/laszip/
H A Dlaszip_api.h340 , laszip_U8 point_type
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlaspoint.hpp268 …BOOL init(const LASquantizer* quantizer, const U8 point_type, const U16 point_size, const LASattri… in init() argument
276 if (!LASzip().setup(&num_items, &items, point_type, point_size, LASZIP_COMPRESSOR_NONE)) in init()
278 …fprintf(stderr,"ERROR: unknown point type %d with point size %d\n", (I32)point_type, (I32)point_si… in init()
H A Dlaszip.cpp670 if (point_type) *point_type = 127; in is_standard()
691 if (point_type) *point_type = 0; in is_standard()
701 if (point_type) *point_type = 1; in is_standard()
711 if (point_type) *point_type = 3; in is_standard()
785 if (point_type) *point_type = 2; in is_standard()
806 if (point_type) *point_type = 0; in is_standard()
818 if (point_type) *point_type = 6; in is_standard()
828 if (point_type) *point_type = 7; in is_standard()
849 if (point_type) *point_type = 8; in is_standard()
891 if (point_type) *point_type = 9; in is_standard()
[all …]
H A Dlaszip.hpp117 …bool setup(unsigned short* num_items, LASitem** items, const unsigned char point_type, const unsig…
118 …bool is_standard(const unsigned short num_items, const LASitem* items, unsigned char* point_type=0…
119 bool is_standard(unsigned char* point_type=0, unsigned short* record_length=0);
128 …bool setup(const unsigned char point_type, const unsigned short point_size, const unsigned short c…
H A Dlaszip_dll.cpp777 , laszip_U8 point_type in laszip_set_point_type_and_size() argument
800 if (!LASzip().setup(point_type, point_size, LASZIP_COMPRESSOR_NONE)) in laszip_set_point_type_and_size()
802 …>error, "invalid combination of point_type %d and point_size %d", (I32)point_type, (I32)point_size… in laszip_set_point_type_and_size()
808 laszip_dll->header.point_data_format = point_type; in laszip_set_point_type_and_size()
2776 laszip_U8 point_type = laszip_dll->header.point_data_format; in setup_laszip_items() local
2779 if ((point_type > 5) && laszip_dll->request_compatibility_mode) in setup_laszip_items()
2790 if (!laszip->setup(point_type, point_size, LASZIP_COMPRESSOR_NONE)) in setup_laszip_items()
2846 if ((point_type > 5) && laszip_dll->request_native_extension) in setup_laszip_items()
2848 if (!laszip->setup(point_type, point_size, LASZIP_COMPRESSOR_LAYERED_CHUNKED)) in setup_laszip_items()
2856 if (!laszip->setup(point_type, point_size, LASZIP_COMPRESSOR_DEFAULT)) in setup_laszip_items()
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dgpx.cc1266 GpxFormat::gpx_write_common_position(const Waypoint* waypointp, const gpx_point_type point_type) co… in gpx_write_common_position()
1273 if (gpxpt_track==point_type && gpx_1_0 == gpx_write_version) { in gpx_write_common_position()
1289 GpxFormat::gpx_write_common_extensions(const Waypoint* waypointp, const gpx_point_type point_type) … in gpx_write_common_extensions()
1295 (opt_garminext && gpxpt_route==point_type && gmsd != nullptr && gmsd->ilinks != nullptr) || in gpx_write_common_extensions()
1296 …(opt_garminext && gpxpt_waypoint==point_type && (WAYPT_HAS(waypointp, proximity) || WAYPT_HAS(wayp… in gpx_write_common_extensions()
1297 …(opt_garminext && gpxpt_track==point_type && (WAYPT_HAS(waypointp, temperature) || WAYPT_HAS(waypo… in gpx_write_common_extensions()
1314 switch (point_type) { in gpx_write_common_extensions()
1331 if (gmsd != nullptr && gpxpt_route==point_type && gmsd->ilinks != nullptr) { in gpx_write_common_extensions()
H A Dgpx.h217 void gpx_write_common_position(const Waypoint* waypointp, gpx_point_type point_type) const;
218 void gpx_write_common_extensions(const Waypoint* waypointp, gpx_point_type point_type) const;
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/jeeps/
H A Dgps.h224 UC point_type; /* generic = 0, member
H A Dgpsapp.cc7193 (*cpt)->point_type = *p++; in GPS_D1012_Get()
7230 *p++ = cpt->point_type; in GPS_D1012_Send()
H A Dgpscom.cc1281 cpt[i+n_cpt]->point_type = 0; in GPS_Command_Send_Track_As_Course()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/jeeps/
H A Dgps.h224 UC point_type; /* generic = 0, member
H A Dgpsapp.c7463 (*cpt)->point_type = *p++; in GPS_D1012_Get()
7500 *p++ = cpt->point_type; in GPS_D1012_Send()
H A Dgpscom.c1278 cpt[i+n_cpt]->point_type = 0; in GPS_Command_Send_Track_As_Course()
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/geom/
H A Dfactory.hpp195 using point_type = typename TGeomImpl::point_type; typedef in osmium::geom::GeometryFactory
211 point_type create_point(const osmium::Location& location) const { in create_point()
215 point_type create_point(const osmium::Node& node) { in create_point()
224 point_type create_point(const osmium::NodeRef& node_ref) { in create_point()
H A Dgeojson.hpp57 using point_type = std::string; typedef in osmium::geom::detail::GeoJSONFactoryImpl
70 point_type make_point(const osmium::geom::Coordinates& xy) const { in make_point()
H A Dgeos.hpp107 using point_type = std::unique_ptr<geos::geom::Point>; typedef in osmium::geom::detail::GEOSFactoryImpl
137 point_type make_point(const osmium::geom::Coordinates& xy) const { in make_point()
139 … return point_type{m_geos_factory->createPoint(geos::geom::Coordinate{xy.x, xy.y})}; in make_point()
H A Dogr.hpp65 using point_type = std::unique_ptr<OGRPoint>; typedef in osmium::geom::detail::OGRFactoryImpl
85 static point_type make_point(const osmium::geom::Coordinates& xy) { in make_point()
86 return point_type{new OGRPoint{xy.x, xy.y}}; in make_point()
H A Drapid_geojson.hpp58 using point_type = void; typedef in osmium::geom::detail::RapidGeoJSONFactoryImpl
71 point_type make_point(const osmium::geom::Coordinates& xy) const { in make_point()
H A Dwkb.hpp151 using point_type = std::string; typedef in osmium::geom::detail::WKBFactoryImpl
165 point_type make_point(const osmium::geom::Coordinates& xy) const { in make_point()
H A Dwkt.hpp64 using point_type = std::string; typedef in osmium::geom::detail::WKTFactoryImpl
82 point_type make_point(const osmium::geom::Coordinates& xy) const { in make_point()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/garmin/jeeps/
H A Dgarmin_gps.h258 UC point_type; /* generic = 0, member
H A Dgpsapp.c7160 (*cpt)->point_type = *p++; in GPS_D1012_Get()
7195 *p++ = cpt->point_type; in GPS_D1012_Send()
H A Dgpscom.c1283 cpt[i+n_cpt]->point_type = 0; in GPS_Command_Send_Track_As_Course()

12345678910>>...237