Home
last modified time | relevance | path

Searched refs:arrPoints (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DVrmlData_TextureCoordinate.hxx42 const gp_XY * arrPoints = 0L) in VrmlData_TextureCoordinate() argument
44 myPoints (arrPoints), in VrmlData_TextureCoordinate()
70 const gp_XY * arrPoints) in SetPoints() argument
71 { myPoints = arrPoints; myLength = nPoints; } in SetPoints()
H A DVrmlData_Coordinate.hxx40 const gp_XYZ * arrPoints = 0L) in VrmlData_Coordinate() argument
41 : VrmlData_ArrayVec3d (theScene, theName, nPoints, arrPoints) in VrmlData_Coordinate()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_TextureCoordinate.hxx42 const gp_XY * arrPoints = 0L) in VrmlData_TextureCoordinate() argument
44 myPoints (arrPoints), in VrmlData_TextureCoordinate()
70 const gp_XY * arrPoints) in SetPoints() argument
71 { myPoints = arrPoints; myLength = nPoints; } in SetPoints()
H A DVrmlData_Coordinate.hxx40 const gp_XYZ * arrPoints = 0L) in VrmlData_Coordinate() argument
41 : VrmlData_ArrayVec3d (theScene, theName, nPoints, arrPoints) in VrmlData_Coordinate()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DVrmlData_TextureCoordinate.hxx42 const gp_XY * arrPoints = 0L) in VrmlData_TextureCoordinate() argument
44 myPoints (arrPoints), in VrmlData_TextureCoordinate()
70 const gp_XY * arrPoints) in SetPoints() argument
71 { myPoints = arrPoints; myLength = nPoints; } in SetPoints()
H A DVrmlData_Coordinate.hxx40 const gp_XYZ * arrPoints = 0L) in VrmlData_Coordinate() argument
41 : VrmlData_ArrayVec3d (theScene, theName, nPoints, arrPoints) in VrmlData_Coordinate()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dbuffer2.c819 struct line_pnts ***arrPoints, int *count, in add_line_to_array() argument
824 *arrPoints = in add_line_to_array()
825 G_realloc(*arrPoints, (*allocated) * sizeof(struct line_pnts *)); in add_line_to_array()
827 (*arrPoints)[*count] = Points; in add_line_to_array()
853 struct line_pnts **arrPoints; in buffer_lines() local
868 arrPoints = NULL; in buffer_lines()
903 add_line_to_array(cPoints, &arrPoints, &count, &allocated, in buffer_lines()
954 add_line_to_array(cPoints, &arrPoints, &count, in buffer_lines()
969 arrPoints = G_realloc(arrPoints, count * sizeof(struct line_pnts *)); in buffer_lines()
971 *iPoints = arrPoints; in buffer_lines()