Home
last modified time | relevance | path

Searched defs:PointZ (Results 1 – 13 of 13) sorted by relevance

/dports/databases/elixir-geo/geo-2.1.0/lib/geo/
H A Dpointz.ex1 defmodule Geo.PointZ do module
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/mazerouter/
H A Dmazerouter.h63 struct PointZ { struct
67 PointZ(QPointF _p, int _z) { in PointZ() argument
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/
H A DESRIShape.h290 struct PointZ : public ShapeObject struct
294 PointZ(); argument
H A DESRIShape.cpp800 PointZ::PointZ(): in PointZ() function in PointZ
808 PointZ::PointZ(const PointZ &p): in PointZ() function in PointZ
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/
H A DESRIShapeParser.cpp291 ArrayHelper coords(_useDouble);
294 for( i = 0; i < p->numPoints; i++ )
H A DESRIShape.cpp772 PointZ::PointZ(): in PointZ() function in PointZ
780 PointZ::PointZ(const PointZ &p): in PointZ() function in PointZ
/dports/math/vtk8/VTK-8.2.0/IO/NetCDF/
H A DvtkMPASReader.h306 double* PointZ; // z coord of point variable
/dports/math/vtk9/VTK-9.1.0/IO/NetCDF/
H A DvtkMPASReader.h303 double* PointZ; // z coord of point variable
/dports/math/vtk6/VTK-6.2.0/IO/NetCDF/
H A DvtkMPASReader.h239 double* PointZ; // z coord of point variable
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgswkbtypes.h86 PointZ = 1001, enumerator
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgswkbtypes.h86 PointZ = 1001, enumerator
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/io/util/
H A Dshapefile.py885 class PointZ(Point): class
/dports/x11-toolkits/otk/otk_lib/
H A Dotk_lib.c210 float PointX, float PointY, float PointZ, in OtkSetCameraPosition()