示例#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);
}