Пример #1
0
 CLxLoc_Image() {_init();}
Пример #2
0
 CLxLoc_LayeredImage(const CLxLoc_LayeredImage &other) {_init();set(other.m_loc);}
Пример #3
0
 CLxLoc_ImageFilterMetrics(ILxUnknownID obj) {_init();set(obj);}
Пример #4
0
 CLxLoc_ImageLevelSample(ILxUnknownID obj) {_init();set(obj);}
Пример #5
0
 CLxLoc_LayeredImage() {_init();}
Пример #6
0
 CLxLoc_ImageSegment() {_init();}
Пример #7
0
 CLxLoc_ImageSegment(const CLxLoc_ImageSegment &other) {_init();set(other.m_loc);}
Пример #8
0
 CLxLoc_TileImage(const CLxLoc_TileImage &other) {_init();set(other.m_loc);}
Пример #9
0
 CLxLoc_ImageLoaderTarget() {_init();}
Пример #10
0
 CLxLoc_TileImage() {_init();}
Пример #11
0
 CLxLoc_TileImage(ILxUnknownID obj) {_init();set(obj);}
Пример #12
0
 CLxLoc_ImageFilter(const CLxLoc_ImageFilter &other) {_init();set(other.m_loc);}
Пример #13
0
 CLxLoc_ImageFilter() {_init();}
Пример #14
0
 CLxLoc_ImageService() {_init();set();}
Пример #15
0
 CLxLoc_ImageWrite(ILxUnknownID obj) {_init();set(obj);}
Пример #16
0
 CLxLoc_ImageLoaderTarget(ILxUnknownID obj) {_init();set(obj);}
Пример #17
0
 CLxLoc_ImageWrite(const CLxLoc_ImageWrite &other) {_init();set(other.m_loc);}
Пример #18
0
 CLxLoc_ImageLoaderTarget(const CLxLoc_ImageLoaderTarget &other) {_init();set(other.m_loc);}
Пример #19
0
 CLxLoc_ImageSegment(ILxUnknownID obj) {_init();set(obj);}
Пример #20
0
 CLxLoc_IndexImageWrite() {_init();}
Пример #21
0
 CLxLoc_ImageLevelSample() {_init();}
Пример #22
0
 CLxLoc_IndexImage() {_init();}
Пример #23
0
 CLxLoc_ImageLevelSample(const CLxLoc_ImageLevelSample &other) {_init();set(other.m_loc);}
Пример #24
0
 CLxLoc_IndexImage(ILxUnknownID obj) {_init();set(obj);}
Пример #25
0
 CLxLoc_LayeredImage(ILxUnknownID obj) {_init();set(obj);}
Пример #26
0
 CLxLoc_IndexImage(const CLxLoc_IndexImage &other) {_init();set(other.m_loc);}
Пример #27
0
 CLxLoc_ImageFilterMetrics() {_init();}
Пример #28
0
 CLxLoc_ImageWrite() {_init();}
Пример #29
0
 CLxLoc_ImageFilterMetrics(const CLxLoc_ImageFilterMetrics &other) {_init();set(other.m_loc);}
Пример #30
0
LLAssetStorage::LLAssetStorage(LLMessageSystem *msg, LLXferManager *xfer,
							   LLVFS *vfs)
{
	_init(msg, xfer, vfs, LLHost::invalid);
}