MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / create

Method create

src/python/py_imagecache.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36using namespace boost::python;
37
38ImageCacheWrap* ImageCacheWrap::create (bool shared=true)
39{
40 ImageCacheWrap *icw = new ImageCacheWrap;
41 icw->m_cache = ImageCache::create(shared);
42 return icw;
43}
44
45void ImageCacheWrap::destroy (ImageCacheWrap *x)
46{

Callers 15

convert_filesFunction · 0.45
open_imagesFunction · 0.45
stitch_imagesFunction · 0.45
stitch_halvesFunction · 0.45
test_stitch_thirdsFunction · 0.45
ic_create_testFunction · 0.45
ic_clear_testFunction · 0.45
ic_attribute_testFunction · 0.45
ic_getattribute_testFunction · 0.45
ic_resolve_filename_testFunction · 0.45
ic_get_image_info_testFunction · 0.45
ic_get_imagespec_testFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_stitch_thirdsFunction · 0.36
ic_create_testFunction · 0.36
ic_clear_testFunction · 0.36
ic_attribute_testFunction · 0.36
ic_getattribute_testFunction · 0.36
ic_resolve_filename_testFunction · 0.36
ic_get_image_info_testFunction · 0.36
ic_get_imagespec_testFunction · 0.36
ic_get_pixels_testFunction · 0.36
ic_get_tile_testFunction · 0.36
ic_release_tile_testFunction · 0.36
ic_tile_pixels_testFunction · 0.36