コード例 #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.cpp プロジェクト: 9skunks/imprudence
LLAssetStorage::LLAssetStorage(LLMessageSystem *msg, LLXferManager *xfer,
							   LLVFS *vfs)
{
	_init(msg, xfer, vfs, LLHost::invalid);
}