예제 #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);
}