AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
Uint32Buffer类 参考
类 Uint32Buffer 继承关系图:
Uint32TypedBuffer ArrayBuffer AObject

Public 成员函数

ClassId GetClassId ()
 
 Uint32Buffer (long itemCount)
 
 Uint32Buffer (Uint32List data)
 
Uint32Buffer Clone ()
 
EnumDataType GetDataType ()
 
- Public 成员函数 继承自 Uint32TypedBuffer
Uint32List GetData ()
 
void Reserve (long count)
 
void Set (long idx, long val)
 
long Get (long idx)
 
void Append (long val)
 
void Append (long a, long b)
 
void Append (long a, long b, long c)
 
void Append (long a, long b, long c, long d)
 
long GetBufferSize ()
 
long GetItemCount ()
 
- Public 成员函数 继承自 ArrayBuffer
boolean Save (String fleName)
 
- Public 成员函数 继承自 AObject
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static Uint32Buffer Cast (AObject obj)
 
static Uint32Buffer Create (Uint32List data)
 

详细描述

<> 内容为Uint32的内存空间

成员函数说明

◆ Cast()

static Uint32Buffer Uint32Buffer.Cast ( AObject obj)
static

重载 ArrayBuffer .

◆ Create()

static Uint32Buffer Uint32Buffer.Create ( Uint32List data)
static

使用数组来创建对象

参数
data数组
返回
对象

◆ GetClassId()

ClassId Uint32Buffer.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ArrayBuffer .

◆ GetDataType()

EnumDataType Uint32Buffer.GetDataType ( )

获取数据类型.

返回
the type.

重载 ArrayBuffer .

◆ GetStaticClassId()

static ClassId Uint32Buffer.GetStaticClassId ( )
static

获取类信息

返回

重载 ArrayBuffer .