Home
last modified time | relevance | path

Searched refs:segments_and_points (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DBSPSortMethod.cpp87 …vector<PtrPrimitive> segments_and_points; // Store segments and points for pass 2, because polygon… in sortPrimitives() local
94 segments_and_points.push_back(primitive_tab[i]); in sortPrimitives()
105 for(unsigned int j=0;j<segments_and_points.size();++j,++nbinserted) in sortPrimitives()
107 if((S = dynamic_cast<Segment *>(segments_and_points[j])) != nullptr) in sortPrimitives()
109 else if((p = dynamic_cast<Point *>(segments_and_points[j])) != nullptr) in sortPrimitives()
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DBSPSortMethod.cpp87 …vector<PtrPrimitive> segments_and_points; // Store segments and points for pass 2, because polygon… in sortPrimitives() local
94 segments_and_points.push_back(primitive_tab[i]); in sortPrimitives()
105 for(unsigned int j=0;j<segments_and_points.size();++j,++nbinserted) in sortPrimitives()
107 if((S = dynamic_cast<Segment *>(segments_and_points[j])) != NULL) in sortPrimitives()
109 else if((p = dynamic_cast<Point *>(segments_and_points[j])) != NULL) in sortPrimitives()