Home
last modified time | relevance | path

Searched refs:DepthIndex (Results 1 – 7 of 7) sorted by relevance

/dports/biology/protomol/protomol/applications/xyzviz-app/
H A Dopenglutilities.cpp37 struct DepthIndex { struct
38 DepthIndex():ptr(NULL),depth(0.0){} in DepthIndex() argument
39 DepthIndex(GLfloat *a, GLfloat b):ptr(a),depth(b){} in DepthIndex() argument
43 bool operator<(const DepthIndex& a2) const{ in operator <() argument
206 vector<DepthIndex> prims; in openglToEPS()
210 DepthIndex item; in openglToEPS()
H A Dxyzviz.cpp65 struct DepthIndex { struct
66 DepthIndex():ptr(NULL),depth(0.0){} in DepthIndex() argument
67 DepthIndex(GLfloat *a, GLfloat b):ptr(a),depth(b){} in DepthIndex() function
/dports/biology/molden/molden5.8/
H A Dsilly.c1237 } DepthIndex; typedef
1242 DepthIndex *p1 = (DepthIndex *) a; in compare()
1243 DepthIndex *p2 = (DepthIndex *) b; in compare()
1263 DepthIndex *prims; in spewSortedFeedback()
1303 prims = (DepthIndex *) malloc(sizeof(DepthIndex) * nprimitives); in spewSortedFeedback()
1350 qsort(prims, nprimitives, sizeof(DepthIndex), compare); in spewSortedFeedback()
H A Dxwin.c46815 } DepthIndex; typedef
46817 DepthIndex dptdemo;
46818 DepthIndex dpt[NUMAT];
46819 DepthIndex *dptptr = dpt;
46977 if ((dptptr = (DepthIndex *) malloc((sizeof dptdemo)*ZSize)) == NULL) {
58345 DepthIndex *p1 = (DepthIndex *) a; in compare()
58346 DepthIndex *p2 = (DepthIndex *) b; in compare()
58478 qsort(dptptr,*n, sizeof(DepthIndex), compare);
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DParserGL.cpp463 } DepthIndex; typedef
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DParserGL.cpp463 } DepthIndex; typedef
/dports/biology/protomol/protomol/
H A Dtags344 DepthIndex applications/xyzviz-app/openglutilities.cpp /^ DepthIndex():ptr(NULL),depth(0.0){}$/;…
345 DepthIndex applications/xyzviz-app/openglutilities.cpp /^ DepthIndex(GLfloat *a, GLfloat b):ptr(…
346 DepthIndex applications/xyzviz-app/openglutilities.cpp /^ struct DepthIndex {$/;" s namespace:Prot…
347 DepthIndex applications/xyzviz-app/xyzviz.cpp /^ DepthIndex():ptr(NULL),depth(0.0){}$/;" f struct:
348 DepthIndex applications/xyzviz-app/xyzviz.cpp /^ DepthIndex(GLfloat *a, GLfloat b):ptr(a),depth(b)…
349 DepthIndex applications/xyzviz-app/xyzviz.cpp /^struct DepthIndex {$/;" s file:
3102 …cations/xyzviz-app/openglutilities.cpp /^ GLfloat depth;$/;" m struct:ProtoMol::DepthIndex file:
3103 depth applications/xyzviz-app/xyzviz.cpp /^ GLfloat depth;$/;" m struct:DepthIndex file:
6197 …/openglutilities.cpp /^ bool operator<(const DepthIndex& a2) const{$/;" f struct:ProtoMol::Dept…
6538 …ications/xyzviz-app/openglutilities.cpp /^ GLfloat *ptr;$/;" m struct:ProtoMol::DepthIndex file:
[all …]