Home
last modified time | relevance | path

Searched refs:pRevSurface (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_sphere.cpp315 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
328 pRevSurface = srf; in RevSurfaceForm()
330 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
332 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
333 pRevSurface->m_curve = arc_curve; in RevSurfaceForm()
336 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
338 pRevSurface->m_bbox.m_min.x -= radius; in RevSurfaceForm()
339 pRevSurface->m_bbox.m_min.y -= radius; in RevSurfaceForm()
340 pRevSurface->m_bbox.m_min.z -= radius; in RevSurfaceForm()
342 pRevSurface->m_bbox.m_max.x += radius; in RevSurfaceForm()
[all …]
H A Dopennurbs_cylinder.cpp256 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
267 pRevSurface = srf; in RevSurfaceForm()
269 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
270 pRevSurface->m_angle.Set(0.0,2.0*ON_PI); in RevSurfaceForm()
271 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
272 pRevSurface->m_curve = line_curve; in RevSurfaceForm()
273 pRevSurface->m_axis.from = circle.plane.origin; in RevSurfaceForm()
275 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
280 pRevSurface->m_bbox = c0.BoundingBox(); in RevSurfaceForm()
281 pRevSurface->m_bbox.Union(c1.BoundingBox()); in RevSurfaceForm()
[all …]
H A Dopennurbs_cone.cpp310 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
323 pRevSurface = srf; in RevSurfaceForm()
325 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
326 pRevSurface->m_angle.Set(0.0,2.0*ON_PI); in RevSurfaceForm()
327 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
328 pRevSurface->m_curve = line_curve; in RevSurfaceForm()
329 pRevSurface->m_axis.from = plane.origin; in RevSurfaceForm()
331 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
332 pRevSurface->m_bbox.m_min = plane.origin; in RevSurfaceForm()
333 pRevSurface->m_bbox.m_max = plane.origin; in RevSurfaceForm()
[all …]
H A Dopennurbs_torus.cpp266 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
272 pRevSurface = srf; in RevSurfaceForm()
274 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
275 pRevSurface->m_angle.Set(0.0,2.0*ON_PI); in RevSurfaceForm()
276 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
277 pRevSurface->m_curve = circle_crv; in RevSurfaceForm()
278 pRevSurface->m_axis.from = plane.origin; in RevSurfaceForm()
279 pRevSurface->m_axis.to = plane.origin + plane.zaxis; in RevSurfaceForm()
280 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
298 pRevSurface->m_bbox.Set( 3, 0, 8, 3, &pt[0].x ); in RevSurfaceForm()
[all …]
H A Dopennurbs_brep_tools.cpp1148 if ( pRevSurface ) in ON_BrepSphere()
1152 delete pRevSurface; in ON_BrepSphere()
1165 if ( pRevSurface ) in ON_BrepTorus()
1182 delete pRevSurface; in ON_BrepTorus()
1198 if ( pRevSurface ) in ON_BrepCylinder()
1209 delete pRevSurface; in ON_BrepCylinder()
1222 if ( pRevSurface ) in ON_BrepCone()
1233 delete pRevSurface; in ON_BrepCone()
1240 ON_RevSurface*& pRevSurface, in ON_BrepRevSurface() argument
1249 if ( pRevSurface && pRevSurface->m_curve ) in ON_BrepRevSurface()
[all …]
H A Dopennurbs_brep.cpp10231 bool ON_Brep::Create( ON_RevSurface*& pRevSurface ) in Create() argument
10233 ON_Surface* pSurface = pRevSurface; in Create()
10236 pRevSurface = 0; in Create()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_sphere.cpp315 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
328 pRevSurface = srf; in RevSurfaceForm()
330 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
332 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
333 pRevSurface->m_curve = arc_curve; in RevSurfaceForm()
336 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
338 pRevSurface->m_bbox.m_min.x -= radius; in RevSurfaceForm()
339 pRevSurface->m_bbox.m_min.y -= radius; in RevSurfaceForm()
340 pRevSurface->m_bbox.m_min.z -= radius; in RevSurfaceForm()
342 pRevSurface->m_bbox.m_max.x += radius; in RevSurfaceForm()
[all …]
H A Dopennurbs_cylinder.cpp256 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
267 pRevSurface = srf; in RevSurfaceForm()
269 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
270 pRevSurface->m_angle.Set(0.0,2.0*ON_PI); in RevSurfaceForm()
271 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
272 pRevSurface->m_curve = line_curve; in RevSurfaceForm()
273 pRevSurface->m_axis.from = circle.plane.origin; in RevSurfaceForm()
275 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
280 pRevSurface->m_bbox = c0.BoundingBox(); in RevSurfaceForm()
281 pRevSurface->m_bbox.Union(c1.BoundingBox()); in RevSurfaceForm()
[all …]
H A Dopennurbs_cone.cpp310 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
323 pRevSurface = srf; in RevSurfaceForm()
325 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
326 pRevSurface->m_angle.Set(0.0,2.0*ON_PI); in RevSurfaceForm()
327 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
328 pRevSurface->m_curve = line_curve; in RevSurfaceForm()
329 pRevSurface->m_axis.from = plane.origin; in RevSurfaceForm()
331 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
332 pRevSurface->m_bbox.m_min = plane.origin; in RevSurfaceForm()
333 pRevSurface->m_bbox.m_max = plane.origin; in RevSurfaceForm()
[all …]
H A Dopennurbs_torus.cpp266 ON_RevSurface* pRevSurface = NULL; in RevSurfaceForm() local
272 pRevSurface = srf; in RevSurfaceForm()
274 pRevSurface = new ON_RevSurface(); in RevSurfaceForm()
275 pRevSurface->m_angle.Set(0.0,2.0*ON_PI); in RevSurfaceForm()
276 pRevSurface->m_t = pRevSurface->m_angle; in RevSurfaceForm()
277 pRevSurface->m_curve = circle_crv; in RevSurfaceForm()
278 pRevSurface->m_axis.from = plane.origin; in RevSurfaceForm()
279 pRevSurface->m_axis.to = plane.origin + plane.zaxis; in RevSurfaceForm()
280 pRevSurface->m_bTransposed = false; in RevSurfaceForm()
298 pRevSurface->m_bbox.Set( 3, 0, 8, 3, &pt[0].x ); in RevSurfaceForm()
[all …]
H A Dopennurbs_brep_tools.cpp1156 if ( pRevSurface ) in ON_BrepSphere()
1160 delete pRevSurface; in ON_BrepSphere()
1173 if ( pRevSurface ) in ON_BrepTorus()
1190 delete pRevSurface; in ON_BrepTorus()
1206 if ( pRevSurface ) in ON_BrepCylinder()
1217 delete pRevSurface; in ON_BrepCylinder()
1230 if ( pRevSurface ) in ON_BrepCone()
1241 delete pRevSurface; in ON_BrepCone()
1248 ON_RevSurface*& pRevSurface, in ON_BrepRevSurface() argument
1257 if ( pRevSurface && pRevSurface->m_curve ) in ON_BrepRevSurface()
[all …]
H A Dopennurbs_brep.h1749 ON_RevSurface*& pRevSurface
4064 ON_RevSurface*& pRevSurface,
H A Dopennurbs_brep.cpp10300 bool ON_Brep::Create( ON_RevSurface*& pRevSurface ) in Create() argument
10302 ON_Surface* pSurface = pRevSurface; in Create()
10305 pRevSurface = 0; in Create()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_brep.h1749 ON_RevSurface*& pRevSurface
4064 ON_RevSurface*& pRevSurface,