tagtreedecoder.h
来自「jpeg 2000 压缩算法源代码 核心ebcot」· C头文件 代码 · 共 19 行
H
19 行
{
}
*/
bool CSizVector::IsEmpty()
{
// if ()
return 0;
}
void CSizVector::operator =(CSizVector &SizVector)
{
RemoveAll();
Copy(SizVector);
}