gs-json
Version:
gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').
26 lines (25 loc) • 1.49 kB
TypeScript
export declare function test_Groups_constructor(): boolean;
export declare function test_Groups_getName(): boolean;
export declare function test_Groups_setName(): boolean;
export declare function test_Groups_getParentGroup(): boolean;
export declare function test_Groups_getChildGroups(): boolean;
export declare function test_Groups_setParentGroup(): boolean;
export declare function test_Groups_removeParentGroup(): boolean;
export declare function test_Groups_getObjIDs(): boolean;
export declare function test_Groups_addObj(): boolean;
export declare function test_Groups_addObjs(): boolean;
export declare function test_Groups_removeObj(): boolean;
export declare function test_Groups_removeObjs(): boolean;
export declare function test_Groups_getTopos(): boolean;
export declare function test_Groups_addTopo(): boolean;
export declare function test_Groups_addTopos(): boolean;
export declare function test_Groups_removeTopo(): boolean;
export declare function test_Groups_removeTopos(): boolean;
export declare function test_Groups_getPointIDs(): boolean;
export declare function test_Groups_addPoint(): boolean;
export declare function test_Groups_addPoints(): boolean;
export declare function test_Groups_removePoint(): boolean;
export declare function test_Groups_removePoints(): boolean;
export declare function test_Groups_getProps(): boolean;
export declare function test_Groups_setProps(): boolean;
export declare function test_Groups_toJson(): boolean;