Home
last modified time | relevance | path

Searched refs:mPolygons (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreConvexBody.cpp103 mPolygons.reserve(8); in ConvexBody()
118 mPolygons.push_back( p ); in ConvexBody()
149 mPolygons.push_back( poly ); in define()
157 mPolygons.push_back( poly ); in define()
165 mPolygons.push_back( poly ); in define()
463 mPolygons.clear(); in reset()
468 return mPolygons.size(); in getPolygonCount()
751 mPolygons.erase(it); in deletePolygon()
765 mPolygons.erase(it); in unlinkPolygon()
774 body.mPolygons.swap(this->mPolygons); in moveDataFromBody()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreConvexBody.cpp112 mPolygons.reserve(8); in ConvexBody()
127 mPolygons.push_back( p ); in ConvexBody()
158 mPolygons.push_back( poly ); in define()
166 mPolygons.push_back( poly ); in define()
472 mPolygons.clear(); in reset()
477 return mPolygons.size(); in getPolygonCount()
760 mPolygons.erase(it); in deletePolygon()
774 mPolygons.erase(it); in unlinkPolygon()
783 body.mPolygons.swap(this->mPolygons); in moveDataFromBody()
797 return *mPolygons[poly]; in getPolygon()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/pkg/
H A Dfootprint.cpp46 mPolygons(other.mPolygons), in Footprint()
62 mPolygons.onEdited.attach(mPolygonsEditedSlot); in Footprint()
75 mPolygons(), in Footprint()
91 mPolygons.onEdited.attach(mPolygonsEditedSlot); in Footprint()
103 mPolygons(node, fileFormat), in Footprint()
119 mPolygons.onEdited.attach(mPolygonsEditedSlot); in Footprint()
155 mPolygons.serialize(root); in serialize()
170 if (mPolygons != rhs.mPolygons) return false; in operator ==()
185 mPolygons = rhs.mPolygons; in operator =()
H A Dfootprint.h99 const PolygonList& getPolygons() const noexcept { return mPolygons; } in getPolygons()
100 PolygonList& getPolygons() noexcept { return mPolygons; } in getPolygons()
152 PolygonList mPolygons; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/sym/
H A Dsymbolclipboarddata.h66 return mPins.count() + mPolygons.count() + mCircles.count() + in getItemCount()
73 PolygonList& getPolygons() noexcept { return mPolygons; } in getPolygons()
74 const PolygonList& getPolygons() const noexcept { return mPolygons; } in getPolygons()
99 PolygonList mPolygons; variable
H A Dsymbolclipboarddata.cpp56 mPolygons(node, fileFormat), in SymbolClipboardData()
99 mPolygons.serialize(root); in serialize()
111 for (Polygon& polygon : mPolygons) { in generatePixmap()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/
H A Dfootprintclipboarddata.h70 return mFootprintPads.count() + mPolygons.count() + mCircles.count() + in getItemCount()
81 PolygonList& getPolygons() noexcept { return mPolygons; } in getPolygons()
82 const PolygonList& getPolygons() const noexcept { return mPolygons; } in getPolygons()
110 PolygonList mPolygons; variable
H A Dfootprintclipboarddata.cpp62 mPolygons(node, fileFormat), in FootprintClipboardData()
108 mPolygons.serialize(root); in serialize()
122 for (Polygon& polygon : mPolygons) { in generatePixmap()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/
H A Dboard.cpp131 mPolygons.append(copy); in Board()
169 qDeleteAll(mPolygons); in Board()
170 mPolygons.clear(); in Board()
313 mPolygons.append(polygon); in Board()
351 qDeleteAll(mPolygons); in Board()
352 mPolygons.clear(); in Board()
382 qDeleteAll(mPolygons); in ~Board()
383 mPolygons.clear(); in ~Board()
610 foreach (BI_Polygon* polygon, mPolygons) in getAllItems()
746 mPolygons.append(&polygon); in addPolygon()
[all …]
H A Dboardselectionquery.cpp60 mPolygons(polygons), in BoardSelectionQuery()
145 foreach (BI_Polygon* polygon, mPolygons) { in addSelectedPolygons()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/sym/
H A Dsymbol.cpp49 mPolygons(), in Symbol()
58 mPolygons.onEdited.attach(mPolygonsEditedSlot); in Symbol()
68 mPolygons(mLoadingFileDocument, mLoadingFileFormat), in Symbol()
77 mPolygons.onEdited.attach(mPolygonsEditedSlot); in Symbol()
201 mPolygons.serialize(root); in serialize()
H A Dsymbol.h83 PolygonList& getPolygons() noexcept { return mPolygons; } in getPolygons()
84 const PolygonList& getPolygons() const noexcept { return mPolygons; } in getPolygons()
124 PolygonList mPolygons; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/boardeditor/
H A Dboardclipboarddata.cpp52 mPolygons(), in BoardClipboardData()
70 mPolygons.loadFromSExpression(root, fileFormat); in BoardClipboardData()
97 mPolygons.isEmpty() && mStrokeTexts.isEmpty() && mHoles.isEmpty(); in isEmpty()
145 mPolygons.serialize(root); in serialize()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/import/
H A Ddxfreader.h117 const QList<Path>& getPolygons() const noexcept { return mPolygons; } in getPolygons()
138 QList<Path> mPolygons; variable
H A Ddxfreader.cpp63 mReader.mPolygons.append( in addLine()
79 mReader.mPolygons.append(Path::line(p1, p2, angle)); in addArc()
115 mReader.mPolygons.append(mPolylinePath); in endSequence()
/dports/cad/librepcb/librepcb-0.1.6/libs/parseagle/parseagle/symbol/
H A Dsymbol.h31 const QList<Polygon>& getPolygons() const noexcept {return mPolygons;} in getPolygons()
42 QList<Polygon> mPolygons; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/parseagle/parseagle/package/
H A Dpackage.h33 const QList<Polygon>& getPolygons() const noexcept {return mPolygons;} in getPolygons()
46 QList<Polygon> mPolygons; variable
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.h39 mPolygons = true; in HullResult()
46 …bool mPolygons; // true if indices represents polygons, false indices are triang… variable
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_hull.h40 mPolygons = true; in HullResult()
47 …bool mPolygons; // true if indices represents polygons, false … variable
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_hull.h40 mPolygons = true; in HullResult()
47 …bool mPolygons; // true if indices represents polygons, false … variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.h43 mPolygons = true; in HullResult()
50 …bool mPolygons; // true if indices represents polygons, false … variable
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.h39 mPolygons = true; in HullResult()
46 …bool mPolygons; // true if indices represents polygons, false indices are triang… variable
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/cmd/
H A Dcmdremoveboarditems.h102 mPolygons += set; in removePolygons()
136 QSet<BI_Polygon*> mPolygons; variable
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtConvexHull.h32 mPolygons = true; in HullResult()
37 …bool mPolygons; // true if indices represents polygons, false i… variable
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtConvexHull.h32 mPolygons = true; in HullResult()
37 …bool mPolygons; // true if indices represents polygons, false i… variable

123