Home
last modified time | relevance | path

Searched refs:_write_binary (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-numpy-stl/numpy-stl-2.11.3/stl/
H A Dstl.py255 write = self._write_binary
257 write = self._write_binary
306 def _write_binary(self, fh, name): member in BaseStl
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_mesh_ply/
H A Dexport_ply.py27 def _write_binary(fw, ply_verts, ply_faces, mesh_verts): function
201 _write_binary(fw, ply_verts, ply_faces, mesh_verts)
/dports/graphics/azpainterb/azpainterb-1.1.3/translation/
H A Dmtrconv.c426 static int _write_binary(char *filename,uint8_t *buf,uint32_t size) in _write_binary() function
640 ret = _write_binary(outputname, datbuf, bufsize); in _convert_file()
/dports/graphics/azpainter/azpainter-2.1.7/translation/
H A Dmtrconv.c426 static int _write_binary(char *filename,uint8_t *buf,uint32_t size) in _write_binary() function
640 ret = _write_binary(outputname, datbuf, bufsize); in _convert_file()
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/
H A Dtree.py2873 self._write_binary(1, w, **kwargs)
2875 self._write_binary(2, w, **kwargs)
2930 def _write_binary(self, mode, w, **kwargs): member in Table