Home
last modified time | relevance | path

Searched refs:pointclouddefex (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dpointcloudex.c18 BITCODE_H pointclouddefex; in api_process() local
56 CHK_ENTITY_H (_obj, POINTCLOUDEX, pointclouddefex); in api_process()
H A DMakefile.am188 pointclouddefex \
H A DMakefile.in264 pointclouddefex$(EXEEXT) pointclouddef_reactor$(EXEEXT) \
1598 pointclouddefex_SOURCES = pointclouddefex.c
1599 pointclouddefex_OBJECTS = pointclouddefex.$(OBJEXT)
2175 ./$(DEPDIR)/pointclouddefex.Po ./$(DEPDIR)/pointcloudex.Po \
2321 pointclouddef_reactor_ex.c pointclouddefex.c pointcloudex.c \
2428 pointclouddef_reactor_ex.c pointclouddefex.c pointcloudex.c \
2759 pointcloudex pointclouddef pointclouddefex \
3866 @rm -f pointclouddefex$(EXEEXT)
4415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pointclouddefex.Po@am__quote@ # am--include-marker
5009 -rm -f ./$(DEPDIR)/pointclouddefex.Po
[all …]
H A Ddynapi_test.c18580 BITCODE_H pointclouddefex; in test_POINTCLOUDEX() local
18582 && !memcmp (&pointclouddefex, &pointcloudex->pointclouddefex, sizeof (BITCODE_H))) in test_POINTCLOUDEX()
53602 if (!obj_obj || !pointclouddefex) in test_POINTCLOUDDEFEX()
53620 pointclouddefex->class_version--; in test_POINTCLOUDDEFEX()
53641 && is_loaded == pointclouddefex->is_loaded) in test_POINTCLOUDDEFEX()
53647 && is_loaded == pointclouddefex->is_loaded) in test_POINTCLOUDDEFEX()
53651 pointclouddefex->is_loaded--; in test_POINTCLOUDDEFEX()
53656 && numpoints == pointclouddefex->numpoints) in test_POINTCLOUDDEFEX()
53662 && numpoints == pointclouddefex->numpoints) in test_POINTCLOUDDEFEX()
53666 pointclouddefex->numpoints--; in test_POINTCLOUDDEFEX()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7632 BITCODE_H pointclouddefex; /*!< DXF 330 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec10532 FIELD_HANDLE (pointclouddefex, 5, 330);
H A Ddynapi.c2921 …pointclouddefex", "H", sizeof (BITCODE_H), OFF (struct _dwg_entity_POINTCLOUDEX, pointclouddefex),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13219 'pointclouddefex'
H A Ddynapi.texi3277 @item pointclouddefex
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10089pointclouddefex = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_pointclouddefex_get, _LibreDWG.Dwg_En… variable in Dwg_Entity_POINTCLOUDEX
H A Dswig_python.c299494 if (arg1) (arg1)->pointclouddefex = arg2; in _wrap_Dwg_Entity_POINTCLOUDEX_pointclouddefex_set()
299517 result = (BITCODE_H) ((arg1)->pointclouddefex); in _wrap_Dwg_Entity_POINTCLOUDEX_pointclouddefex_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c365863 if (arg1) (arg1)->pointclouddefex = arg2; in XS()
365893 result = (BITCODE_H) ((arg1)->pointclouddefex); in XS()