home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3usrchn.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_USERCHANNEL_H = 1;
- include("oops/r3model.js")
-
-
- var R3CLID_USERCHANNEL = 1307;
-
-
-
-
- // Description: Render channels
- // p3: Tag[], R3USRCHNA_Renderer
-
- R3USERCHNM_RENDER = 1307000;
-
- function mR3USERCHNM_RENDER(p3) {
- Do(this.r3obj, 1307000, p3, R3TID_TAG, R3TNF_ARRAY);
- }
-
- // Description: map user channel tag to pointwise counterpart
- // p3: Integer, channel id to be mapped
-
- R3USERCHNCM_TOPOINTWISE = 1307001;
-
- function mR3USERCHNCM_TOPOINTWISE(p3) {
- DoA(this.r3obj, 1307001, p3, R3TID_INTEGER, 0);
- }
-
- // Description: inverse of above
- // p3: Integer, pointwise channel id to be mapped
-
- R3USERCHNCM_FROMPOINTWISE = 1307002;
-
- function mR3USERCHNCM_FROMPOINTWISE(p3) {
- DoA(this.r3obj, 1307002, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
- var R3USERCHNA_Renderer = 1307500; // Object
- R3USERCHNA_UniqueId = 1307502;
- function SetR3USERCHNA_UniqueId(value) {
- R3Set(this.r3obj, R3USERCHNA_UniqueId, value, R3TID_INTEGER, 0);
- }
-
- function GetR3USERCHNA_UniqueId() {
- return R3Get(this.r3obj, R3USERCHNA_UniqueId, R3TID_INTEGER, 0);
- }
-
- var R3USERCHNA_DYNAMICATTRBASE = 1307520;
- var R3USERCHNA_POINTWISEATTRBASE = 1307720;
-
-
- function r3Userchannel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_USERCHANNEL, arguments);
- }
- // Methods
- this.RENDER=mR3USERCHNM_RENDER;
- this.TOPOINTWISE=mR3USERCHNCM_TOPOINTWISE;
- this.FROMPOINTWISE=mR3USERCHNCM_FROMPOINTWISE;
-
- // Attributes
- this.GetUniqueId=GetR3USERCHNA_UniqueId;
- this.SetUniqueId=SetR3USERCHNA_UniqueId;
- }
-
- r3Userchannel.prototype=new r3Model;
- // r3usrchn.h_H