Home
last modified time | relevance | path

Searched refs:_BBox (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/scene_graph/
H A DNode.h48 _BBox = iBrother.bbox(); in Node()
69 return _BBox; in bbox()
75 _BBox = iBox; in setBBox()
85 if (_BBox.empty()) { in AddBBox()
86 _BBox = iBox; in AddBBox()
89 _BBox += iBox; in AddBBox()
96 return _BBox; in UpdateBBox()
102 _BBox.clear(); in clearBBox()
107 BBox<Vec3r> _BBox;
H A DRep.h63 _BBox = iBrother.bbox(); in Rep()
68 std::swap(_BBox, ioOther._BBox); in swap()
91 _BBox = iBrother.bbox();
125 return _BBox; in bbox()
151 _BBox = iBox; in setBBox()
175 BBox<Vec3f> _BBox;
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/
H A DSilhouette.h1426 BBox<Vec3r> _BBox; variable
1454 _BBox = iBrother.bbox(); in SShape()
1779 _BBox = iBBox; in setBBox()
1876 return _BBox; in bbox()