Home
last modified time | relevance | path

Searched refs:trajectoryCurve (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/wdune/wdune-1.926/src/
H A DNodeNurbsSwungSurface.cpp63 trajectoryCurve.set( in ProtoNurbsSwungSurface()
100 Node *ntrajectoryCurve = trajectoryCurve()->getValue(); in flip()
114 Node *ntrajectoryCurve = trajectoryCurve()->getValue(); in swap()
315 if (trajectoryCurve() && trajectoryCurve()->getValue()) { in findInterpolators()
328 Node *node = trajectoryCurve()->getValue(); in findInterpolators()
362 if (trajectoryCurve() && trajectoryCurve()->getValue()) { in copyData()
373 trajectoryCurve()->getValue(); in copyData()
400 if (trajectoryCurve() && trajectoryCurve()->getValue()) { in createMeshFromData()
410 trajectoryCurve()->getValue(); in createMeshFromData()
454 if (trajectoryCurve()->getValue() == NULL) in draw()
[all …]
H A DNodeNurbsSweptSurface.cpp59 trajectoryCurve.set( in ProtoNurbsSweptSurface()
92 trajectoryCurve()->getValue(); in createExtrusion()
204 if (trajectoryCurve()->getValue() != NULL) in setField()
205 trajectoryCurve()->getValue()->setInternal(true); in setField()
217 if (trajectoryCurve()->getValue() == NULL) in draw()
239 trajectoryCurve()->getValue(); in findInterpolators()
283 trajectoryCurve()->getValue(); in copyData()
340 trajectoryCurve()->getValue(); in createMeshFromData()
377 trajectoryCurve()->getValue(); in convert2X3d()
422 Node *ntrajectoryCurve = trajectoryCurve()->getValue(); in flip()
[all …]
H A DNodeNurbsSwungSurface.h56 FieldIndex trajectoryCurve; variable
95 fieldMacros(SFNode, trajectoryCurve, ProtoNurbsSwungSurface)
H A DNodeNurbsSweptSurface.h59 FieldIndex trajectoryCurve; variable
107 fieldMacros(SFNode, trajectoryCurve, ProtoNurbsSweptSurface)
H A DMainWindow.cpp11018 if (sweptSurface->trajectoryCurve()->getValue() != NULL) in elongateNurbs()
11019 node = sweptSurface->trajectoryCurve()->getValue(); in elongateNurbs()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dnodes_x3d.h1384 GF_Node *trajectoryCurve; /*exposedField*/ member
1395 GF_Node *trajectoryCurve; /*exposedField*/ member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dnodes_x3d.h1384 GF_Node *trajectoryCurve; /*exposedField*/ member
1395 GF_Node *trajectoryCurve; /*exposedField*/ member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dx3d_nodes.c9400 gf_node_unregister((GF_Node *) p->trajectoryCurve, node); in NurbsSweptSurface_Del()
9426 info->far_ptr = & ((X_NurbsSweptSurface *)node)->trajectoryCurve; in NurbsSweptSurface_get_field()
9486 gf_node_unregister((GF_Node *) p->trajectoryCurve, node); in NurbsSwungSurface_Del()
9512 info->far_ptr = & ((X_NurbsSwungSurface *)node)->trajectoryCurve; in NurbsSwungSurface_get_field()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dx3d_nodes.c9400 gf_node_unregister((GF_Node *) p->trajectoryCurve, node); in NurbsSweptSurface_Del()
9426 info->far_ptr = & ((X_NurbsSweptSurface *)node)->trajectoryCurve; in NurbsSweptSurface_get_field()
9486 gf_node_unregister((GF_Node *) p->trajectoryCurve, node); in NurbsSwungSurface_Del()
9512 info->far_ptr = & ((X_NurbsSwungSurface *)node)->trajectoryCurve; in NurbsSwungSurface_get_field()