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