Home
last modified time | relevance | path

Searched refs:fill_props (Results 1 – 12 of 12) sorted by path

/dports/graphics/dia/dia-0.97.3/plug-ins/python/
H A Dotypes.py53 fill_props = ["fill_colour", "show_background"]
115 elif p in fill_props : n_fill = n_fill + 1
124 if n_fill == len(fill_props) :
127 for pp in fill_props :
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/10-persistence/
H A Dfill_props.hh10 fill_props( Mesh& _m, OpenMesh::VPropHandleT<float> _ph, bool _check=false) in fill_props() function
29 fill_props( Mesh& _m, OpenMesh::EPropHandleT<bool> _ph, bool _check=false ) in fill_props() function
57 fill_props(Mesh& _m, OpenMesh::FPropHandleT<std::string> _ph, bool _check=false) in fill_props() function
72 fill_props( Mesh& _m, OpenMesh::HPropHandleT<T> _ph, bool _check=false) in fill_props() function
105 fill_props( Mesh& _m, OpenMesh::MPropHandleT<T> _ph, bool _check=false) in fill_props() function
H A Dpersistence.cc258 fill_props(mesh, vprop_float); in main()
259 fill_props(mesh, eprop_bool); in main()
260 fill_props(mesh, fprop_string); in main()
261 fill_props(mesh, hprop_mydata); in main()
262 fill_props(mesh, mprop_map); in main()
268 << (fill_props(mesh, PH, true)?"ok\n":"error\n") in main()
333 << (fill_props(mesh, PH, true)?"ok\n":"error\n") in main()
/dports/math/openmesh/OpenMesh-8.1/Doc/
H A Dtutorial_10.docu178 fill_props.hh providing the test data, and \c int2roman.hh/.cc, which
179 is used in fill_props.hh. All necessary parts are in \c
/dports/math/openmesh/OpenMesh-8.1/Documentation/
H A Da00439.map28 …1" href="$a04413_source.html" title="Doc/Tutorial/10&#45;persistence\l/fill_props.hh" alt="" coord…
42 …de35" href="$a04416_source.html" title="OpenMesh/Examples/Tutorial10\l/fill_props.hh" alt="" coord…
47 <area shape="rect" id="node42" href="$a04419_source.html" title="Unittests/fill_props.hh" alt="" co…
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial10/
H A Dfill_props.hh10 fill_props( Mesh& _m, OpenMesh::VPropHandleT<float> _ph, bool _check=false) in fill_props() function
29 fill_props( Mesh& _m, OpenMesh::EPropHandleT<bool> _ph, bool _check=false ) in fill_props() function
56 fill_props(Mesh& _m, OpenMesh::FPropHandleT<std::string> _ph, bool _check=false) in fill_props() function
70 fill_props( Mesh& _m, OpenMesh::HPropHandleT<T> _ph, bool _check=false) in fill_props() function
102 fill_props( Mesh& _m, OpenMesh::MPropHandleT<T> _ph, bool _check=false) in fill_props() function
H A Dpersistence.cc259 fill_props(mesh, vprop_float); in main()
260 fill_props(mesh, eprop_bool); in main()
261 fill_props(mesh, fprop_string); in main()
262 fill_props(mesh, hprop_mydata); in main()
263 fill_props(mesh, mprop_map); in main()
269 << (fill_props(mesh, PH, true)?"ok\n":"error\n") in main()
334 << (fill_props(mesh, PH, true)?"ok\n":"error\n") in main()
/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dfill_props.hh10 fill_props( Mesh& _m, OpenMesh::VPropHandleT<float> _ph, bool _check=false) in fill_props() function
29 fill_props( Mesh& _m, OpenMesh::EPropHandleT<bool> _ph, bool _check=false ) in fill_props() function
54 fill_props(Mesh& _m, OpenMesh::FPropHandleT<std::string> _ph, bool _check=false) in fill_props() function
69 fill_props( Mesh& _m, OpenMesh::HPropHandleT<T> _ph, bool _check=false) in fill_props() function
98 fill_props( Mesh& _m, OpenMesh::MPropHandleT<T> _ph, bool _check=false) in fill_props() function
H A Dunittests_tutorials.cc757 fill_props(mesh, vprop_float); in TEST_F()
758 fill_props(mesh, eprop_bool); in TEST_F()
759 fill_props(mesh, fprop_string); in TEST_F()
760 fill_props(mesh, hprop_mydata); in TEST_F()
761 fill_props(mesh, mprop_map); in TEST_F()
763 EXPECT_TRUE(fill_props(mesh, vprop_float, true)) << "property not filled correctly"; in TEST_F()
764 EXPECT_TRUE(fill_props(mesh, eprop_bool, true)) << "property not filled correctly"; in TEST_F()
767 EXPECT_TRUE(fill_props(mesh, mprop_map, true)) << "property not filled correctly"; in TEST_F()
793 EXPECT_TRUE(fill_props(mesh, vprop_float, true)) << "property not filled correctly"; in TEST_F()
794 EXPECT_TRUE(fill_props(mesh, eprop_bool, true)) << "property not filled correctly"; in TEST_F()
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/
H A Dannotations.py608 fill_props = Include(ScalarFillProps, use_prefix=False, help=""" variable in BoxAnnotation
668 fill_props = Include(ScalarFillProps, use_prefix=False, help=""" variable in Band
889 fill_props = Include(ScalarFillProps, use_prefix=False, help=""" variable in PolyAnnotation
H A Darrow_heads.py73 fill_props = Include(FillProps, use_prefix=False, help=""" variable in NormalHead
97 fill_props = Include(FillProps, use_prefix=False, help=""" variable in VeeHead
H A Dglyphs.py188 fill_props = Include(FillProps, use_prefix=False, help=""" variable in Marker
237 fill_props = Include(FillProps, use_prefix=False, help=""" variable in AnnularWedge
274 fill_props = Include(FillProps, use_prefix=False, help=""" variable in Annulus
438 fill_props = Include(FillProps, use_prefix=False, help=""" variable in Ellipse
506 fill_props = Include(FillProps, use_prefix=False, help=""" variable in HBar
560 fill_props = Include(FillProps, use_prefix=False, help=""" variable in HexTile
863 fill_props = Include(FillProps, use_prefix=False, help=""" variable in MultiPolygons
912 fill_props = Include(FillProps, use_prefix=False, help=""" variable in Oval
999 fill_props = Include(FillProps, use_prefix=False, help=""" variable in Patches
1036 fill_props = Include(FillProps, use_prefix=False, help=""" variable in Quad
[all …]